Uses of Class
com.google.logging.v2.DeleteExclusionRequest
-
Packages that use DeleteExclusionRequest Package Description com.google.cloud.logging.spi.v2 com.google.cloud.logging.v2 A client to Cloud Logging APIcom.google.cloud.logging.v2.stub com.google.logging.v2 -
-
Uses of DeleteExclusionRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type DeleteExclusionRequest Modifier and Type Method Description com.google.api.core.ApiFuture<com.google.protobuf.Empty>
GrpcLoggingRpc. delete(DeleteExclusionRequest request)
com.google.api.core.ApiFuture<com.google.protobuf.Empty>
LoggingRpc. delete(DeleteExclusionRequest request)
Sends a request to delete an exclusion. -
Uses of DeleteExclusionRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type DeleteExclusionRequest Modifier and Type Method 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.Builder<DeleteExclusionRequest,com.google.protobuf.Empty>
ConfigSettings.Builder. deleteExclusionSettings()
Returns the builder for the settings used for calls to deleteExclusion.com.google.api.gax.rpc.UnaryCallSettings<DeleteExclusionRequest,com.google.protobuf.Empty>
ConfigSettings. deleteExclusionSettings()
Returns the object with the settings used for calls to deleteExclusion.Methods in com.google.cloud.logging.v2 with parameters of type DeleteExclusionRequest Modifier and Type Method Description void
ConfigClient. deleteExclusion(DeleteExclusionRequest request)
Deletes an exclusion in the _Default sink. -
Uses of DeleteExclusionRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type DeleteExclusionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty>
ConfigServiceV2Stub. deleteExclusionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteExclusionRequest,com.google.protobuf.Empty>
GrpcConfigServiceV2Stub. deleteExclusionCallable()
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.com.google.api.gax.rpc.UnaryCallSettings<DeleteExclusionRequest,com.google.protobuf.Empty>
ConfigServiceV2StubSettings. deleteExclusionSettings()
Returns the object with the settings used for calls to deleteExclusion. -
Uses of DeleteExclusionRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return DeleteExclusionRequest Modifier and Type Method Description DeleteExclusionRequest
DeleteExclusionRequest.Builder. build()
DeleteExclusionRequest
DeleteExclusionRequest.Builder. buildPartial()
static DeleteExclusionRequest
DeleteExclusionRequest. getDefaultInstance()
DeleteExclusionRequest
DeleteExclusionRequest.Builder. getDefaultInstanceForType()
DeleteExclusionRequest
DeleteExclusionRequest. 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(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)
static DeleteExclusionRequest
DeleteExclusionRequest. parseFrom(ByteBuffer data)
static DeleteExclusionRequest
DeleteExclusionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type DeleteExclusionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteExclusionRequest,com.google.protobuf.Empty>
ConfigServiceV2Grpc. getDeleteExclusionMethod()
com.google.protobuf.Parser<DeleteExclusionRequest>
DeleteExclusionRequest. getParserForType()
static com.google.protobuf.Parser<DeleteExclusionRequest>
DeleteExclusionRequest. parser()
Methods in com.google.logging.v2 with parameters of type DeleteExclusionRequest Modifier and Type Method Description default void
ConfigServiceV2Grpc.AsyncService. deleteExclusion(DeleteExclusionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes an exclusion in the _Default sink.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.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. deleteExclusion(DeleteExclusionRequest request, io.grpc.stub.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)
-