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 LogSink
ConfigClient. 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 UpdateSinkRequest
UpdateSinkRequest.Builder. build()
UpdateSinkRequest
UpdateSinkRequest.Builder. buildPartial()
static UpdateSinkRequest
UpdateSinkRequest. getDefaultInstance()
UpdateSinkRequest
UpdateSinkRequest.Builder. getDefaultInstanceForType()
UpdateSinkRequest
UpdateSinkRequest. getDefaultInstanceForType()
static UpdateSinkRequest
UpdateSinkRequest. parseDelimitedFrom(InputStream input)
static UpdateSinkRequest
UpdateSinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(byte[] data)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(InputStream input)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateSinkRequest
UpdateSinkRequest. parseFrom(ByteBuffer data)
static UpdateSinkRequest
UpdateSinkRequest. 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.Builder
UpdateSinkRequest.Builder. mergeFrom(UpdateSinkRequest other)
static UpdateSinkRequest.Builder
UpdateSinkRequest. newBuilder(UpdateSinkRequest prototype)
default void
ConfigServiceV2Grpc.AsyncService. updateSink(UpdateSinkRequest request, io.grpc.stub.StreamObserver<LogSink> responseObserver)
Updates a sink.LogSink
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub. updateSink(UpdateSinkRequest request)
Updates a sink.com.google.common.util.concurrent.ListenableFuture<LogSink>
ConfigServiceV2Grpc.ConfigServiceV2FutureStub. updateSink(UpdateSinkRequest request)
Updates a sink.void
ConfigServiceV2Grpc.ConfigServiceV2Stub. updateSink(UpdateSinkRequest request, io.grpc.stub.StreamObserver<LogSink> responseObserver)
Updates a sink.
-