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