public static class CatalogServiceStubSettings.Builder extends StubSettings.Builder<CatalogServiceStubSettings,CatalogServiceStubSettings.Builder>
Builder for CatalogServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Builder(CatalogServiceStubSettings settings)
protected Builder(CatalogServiceStubSettings settings)
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public CatalogServiceStubSettings.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.
build()
public CatalogServiceStubSettings build()
Overrides
createAspectTypeOperationSettings()
public OperationCallSettings.Builder<CreateAspectTypeRequest,AspectType,OperationMetadata> createAspectTypeOperationSettings()
Returns the builder for the settings used for calls to createAspectType.
createAspectTypeSettings()
public UnaryCallSettings.Builder<CreateAspectTypeRequest,Operation> createAspectTypeSettings()
Returns the builder for the settings used for calls to createAspectType.
createEntryGroupOperationSettings()
public OperationCallSettings.Builder<CreateEntryGroupRequest,EntryGroup,OperationMetadata> createEntryGroupOperationSettings()
Returns the builder for the settings used for calls to createEntryGroup.
createEntryGroupSettings()
public UnaryCallSettings.Builder<CreateEntryGroupRequest,Operation> createEntryGroupSettings()
Returns the builder for the settings used for calls to createEntryGroup.
createEntrySettings()
public UnaryCallSettings.Builder<CreateEntryRequest,Entry> createEntrySettings()
Returns the builder for the settings used for calls to createEntry.
createEntryTypeOperationSettings()
public OperationCallSettings.Builder<CreateEntryTypeRequest,EntryType,OperationMetadata> createEntryTypeOperationSettings()
Returns the builder for the settings used for calls to createEntryType.
createEntryTypeSettings()
public UnaryCallSettings.Builder<CreateEntryTypeRequest,Operation> createEntryTypeSettings()
Returns the builder for the settings used for calls to createEntryType.
deleteAspectTypeOperationSettings()
public OperationCallSettings.Builder<DeleteAspectTypeRequest,Empty,OperationMetadata> deleteAspectTypeOperationSettings()
Returns the builder for the settings used for calls to deleteAspectType.
deleteAspectTypeSettings()
public UnaryCallSettings.Builder<DeleteAspectTypeRequest,Operation> deleteAspectTypeSettings()
Returns the builder for the settings used for calls to deleteAspectType.
deleteEntryGroupOperationSettings()
public OperationCallSettings.Builder<DeleteEntryGroupRequest,Empty,OperationMetadata> deleteEntryGroupOperationSettings()
Returns the builder for the settings used for calls to deleteEntryGroup.
deleteEntryGroupSettings()
public UnaryCallSettings.Builder<DeleteEntryGroupRequest,Operation> deleteEntryGroupSettings()
Returns the builder for the settings used for calls to deleteEntryGroup.
deleteEntrySettings()
public UnaryCallSettings.Builder<DeleteEntryRequest,Entry> deleteEntrySettings()
Returns the builder for the settings used for calls to deleteEntry.
deleteEntryTypeOperationSettings()
public OperationCallSettings.Builder<DeleteEntryTypeRequest,Empty,OperationMetadata> deleteEntryTypeOperationSettings()
Returns the builder for the settings used for calls to deleteEntryType.
deleteEntryTypeSettings()
public UnaryCallSettings.Builder<DeleteEntryTypeRequest,Operation> deleteEntryTypeSettings()
Returns the builder for the settings used for calls to deleteEntryType.
getAspectTypeSettings()
public UnaryCallSettings.Builder<GetAspectTypeRequest,AspectType> getAspectTypeSettings()
Returns the builder for the settings used for calls to getAspectType.
getEndpoint()
public String getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
getEntryGroupSettings()
public UnaryCallSettings.Builder<GetEntryGroupRequest,EntryGroup> getEntryGroupSettings()
Returns the builder for the settings used for calls to getEntryGroup.
getEntrySettings()
public UnaryCallSettings.Builder<GetEntryRequest,Entry> getEntrySettings()
Returns the builder for the settings used for calls to getEntry.
getEntryTypeSettings()
public UnaryCallSettings.Builder<GetEntryTypeRequest,EntryType> getEntryTypeSettings()
Returns the builder for the settings used for calls to getEntryType.
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> | |
listAspectTypesSettings()
public PagedCallSettings.Builder<ListAspectTypesRequest,ListAspectTypesResponse,CatalogServiceClient.ListAspectTypesPagedResponse> listAspectTypesSettings()
Returns the builder for the settings used for calls to listAspectTypes.
listEntriesSettings()
public PagedCallSettings.Builder<ListEntriesRequest,ListEntriesResponse,CatalogServiceClient.ListEntriesPagedResponse> listEntriesSettings()
Returns the builder for the settings used for calls to listEntries.
listEntryGroupsSettings()
public PagedCallSettings.Builder<ListEntryGroupsRequest,ListEntryGroupsResponse,CatalogServiceClient.ListEntryGroupsPagedResponse> listEntryGroupsSettings()
Returns the builder for the settings used for calls to listEntryGroups.
listEntryTypesSettings()
public PagedCallSettings.Builder<ListEntryTypesRequest,ListEntryTypesResponse,CatalogServiceClient.ListEntryTypesPagedResponse> listEntryTypesSettings()
Returns the builder for the settings used for calls to listEntryTypes.
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,CatalogServiceClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
lookupEntrySettings()
public UnaryCallSettings.Builder<LookupEntryRequest,Entry> lookupEntrySettings()
Returns the builder for the settings used for calls to lookupEntry.
searchEntriesSettings()
public PagedCallSettings.Builder<SearchEntriesRequest,SearchEntriesResponse,CatalogServiceClient.SearchEntriesPagedResponse> searchEntriesSettings()
Returns the builder for the settings used for calls to searchEntries.
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns |
---|
Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> | |
updateAspectTypeOperationSettings()
public OperationCallSettings.Builder<UpdateAspectTypeRequest,AspectType,OperationMetadata> updateAspectTypeOperationSettings()
Returns the builder for the settings used for calls to updateAspectType.
updateAspectTypeSettings()
public UnaryCallSettings.Builder<UpdateAspectTypeRequest,Operation> updateAspectTypeSettings()
Returns the builder for the settings used for calls to updateAspectType.
updateEntryGroupOperationSettings()
public OperationCallSettings.Builder<UpdateEntryGroupRequest,EntryGroup,OperationMetadata> updateEntryGroupOperationSettings()
Returns the builder for the settings used for calls to updateEntryGroup.
updateEntryGroupSettings()
public UnaryCallSettings.Builder<UpdateEntryGroupRequest,Operation> updateEntryGroupSettings()
Returns the builder for the settings used for calls to updateEntryGroup.
updateEntrySettings()
public UnaryCallSettings.Builder<UpdateEntryRequest,Entry> updateEntrySettings()
Returns the builder for the settings used for calls to updateEntry.
updateEntryTypeOperationSettings()
public OperationCallSettings.Builder<UpdateEntryTypeRequest,EntryType,OperationMetadata> updateEntryTypeOperationSettings()
Returns the builder for the settings used for calls to updateEntryType.
updateEntryTypeSettings()
public UnaryCallSettings.Builder<UpdateEntryTypeRequest,Operation> updateEntryTypeSettings()
Returns the builder for the settings used for calls to updateEntryType.