Uses of Class
com.google.logging.v2.UpdateExclusionRequest
-
Packages that use UpdateExclusionRequest 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 UpdateExclusionRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type UpdateExclusionRequest Modifier and Type Method Description com.google.api.core.ApiFuture<LogExclusion>
GrpcLoggingRpc. update(UpdateExclusionRequest request)
com.google.api.core.ApiFuture<LogExclusion>
LoggingRpc. update(UpdateExclusionRequest request)
Sends a request to change one or more properties of an existing exclusion. -
Uses of UpdateExclusionRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type UpdateExclusionRequest Modifier and Type Method 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.Builder<UpdateExclusionRequest,LogExclusion>
ConfigSettings.Builder. updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion>
ConfigSettings. updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.Methods in com.google.cloud.logging.v2 with parameters of type UpdateExclusionRequest Modifier and Type Method Description LogExclusion
ConfigClient. updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion in the _Default sink. -
Uses of UpdateExclusionRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type UpdateExclusionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2Stub. updateExclusionCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateExclusionRequest,LogExclusion>
GrpcConfigServiceV2Stub. updateExclusionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings.Builder. updateExclusionSettings()
Returns the builder for the settings used for calls to updateExclusion.com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2StubSettings. updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion. -
Uses of UpdateExclusionRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return UpdateExclusionRequest Modifier and Type Method Description UpdateExclusionRequest
UpdateExclusionRequest.Builder. build()
UpdateExclusionRequest
UpdateExclusionRequest.Builder. buildPartial()
static UpdateExclusionRequest
UpdateExclusionRequest. getDefaultInstance()
UpdateExclusionRequest
UpdateExclusionRequest.Builder. getDefaultInstanceForType()
UpdateExclusionRequest
UpdateExclusionRequest. 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(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)
static UpdateExclusionRequest
UpdateExclusionRequest. parseFrom(ByteBuffer data)
static UpdateExclusionRequest
UpdateExclusionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.logging.v2 that return types with arguments of type UpdateExclusionRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateExclusionRequest>
UpdateExclusionRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateExclusionRequest,LogExclusion>
ConfigServiceV2Grpc. getUpdateExclusionMethod()
static com.google.protobuf.Parser<UpdateExclusionRequest>
UpdateExclusionRequest. parser()
Methods in com.google.logging.v2 with parameters of type UpdateExclusionRequest Modifier and Type Method Description UpdateExclusionRequest.Builder
UpdateExclusionRequest.Builder. mergeFrom(UpdateExclusionRequest other)
static UpdateExclusionRequest.Builder
UpdateExclusionRequest. newBuilder(UpdateExclusionRequest prototype)
default void
ConfigServiceV2Grpc.AsyncService. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default sink.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.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default sink.
-