@Generated(value="by gapic-generator") @BetaApi public class DataCatalogStubSettings extends com.google.api.gax.rpc.StubSettings<DataCatalogStubSettings>
DataCatalogStub
.
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:
DataCatalogStubSettings.Builder dataCatalogSettingsBuilder =
DataCatalogStubSettings.newBuilder();
dataCatalogSettingsBuilder.createEntryGroupSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
DataCatalogStubSettings dataCatalogSettings = dataCatalogSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
DataCatalogStubSettings.Builder
Builder for DataCatalogStubSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
DataCatalogStubSettings(DataCatalogStubSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
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.
|
DataCatalogStub |
createStub() |
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 DataCatalogStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static DataCatalogStubSettings.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.
|
DataCatalogStubSettings.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 DataCatalogStubSettings(DataCatalogStubSettings.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()
@BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public DataCatalogStub createStub() 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 DataCatalogStubSettings.Builder newBuilder()
public static DataCatalogStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public DataCatalogStubSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.StubSettings<DataCatalogStubSettings>
Copyright © 2019 Google LLC. All rights reserved.