public class DataTaxonomyServiceStubSettings extends StubSettings<DataTaxonomyServiceStubSettings>
Settings class to configure an instance of DataTaxonomyServiceStub .
The default instance has everything set to sensible defaults:
The default service address (dataplex.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 getDataTaxonomy 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
DataTaxonomyServiceStubSettings . Builder dataTaxonomyServiceSettingsBuilder =
DataTaxonomyServiceStubSettings . newBuilder ();
dataTaxonomyServiceSettingsBuilder
. getDataTaxonomySettings ()
. setRetrySettings (
dataTaxonomyServiceSettingsBuilder
. getDataTaxonomySettings ()
. getRetrySettings ()
. toBuilder ()
. setTotalTimeout ( Duration . ofSeconds ( 30 ))
. build ());
DataTaxonomyServiceStubSettings dataTaxonomyServiceSettings =
dataTaxonomyServiceSettingsBuilder . build ();
Static Methods
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
public static ApiClientHeaderProvider . Builder defaultGrpcApiClientHeaderProviderBuilder ()
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default gRPC ChannelProvider for this service.
public static ApiClientHeaderProvider . Builder defaultHttpJsonApiClientHeaderProviderBuilder ()
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider . Builder defaultHttpJsonTransportProviderBuilder ()
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns a builder for the default REST ChannelProvider for this service.
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider ()
getDefaultEndpoint()
public static String getDefaultEndpoint ()
Returns the default service endpoint.
Returns
Type
Description
String
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
Returns
Type
Description
String
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
newBuilder()
public static DataTaxonomyServiceStubSettings . Builder newBuilder ()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
public static DataTaxonomyServiceStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
newHttpJsonBuilder()
public static DataTaxonomyServiceStubSettings . Builder newHttpJsonBuilder ()
Returns a new REST builder for this class.
Constructors
DataTaxonomyServiceStubSettings(DataTaxonomyServiceStubSettings.Builder settingsBuilder)
protected DataTaxonomyServiceStubSettings ( DataTaxonomyServiceStubSettings . Builder settingsBuilder )
Methods
createDataAttributeBindingOperationSettings()
public OperationCallSettings<CreateDataAttributeBindingRequest , DataAttributeBinding , OperationMetadata > createDataAttributeBindingOperationSettings ()
Returns the object with the settings used for calls to createDataAttributeBinding.
createDataAttributeBindingSettings()
public UnaryCallSettings<CreateDataAttributeBindingRequest , Operation > createDataAttributeBindingSettings ()
Returns the object with the settings used for calls to createDataAttributeBinding.
createDataAttributeOperationSettings()
public OperationCallSettings<CreateDataAttributeRequest , DataAttribute , OperationMetadata > createDataAttributeOperationSettings ()
Returns the object with the settings used for calls to createDataAttribute.
createDataAttributeSettings()
public UnaryCallSettings<CreateDataAttributeRequest , Operation > createDataAttributeSettings ()
Returns the object with the settings used for calls to createDataAttribute.
createDataTaxonomyOperationSettings()
public OperationCallSettings<CreateDataTaxonomyRequest , DataTaxonomy , OperationMetadata > createDataTaxonomyOperationSettings ()
Returns the object with the settings used for calls to createDataTaxonomy.
createDataTaxonomySettings()
public UnaryCallSettings<CreateDataTaxonomyRequest , Operation > createDataTaxonomySettings ()
Returns the object with the settings used for calls to createDataTaxonomy.
createStub()
public DataTaxonomyServiceStub createStub ()
deleteDataAttributeBindingOperationSettings()
public OperationCallSettings<DeleteDataAttributeBindingRequest , Empty , OperationMetadata > deleteDataAttributeBindingOperationSettings ()
Returns the object with the settings used for calls to deleteDataAttributeBinding.
deleteDataAttributeBindingSettings()
public UnaryCallSettings<DeleteDataAttributeBindingRequest , Operation > deleteDataAttributeBindingSettings ()
Returns the object with the settings used for calls to deleteDataAttributeBinding.
deleteDataAttributeOperationSettings()
public OperationCallSettings<DeleteDataAttributeRequest , Empty , OperationMetadata > deleteDataAttributeOperationSettings ()
Returns the object with the settings used for calls to deleteDataAttribute.
deleteDataAttributeSettings()
public UnaryCallSettings<DeleteDataAttributeRequest , Operation > deleteDataAttributeSettings ()
Returns the object with the settings used for calls to deleteDataAttribute.
deleteDataTaxonomyOperationSettings()
public OperationCallSettings<DeleteDataTaxonomyRequest , Empty , OperationMetadata > deleteDataTaxonomyOperationSettings ()
Returns the object with the settings used for calls to deleteDataTaxonomy.
deleteDataTaxonomySettings()
public UnaryCallSettings<DeleteDataTaxonomyRequest , Operation > deleteDataTaxonomySettings ()
Returns the object with the settings used for calls to deleteDataTaxonomy.
getDataAttributeBindingSettings()
public UnaryCallSettings<GetDataAttributeBindingRequest , DataAttributeBinding > getDataAttributeBindingSettings ()
Returns the object with the settings used for calls to getDataAttributeBinding.
getDataAttributeSettings()
public UnaryCallSettings<GetDataAttributeRequest , DataAttribute > getDataAttributeSettings ()
Returns the object with the settings used for calls to getDataAttribute.
getDataTaxonomySettings()
public UnaryCallSettings<GetDataTaxonomyRequest , DataTaxonomy > getDataTaxonomySettings ()
Returns the object with the settings used for calls to getDataTaxonomy.
getLocationSettings()
public UnaryCallSettings<GetLocationRequest , Location > getLocationSettings ()
Returns the object with the settings used for calls to getLocation.
Returns
Type
Description
UnaryCallSettings <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
getServiceName()
public String getServiceName ()
Returns the default service name.
Returns
Type
Description
String
Overrides
listDataAttributeBindingsSettings()
public PagedCallSettings<ListDataAttributeBindingsRequest , ListDataAttributeBindingsResponse , DataTaxonomyServiceClient . ListDataAttributeBindingsPagedResponse > listDataAttributeBindingsSettings ()
Returns the object with the settings used for calls to listDataAttributeBindings.
listDataAttributesSettings()
public PagedCallSettings<ListDataAttributesRequest , ListDataAttributesResponse , DataTaxonomyServiceClient . ListDataAttributesPagedResponse > listDataAttributesSettings ()
Returns the object with the settings used for calls to listDataAttributes.
listDataTaxonomiesSettings()
public PagedCallSettings<ListDataTaxonomiesRequest , ListDataTaxonomiesResponse , DataTaxonomyServiceClient . ListDataTaxonomiesPagedResponse > listDataTaxonomiesSettings ()
Returns the object with the settings used for calls to listDataTaxonomies.
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest , ListLocationsResponse , DataTaxonomyServiceClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the object with the settings used for calls to listLocations.
toBuilder()
public DataTaxonomyServiceStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Overrides
updateDataAttributeBindingOperationSettings()
public OperationCallSettings<UpdateDataAttributeBindingRequest , DataAttributeBinding , OperationMetadata > updateDataAttributeBindingOperationSettings ()
Returns the object with the settings used for calls to updateDataAttributeBinding.
updateDataAttributeBindingSettings()
public UnaryCallSettings<UpdateDataAttributeBindingRequest , Operation > updateDataAttributeBindingSettings ()
Returns the object with the settings used for calls to updateDataAttributeBinding.
updateDataAttributeOperationSettings()
public OperationCallSettings<UpdateDataAttributeRequest , DataAttribute , OperationMetadata > updateDataAttributeOperationSettings ()
Returns the object with the settings used for calls to updateDataAttribute.
updateDataAttributeSettings()
public UnaryCallSettings<UpdateDataAttributeRequest , Operation > updateDataAttributeSettings ()
Returns the object with the settings used for calls to updateDataAttribute.
updateDataTaxonomyOperationSettings()
public OperationCallSettings<UpdateDataTaxonomyRequest , DataTaxonomy , OperationMetadata > updateDataTaxonomyOperationSettings ()
Returns the object with the settings used for calls to updateDataTaxonomy.
updateDataTaxonomySettings()
public UnaryCallSettings<UpdateDataTaxonomyRequest , Operation > updateDataTaxonomySettings ()
Returns the object with the settings used for calls to updateDataTaxonomy.