Class CatalogServiceSettings.Builder (1.41.0)

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

Builder for CatalogServiceSettings.

Inheritance

java.lang.Object > ClientSettings.Builder > CatalogServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(CatalogServiceSettings settings)

protected Builder(CatalogServiceSettings settings)
Parameter
Name Description
settings CatalogServiceSettings

Builder(CatalogServiceStubSettings.Builder stubSettings)

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

Methods

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

public CatalogServiceSettings.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
CatalogServiceSettings.Builder

build()

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

createAspectTypeOperationSettings()

public OperationCallSettings.Builder<CreateAspectTypeRequest,AspectType,OperationMetadata> createAspectTypeOperationSettings()

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

Returns
Type Description
Builder<CreateAspectTypeRequest,AspectType,OperationMetadata>

createAspectTypeSettings()

public UnaryCallSettings.Builder<CreateAspectTypeRequest,Operation> createAspectTypeSettings()

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

Returns
Type Description
Builder<CreateAspectTypeRequest,Operation>

createEntryGroupOperationSettings()

public OperationCallSettings.Builder<CreateEntryGroupRequest,EntryGroup,OperationMetadata> createEntryGroupOperationSettings()

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

Returns
Type Description
Builder<CreateEntryGroupRequest,EntryGroup,OperationMetadata>

createEntryGroupSettings()

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

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

Returns
Type Description
Builder<CreateEntryGroupRequest,Operation>

createEntrySettings()

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

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

Returns
Type Description
Builder<CreateEntryRequest,Entry>

createEntryTypeOperationSettings()

public OperationCallSettings.Builder<CreateEntryTypeRequest,EntryType,OperationMetadata> createEntryTypeOperationSettings()

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

Returns
Type Description
Builder<CreateEntryTypeRequest,EntryType,OperationMetadata>

createEntryTypeSettings()

public UnaryCallSettings.Builder<CreateEntryTypeRequest,Operation> createEntryTypeSettings()

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

Returns
Type Description
Builder<CreateEntryTypeRequest,Operation>

deleteAspectTypeOperationSettings()

public OperationCallSettings.Builder<DeleteAspectTypeRequest,Empty,OperationMetadata> deleteAspectTypeOperationSettings()

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

Returns
Type Description
Builder<DeleteAspectTypeRequest,Empty,OperationMetadata>

deleteAspectTypeSettings()

public UnaryCallSettings.Builder<DeleteAspectTypeRequest,Operation> deleteAspectTypeSettings()

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

Returns
Type Description
Builder<DeleteAspectTypeRequest,Operation>

deleteEntryGroupOperationSettings()

public OperationCallSettings.Builder<DeleteEntryGroupRequest,Empty,OperationMetadata> deleteEntryGroupOperationSettings()

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

Returns
Type Description
Builder<DeleteEntryGroupRequest,Empty,OperationMetadata>

deleteEntryGroupSettings()

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

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

Returns
Type Description
Builder<DeleteEntryGroupRequest,Operation>

deleteEntrySettings()

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

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

Returns
Type Description
Builder<DeleteEntryRequest,Entry>

deleteEntryTypeOperationSettings()

public OperationCallSettings.Builder<DeleteEntryTypeRequest,Empty,OperationMetadata> deleteEntryTypeOperationSettings()

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

Returns
Type Description
Builder<DeleteEntryTypeRequest,Empty,OperationMetadata>

deleteEntryTypeSettings()

public UnaryCallSettings.Builder<DeleteEntryTypeRequest,Operation> deleteEntryTypeSettings()

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

Returns
Type Description
Builder<DeleteEntryTypeRequest,Operation>

getAspectTypeSettings()

public UnaryCallSettings.Builder<GetAspectTypeRequest,AspectType> getAspectTypeSettings()

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

Returns
Type Description
Builder<GetAspectTypeRequest,AspectType>

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>

getEntryTypeSettings()

public UnaryCallSettings.Builder<GetEntryTypeRequest,EntryType> getEntryTypeSettings()

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

Returns
Type Description
Builder<GetEntryTypeRequest,EntryType>

getLocationSettings()

public UnaryCallSettings.Builder<GetLocationRequest,Location> getLocationSettings()

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

Returns
Type Description
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getStubSettingsBuilder()

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

listAspectTypesSettings()

public PagedCallSettings.Builder<ListAspectTypesRequest,ListAspectTypesResponse,CatalogServiceClient.ListAspectTypesPagedResponse> listAspectTypesSettings()

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

Returns
Type Description
Builder<ListAspectTypesRequest,ListAspectTypesResponse,ListAspectTypesPagedResponse>

listEntriesSettings()

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

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

Returns
Type Description
Builder<ListEntriesRequest,ListEntriesResponse,ListEntriesPagedResponse>

listEntryGroupsSettings()

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

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

Returns
Type Description
Builder<ListEntryGroupsRequest,ListEntryGroupsResponse,ListEntryGroupsPagedResponse>

listEntryTypesSettings()

public PagedCallSettings.Builder<ListEntryTypesRequest,ListEntryTypesResponse,CatalogServiceClient.ListEntryTypesPagedResponse> listEntryTypesSettings()

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

Returns
Type Description
Builder<ListEntryTypesRequest,ListEntryTypesResponse,ListEntryTypesPagedResponse>

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,CatalogServiceClient.ListLocationsPagedResponse> listLocationsSettings()

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

Returns
Type Description
Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

lookupEntrySettings()

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

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

Returns
Type Description
Builder<LookupEntryRequest,Entry>

searchEntriesSettings()

public PagedCallSettings.Builder<SearchEntriesRequest,SearchEntriesResponse,CatalogServiceClient.SearchEntriesPagedResponse> searchEntriesSettings()

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

Returns
Type Description
Builder<SearchEntriesRequest,SearchEntriesResponse,SearchEntriesPagedResponse>

updateAspectTypeOperationSettings()

public OperationCallSettings.Builder<UpdateAspectTypeRequest,AspectType,OperationMetadata> updateAspectTypeOperationSettings()

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

Returns
Type Description
Builder<UpdateAspectTypeRequest,AspectType,OperationMetadata>

updateAspectTypeSettings()

public UnaryCallSettings.Builder<UpdateAspectTypeRequest,Operation> updateAspectTypeSettings()

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

Returns
Type Description
Builder<UpdateAspectTypeRequest,Operation>

updateEntryGroupOperationSettings()

public OperationCallSettings.Builder<UpdateEntryGroupRequest,EntryGroup,OperationMetadata> updateEntryGroupOperationSettings()

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

Returns
Type Description
Builder<UpdateEntryGroupRequest,EntryGroup,OperationMetadata>

updateEntryGroupSettings()

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

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

Returns
Type Description
Builder<UpdateEntryGroupRequest,Operation>

updateEntrySettings()

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

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

Returns
Type Description
Builder<UpdateEntryRequest,Entry>

updateEntryTypeOperationSettings()

public OperationCallSettings.Builder<UpdateEntryTypeRequest,EntryType,OperationMetadata> updateEntryTypeOperationSettings()

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

Returns
Type Description
Builder<UpdateEntryTypeRequest,EntryType,OperationMetadata>

updateEntryTypeSettings()

public UnaryCallSettings.Builder<UpdateEntryTypeRequest,Operation> updateEntryTypeSettings()

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

Returns
Type Description
Builder<UpdateEntryTypeRequest,Operation>