@Generated(value="by gapic-generator") @BetaApi public class DataCatalogSettings extends com.google.api.gax.rpc.ClientSettings<DataCatalogSettings>
DataCatalogClient
.
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 createEntryGroup to 30 seconds:
DataCatalogSettings.Builder dataCatalogSettingsBuilder =
DataCatalogSettings.newBuilder();
dataCatalogSettingsBuilder.createEntryGroupSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
DataCatalogSettings dataCatalogSettings = dataCatalogSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
DataCatalogSettings.Builder
Builder for DataCatalogSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
DataCatalogSettings(DataCatalogSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
static DataCatalogSettings |
create(DataCatalogStubSettings stub) |
com.google.api.gax.rpc.UnaryCallSettings<CreateEntryGroupRequest,EntryGroup> |
createEntryGroupSettings()
Returns the object with the settings used for calls to createEntryGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateEntryRequest,Entry> |
createEntrySettings()
Returns the object with the settings used for calls to createEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTagRequest,Tag> |
createTagSettings()
Returns the object with the settings used for calls to createTag.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTagTemplateFieldRequest,TagTemplateField> |
createTagTemplateFieldSettings()
Returns the object with the settings used for calls to createTagTemplateField.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateTagTemplateRequest,TagTemplate> |
createTagTemplateSettings()
Returns the object with the settings used for calls to createTagTemplate.
|
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<DeleteEntryGroupRequest,Empty> |
deleteEntryGroupSettings()
Returns the object with the settings used for calls to deleteEntryGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteEntryRequest,Empty> |
deleteEntrySettings()
Returns the object with the settings used for calls to deleteEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTagRequest,Empty> |
deleteTagSettings()
Returns the object with the settings used for calls to deleteTag.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateFieldRequest,Empty> |
deleteTagTemplateFieldSettings()
Returns the object with the settings used for calls to deleteTagTemplateField.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateRequest,Empty> |
deleteTagTemplateSettings()
Returns the object with the settings used for calls to deleteTagTemplate.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetEntryGroupRequest,EntryGroup> |
getEntryGroupSettings()
Returns the object with the settings used for calls to getEntryGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<GetEntryRequest,Entry> |
getEntrySettings()
Returns the object with the settings used for calls to getEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTagTemplateRequest,TagTemplate> |
getTagTemplateSettings()
Returns the object with the settings used for calls to getTagTemplate.
|
com.google.api.gax.rpc.PagedCallSettings<ListTagsRequest,ListTagsResponse,DataCatalogClient.ListTagsPagedResponse> |
listTagsSettings()
Returns the object with the settings used for calls to listTags.
|
com.google.api.gax.rpc.UnaryCallSettings<LookupEntryRequest,Entry> |
lookupEntrySettings()
Returns the object with the settings used for calls to lookupEntry.
|
static DataCatalogSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static DataCatalogSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<RenameTagTemplateFieldRequest,TagTemplateField> |
renameTagTemplateFieldSettings()
Returns the object with the settings used for calls to renameTagTemplateField.
|
com.google.api.gax.rpc.PagedCallSettings<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse> |
searchCatalogSettings()
Returns the object with the settings used for calls to searchCatalog.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
DataCatalogSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryRequest,Entry> |
updateEntrySettings()
Returns the object with the settings used for calls to updateEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTagRequest,Tag> |
updateTagSettings()
Returns the object with the settings used for calls to updateTag.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTagTemplateFieldRequest,TagTemplateField> |
updateTagTemplateFieldSettings()
Returns the object with the settings used for calls to updateTagTemplateField.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTagTemplateRequest,TagTemplate> |
updateTagTemplateSettings()
Returns the object with the settings used for calls to updateTagTemplate.
|
protected DataCatalogSettings(DataCatalogSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.PagedCallSettings<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse> searchCatalogSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateEntryGroupRequest,EntryGroup> createEntryGroupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEntryGroupRequest,EntryGroup> getEntryGroupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEntryGroupRequest,Empty> deleteEntryGroupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateEntryRequest,Entry> createEntrySettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateEntryRequest,Entry> updateEntrySettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEntryRequest,Empty> deleteEntrySettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEntryRequest,Entry> getEntrySettings()
public com.google.api.gax.rpc.UnaryCallSettings<LookupEntryRequest,Entry> lookupEntrySettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTagTemplateRequest,TagTemplate> createTagTemplateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetTagTemplateRequest,TagTemplate> getTagTemplateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTagTemplateRequest,TagTemplate> updateTagTemplateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateRequest,Empty> deleteTagTemplateSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTagTemplateFieldRequest,TagTemplateField> createTagTemplateFieldSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTagTemplateFieldRequest,TagTemplateField> updateTagTemplateFieldSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RenameTagTemplateFieldRequest,TagTemplateField> renameTagTemplateFieldSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateFieldRequest,Empty> deleteTagTemplateFieldSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateTagRequest,Tag> createTagSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateTagRequest,Tag> updateTagSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTagRequest,Empty> deleteTagSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListTagsRequest,ListTagsResponse,DataCatalogClient.ListTagsPagedResponse> listTagsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public static final DataCatalogSettings create(DataCatalogStubSettings 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 DataCatalogSettings.Builder newBuilder()
public static DataCatalogSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public DataCatalogSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.ClientSettings<DataCatalogSettings>
Copyright © 2019 Google LLC. All rights reserved.