Class PolicyTagManagerStubSettings (1.7.2)

public class PolicyTagManagerStubSettings extends StubSettings<PolicyTagManagerStubSettings>

Settings class to configure an instance of PolicyTagManagerStub.

The default instance has everything set to sensible defaults:

  • The default service address (datacatalog.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 total timeout of createTaxonomy to 30 seconds:


 PolicyTagManagerStubSettings.Builder policyTagManagerSettingsBuilder =
     PolicyTagManagerStubSettings.newBuilder();
 policyTagManagerSettingsBuilder
     .createTaxonomySettings()
     .setRetrySettings(
         policyTagManagerSettingsBuilder
             .createTaxonomySettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 PolicyTagManagerStubSettings policyTagManagerSettings = policyTagManagerSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > PolicyTagManagerStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static PolicyTagManagerStubSettings.Builder newBuilder()

Returns a new builder for this class.

Returns
TypeDescription
PolicyTagManagerStubSettings.Builder

newBuilder(ClientContext clientContext)

public static PolicyTagManagerStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
PolicyTagManagerStubSettings.Builder

Constructors

PolicyTagManagerStubSettings(PolicyTagManagerStubSettings.Builder settingsBuilder)

protected PolicyTagManagerStubSettings(PolicyTagManagerStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderPolicyTagManagerStubSettings.Builder

Methods

createPolicyTagSettings()

public UnaryCallSettings<CreatePolicyTagRequest,PolicyTag> createPolicyTagSettings()

Returns the object with the settings used for calls to createPolicyTag.

Returns
TypeDescription
UnaryCallSettings<CreatePolicyTagRequest,PolicyTag>

createStub()

public PolicyTagManagerStub createStub()
Returns
TypeDescription
PolicyTagManagerStub
Exceptions
TypeDescription
IOException

createTaxonomySettings()

public UnaryCallSettings<CreateTaxonomyRequest,Taxonomy> createTaxonomySettings()

Returns the object with the settings used for calls to createTaxonomy.

Returns
TypeDescription
UnaryCallSettings<CreateTaxonomyRequest,Taxonomy>

deletePolicyTagSettings()

public UnaryCallSettings<DeletePolicyTagRequest,Empty> deletePolicyTagSettings()

Returns the object with the settings used for calls to deletePolicyTag.

Returns
TypeDescription
UnaryCallSettings<DeletePolicyTagRequest,Empty>

deleteTaxonomySettings()

public UnaryCallSettings<DeleteTaxonomyRequest,Empty> deleteTaxonomySettings()

Returns the object with the settings used for calls to deleteTaxonomy.

Returns
TypeDescription
UnaryCallSettings<DeleteTaxonomyRequest,Empty>

getIamPolicySettings()

public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()

Returns the object with the settings used for calls to getIamPolicy.

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getPolicyTagSettings()

public UnaryCallSettings<GetPolicyTagRequest,PolicyTag> getPolicyTagSettings()

Returns the object with the settings used for calls to getPolicyTag.

Returns
TypeDescription
UnaryCallSettings<GetPolicyTagRequest,PolicyTag>

getTaxonomySettings()

public UnaryCallSettings<GetTaxonomyRequest,Taxonomy> getTaxonomySettings()

Returns the object with the settings used for calls to getTaxonomy.

Returns
TypeDescription
UnaryCallSettings<GetTaxonomyRequest,Taxonomy>

listPolicyTagsSettings()

public PagedCallSettings<ListPolicyTagsRequest,ListPolicyTagsResponse,PolicyTagManagerClient.ListPolicyTagsPagedResponse> listPolicyTagsSettings()

Returns the object with the settings used for calls to listPolicyTags.

Returns
TypeDescription
PagedCallSettings<ListPolicyTagsRequest,ListPolicyTagsResponse,ListPolicyTagsPagedResponse>

listTaxonomiesSettings()

public PagedCallSettings<ListTaxonomiesRequest,ListTaxonomiesResponse,PolicyTagManagerClient.ListTaxonomiesPagedResponse> listTaxonomiesSettings()

Returns the object with the settings used for calls to listTaxonomies.

Returns
TypeDescription
PagedCallSettings<ListTaxonomiesRequest,ListTaxonomiesResponse,ListTaxonomiesPagedResponse>

setIamPolicySettings()

public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()

Returns the object with the settings used for calls to setIamPolicy.

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsSettings()

public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()

Returns the object with the settings used for calls to testIamPermissions.

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

toBuilder()

public PolicyTagManagerStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
PolicyTagManagerStubSettings.Builder
Overrides

updatePolicyTagSettings()

public UnaryCallSettings<UpdatePolicyTagRequest,PolicyTag> updatePolicyTagSettings()

Returns the object with the settings used for calls to updatePolicyTag.

Returns
TypeDescription
UnaryCallSettings<UpdatePolicyTagRequest,PolicyTag>

updateTaxonomySettings()

public UnaryCallSettings<UpdateTaxonomyRequest,Taxonomy> updateTaxonomySettings()

Returns the object with the settings used for calls to updateTaxonomy.

Returns
TypeDescription
UnaryCallSettings<UpdateTaxonomyRequest,Taxonomy>