Class FeatureRegistryServiceSettings.Builder (3.55.0)

See more code actions.
public static class FeatureRegistryServiceSettings.Builder extends ClientSettings.Builder<FeatureRegistryServiceSettings,FeatureRegistryServiceSettings.Builder>

Builder for FeatureRegistryServiceSettings.

java.lang.Object > ClientSettings.Builder > FeatureRegistryServiceSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext

Builder(FeatureRegistryServiceSettings settings)

protected Builder(FeatureRegistryServiceSettings settings)
Parameter
Name Description
settings FeatureRegistryServiceSettings

Builder(FeatureRegistryServiceStubSettings.Builder stubSettings)

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

Methods

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

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

batchCreateFeaturesOperationSettings()

public OperationCallSettings.Builder<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesOperationSettings()

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

batchCreateFeaturesSettings()

public UnaryCallSettings.Builder<BatchCreateFeaturesRequest,Operation> batchCreateFeaturesSettings()

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

Returns
Type Description
Builder<BatchCreateFeaturesRequest,Operation>

build()

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

createFeatureGroupOperationSettings()

public OperationCallSettings.Builder<CreateFeatureGroupRequest,FeatureGroup,CreateFeatureGroupOperationMetadata> createFeatureGroupOperationSettings()

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

createFeatureGroupSettings()

public UnaryCallSettings.Builder<CreateFeatureGroupRequest,Operation> createFeatureGroupSettings()

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

Returns
Type Description
Builder<CreateFeatureGroupRequest,Operation>

createFeatureMonitorJobSettings()

public UnaryCallSettings.Builder<CreateFeatureMonitorJobRequest,FeatureMonitorJob> createFeatureMonitorJobSettings()

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

createFeatureMonitorOperationSettings()

public OperationCallSettings.Builder<CreateFeatureMonitorRequest,FeatureMonitor,CreateFeatureMonitorOperationMetadata> createFeatureMonitorOperationSettings()

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

createFeatureMonitorSettings()

public UnaryCallSettings.Builder<CreateFeatureMonitorRequest,Operation> createFeatureMonitorSettings()

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

Returns
Type Description
Builder<CreateFeatureMonitorRequest,Operation>

createFeatureOperationSettings()

public OperationCallSettings.Builder<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationSettings()

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

createFeatureSettings()

public UnaryCallSettings.Builder<CreateFeatureRequest,Operation> createFeatureSettings()

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

Returns
Type Description
Builder<CreateFeatureRequest,Operation>

deleteFeatureGroupOperationSettings()

public OperationCallSettings.Builder<DeleteFeatureGroupRequest,Empty,DeleteOperationMetadata> deleteFeatureGroupOperationSettings()

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

deleteFeatureGroupSettings()

public UnaryCallSettings.Builder<DeleteFeatureGroupRequest,Operation> deleteFeatureGroupSettings()

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

Returns
Type Description
Builder<DeleteFeatureGroupRequest,Operation>

deleteFeatureMonitorOperationSettings()

public OperationCallSettings.Builder<DeleteFeatureMonitorRequest,Empty,DeleteOperationMetadata> deleteFeatureMonitorOperationSettings()

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

deleteFeatureMonitorSettings()

public UnaryCallSettings.Builder<DeleteFeatureMonitorRequest,Operation> deleteFeatureMonitorSettings()

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

Returns
Type Description
Builder<DeleteFeatureMonitorRequest,Operation>

deleteFeatureOperationSettings()

public OperationCallSettings.Builder<DeleteFeatureRequest,Empty,DeleteOperationMetadata> deleteFeatureOperationSettings()

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

deleteFeatureSettings()

public UnaryCallSettings.Builder<DeleteFeatureRequest,Operation> deleteFeatureSettings()

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

Returns
Type Description
Builder<DeleteFeatureRequest,Operation>

getFeatureGroupSettings()

public UnaryCallSettings.Builder<GetFeatureGroupRequest,FeatureGroup> getFeatureGroupSettings()

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

Returns
Type Description
Builder<GetFeatureGroupRequest,FeatureGroup>

getFeatureMonitorJobSettings()

public UnaryCallSettings.Builder<GetFeatureMonitorJobRequest,FeatureMonitorJob> getFeatureMonitorJobSettings()

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

getFeatureMonitorSettings()

public UnaryCallSettings.Builder<GetFeatureMonitorRequest,FeatureMonitor> getFeatureMonitorSettings()

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

Returns
Type Description
Builder<GetFeatureMonitorRequest,FeatureMonitor>

getFeatureSettings()

public UnaryCallSettings.Builder<GetFeatureRequest,Feature> getFeatureSettings()

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

Returns
Type Description
Builder<GetFeatureRequest,Feature>

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>

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 FeatureRegistryServiceStubSettings.Builder getStubSettingsBuilder()

listFeatureGroupsSettings()

public PagedCallSettings.Builder<ListFeatureGroupsRequest,ListFeatureGroupsResponse,FeatureRegistryServiceClient.ListFeatureGroupsPagedResponse> listFeatureGroupsSettings()

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

listFeatureMonitorJobsSettings()

public PagedCallSettings.Builder<ListFeatureMonitorJobsRequest,ListFeatureMonitorJobsResponse,FeatureRegistryServiceClient.ListFeatureMonitorJobsPagedResponse> listFeatureMonitorJobsSettings()

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

listFeatureMonitorsSettings()

public PagedCallSettings.Builder<ListFeatureMonitorsRequest,ListFeatureMonitorsResponse,FeatureRegistryServiceClient.ListFeatureMonitorsPagedResponse> listFeatureMonitorsSettings()

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

listFeaturesSettings()

public PagedCallSettings.Builder<ListFeaturesRequest,ListFeaturesResponse,FeatureRegistryServiceClient.ListFeaturesPagedResponse> listFeaturesSettings()

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

listLocationsSettings()

public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,FeatureRegistryServiceClient.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>

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>

updateFeatureGroupOperationSettings()

public OperationCallSettings.Builder<UpdateFeatureGroupRequest,FeatureGroup,UpdateFeatureGroupOperationMetadata> updateFeatureGroupOperationSettings()

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

updateFeatureGroupSettings()

public UnaryCallSettings.Builder<UpdateFeatureGroupRequest,Operation> updateFeatureGroupSettings()

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

Returns
Type Description
Builder<UpdateFeatureGroupRequest,Operation>

updateFeatureOperationSettings()

public OperationCallSettings.Builder<UpdateFeatureRequest,Feature,UpdateFeatureOperationMetadata> updateFeatureOperationSettings()

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

updateFeatureSettings()

public UnaryCallSettings.Builder<UpdateFeatureRequest,Operation> updateFeatureSettings()

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

Returns
Type Description
Builder<UpdateFeatureRequest,Operation>