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 LogExclusionConfigClient. 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 UpdateExclusionRequestUpdateExclusionRequest.Builder. build()UpdateExclusionRequestUpdateExclusionRequest.Builder. buildPartial()static UpdateExclusionRequestUpdateExclusionRequest. getDefaultInstance()UpdateExclusionRequestUpdateExclusionRequest.Builder. getDefaultInstanceForType()UpdateExclusionRequestUpdateExclusionRequest. getDefaultInstanceForType()static UpdateExclusionRequestUpdateExclusionRequest. parseDelimitedFrom(InputStream input)static UpdateExclusionRequestUpdateExclusionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(byte[] data)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(InputStream input)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateExclusionRequestUpdateExclusionRequest. parseFrom(ByteBuffer data)static UpdateExclusionRequestUpdateExclusionRequest. 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.BuilderUpdateExclusionRequest.Builder. mergeFrom(UpdateExclusionRequest other)static UpdateExclusionRequest.BuilderUpdateExclusionRequest. newBuilder(UpdateExclusionRequest prototype)default voidConfigServiceV2Grpc.AsyncService. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Changes one or more properties of an existing exclusion in the _Default sink.LogExclusionConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. updateExclusion(UpdateExclusionRequest request, io.grpc.stub.StreamObserver<LogExclusion> responseObserver)Changes one or more properties of an existing exclusion in the _Default sink.
-