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