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