Class DataCatalogSettings.Builder (1.64.0)

public static class DataCatalogSettings.Builder extends ClientSettings.Builder<DataCatalogSettings,DataCatalogSettings.Builder>

Builder for DataCatalogSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > DataCatalogSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(DataCatalogSettings settings)

protected Builder(DataCatalogSettings settings)
Parameter
Name Description
settings DataCatalogSettings

Builder(DataCatalogStubSettings.Builder stubSettings)

protected Builder(DataCatalogStubSettings.Builder stubSettings)
Parameter
Name Description
stubSettings DataCatalogStubSettings.Builder

Methods

applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

public DataCatalogSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)

Applies the given settings updater function to all of the unary API methods in this service.

Note: This method does not support applying settings to streaming methods.

Parameter
Name Description
settingsUpdater ApiFunction<Builder<?,?>,java.lang.Void>
Returns
Type Description
DataCatalogSettings.Builder

build()

public DataCatalogSettings build()
Returns
Type Description
DataCatalogSettings
Overrides
Exceptions
Type Description
IOException

createEntryGroupSettings()

public UnaryCallSettings.Builder<CreateEntryGroupRequest,EntryGroup> createEntryGroupSettings()

Returns the builder for the settings used for calls to createEntryGroup.

Returns
Type Description
Builder<CreateEntryGroupRequest,EntryGroup>

createEntrySettings()

public UnaryCallSettings.Builder<CreateEntryRequest,Entry> createEntrySettings()

Returns the builder for the settings used for calls to createEntry.

Returns
Type Description
Builder<CreateEntryRequest,Entry>

createTagSettings()

public UnaryCallSettings.Builder<CreateTagRequest,Tag> createTagSettings()

Returns the builder for the settings used for calls to createTag.

Returns
Type Description
Builder<CreateTagRequest,Tag>

createTagTemplateFieldSettings()

public UnaryCallSettings.Builder<CreateTagTemplateFieldRequest,TagTemplateField> createTagTemplateFieldSettings()

Returns the builder for the settings used for calls to createTagTemplateField.

createTagTemplateSettings()

public UnaryCallSettings.Builder<CreateTagTemplateRequest,TagTemplate> createTagTemplateSettings()

Returns the builder for the settings used for calls to createTagTemplate.

Returns
Type Description
Builder<CreateTagTemplateRequest,TagTemplate>

deleteEntryGroupSettings()

public UnaryCallSettings.Builder<DeleteEntryGroupRequest,Empty> deleteEntryGroupSettings()

Returns the builder for the settings used for calls to deleteEntryGroup.

Returns
Type Description
Builder<DeleteEntryGroupRequest,Empty>

deleteEntrySettings()

public UnaryCallSettings.Builder<DeleteEntryRequest,Empty> deleteEntrySettings()

Returns the builder for the settings used for calls to deleteEntry.

Returns
Type Description
Builder<DeleteEntryRequest,Empty>

deleteTagSettings()

public UnaryCallSettings.Builder<DeleteTagRequest,Empty> deleteTagSettings()

Returns the builder for the settings used for calls to deleteTag.

Returns
Type Description
Builder<DeleteTagRequest,Empty>

deleteTagTemplateFieldSettings()

public UnaryCallSettings.Builder<DeleteTagTemplateFieldRequest,Empty> deleteTagTemplateFieldSettings()

Returns the builder for the settings used for calls to deleteTagTemplateField.

Returns
Type Description
Builder<DeleteTagTemplateFieldRequest,Empty>

deleteTagTemplateSettings()

public UnaryCallSettings.Builder<DeleteTagTemplateRequest,Empty> deleteTagTemplateSettings()

Returns the builder for the settings used for calls to deleteTagTemplate.

Returns
Type Description
Builder<DeleteTagTemplateRequest,Empty>

getEntryGroupSettings()

public UnaryCallSettings.Builder<GetEntryGroupRequest,EntryGroup> getEntryGroupSettings()

Returns the builder for the settings used for calls to getEntryGroup.

Returns
Type Description
Builder<GetEntryGroupRequest,EntryGroup>

getEntrySettings()

public UnaryCallSettings.Builder<GetEntryRequest,Entry> getEntrySettings()

Returns the builder for the settings used for calls to getEntry.

