Package | Description |
---|---|
com.google.cloud.logging.spi.v2 | |
com.google.cloud.logging.v2 |
A client to Cloud Logging API
|
com.google.cloud.logging.v2.stub | |
com.google.logging.v2 |
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<LogSink> |
LoggingRpc.create(CreateSinkRequest request)
Sends a request to create a sink.
|
com.google.api.core.ApiFuture<LogSink> |
GrpcLoggingRpc.create(CreateSinkRequest request) |
Modifier and Type | Method and 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<CreateSinkRequest,LogSink> |
ConfigSettings.createSinkSettings()
Returns the object with the settings used for calls to createSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSinkRequest,LogSink> |
ConfigSettings.Builder.createSinkSettings()
Returns the builder for the settings used for calls to createSink.
|
Modifier and Type | Method and Description |
---|---|
LogSink |
ConfigClient.createSink(CreateSinkRequest request)
Creates a sink that exports specified log entries to a destination.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateSinkRequest,LogSink> |
GrpcConfigServiceV2Stub.createSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSinkRequest,LogSink> |
ConfigServiceV2Stub.createSinkCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateSinkRequest,LogSink> |
ConfigServiceV2StubSettings.createSinkSettings()
Returns the object with the settings used for calls to createSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSinkRequest,LogSink> |
ConfigServiceV2StubSettings.Builder.createSinkSettings()
Returns the builder for the settings used for calls to createSink.
|
Modifier and Type | Method and Description |
---|---|
CreateSinkRequest |
CreateSinkRequest.Builder.build() |
CreateSinkRequest |
CreateSinkRequest.Builder.buildPartial() |
static CreateSinkRequest |
CreateSinkRequest.getDefaultInstance() |
CreateSinkRequest |
CreateSinkRequest.getDefaultInstanceForType() |
CreateSinkRequest |
CreateSinkRequest.Builder.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(ByteBuffer data) |
static CreateSinkRequest |
CreateSinkRequest.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateSinkRequest,LogSink> |
ConfigServiceV2Grpc.getCreateSinkMethod() |
com.google.protobuf.Parser<CreateSinkRequest> |
CreateSinkRequest.getParserForType() |
static com.google.protobuf.Parser<CreateSinkRequest> |
CreateSinkRequest.parser() |
Modifier and Type | Method and Description |
---|---|
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.
|
default void |
ConfigServiceV2Grpc.AsyncService.createSink(CreateSinkRequest request,
StreamObserver<LogSink> responseObserver)
Creates a sink that exports specified log entries to a destination.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.createSink(CreateSinkRequest request,
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) |
Copyright © 2023 Google LLC. All rights reserved.