Package | Description |
---|---|
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateViewRequest,LogView> |
ConfigClient.updateViewCallable()
Updates a view on a log bucket.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,LogView> |
ConfigSettings.updateViewSettings()
Returns the object with the settings used for calls to updateView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateViewRequest,LogView> |
ConfigSettings.Builder.updateViewSettings()
Returns the builder for the settings used for calls to updateView.
|
Modifier and Type | Method and Description |
---|---|
LogView |
ConfigClient.updateView(UpdateViewRequest request)
Updates a view on a log bucket.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateViewRequest,LogView> |
GrpcConfigServiceV2Stub.updateViewCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateViewRequest,LogView> |
ConfigServiceV2Stub.updateViewCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,LogView> |
ConfigServiceV2StubSettings.updateViewSettings()
Returns the object with the settings used for calls to updateView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateViewRequest,LogView> |
ConfigServiceV2StubSettings.Builder.updateViewSettings()
Returns the builder for the settings used for calls to updateView.
|
Modifier and Type | Method and Description |
---|---|
UpdateViewRequest |
UpdateViewRequest.Builder.build() |
UpdateViewRequest |
UpdateViewRequest.Builder.buildPartial() |
static UpdateViewRequest |
UpdateViewRequest.getDefaultInstance() |
UpdateViewRequest |
UpdateViewRequest.getDefaultInstanceForType() |
UpdateViewRequest |
UpdateViewRequest.Builder.getDefaultInstanceForType() |
static UpdateViewRequest |
UpdateViewRequest.parseDelimitedFrom(InputStream input) |
static UpdateViewRequest |
UpdateViewRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(byte[] data) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(ByteBuffer data) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(InputStream input) |
static UpdateViewRequest |
UpdateViewRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateViewRequest> |
UpdateViewRequest.getParserForType() |
static MethodDescriptor<UpdateViewRequest,LogView> |
ConfigServiceV2Grpc.getUpdateViewMethod() |
static com.google.protobuf.Parser<UpdateViewRequest> |
UpdateViewRequest.parser() |
Modifier and Type | Method and Description |
---|---|
UpdateViewRequest.Builder |
UpdateViewRequest.Builder.mergeFrom(UpdateViewRequest other) |
static UpdateViewRequest.Builder |
UpdateViewRequest.newBuilder(UpdateViewRequest prototype) |
LogView |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.updateView(UpdateViewRequest request)
Updates a view on a log bucket.
|
com.google.common.util.concurrent.ListenableFuture<LogView> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.updateView(UpdateViewRequest request)
Updates a view on a log bucket.
|
default void |
ConfigServiceV2Grpc.AsyncService.updateView(UpdateViewRequest request,
StreamObserver<LogView> responseObserver)
Updates a view on a log bucket.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.updateView(UpdateViewRequest request,
StreamObserver<LogView> responseObserver)
Updates a view on a log bucket.
|
Copyright © 2023 Google LLC. All rights reserved.