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.update(UpdateSinkRequest request)
Sends a request to update a sink.
|
com.google.api.core.ApiFuture<LogSink> |
GrpcLoggingRpc.update(UpdateSinkRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink> |
ConfigClient.updateSinkCallable()
Updates a sink.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSinkRequest,LogSink> |
ConfigSettings.updateSinkSettings()
Returns the object with the settings used for calls to updateSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSinkRequest,LogSink> |
ConfigSettings.Builder.updateSinkSettings()
Returns the builder for the settings used for calls to updateSink.
|
Modifier and Type | Method and Description |
---|---|
LogSink |
ConfigClient.updateSink(UpdateSinkRequest request)
Updates a sink.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink> |
GrpcConfigServiceV2Stub.updateSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSinkRequest,LogSink> |
ConfigServiceV2Stub.updateSinkCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateSinkRequest,LogSink> |
ConfigServiceV2StubSettings.updateSinkSettings()
Returns the object with the settings used for calls to updateSink.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSinkRequest,LogSink> |
ConfigServiceV2StubSettings.Builder.updateSinkSettings()
Returns the builder for the settings used for calls to updateSink.
|
Modifier and Type | Method and Description |
---|---|
UpdateSinkRequest |
UpdateSinkRequest.Builder.build() |
UpdateSinkRequest |
UpdateSinkRequest.Builder.buildPartial() |
static UpdateSinkRequest |
UpdateSinkRequest.getDefaultInstance() |
UpdateSinkRequest |
UpdateSinkRequest.getDefaultInstanceForType() |
UpdateSinkRequest |
UpdateSinkRequest.Builder.getDefaultInstanceForType() |
static UpdateSinkRequest |
UpdateSinkRequest.parseDelimitedFrom(InputStream input) |
static UpdateSinkRequest |
UpdateSinkRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(byte[] data) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(ByteBuffer data) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(InputStream input) |
static UpdateSinkRequest |
UpdateSinkRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateSinkRequest> |
UpdateSinkRequest.getParserForType() |
static MethodDescriptor<UpdateSinkRequest,LogSink> |
ConfigServiceV2Grpc.getUpdateSinkMethod() |
static com.google.protobuf.Parser<UpdateSinkRequest> |
UpdateSinkRequest.parser() |
Modifier and Type | Method and Description |
---|---|
UpdateSinkRequest.Builder |
UpdateSinkRequest.Builder.mergeFrom(UpdateSinkRequest other) |
static UpdateSinkRequest.Builder |
UpdateSinkRequest.newBuilder(UpdateSinkRequest prototype) |
LogSink |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.updateSink(UpdateSinkRequest request)
Updates a sink.
|
com.google.common.util.concurrent.ListenableFuture<LogSink> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.updateSink(UpdateSinkRequest request)
Updates a sink.
|
default void |
ConfigServiceV2Grpc.AsyncService.updateSink(UpdateSinkRequest request,
StreamObserver<LogSink> responseObserver)
Updates a sink.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.updateSink(UpdateSinkRequest request,
StreamObserver<LogSink> responseObserver)
Updates a sink.
|
Copyright © 2023 Google LLC. All rights reserved.