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 LogSinkConfigClient. 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 CreateSinkRequestCreateSinkRequest.Builder. build()CreateSinkRequestCreateSinkRequest.Builder. buildPartial()static CreateSinkRequestCreateSinkRequest. getDefaultInstance()CreateSinkRequestCreateSinkRequest.Builder. getDefaultInstanceForType()CreateSinkRequestCreateSinkRequest. getDefaultInstanceForType()static CreateSinkRequestCreateSinkRequest. parseDelimitedFrom(InputStream input)static CreateSinkRequestCreateSinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSinkRequestCreateSinkRequest. parseFrom(byte[] data)static CreateSinkRequestCreateSinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSinkRequestCreateSinkRequest. parseFrom(com.google.protobuf.ByteString data)static CreateSinkRequestCreateSinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSinkRequestCreateSinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateSinkRequestCreateSinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSinkRequestCreateSinkRequest. parseFrom(InputStream input)static CreateSinkRequestCreateSinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateSinkRequestCreateSinkRequest. parseFrom(ByteBuffer data)static CreateSinkRequestCreateSinkRequest. 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 voidConfigServiceV2Grpc.AsyncService. createSink(CreateSinkRequest request, io.grpc.stub.StreamObserver<LogSink> responseObserver)Creates a sink that exports specified log entries to a destination.LogSinkConfigServiceV2Grpc.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.voidConfigServiceV2Grpc.ConfigServiceV2Stub. createSink(CreateSinkRequest request, io.grpc.stub.StreamObserver<LogSink> responseObserver)Creates a sink that exports specified log entries to a destination.CreateSinkRequest.BuilderCreateSinkRequest.Builder. mergeFrom(CreateSinkRequest other)static CreateSinkRequest.BuilderCreateSinkRequest. newBuilder(CreateSinkRequest prototype)
-