Package | Description |
---|---|
com.google.cloud.logging.spi.v2 | |
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.core.ApiFuture<LogExclusion> |
LoggingRpc.update(UpdateExclusionRequest request)
Sends a request to change one or more properties of an existing exclusion.
|
com.google.api.core.ApiFuture<LogExclusion> |
GrpcLoggingRpc.update(UpdateExclusionRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
ConfigClient.updateExclusionCallable()
Changes one or more properties of an existing exclusion in the _Default sink.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion> |
ConfigSettings.updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion> |
ConfigSettings.Builder.updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.
|
Modifier and Type | Method and Description |
---|---|
LogExclusion |
ConfigClient.updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default sink.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
GrpcConfigServiceV2Stub.updateExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2Stub.updateExclusionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2StubSettings.Builder.updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.
|
Modifier and Type | Method and Description |
---|---|
UpdateExclusionRequest |
UpdateExclusionRequest.Builder.build() |
UpdateExclusionRequest |
UpdateExclusionRequest.Builder.buildPartial() |
static UpdateExclusionRequest |
UpdateExclusionRequest.getDefaultInstance() |
UpdateExclusionRequest |
UpdateExclusionRequest.getDefaultInstanceForType() |
UpdateExclusionRequest |
UpdateExclusionRequest.Builder.getDefaultInstanceForType() |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseDelimitedFrom(InputStream input) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(byte[] data) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(ByteBuffer data) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(InputStream input) |
static UpdateExclusionRequest |
UpdateExclusionRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateExclusionRequest> |
UpdateExclusionRequest.getParserForType() |
static MethodDescriptor<UpdateExclusionRequest,LogExclusion> |
ConfigServiceV2Grpc.getUpdateExclusionMethod() |
static com.google.protobuf.Parser<UpdateExclusionRequest> |
UpdateExclusionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
UpdateExclusionRequest.Builder |
UpdateExclusionRequest.Builder.mergeFrom(UpdateExclusionRequest other) |
static UpdateExclusionRequest.Builder |
UpdateExclusionRequest.newBuilder(UpdateExclusionRequest prototype) |
LogExclusion |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
default void |
ConfigServiceV2Grpc.AsyncService.updateExclusion(UpdateExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.updateExclusion(UpdateExclusionRequest request,
StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default
sink.
|
Copyright © 2023 Google LLC. All rights reserved.