Class FeaturestoreServiceStubSettings.Builder (2.5.3)

public static class FeaturestoreServiceStubSettings.Builder extends StubSettings.Builder<FeaturestoreServiceStubSettings,FeaturestoreServiceStubSettings.Builder>

Builder for FeaturestoreServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > FeaturestoreServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(FeaturestoreServiceStubSettings settings)

protected Builder(FeaturestoreServiceStubSettings settings)
Parameter
NameDescription
settingsFeaturestoreServiceStubSettings

Methods

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

public FeaturestoreServiceStubSettings.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
NameDescription
settingsUpdaterApiFunction<Builder<?,?>,java.lang.Void>
Returns

batchCreateFeaturesOperationSettings()

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

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

Returns

batchCreateFeaturesSettings()

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

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

Returns

batchReadFeatureValuesOperationSettings()

public OperationCallSettings.Builder<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationSettings()

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

Returns

batchReadFeatureValuesSettings()

public UnaryCallSettings.Builder<BatchReadFeatureValuesRequest,Operation> batchReadFeatureValuesSettings()

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

Returns

build()

public FeaturestoreServiceStubSettings build()
Returns Overrides Exceptions
TypeDescription
IOException

createEntityTypeOperationSettings()

public OperationCallSettings.Builder<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationSettings()

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

Returns

createEntityTypeSettings()

public UnaryCallSettings.Builder<CreateEntityTypeRequest,Operation> createEntityTypeSettings()

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

Returns

createFeatureOperationSettings()

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

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

Returns

createFeatureSettings()

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

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

Returns

createFeaturestoreOperationSettings()

public OperationCallSettings.Builder<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreOperationSettings()

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

Returns

createFeaturestoreSettings()

public UnaryCallSettings.Builder<CreateFeaturestoreRequest,Operation> createFeaturestoreSettings()

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

Returns

deleteEntityTypeOperationSettings()

public OperationCallSettings.Builder<DeleteEntityTypeRequest,Empty,DeleteOperationMetadata> deleteEntityTypeOperationSettings()

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

Returns

deleteEntityTypeSettings()

public UnaryCallSettings.Builder<DeleteEntityTypeRequest,Operation> deleteEntityTypeSettings()

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

Returns

deleteFeatureOperationSettings()

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

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

Returns

deleteFeatureSettings()

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

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

Returns

deleteFeaturestoreOperationSettings()

public OperationCallSettings.Builder<DeleteFeaturestoreRequest,Empty,DeleteOperationMetadata> deleteFeaturestoreOperationSettings()

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

Returns

deleteFeaturestoreSettings()

public UnaryCallSettings.Builder<DeleteFeaturestoreRequest,Operation> deleteFeaturestoreSettings()

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

Returns

exportFeatureValuesOperationSettings()

public OperationCallSettings.Builder<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationSettings()

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

Returns

exportFeatureValuesSettings()

public UnaryCallSettings.Builder<ExportFeatureValuesRequest,Operation> exportFeatureValuesSettings()

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

Returns

getEntityTypeSettings()

public UnaryCallSettings.Builder<GetEntityTypeRequest,EntityType> getEntityTypeSettings()

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

Returns

getFeatureSettings()

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

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

Returns

getFeaturestoreSettings()

public UnaryCallSettings.Builder<GetFeaturestoreRequest,Featurestore> getFeaturestoreSettings()

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

Returns

importFeatureValuesOperationSettings()

public OperationCallSettings.Builder<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesOperationSettings()

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

Returns

importFeatureValuesSettings()

public UnaryCallSettings.Builder<ImportFeatureValuesRequest,Operation> importFeatureValuesSettings()

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

Returns

listEntityTypesSettings()

public PagedCallSettings.Builder<ListEntityTypesRequest,ListEntityTypesResponse,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesSettings()

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

Returns

listFeaturesSettings()

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

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

Returns

listFeaturestoresSettings()

public PagedCallSettings.Builder<ListFeaturestoresRequest,ListFeaturestoresResponse,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresSettings()

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

Returns

searchFeaturesSettings()

public PagedCallSettings.Builder<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesSettings()

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

Returns

unaryMethodSettingsBuilders()

public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
Returns
TypeDescription
com.google.common.collect.ImmutableList<Builder<?,?>>

updateEntityTypeSettings()

public UnaryCallSettings.Builder<UpdateEntityTypeRequest,EntityType> updateEntityTypeSettings()

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

Returns

updateFeatureSettings()

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

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

Returns

updateFeaturestoreOperationSettings()

public OperationCallSettings.Builder<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationSettings()

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

Returns

updateFeaturestoreSettings()

public UnaryCallSettings.Builder<UpdateFeaturestoreRequest,Operation> updateFeaturestoreSettings()

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

Returns