@Generated(value="by gapic-generator-java") public class ConfigSettings extends com.google.api.gax.rpc.ClientSettings<ConfigSettings>
ConfigClient
.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getBucket to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
ConfigSettings.Builder configSettingsBuilder = ConfigSettings.newBuilder();
configSettingsBuilder
.getBucketSettings()
.setRetrySettings(
configSettingsBuilder
.getBucketSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ConfigSettings configSettings = configSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
ConfigSettings.Builder
Builder for ConfigSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
ConfigSettings(ConfigSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.OperationCallSettings<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> |
copyLogEntriesOperationSettings()
Returns the object with the settings used for calls to copyLogEntries.
|
com.google.api.gax.rpc.UnaryCallSettings<CopyLogEntriesRequest,com.google.longrunning.Operation> |
copyLogEntriesSettings()
Returns the object with the settings used for calls to copyLogEntries.
|
static ConfigSettings |
create(ConfigServiceV2StubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateBucketRequest,LogBucket,BucketMetadata> |
createBucketAsyncOperationSettings()
Returns the object with the settings used for calls to createBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateBucketRequest,com.google.longrunning.Operation> |
createBucketAsyncSettings()
Returns the object with the settings used for calls to createBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateBucketRequest,LogBucket> |
createBucketSettings()
Returns the object with the settings used for calls to createBucket.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateExclusionRequest,LogExclusion> |
createExclusionSettings()
Returns the object with the settings used for calls to createExclusion.
|
com.google.api.gax.rpc.OperationCallSettings<CreateLinkRequest,Link,LinkMetadata> |
createLinkOperationSettings()
Returns the object with the settings used for calls to createLink.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateLinkRequest,com.google.longrunning.Operation> |
createLinkSettings()
Returns the object with the settings used for calls to createLink.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSinkRequest,LogSink> |
createSinkSettings()
Returns the object with the settings used for calls to createSink.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,LogView> |
createViewSettings()
Returns the object with the settings used for calls to createView.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteBucketRequest,com.google.protobuf.Empty> |
deleteBucketSettings()
Returns the object with the settings used for calls to deleteBucket.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteExclusionRequest,com.google.protobuf.Empty> |
deleteExclusionSettings()
Returns the object with the settings used for calls to deleteExclusion.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> |
deleteLinkOperationSettings()
Returns the object with the settings used for calls to deleteLink.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteLinkRequest,com.google.longrunning.Operation> |
deleteLinkSettings()
Returns the object with the settings used for calls to deleteLink.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteSinkRequest,com.google.protobuf.Empty> |
deleteSinkSettings()
Returns the object with the settings used for calls to deleteSink.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty> |
deleteViewSettings()
Returns the object with the settings used for calls to deleteView.
|
com.google.api.gax.rpc.UnaryCallSettings<GetBucketRequest,LogBucket> |
getBucketSettings()
Returns the object with the settings used for calls to getBucket.
|
com.google.api.gax.rpc.UnaryCallSettings<GetCmekSettingsRequest,CmekSettings> |
getCmekSettingsSettings()
Returns the object with the settings used for calls to getCmekSettings.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetExclusionRequest,LogExclusion> |
getExclusionSettings()
Returns the object with the settings used for calls to getExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings<GetLinkRequest,Link> |
getLinkSettings()
Returns the object with the settings used for calls to getLink.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSettingsRequest,Settings> |
getSettingsSettings()
Returns the object with the settings used for calls to getSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSinkRequest,LogSink> |
getSinkSettings()
Returns the object with the settings used for calls to getSink.
|
com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,LogView> |
getViewSettings()
Returns the object with the settings used for calls to getView.
|
com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse> |
listBucketsSettings()
Returns the object with the settings used for calls to listBuckets.
|
com.google.api.gax.rpc.PagedCallSettings<ListExclusionsRequest,ListExclusionsResponse,ConfigClient.ListExclusionsPagedResponse> |
listExclusionsSettings()
Returns the object with the settings used for calls to listExclusions.
|
com.google.api.gax.rpc.PagedCallSettings<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse> |
listLinksSettings()
Returns the object with the settings used for calls to listLinks.
|
com.google.api.gax.rpc.PagedCallSettings<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse> |
listSinksSettings()
Returns the object with the settings used for calls to listSinks.
|
com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse> |
listViewsSettings()
Returns the object with the settings used for calls to listViews.
|
static ConfigSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static ConfigSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
ConfigSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.UnaryCallSettings<UndeleteBucketRequest,com.google.protobuf.Empty> |
undeleteBucketSettings()
Returns the object with the settings used for calls to undeleteBucket.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateBucketRequest,LogBucket,BucketMetadata> |
updateBucketAsyncOperationSettings()
Returns the object with the settings used for calls to updateBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateBucketRequest,com.google.longrunning.Operation> |
updateBucketAsyncSettings()
Returns the object with the settings used for calls to updateBucketAsync.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateBucketRequest,LogBucket> |
updateBucketSettings()
Returns the object with the settings used for calls to updateBucket.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateCmekSettingsRequest,CmekSettings> |
updateCmekSettingsSettings()
Returns the object with the settings used for calls to updateCmekSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion> |
updateExclusionSettings()
Returns the object with the settings used for calls to updateExclusion.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings> |
updateSettingsSettings()
Returns the object with the settings used for calls to updateSettings.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSinkRequest,LogSink> |
updateSinkSettings()
Returns the object with the settings used for calls to updateSink.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,LogView> |
updateViewSettings()
Returns the object with the settings used for calls to updateView.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
protected ConfigSettings(ConfigSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.PagedCallSettings<ListBucketsRequest,ListBucketsResponse,ConfigClient.ListBucketsPagedResponse> listBucketsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetBucketRequest,LogBucket> getBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateBucketRequest,com.google.longrunning.Operation> createBucketAsyncSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateBucketRequest,LogBucket,BucketMetadata> createBucketAsyncOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBucketRequest,com.google.longrunning.Operation> updateBucketAsyncSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateBucketRequest,LogBucket,BucketMetadata> updateBucketAsyncOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateBucketRequest,LogBucket> createBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateBucketRequest,LogBucket> updateBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteBucketRequest,com.google.protobuf.Empty> deleteBucketSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UndeleteBucketRequest,com.google.protobuf.Empty> undeleteBucketSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListViewsRequest,ListViewsResponse,ConfigClient.ListViewsPagedResponse> listViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,LogView> getViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,LogView> createViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateViewRequest,LogView> updateViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteViewRequest,com.google.protobuf.Empty> deleteViewSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSinksRequest,ListSinksResponse,ConfigClient.ListSinksPagedResponse> listSinksSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSinkRequest,LogSink> getSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateSinkRequest,LogSink> createSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSinkRequest,LogSink> updateSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteSinkRequest,com.google.protobuf.Empty> deleteSinkSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateLinkRequest,com.google.longrunning.Operation> createLinkSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateLinkRequest,Link,LinkMetadata> createLinkOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteLinkRequest,com.google.longrunning.Operation> deleteLinkSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteLinkRequest,com.google.protobuf.Empty,LinkMetadata> deleteLinkOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListLinksRequest,ListLinksResponse,ConfigClient.ListLinksPagedResponse> listLinksSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetLinkRequest,Link> getLinkSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListExclusionsRequest,ListExclusionsResponse,ConfigClient.ListExclusionsPagedResponse> listExclusionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetExclusionRequest,LogExclusion> getExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateExclusionRequest,LogExclusion> createExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateExclusionRequest,LogExclusion> updateExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteExclusionRequest,com.google.protobuf.Empty> deleteExclusionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetCmekSettingsRequest,CmekSettings> getCmekSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateCmekSettingsRequest,CmekSettings> updateCmekSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetSettingsRequest,Settings> getSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings> updateSettingsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CopyLogEntriesRequest,com.google.longrunning.Operation> copyLogEntriesSettings()
public com.google.api.gax.rpc.OperationCallSettings<CopyLogEntriesRequest,CopyLogEntriesResponse,CopyLogEntriesMetadata> copyLogEntriesOperationSettings()
public static final ConfigSettings create(ConfigServiceV2StubSettings stub) throws IOException
IOException
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static ConfigSettings.Builder newBuilder()
public static ConfigSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public ConfigSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.ClientSettings<ConfigSettings>
Copyright © 2023 Google LLC. All rights reserved.