public static class FeatureOnlineStoreAdminServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<FeatureOnlineStoreAdminServiceStubSettings,FeatureOnlineStoreAdminServiceStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(FeatureOnlineStoreAdminServiceStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
FeatureOnlineStoreAdminServiceStubSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
FeatureOnlineStoreAdminServiceStubSettings |
build() |
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureOnlineStoreRequest,FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> |
createFeatureOnlineStoreOperationSettings()
Returns the builder for the settings used for calls to createFeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureOnlineStoreRequest,com.google.longrunning.Operation> |
createFeatureOnlineStoreSettings()
Returns the builder for the settings used for calls to createFeatureOnlineStore.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureViewRequest,FeatureView,CreateFeatureViewOperationMetadata> |
createFeatureViewOperationSettings()
Returns the builder for the settings used for calls to createFeatureView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureViewRequest,com.google.longrunning.Operation> |
createFeatureViewSettings()
Returns the builder for the settings used for calls to createFeatureView.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureOnlineStoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOnlineStoreOperationSettings()
Returns the builder for the settings used for calls to deleteFeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureOnlineStoreRequest,com.google.longrunning.Operation> |
deleteFeatureOnlineStoreSettings()
Returns the builder for the settings used for calls to deleteFeatureOnlineStore.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureViewRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureViewOperationSettings()
Returns the builder for the settings used for calls to deleteFeatureView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureViewRequest,com.google.longrunning.Operation> |
deleteFeatureViewSettings()
Returns the builder for the settings used for calls to deleteFeatureView.
|
String |
getEndpoint()
Returns the endpoint set by the user or the the service's default endpoint.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureOnlineStoreRequest,FeatureOnlineStore> |
getFeatureOnlineStoreSettings()
Returns the builder for the settings used for calls to getFeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureViewRequest,FeatureView> |
getFeatureViewSettings()
Returns the builder for the settings used for calls to getFeatureView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureViewSyncRequest,FeatureViewSync> |
getFeatureViewSyncSettings()
Returns the builder for the settings used for calls to getFeatureViewSync.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the builder for the settings used for calls to getLocation.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse> |
listFeatureOnlineStoresSettings()
Returns the builder for the settings used for calls to listFeatureOnlineStores.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeatureViewsRequest,ListFeatureViewsResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse> |
listFeatureViewsSettings()
Returns the builder for the settings used for calls to listFeatureViews.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse> |
listFeatureViewSyncsSettings()
Returns the builder for the settings used for calls to listFeatureViewSyncs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the builder for the settings used for calls to listLocations.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<SyncFeatureViewRequest,SyncFeatureViewResponse> |
syncFeatureViewSettings()
Returns the builder for the settings used for calls to syncFeatureView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
|
com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureOnlineStoreRequest,FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> |
updateFeatureOnlineStoreOperationSettings()
Returns the builder for the settings used for calls to updateFeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureOnlineStoreRequest,com.google.longrunning.Operation> |
updateFeatureOnlineStoreSettings()
Returns the builder for the settings used for calls to updateFeatureOnlineStore.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureViewRequest,FeatureView,UpdateFeatureViewOperationMetadata> |
updateFeatureViewOperationSettings()
Returns the builder for the settings used for calls to updateFeatureView.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureViewRequest,com.google.longrunning.Operation> |
updateFeatureViewSettings()
Returns the builder for the settings used for calls to updateFeatureView.
|
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(FeatureOnlineStoreAdminServiceStubSettings settings)
public FeatureOnlineStoreAdminServiceStubSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureOnlineStoreRequest,com.google.longrunning.Operation> createFeatureOnlineStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureOnlineStoreRequest,FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureOnlineStoreRequest,FeatureOnlineStore> getFeatureOnlineStoreSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse> listFeatureOnlineStoresSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureOnlineStoreRequest,com.google.longrunning.Operation> updateFeatureOnlineStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureOnlineStoreRequest,FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureOnlineStoreRequest,com.google.longrunning.Operation> deleteFeatureOnlineStoreSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureOnlineStoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureViewRequest,com.google.longrunning.Operation> createFeatureViewSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureViewRequest,FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureViewRequest,FeatureView> getFeatureViewSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeatureViewsRequest,ListFeatureViewsResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse> listFeatureViewsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureViewRequest,com.google.longrunning.Operation> updateFeatureViewSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeatureViewRequest,FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureViewRequest,com.google.longrunning.Operation> deleteFeatureViewSettings()
public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureViewRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<SyncFeatureViewRequest,SyncFeatureViewResponse> syncFeatureViewSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureViewSyncRequest,FeatureViewSync> getFeatureViewSyncSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse,FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse> listFeatureViewSyncsSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public String getEndpoint()
getEndpoint in class com.google.api.gax.rpc.StubSettings.Builder<FeatureOnlineStoreAdminServiceStubSettings,FeatureOnlineStoreAdminServiceStubSettings.Builder>public FeatureOnlineStoreAdminServiceStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<FeatureOnlineStoreAdminServiceStubSettings,FeatureOnlineStoreAdminServiceStubSettings.Builder>IOExceptionCopyright © 2024 Google LLC. All rights reserved.