public static final class ConfigServiceV2Grpc.ConfigServiceV2FutureStub extends io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2FutureStub>
Service for configuring sinks used to export log entries outside of Stackdriver Logging.
Modifier and Type | Method and Description |
---|---|
protected ConfigServiceV2Grpc.ConfigServiceV2FutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
createExclusion(CreateExclusionRequest request)
Creates a new exclusion in a specified parent resource.
|
com.google.common.util.concurrent.ListenableFuture<LogSink> |
createSink(CreateSinkRequest request)
Creates a sink that exports specified log entries to a destination.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteExclusion(DeleteExclusionRequest request)
Deletes an exclusion.
|
com.google.common.util.concurrent.ListenableFuture<Empty> |
deleteSink(DeleteSinkRequest request)
Deletes a sink.
|
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
getExclusion(GetExclusionRequest request)
Gets the description of an exclusion.
|
com.google.common.util.concurrent.ListenableFuture<LogSink> |
getSink(GetSinkRequest request)
Gets a sink.
|
com.google.common.util.concurrent.ListenableFuture<ListExclusionsResponse> |
listExclusions(ListExclusionsRequest request)
Lists all the exclusions in a parent resource.
|
com.google.common.util.concurrent.ListenableFuture<ListSinksResponse> |
listSinks(ListSinksRequest request)
Lists sinks.
|
com.google.common.util.concurrent.ListenableFuture<LogExclusion> |
updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion.
|
com.google.common.util.concurrent.ListenableFuture<LogSink> |
updateSink(UpdateSinkRequest request)
Updates a sink.
|
protected ConfigServiceV2Grpc.ConfigServiceV2FutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ConfigServiceV2Grpc.ConfigServiceV2FutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListSinksResponse> listSinks(ListSinksRequest request)
Lists sinks.
public com.google.common.util.concurrent.ListenableFuture<LogSink> getSink(GetSinkRequest request)
Gets a sink.
public com.google.common.util.concurrent.ListenableFuture<LogSink> createSink(CreateSinkRequest request)
Creates a sink that exports specified log entries to a destination. The export of newly-ingested log entries begins immediately, unless the sink's `writer_identity` is not permitted to write to the destination. A sink can export log entries only from the resource owning the sink.
public com.google.common.util.concurrent.ListenableFuture<LogSink> updateSink(UpdateSinkRequest request)
Updates a sink. This method replaces the following fields in the existing sink with values from the new sink: `destination`, and `filter`. The updated sink might also have a new `writer_identity`; see the `unique_writer_identity` field.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteSink(DeleteSinkRequest request)
Deletes a sink. If the sink has a unique `writer_identity`, then that service account is also deleted.
public com.google.common.util.concurrent.ListenableFuture<ListExclusionsResponse> listExclusions(ListExclusionsRequest request)
Lists all the exclusions in a parent resource.
public com.google.common.util.concurrent.ListenableFuture<LogExclusion> getExclusion(GetExclusionRequest request)
Gets the description of an exclusion.
public com.google.common.util.concurrent.ListenableFuture<LogExclusion> createExclusion(CreateExclusionRequest request)
Creates a new exclusion in a specified parent resource. Only log entries belonging to that resource can be excluded. You can have up to 10 exclusions in a resource.
public com.google.common.util.concurrent.ListenableFuture<LogExclusion> updateExclusion(UpdateExclusionRequest request)
Changes one or more properties of an existing exclusion.
public com.google.common.util.concurrent.ListenableFuture<Empty> deleteExclusion(DeleteExclusionRequest request)
Deletes an exclusion.