public static class FeatureOnlineStoreServiceStubSettings.Builder extends StubSettings.Builder<FeatureOnlineStoreServiceStubSettings,FeatureOnlineStoreServiceStubSettings.Builder>Builder for FeatureOnlineStoreServiceStubSettings.
Constructors
Builder()
protected Builder()Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)| Parameter | |
|---|---|
| Name | Description |
clientContext |
ClientContext |
Builder(FeatureOnlineStoreServiceStubSettings settings)
protected Builder(FeatureOnlineStoreServiceStubSettings settings)| Parameter | |
|---|---|
| Name | Description |
settings |
FeatureOnlineStoreServiceStubSettings |
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public FeatureOnlineStoreServiceStubSettings.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 |
FeatureOnlineStoreServiceStubSettings.Builder |
|
build()
public FeatureOnlineStoreServiceStubSettings build()| Returns | |
|---|---|
| Type | Description |
FeatureOnlineStoreServiceStubSettings |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
fetchFeatureValuesSettings()
public UnaryCallSettings.Builder<FetchFeatureValuesRequest,FetchFeatureValuesResponse> fetchFeatureValuesSettings()Returns the builder for the settings used for calls to fetchFeatureValues.
| Returns | |
|---|---|
| Type | Description |
Builder<FetchFeatureValuesRequest,FetchFeatureValuesResponse> |
|
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> |
|
listLocationsSettings()
public PagedCallSettings.Builder<ListLocationsRequest,ListLocationsResponse,FeatureOnlineStoreServiceClient.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> |
|
searchNearestEntitiesSettings()
public UnaryCallSettings.Builder<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse> searchNearestEntitiesSettings()Returns the builder for the settings used for calls to searchNearestEntities.
| Returns | |
|---|---|
| Type | Description |
Builder<SearchNearestEntitiesRequest,SearchNearestEntitiesResponse> |
|
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> |
|
streamingFetchFeatureValuesSettings()
public StreamingCallSettings.Builder<StreamingFetchFeatureValuesRequest,StreamingFetchFeatureValuesResponse> streamingFetchFeatureValuesSettings()Returns the builder for the settings used for calls to streamingFetchFeatureValues.
| Returns | |
|---|---|
| Type | Description |
Builder<StreamingFetchFeatureValuesRequest,StreamingFetchFeatureValuesResponse> |
|
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> |
|
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()| Returns | |
|---|---|
| Type | Description |
com.google.common.collect.ImmutableList<Builder<?,?>> |
|