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<com.google.protobuf.Empty> |
LoggingRpc.delete(DeleteExclusionRequest request)
Sends a request to delete an exclusion.
|
com.google.api.core.ApiFuture<com.google.protobuf.Empty> |
GrpcLoggingRpc.delete(DeleteExclusionRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigClient.deleteExclusionCallable()
Deletes an exclusion in the _Default sink.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigSettings.deleteExclusionSettings()
Returns the object with the settings used for calls to deleteExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigSettings.Builder.deleteExclusionSettings()
Returns the builder for the settings used for calls to deleteExclusion.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigClient.deleteExclusion(DeleteExclusionRequest request)
Deletes an exclusion in the _Default sink.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty> |
GrpcConfigServiceV2Stub.deleteExclusionCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigServiceV2Stub.deleteExclusionCallable() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigServiceV2StubSettings.deleteExclusionSettings()
Returns the object with the settings used for calls to deleteExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigServiceV2StubSettings.Builder.deleteExclusionSettings()
Returns the builder for the settings used for calls to deleteExclusion.
|
Modifier and Type | Method and Description |
---|---|
DeleteExclusionRequest |
DeleteExclusionRequest.Builder.build() |
DeleteExclusionRequest |
DeleteExclusionRequest.Builder.buildPartial() |
static DeleteExclusionRequest |
DeleteExclusionRequest.getDefaultInstance() |
DeleteExclusionRequest |
DeleteExclusionRequest.getDefaultInstanceForType() |
DeleteExclusionRequest |
DeleteExclusionRequest.Builder.getDefaultInstanceForType() |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseDelimitedFrom(InputStream input) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(byte[] data) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(ByteBuffer data) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(com.google.protobuf.ByteString data) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(InputStream input) |
static DeleteExclusionRequest |
DeleteExclusionRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<DeleteExclusionRequest,com.google.protobuf.Empty> |
ConfigServiceV2Grpc.getDeleteExclusionMethod() |
com.google.protobuf.Parser<DeleteExclusionRequest> |
DeleteExclusionRequest.getParserForType() |
static com.google.protobuf.Parser<DeleteExclusionRequest> |
DeleteExclusionRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Empty |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.deleteExclusion(DeleteExclusionRequest request)
Deletes an exclusion in the _Default sink.
|
com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.deleteExclusion(DeleteExclusionRequest request)
Deletes an exclusion in the _Default sink.
|
default void |
ConfigServiceV2Grpc.AsyncService.deleteExclusion(DeleteExclusionRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an exclusion in the _Default sink.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.deleteExclusion(DeleteExclusionRequest request,
StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an exclusion in the _Default sink.
|
DeleteExclusionRequest.Builder |
DeleteExclusionRequest.Builder.mergeFrom(DeleteExclusionRequest other) |
static DeleteExclusionRequest.Builder |
DeleteExclusionRequest.newBuilder(DeleteExclusionRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.