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) |
com.google.api.core.ApiFuture<LogSink> |
LoggingRpc.get(GetSinkRequest request)
Sends a request to get a sink.
|
com.google.api.core.ApiFuture<LogSink> |
GrpcLoggingRpc.get(GetSinkRequest request) |
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 |
---|---|
LogSink |
ConfigClient.createSink(BillingAccountName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(CreateSinkRequest request)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(FolderName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(OrganizationName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(ProjectName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(String parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.getSink(GetSinkRequest request)
Gets a sink.
|
LogSink |
ConfigClient.getSink(LogSinkName sinkName)
Gets a sink.
|
LogSink |
ConfigClient.getSink(String sinkName)
Gets a sink.
|
LogSink |
ConfigClient.updateSink(LogSinkName sinkName,
LogSink sink)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(LogSinkName sinkName,
LogSink sink,
com.google.protobuf.FieldMask updateMask)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(String sinkName,
LogSink sink)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(String sinkName,
LogSink sink,
com.google.protobuf.FieldMask updateMask)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(UpdateSinkRequest request)
Updates a sink.
|
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.
|
com.google.api.gax.rpc.UnaryCallable<GetSinkRequest,LogSink> |
ConfigClient.getSinkCallable()
Gets a sink.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSinkRequest,LogSink> |
ConfigSettings.getSinkSettings()
Returns the object with the settings used for calls to getSink.
|
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.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.createSink(BillingAccountName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(FolderName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(OrganizationName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(ProjectName parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.createSink(String parent,
LogSink sink)
Creates a sink that exports specified log entries to a destination.
|
LogSink |
ConfigClient.updateSink(LogSinkName sinkName,
LogSink sink)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(LogSinkName sinkName,
LogSink sink,
com.google.protobuf.FieldMask updateMask)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(String sinkName,
LogSink sink)
Updates a sink.
|
LogSink |
ConfigClient.updateSink(String sinkName,
LogSink sink,
com.google.protobuf.FieldMask updateMask)
Updates a sink.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<ConfigClient.ListSinksPagedResponse> |
ConfigClient.ListSinksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context,
com.google.api.core.ApiFuture<ListSinksResponse> futureResponse) |
protected ConfigClient.ListSinksPage |
ConfigClient.ListSinksPage.createPage(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context,
ListSinksResponse response) |
com.google.api.core.ApiFuture<ConfigClient.ListSinksPage> |
ConfigClient.ListSinksPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListSinksRequest,ListSinksResponse,LogSink> context,
com.google.api.core.ApiFuture<ListSinksResponse> futureResponse) |
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.
|
com.google.api.gax.rpc.UnaryCallable<GetSinkRequest,LogSink> |
GrpcConfigServiceV2Stub.getSinkCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSinkRequest,LogSink> |
ConfigServiceV2Stub.getSinkCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetSinkRequest,LogSink> |
ConfigServiceV2StubSettings.getSinkSettings()
Returns the object with the settings used for calls to getSink.
|
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.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 |
---|---|
LogSink |
LogSink.Builder.build() |
LogSink |
LogSink.Builder.buildPartial() |
LogSink |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.createSink(CreateSinkRequest request)
Creates a sink that exports specified log entries to a destination.
|
static LogSink |
LogSink.getDefaultInstance() |
LogSink |
LogSink.getDefaultInstanceForType() |
LogSink |
LogSink.Builder.getDefaultInstanceForType() |
LogSink |
UpdateSinkRequest.getSink()
Required.
|
LogSink |
UpdateSinkRequest.Builder.getSink()
Required.
|
LogSink |
CreateSinkRequestOrBuilder.getSink()
Required.
|
LogSink |
UpdateSinkRequestOrBuilder.getSink()
Required.
|
LogSink |
CreateSinkRequest.getSink()
Required.
|
LogSink |
CreateSinkRequest.Builder.getSink()
Required.
|
LogSink |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.getSink(GetSinkRequest request)
Gets a sink.
|
LogSink |
ListSinksResponse.getSinks(int index)
A list of sinks.
|
LogSink |
ListSinksResponse.Builder.getSinks(int index)
A list of sinks.
|
LogSink |
ListSinksResponseOrBuilder.getSinks(int index)
A list of sinks.
|
static LogSink |
LogSink.parseDelimitedFrom(InputStream input) |
static LogSink |
LogSink.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogSink |
LogSink.parseFrom(byte[] data) |
static LogSink |
LogSink.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogSink |
LogSink.parseFrom(ByteBuffer data) |
static LogSink |
LogSink.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogSink |
LogSink.parseFrom(com.google.protobuf.ByteString data) |
static LogSink |
LogSink.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogSink |
LogSink.parseFrom(com.google.protobuf.CodedInputStream input) |
static LogSink |
LogSink.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LogSink |
LogSink.parseFrom(InputStream input) |
static LogSink |
LogSink.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LogSink |
ConfigServiceV2Grpc.ConfigServiceV2BlockingStub.updateSink(UpdateSinkRequest request)
Updates a sink.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<LogSink> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.createSink(CreateSinkRequest request)
Creates a sink that exports specified log entries to a destination.
|
static MethodDescriptor<CreateSinkRequest,LogSink> |
ConfigServiceV2Grpc.getCreateSinkMethod() |
static MethodDescriptor<GetSinkRequest,LogSink> |
ConfigServiceV2Grpc.getGetSinkMethod() |
com.google.protobuf.Parser<LogSink> |
LogSink.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<LogSink> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.getSink(GetSinkRequest request)
Gets a sink.
|
List<LogSink> |
ListSinksResponse.getSinksList()
A list of sinks.
|
List<LogSink> |
ListSinksResponse.Builder.getSinksList()
A list of sinks.
|
List<LogSink> |
ListSinksResponseOrBuilder.getSinksList()
A list of sinks.
|
static MethodDescriptor<UpdateSinkRequest,LogSink> |
ConfigServiceV2Grpc.getUpdateSinkMethod() |
static com.google.protobuf.Parser<LogSink> |
LogSink.parser() |
com.google.common.util.concurrent.ListenableFuture<LogSink> |
ConfigServiceV2Grpc.ConfigServiceV2FutureStub.updateSink(UpdateSinkRequest request)
Updates a sink.
|
Modifier and Type | Method and Description |
---|---|
ListSinksResponse.Builder |
ListSinksResponse.Builder.addSinks(int index,
LogSink value)
A list of sinks.
|
ListSinksResponse.Builder |
ListSinksResponse.Builder.addSinks(LogSink value)
A list of sinks.
|
LogSink.Builder |
LogSink.Builder.mergeFrom(LogSink other) |
UpdateSinkRequest.Builder |
UpdateSinkRequest.Builder.mergeSink(LogSink value)
Required.
|
CreateSinkRequest.Builder |
CreateSinkRequest.Builder.mergeSink(LogSink value)
Required.
|
static LogSink.Builder |
LogSink.newBuilder(LogSink prototype) |
UpdateSinkRequest.Builder |
UpdateSinkRequest.Builder.setSink(LogSink value)
Required.
|
CreateSinkRequest.Builder |
CreateSinkRequest.Builder.setSink(LogSink value)
Required.
|
ListSinksResponse.Builder |
ListSinksResponse.Builder.setSinks(int index,
LogSink value)
A list of sinks.
|
Modifier and Type | Method and Description |
---|---|
ListSinksResponse.Builder |
ListSinksResponse.Builder.addAllSinks(Iterable<? extends LogSink> values)
A list of sinks.
|
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.
|
default void |
ConfigServiceV2Grpc.AsyncService.getSink(GetSinkRequest request,
StreamObserver<LogSink> responseObserver)
Gets a sink.
|
void |
ConfigServiceV2Grpc.ConfigServiceV2Stub.getSink(GetSinkRequest request,
StreamObserver<LogSink> responseObserver)
Gets 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.