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 voidConfigClient. 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 DeleteExclusionRequestDeleteExclusionRequest.Builder. build()DeleteExclusionRequestDeleteExclusionRequest.Builder. buildPartial()static DeleteExclusionRequestDeleteExclusionRequest. getDefaultInstance()DeleteExclusionRequestDeleteExclusionRequest.Builder. getDefaultInstanceForType()DeleteExclusionRequestDeleteExclusionRequest. getDefaultInstanceForType()static DeleteExclusionRequestDeleteExclusionRequest. parseDelimitedFrom(InputStream input)static DeleteExclusionRequestDeleteExclusionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(byte[] data)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(InputStream input)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteExclusionRequestDeleteExclusionRequest. parseFrom(ByteBuffer data)static DeleteExclusionRequestDeleteExclusionRequest. 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 voidConfigServiceV2Grpc.AsyncService. deleteExclusion(DeleteExclusionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an exclusion in the _Default sink.com.google.protobuf.EmptyConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. deleteExclusion(DeleteExclusionRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an exclusion in the _Default sink.DeleteExclusionRequest.BuilderDeleteExclusionRequest.Builder. mergeFrom(DeleteExclusionRequest other)static DeleteExclusionRequest.BuilderDeleteExclusionRequest. newBuilder(DeleteExclusionRequest prototype)
-