Returns
Type Description
Builder<GetEntryRequest,Entry>

getIamPolicySettings()

public UnaryCallSettings.Builder<GetIamPolicyRequest,Policy> getIamPolicySettings()

Returns the builder for the settings used for calls to getIamPolicy.

Returns
Type Description
Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getStubSettingsBuilder()

public DataCatalogStubSettings.Builder getStubSettingsBuilder()
Returns
Type Description
DataCatalogStubSettings.Builder

getTagTemplateSettings()

public UnaryCallSettings.Builder<GetTagTemplateRequest,TagTemplate> getTagTemplateSettings()

Returns the builder for the settings used for calls to getTagTemplate.

Returns
Type Description
Builder<GetTagTemplateRequest,TagTemplate>

listEntriesSettings()

public PagedCallSettings.Builder<ListEntriesRequest,ListEntriesResponse,DataCatalogClient.ListEntriesPagedResponse> listEntriesSettings()

Returns the builder for the settings used for calls to listEntries.

listEntryGroupsSettings()

public PagedCallSettings.Builder<ListEntryGroupsRequest,ListEntryGroupsResponse,DataCatalogClient.ListEntryGroupsPagedResponse> listEntryGroupsSettings()

Returns the builder for the settings used for calls to listEntryGroups.

listTagsSettings()

public PagedCallSettings.Builder<ListTagsRequest,ListTagsResponse,DataCatalogClient.ListTagsPagedResponse> listTagsSettings()

Returns the builder for the settings used for calls to listTags.

lookupEntrySettings()

public UnaryCallSettings.Builder<LookupEntryRequest,Entry> lookupEntrySettings()

Returns the builder for the settings used for calls to lookupEntry.

Returns
Type Description
Builder<LookupEntryRequest,Entry>

renameTagTemplateFieldEnumValueSettings()

public UnaryCallSettings.Builder<RenameTagTemplateFieldEnumValueRequest,TagTemplateField> renameTagTemplateFieldEnumValueSettings()

Returns the builder for the settings used for calls to renameTagTemplateFieldEnumValue.

renameTagTemplateFieldSettings()

public UnaryCallSettings.Builder<RenameTagTemplateFieldRequest,TagTemplateField> renameTagTemplateFieldSettings()

Returns the builder for the settings used for calls to renameTagTemplateField.

searchCatalogSettings()

public PagedCallSettings.Builder<SearchCatalogRequest,SearchCatalogResponse,DataCatalogClient.SearchCatalogPagedResponse> searchCatalogSettings()

Returns the builder for the settings used for calls to searchCatalog.

setIamPolicySettings()

public UnaryCallSettings.Builder<SetIamPolicyRequest,Policy> setIamPolicySettings()

Returns the builder for the settings used for calls to setIamPolicy.

Returns
Type Description
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsSettings()

public UnaryCallSettings.Builder<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()

Returns the builder for the settings used for calls to testIamPermissions.

Returns
Type Description
Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateEntryGroupSettings()

public UnaryCallSettings.Builder<UpdateEntryGroupRequest,EntryGroup> updateEntryGroupSettings()

Returns the builder for the settings used for calls to updateEntryGroup.

Returns
Type Description
Builder<UpdateEntryGroupRequest,EntryGroup>

updateEntrySettings()

public UnaryCallSettings.Builder<UpdateEntryRequest,Entry> updateEntrySettings()

Returns the builder for the settings used for calls to updateEntry.

Returns
Type Description
Builder<UpdateEntryRequest,Entry>

updateTagSettings()

public UnaryCallSettings.Builder<UpdateTagRequest,Tag> updateTagSettings()

Returns the builder for the settings used for calls to updateTag.

Returns
Type Description
Builder<UpdateTagRequest,Tag>

updateTagTemplateFieldSettings()

public UnaryCallSettings.Builder<UpdateTagTemplateFieldRequest,TagTemplateField> updateTagTemplateFieldSettings()

Returns the builder for the settings used for calls to updateTagTemplateField.

updateTagTemplateSettings()

public UnaryCallSettings.Builder<UpdateTagTemplateRequest,TagTemplate> updateTagTemplateSettings()

Returns the builder for the settings used for calls to updateTagTemplate.

Returns
Type Description
Builder<UpdateTagTemplateRequest,TagTemplate>