Class FeatureOnlineStoreAdminServiceStubSettings.Builder (3.40.0)

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

Builder for FeatureOnlineStoreAdminServiceStubSettings.

Inheritance

java.lang.Object > StubSettings.Builder > FeatureOnlineStoreAdminServiceStubSettings.Builder

Constructors

Builder()

protected Builder()

Builder(ClientContext clientContext)

protected Builder(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext

Builder(FeatureOnlineStoreAdminServiceStubSettings settings)

protected Builder(FeatureOnlineStoreAdminServiceStubSettings settings)
Parameter
NameDescription
settingsFeatureOnlineStoreAdminServiceStubSettings

Methods

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

public FeatureOnlineStoreAdminServiceStubSettings.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>

build()

public FeatureOnlineStoreAdminServiceStubSettings build()
Overrides
Exceptions
TypeDescription
IOException

createFeatureOnlineStoreOperationSettings()

public OperationCallSettings.Builder<CreateFeatureOnlineStoreRequest,FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreOperationSettings()

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

createFeatureOnlineStoreSettings()

public UnaryCallSettings.Builder<CreateFeatureOnlineStoreRequest,Operation> createFeatureOnlineStoreSettings()

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

createFeatureViewOperationSettings()

public OperationCallSettings.Builder<CreateFeatureViewRequest,FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewOperationSettings()

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

createFeatureViewSettings()

public UnaryCallSettings.Builder<CreateFeatureViewRequest,Operation> createFeatureViewSettings()

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

deleteFeatureOnlineStoreOperationSettings()

public OperationCallSettings.Builder<DeleteFeatureOnlineStoreRequest,Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreOperationSettings()

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

deleteFeatureOnlineStoreSettings()

public UnaryCallSettings.Builder<DeleteFeatureOnlineStoreRequest,Operation> deleteFeatureOnlineStoreSettings()

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

deleteFeatureViewOperationSettings()

public OperationCallSettings.Builder<DeleteFeatureViewRequest,Empty,DeleteOperationMetadata> deleteFeatureViewOperationSettings()

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

deleteFeatureViewSettings()

public UnaryCallSettings.Builder<DeleteFeatureViewRequest,Operation> deleteFeatureViewSettings()

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

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getFeatureOnlineStoreSettings()

public UnaryCallSettings.Builder<GetFeatureOnlineStoreRequest,FeatureOnlineStore> getFeatureOnlineStoreSettings()

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

getFeatureViewSettings()

public UnaryCallSettings.Builder<GetFeatureViewRequest,FeatureView> getFeatureViewSettings()

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

getFeatureViewSyncSettings()

public UnaryCallSettings.Builder<GetFeatureViewSyncRequest,FeatureViewSync> getFeatureViewSyncSettings()

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

getIamPolicySettings()

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

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

Returns
TypeDescription
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
TypeDescription
Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listFeatureOnlineStoresSettings()

public PagedCallSettings.Builder<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse> listFeatureOnlineStoresSettings()

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

listFeatureViewSyncsSettings()

public PagedCallSettings.Builder<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse> listFeatureViewSyncsSettings()

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

listFeatureViewsSettings()

public PagedCallSettings.Builder<ListFeatureViewsRequest,ListFeatureViewsResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse> listFeatureViewsSettings()

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

listLocationsSettings()

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

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

Returns
TypeDescription
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
TypeDescription
Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

syncFeatureViewSettings()

public UnaryCallSettings.Builder<SyncFeatureViewRequest,SyncFeatureViewResponse> syncFeatureViewSettings()

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

testIamPermissionsSettings()

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

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

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

unaryMethodSettingsBuilders()

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

updateFeatureOnlineStoreOperationSettings()

public OperationCallSettings.Builder<UpdateFeatureOnlineStoreRequest,FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreOperationSettings()

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

updateFeatureOnlineStoreSettings()

public UnaryCallSettings.Builder<UpdateFeatureOnlineStoreRequest,Operation> updateFeatureOnlineStoreSettings()

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

updateFeatureViewOperationSettings()

public OperationCallSettings.Builder<UpdateFeatureViewRequest,FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewOperationSettings()

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

updateFeatureViewSettings()

public UnaryCallSettings.Builder<UpdateFeatureViewRequest,Operation> updateFeatureViewSettings()

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