- 3.55.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.2-SNAPSHOT
- 3.6.0
- 3.4.1
- 3.3.1
- 3.2.17
public class AssetServiceSettings extends ClientSettings<AssetServiceSettings>
Settings class to configure an instance of AssetServiceClient.
The default instance has everything set to sensible defaults:
- The default service address (cloudasset.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
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 RetrySettings of batchGetAssetsHistory:
// 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
AssetServiceSettings.Builder assetServiceSettingsBuilder = AssetServiceSettings.newBuilder();
assetServiceSettingsBuilder
.batchGetAssetsHistorySettings()
.setRetrySettings(
assetServiceSettingsBuilder
.batchGetAssetsHistorySettings()
.getRetrySettings()
.toBuilder()
.setInitialRetryDelayDuration(Duration.ofSeconds(1))
.setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
.setMaxAttempts(5)
.setMaxRetryDelayDuration(Duration.ofSeconds(30))
.setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
.setRetryDelayMultiplier(1.3)
.setRpcTimeoutMultiplier(1.5)
.setTotalTimeoutDuration(Duration.ofSeconds(300))
.build());
AssetServiceSettings assetServiceSettings = assetServiceSettingsBuilder.build();
Please refer to the Client Side Retry Guide for additional support in setting retries.
To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for exportAssets:
// 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
AssetServiceSettings.Builder assetServiceSettingsBuilder = AssetServiceSettings.newBuilder();
TimedRetryAlgorithm timedRetryAlgorithm =
OperationalTimedPollAlgorithm.create(
RetrySettings.newBuilder()
.setInitialRetryDelayDuration(Duration.ofMillis(500))
.setRetryDelayMultiplier(1.5)
.setMaxRetryDelay(Duration.ofMillis(5000))
.setTotalTimeoutDuration(Duration.ofHours(24))
.build());
assetServiceSettingsBuilder
.createClusterOperationSettings()
.setPollingAlgorithm(timedRetryAlgorithm)
.build();
Static Methods
create(AssetServiceStubSettings stub)
public static final AssetServiceSettings create(AssetServiceStubSettings stub)
Parameter | |
---|---|
Name | Description |
stub |
AssetServiceStubSettings |
Returns | |
---|---|
Type | Description |
AssetServiceSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns | |
---|---|
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns | |
---|---|
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns | |
---|---|
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns | |
---|---|
Type | Description |
List<String> |
newBuilder()
public static AssetServiceSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns | |
---|---|
Type | Description |
AssetServiceSettings.Builder |
newBuilder(ClientContext clientContext)
public static AssetServiceSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
AssetServiceSettings.Builder |
newHttpJsonBuilder()
public static AssetServiceSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns | |
---|---|
Type | Description |
AssetServiceSettings.Builder |
Constructors
AssetServiceSettings(AssetServiceSettings.Builder settingsBuilder)
protected AssetServiceSettings(AssetServiceSettings.Builder settingsBuilder)
Parameter | |
---|---|
Name | Description |
settingsBuilder |
AssetServiceSettings.Builder |
Methods
analyzeIamPolicyLongrunningOperationSettings()
public OperationCallSettings<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> analyzeIamPolicyLongrunningOperationSettings()
Returns the object with the settings used for calls to analyzeIamPolicyLongrunning.
Returns | |
---|---|
Type | Description |
OperationCallSettings<AnalyzeIamPolicyLongrunningRequest,AnalyzeIamPolicyLongrunningResponse,AnalyzeIamPolicyLongrunningMetadata> |
analyzeIamPolicyLongrunningSettings()
public UnaryCallSettings<AnalyzeIamPolicyLongrunningRequest,Operation> analyzeIamPolicyLongrunningSettings()
Returns the object with the settings used for calls to analyzeIamPolicyLongrunning.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<AnalyzeIamPolicyLongrunningRequest,Operation> |
analyzeIamPolicySettings()
public UnaryCallSettings<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> analyzeIamPolicySettings()
Returns the object with the settings used for calls to analyzeIamPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> |
analyzeMoveSettings()
public UnaryCallSettings<AnalyzeMoveRequest,AnalyzeMoveResponse> analyzeMoveSettings()
Returns the object with the settings used for calls to analyzeMove.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<AnalyzeMoveRequest,AnalyzeMoveResponse> |
analyzeOrgPoliciesSettings()
public PagedCallSettings<AnalyzeOrgPoliciesRequest,AnalyzeOrgPoliciesResponse,AssetServiceClient.AnalyzeOrgPoliciesPagedResponse> analyzeOrgPoliciesSettings()
Returns the object with the settings used for calls to analyzeOrgPolicies.
Returns | |
---|---|
Type | Description |
PagedCallSettings<AnalyzeOrgPoliciesRequest,AnalyzeOrgPoliciesResponse,AnalyzeOrgPoliciesPagedResponse> |
analyzeOrgPolicyGovernedAssetsSettings()
public PagedCallSettings<AnalyzeOrgPolicyGovernedAssetsRequest,AnalyzeOrgPolicyGovernedAssetsResponse,AssetServiceClient.AnalyzeOrgPolicyGovernedAssetsPagedResponse> analyzeOrgPolicyGovernedAssetsSettings()
Returns the object with the settings used for calls to analyzeOrgPolicyGovernedAssets.
Returns | |
---|---|
Type | Description |
PagedCallSettings<AnalyzeOrgPolicyGovernedAssetsRequest,AnalyzeOrgPolicyGovernedAssetsResponse,AnalyzeOrgPolicyGovernedAssetsPagedResponse> |
analyzeOrgPolicyGovernedContainersSettings()
public PagedCallSettings<AnalyzeOrgPolicyGovernedContainersRequest,AnalyzeOrgPolicyGovernedContainersResponse,AssetServiceClient.AnalyzeOrgPolicyGovernedContainersPagedResponse> analyzeOrgPolicyGovernedContainersSettings()
Returns the object with the settings used for calls to analyzeOrgPolicyGovernedContainers.
Returns | |
---|---|
Type | Description |
PagedCallSettings<AnalyzeOrgPolicyGovernedContainersRequest,AnalyzeOrgPolicyGovernedContainersResponse,AnalyzeOrgPolicyGovernedContainersPagedResponse> |
batchGetAssetsHistorySettings()
public UnaryCallSettings<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> batchGetAssetsHistorySettings()
Returns the object with the settings used for calls to batchGetAssetsHistory.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> |
batchGetEffectiveIamPoliciesSettings()
public UnaryCallSettings<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> batchGetEffectiveIamPoliciesSettings()
Returns the object with the settings used for calls to batchGetEffectiveIamPolicies.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> |
createFeedSettings()
public UnaryCallSettings<CreateFeedRequest,Feed> createFeedSettings()
Returns the object with the settings used for calls to createFeed.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateFeedRequest,Feed> |
createSavedQuerySettings()
public UnaryCallSettings<CreateSavedQueryRequest,SavedQuery> createSavedQuerySettings()
Returns the object with the settings used for calls to createSavedQuery.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateSavedQueryRequest,SavedQuery> |
deleteFeedSettings()
public UnaryCallSettings<DeleteFeedRequest,Empty> deleteFeedSettings()
Returns the object with the settings used for calls to deleteFeed.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteFeedRequest,Empty> |
deleteSavedQuerySettings()
public UnaryCallSettings<DeleteSavedQueryRequest,Empty> deleteSavedQuerySettings()
Returns the object with the settings used for calls to deleteSavedQuery.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteSavedQueryRequest,Empty> |
exportAssetsOperationSettings()
public OperationCallSettings<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest> exportAssetsOperationSettings()
Returns the object with the settings used for calls to exportAssets.
Returns | |
---|---|
Type | Description |
OperationCallSettings<ExportAssetsRequest,ExportAssetsResponse,ExportAssetsRequest> |
exportAssetsSettings()
public UnaryCallSettings<ExportAssetsRequest,Operation> exportAssetsSettings()
Returns the object with the settings used for calls to exportAssets.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<ExportAssetsRequest,Operation> |
getFeedSettings()
public UnaryCallSettings<GetFeedRequest,Feed> getFeedSettings()
Returns the object with the settings used for calls to getFeed.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetFeedRequest,Feed> |
getSavedQuerySettings()
public UnaryCallSettings<GetSavedQueryRequest,SavedQuery> getSavedQuerySettings()
Returns the object with the settings used for calls to getSavedQuery.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetSavedQueryRequest,SavedQuery> |
listAssetsSettings()
public PagedCallSettings<ListAssetsRequest,ListAssetsResponse,AssetServiceClient.ListAssetsPagedResponse> listAssetsSettings()
Returns the object with the settings used for calls to listAssets.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListAssetsRequest,ListAssetsResponse,ListAssetsPagedResponse> |
listFeedsSettings()
public UnaryCallSettings<ListFeedsRequest,ListFeedsResponse> listFeedsSettings()
Returns the object with the settings used for calls to listFeeds.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<ListFeedsRequest,ListFeedsResponse> |
listSavedQueriesSettings()
public PagedCallSettings<ListSavedQueriesRequest,ListSavedQueriesResponse,AssetServiceClient.ListSavedQueriesPagedResponse> listSavedQueriesSettings()
Returns the object with the settings used for calls to listSavedQueries.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListSavedQueriesRequest,ListSavedQueriesResponse,ListSavedQueriesPagedResponse> |
queryAssetsSettings()
public UnaryCallSettings<QueryAssetsRequest,QueryAssetsResponse> queryAssetsSettings()
Returns the object with the settings used for calls to queryAssets.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<QueryAssetsRequest,QueryAssetsResponse> |
searchAllIamPoliciesSettings()
public PagedCallSettings<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse,AssetServiceClient.SearchAllIamPoliciesPagedResponse> searchAllIamPoliciesSettings()
Returns the object with the settings used for calls to searchAllIamPolicies.
Returns | |
---|---|
Type | Description |
PagedCallSettings<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse,SearchAllIamPoliciesPagedResponse> |
searchAllResourcesSettings()
public PagedCallSettings<SearchAllResourcesRequest,SearchAllResourcesResponse,AssetServiceClient.SearchAllResourcesPagedResponse> searchAllResourcesSettings()
Returns the object with the settings used for calls to searchAllResources.
Returns | |
---|---|
Type | Description |
PagedCallSettings<SearchAllResourcesRequest,SearchAllResourcesResponse,SearchAllResourcesPagedResponse> |
toBuilder()
public AssetServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns | |
---|---|
Type | Description |
AssetServiceSettings.Builder |
updateFeedSettings()
public UnaryCallSettings<UpdateFeedRequest,Feed> updateFeedSettings()
Returns the object with the settings used for calls to updateFeed.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateFeedRequest,Feed> |
updateSavedQuerySettings()
public UnaryCallSettings<UpdateSavedQueryRequest,SavedQuery> updateSavedQuerySettings()
Returns the object with the settings used for calls to updateSavedQuery.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateSavedQueryRequest,SavedQuery> |