@BetaApi @Generated(value="by gapic-generator-java") 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:
// 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
DataCatalogSettings.Builder dataCatalogSettingsBuilder = DataCatalogSettings.newBuilder();
dataCatalogSettingsBuilder
.createEntryGroupSettings()
.setRetrySettings(
dataCatalogSettingsBuilder
.createEntryGroupSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
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 gRPC ChannelProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DeleteEntryGroupRequest,com.google.protobuf.Empty> |
deleteEntryGroupSettings()
Returns the object with the settings used for calls to deleteEntryGroup.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteEntryRequest,com.google.protobuf.Empty> |
deleteEntrySettings()
Returns the object with the settings used for calls to deleteEntry.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTagRequest,com.google.protobuf.Empty> |
deleteTagSettings()
Returns the object with the settings used for calls to deleteTag.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateFieldRequest,com.google.protobuf.Empty> |
deleteTagTemplateFieldSettings()
Returns the object with the settings used for calls to deleteTagTemplateField.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateRequest,com.google.protobuf.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<ListEntriesRequest,ListEntriesResponse,DataCatalogClient.ListEntriesPagedResponse> |
listEntriesSettings()
Returns the object with the settings used for calls to listEntries.
|
com.google.api.gax.rpc.PagedCallSettings<ListEntryGroupsRequest,ListEntryGroupsResponse,DataCatalogClient.ListEntryGroupsPagedResponse> |
listEntryGroupsSettings()
Returns the object with the settings used for calls to listEntryGroups.
|
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 gRPC builder for this class.
|
static DataCatalogSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
static DataCatalogSettings.Builder |
newHttpJsonBuilder()
Returns a new REST builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> |
renameTagTemplateFieldEnumValueSettings()
Returns the object with the settings used for calls to renameTagTemplateFieldEnumValue.
|
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<UpdateEntryGroupRequest,EntryGroup> |
updateEntryGroupSettings()
Returns the object with the settings used for calls to updateEntryGroup.
|
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.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getUniverseDomain, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected DataCatalogSettings(DataCatalogSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic 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<UpdateEntryGroupRequest,EntryGroup> updateEntryGroupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEntryGroupRequest,EntryGroup> getEntryGroupSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEntryGroupRequest,com.google.protobuf.Empty> deleteEntryGroupSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListEntryGroupsRequest,ListEntryGroupsResponse,DataCatalogClient.ListEntryGroupsPagedResponse> listEntryGroupsSettings()
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,com.google.protobuf.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.PagedCallSettings<ListEntriesRequest,ListEntriesResponse,DataCatalogClient.ListEntriesPagedResponse> listEntriesSettings()
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,com.google.protobuf.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<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> renameTagTemplateFieldEnumValueSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteTagTemplateFieldRequest,com.google.protobuf.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,com.google.protobuf.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
IOExceptionpublic 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()
@BetaApi public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static DataCatalogSettings.Builder newBuilder()
public static DataCatalogSettings.Builder newHttpJsonBuilder()
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 © 2024 Google LLC. All rights reserved.