public static final class ConfigServiceV2Grpc.ConfigServiceV2Stub extends AbstractAsyncStub<ConfigServiceV2Grpc.ConfigServiceV2Stub>
Service for configuring sinks used to route log entries.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractAsyncStub >
ConfigServiceV2Grpc.ConfigServiceV2Stub
Inherited Members
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractAsyncStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
build(Channel channel, CallOptions callOptions)
protected ConfigServiceV2Grpc.ConfigServiceV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name |
Description |
channel |
io.grpc.Channel
|
callOptions |
io.grpc.CallOptions
|
Returns
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
copyLogEntries(CopyLogEntriesRequest request, StreamObserver<Operation> responseObserver)
public void copyLogEntries(CopyLogEntriesRequest request, StreamObserver<Operation> responseObserver)
Copies a set of log entries from a log bucket to a Cloud Storage bucket.
Parameters
createBucket(CreateBucketRequest request, StreamObserver<LogBucket> responseObserver)
public void createBucket(CreateBucketRequest request, StreamObserver<LogBucket> responseObserver)
Creates a log bucket that can be used to store log entries. After a bucket
has been created, the bucket's location cannot be changed.
Parameters
createExclusion(CreateExclusionRequest request, StreamObserver<LogExclusion> responseObserver)
public void createExclusion(CreateExclusionRequest request, StreamObserver<LogExclusion> responseObserver)
Creates a new exclusion in the _Default sink 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.
Parameters
createSink(CreateSinkRequest request, StreamObserver<LogSink> responseObserver)
public void createSink(CreateSinkRequest request, StreamObserver<LogSink> responseObserver)
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.
Parameters
createView(CreateViewRequest request, StreamObserver<LogView> responseObserver)
public void createView(CreateViewRequest request, StreamObserver<LogView> responseObserver)
Creates a view over log entries in a log bucket. A bucket may contain a
maximum of 30 views.
Parameters
deleteBucket(DeleteBucketRequest request, StreamObserver<Empty> responseObserver)
public void deleteBucket(DeleteBucketRequest request, StreamObserver<Empty> responseObserver)
Deletes a log bucket.
Changes the bucket's lifecycle_state
to the DELETE_REQUESTED
state.
After 7 days, the bucket will be purged and all log entries in the bucket
will be permanently deleted.
Parameters
deleteExclusion(DeleteExclusionRequest request, StreamObserver<Empty> responseObserver)
public void deleteExclusion(DeleteExclusionRequest request, StreamObserver<Empty> responseObserver)
Deletes an exclusion in the _Default sink.
Parameters
deleteSink(DeleteSinkRequest request, StreamObserver<Empty> responseObserver)
public void deleteSink(DeleteSinkRequest request, StreamObserver<Empty> responseObserver)
Deletes a sink. If the sink has a unique writer_identity
, then that
service account is also deleted.
Parameters
deleteView(DeleteViewRequest request, StreamObserver<Empty> responseObserver)
public void deleteView(DeleteViewRequest request, StreamObserver<Empty> responseObserver)
Deletes a view on a log bucket.
If an UNAVAILABLE
error is returned, this indicates that system is not in
a state where it can delete the view. If this occurs, please try again in a
few minutes.
Parameters
getBucket(GetBucketRequest request, StreamObserver<LogBucket> responseObserver)
public void getBucket(GetBucketRequest request, StreamObserver<LogBucket> responseObserver)
Parameters
getCmekSettings(GetCmekSettingsRequest request, StreamObserver<CmekSettings> responseObserver)
public void getCmekSettings(GetCmekSettingsRequest request, StreamObserver<CmekSettings> responseObserver)
Gets the Logging CMEK settings for the given resource.
Note: CMEK for the Log Router can be configured for Google Cloud projects,
folders, organizations and billing accounts. Once configured for an
organization, it applies to all projects and folders in the Google Cloud
organization.
See Enabling CMEK for Log
Router
for more information.
Parameters
getExclusion(GetExclusionRequest request, StreamObserver<LogExclusion> responseObserver)
public void getExclusion(GetExclusionRequest request, StreamObserver<LogExclusion> responseObserver)
Gets the description of an exclusion in the _Default sink.
Parameters
getSettings(GetSettingsRequest request, StreamObserver<Settings> responseObserver)
public void getSettings(GetSettingsRequest request, StreamObserver<Settings> responseObserver)
Gets the Log Router settings for the given resource.
Note: Settings for the Log Router can be get for Google Cloud projects,
folders, organizations and billing accounts. Currently it can only be
configured for organizations. Once configured for an organization, it
applies to all projects and folders in the Google Cloud organization.
See Enabling CMEK for Log
Router
for more information.
Parameters
getSink(GetSinkRequest request, StreamObserver<LogSink> responseObserver)
public void getSink(GetSinkRequest request, StreamObserver<LogSink> responseObserver)
Parameters
getView(GetViewRequest request, StreamObserver<LogView> responseObserver)
public void getView(GetViewRequest request, StreamObserver<LogView> responseObserver)
Gets a view on a log bucket..
Parameters
listBuckets(ListBucketsRequest request, StreamObserver<ListBucketsResponse> responseObserver)
public void listBuckets(ListBucketsRequest request, StreamObserver<ListBucketsResponse> responseObserver)
Parameters
listExclusions(ListExclusionsRequest request, StreamObserver<ListExclusionsResponse> responseObserver)
public void listExclusions(ListExclusionsRequest request, StreamObserver<ListExclusionsResponse> responseObserver)
Lists all the exclusions on the _Default sink in a parent resource.
Parameters
listSinks(ListSinksRequest request, StreamObserver<ListSinksResponse> responseObserver)
public void listSinks(ListSinksRequest request, StreamObserver<ListSinksResponse> responseObserver)
Parameters
listViews(ListViewsRequest request, StreamObserver<ListViewsResponse> responseObserver)
public void listViews(ListViewsRequest request, StreamObserver<ListViewsResponse> responseObserver)
Lists views on a log bucket.
Parameters
undeleteBucket(UndeleteBucketRequest request, StreamObserver<Empty> responseObserver)
public void undeleteBucket(UndeleteBucketRequest request, StreamObserver<Empty> responseObserver)
Undeletes a log bucket. A bucket that has been deleted can be undeleted
within the grace period of 7 days.
Parameters
updateBucket(UpdateBucketRequest request, StreamObserver<LogBucket> responseObserver)
public void updateBucket(UpdateBucketRequest request, StreamObserver<LogBucket> responseObserver)
Updates a log bucket. This method replaces the following fields in the
existing bucket with values from the new bucket: retention_period
If the retention period is decreased and the bucket is locked,
FAILED_PRECONDITION
will be returned.
If the bucket has a lifecycle_state
of DELETE_REQUESTED
, then
FAILED_PRECONDITION
will be returned.
After a bucket has been created, the bucket's location cannot be changed.
Parameters
updateCmekSettings(UpdateCmekSettingsRequest request, StreamObserver<CmekSettings> responseObserver)
public void updateCmekSettings(UpdateCmekSettingsRequest request, StreamObserver<CmekSettings> responseObserver)
Updates the Log Router CMEK settings for the given resource.
Note: CMEK for the Log Router can currently only be configured for Google
Cloud organizations. Once configured, it applies to all projects and
folders in the Google Cloud organization.
UpdateCmekSettings
will fail if 1) kms_key_name
is invalid, or 2) the associated service
account does not have the required
roles/cloudkms.cryptoKeyEncrypterDecrypter
role assigned for the key, or
3) access to the key is disabled.
See Enabling CMEK for Log
Router
for more information.
Parameters
updateExclusion(UpdateExclusionRequest request, StreamObserver<LogExclusion> responseObserver)
public void updateExclusion(UpdateExclusionRequest request, StreamObserver<LogExclusion> responseObserver)
Changes one or more properties of an existing exclusion in the _Default
sink.
Parameters
updateSettings(UpdateSettingsRequest request, StreamObserver<Settings> responseObserver)
public void updateSettings(UpdateSettingsRequest request, StreamObserver<Settings> responseObserver)
Updates the Log Router settings for the given resource.
Note: Settings for the Log Router can currently only be configured for
Google Cloud organizations. Once configured, it applies to all projects and
folders in the Google Cloud organization.
UpdateSettings
will fail if 1) kms_key_name
is invalid, or 2) the associated service
account does not have the required
roles/cloudkms.cryptoKeyEncrypterDecrypter
role assigned for the key, or
3) access to the key is disabled. 4) location_id
is not supported by
Logging. 5) location_id
violate OrgPolicy.
See Enabling CMEK for Log
Router
for more information.
Parameters
updateSink(UpdateSinkRequest request, StreamObserver<LogSink> responseObserver)
public void updateSink(UpdateSinkRequest request, StreamObserver<LogSink> responseObserver)
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.
Parameters
updateView(UpdateViewRequest request, StreamObserver<LogView> responseObserver)
public void updateView(UpdateViewRequest request, StreamObserver<LogView> responseObserver)
Updates a view on a log bucket. This method replaces the following fields
in the existing view with values from the new view: filter
.
If an UNAVAILABLE
error is returned, this indicates that system is not in
a state where it can update the view. If this occurs, please try again in a
few minutes.
Parameters