Uses of Class
com.google.logging.v2.UpdateSinkRequest
-
Packages that use UpdateSinkRequest 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 UpdateSinkRequest in com.google.cloud.logging.spi.v2
Methods in com.google.cloud.logging.spi.v2 with parameters of type UpdateSinkRequest Modifier and Type Method Description com.google.api.core.ApiFuture<LogSink>GrpcLoggingRpc. update(UpdateSinkRequest request)com.google.api.core.ApiFuture<LogSink>LoggingRpc. update(UpdateSinkRequest request)Sends a request to update a sink. -
Uses of UpdateSinkRequest in com.google.cloud.logging.v2
Methods in com.google.cloud.logging.v2 that return types with arguments of type UpdateSinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink>ConfigClient. updateSinkCallable()Updates a sink.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSinkRequest,LogSink>ConfigSettings.Builder. updateSinkSettings()Returns the builder for the settings used for calls to updateSink.com.google.api.gax.rpc.UnaryCallSettings<UpdateSinkRequest,LogSink>ConfigSettings. updateSinkSettings()Returns the object with the settings used for calls to updateSink.Methods in com.google.cloud.logging.v2 with parameters of type UpdateSinkRequest Modifier and Type Method Description LogSinkConfigClient. updateSink(UpdateSinkRequest request)Updates a sink. -
Uses of UpdateSinkRequest in com.google.cloud.logging.v2.stub
Methods in com.google.cloud.logging.v2.stub that return types with arguments of type UpdateSinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink>ConfigServiceV2Stub. updateSinkCallable()com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink>GrpcConfigServiceV2Stub. updateSinkCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSinkRequest,LogSink>ConfigServiceV2StubSettings.Builder. updateSinkSettings()Returns the builder for the settings used for calls to updateSink.com.google.api.gax.rpc.UnaryCallSettings<UpdateSinkRequest,LogSink>ConfigServiceV2StubSettings. updateSinkSettings()Returns the object with the settings used for calls to updateSink. -
Uses of UpdateSinkRequest in com.google.logging.v2
Methods in com.google.logging.v2 that return UpdateSinkRequest Modifier and Type Method Description UpdateSinkRequestUpdateSinkRequest.Builder. build()UpdateSinkRequestUpdateSinkRequest.Builder. buildPartial()static UpdateSinkRequestUpdateSinkRequest. getDefaultInstance()UpdateSinkRequestUpdateSinkRequest.Builder. getDefaultInstanceForType()UpdateSinkRequestUpdateSinkRequest. getDefaultInstanceForType()static UpdateSinkRequestUpdateSinkRequest. parseDelimitedFrom(InputStream input)static UpdateSinkRequestUpdateSinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSinkRequestUpdateSinkRequest. parseFrom(byte[] data)static UpdateSinkRequestUpdateSinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSinkRequestUpdateSinkRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSinkRequestUpdateSinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSinkRequestUpdateSinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSinkRequestUpdateSinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSinkRequestUpdateSinkRequest. parseFrom(InputStream input)static UpdateSinkRequestUpdateSinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSinkRequestUpdateSinkRequest. parseFrom(ByteBuffer data)static UpdateSinkRequestUpdateSinkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.logging.v2 that return types with arguments of type UpdateSinkRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSinkRequest>UpdateSinkRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateSinkRequest,LogSink>ConfigServiceV2Grpc. getUpdateSinkMethod()static com.google.protobuf.Parser<UpdateSinkRequest>UpdateSinkRequest. parser()Methods in com.google.logging.v2 with parameters of type UpdateSinkRequest Modifier and Type Method Description UpdateSinkRequest.BuilderUpdateSinkRequest.Builder. mergeFrom(UpdateSinkRequest other)static UpdateSinkRequest.BuilderUpdateSinkRequest. newBuilder(UpdateSinkRequest prototype)default voidConfigServiceV2Grpc.AsyncService. updateSink(UpdateSinkRequest request, io.grpc.stub.StreamObserver<LogSink> responseObserver)Updates a sink.LogSinkConfigServiceV2Grpc.ConfigServiceV2BlockingStub. updateSink(UpdateSinkRequest request)Updates a sink.com.google.common.util.concurrent.ListenableFuture<LogSink>ConfigServiceV2Grpc.ConfigServiceV2FutureStub. updateSink(UpdateSinkRequest request)Updates a sink.voidConfigServiceV2Grpc.ConfigServiceV2Stub. updateSink(UpdateSinkRequest request, io.grpc.stub.StreamObserver<LogSink> responseObserver)Updates a sink.
-