@BetaApi @Generated(value="by gapic-generator-java") public class FeaturestoreServiceSettings extends com.google.api.gax.rpc.ClientSettings<FeaturestoreServiceSettings>
FeaturestoreServiceClient.
The default instance has everything set to sensible defaults:
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getFeaturestore to 30 seconds:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
FeaturestoreServiceSettings.Builder featurestoreServiceSettingsBuilder =
FeaturestoreServiceSettings.newBuilder();
featurestoreServiceSettingsBuilder
.getFeaturestoreSettings()
.setRetrySettings(
featurestoreServiceSettingsBuilder
.getFeaturestoreSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
FeaturestoreServiceSettings featurestoreServiceSettings =
featurestoreServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
FeaturestoreServiceSettings.Builder
Builder for FeaturestoreServiceSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeaturestoreServiceSettings(FeaturestoreServiceSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchCreateFeaturesOperationSettings()
Returns the object with the settings used for calls to batchCreateFeatures.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchCreateFeaturesRequest,com.google.longrunning.Operation> |
batchCreateFeaturesSettings()
Returns the object with the settings used for calls to batchCreateFeatures.
|
com.google.api.gax.rpc.OperationCallSettings<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
batchReadFeatureValuesOperationSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.
|
com.google.api.gax.rpc.UnaryCallSettings<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> |
batchReadFeatureValuesSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.
|
static FeaturestoreServiceSettings |
create(FeaturestoreServiceStubSettings stub) |
com.google.api.gax.rpc.OperationCallSettings<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> |
createEntityTypeOperationSettings()
Returns the object with the settings used for calls to createEntityType.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateEntityTypeRequest,com.google.longrunning.Operation> |
createEntityTypeSettings()
Returns the object with the settings used for calls to createEntityType.
|
com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> |
createFeatureOperationSettings()
Returns the object with the settings used for calls to createFeature.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation> |
createFeatureSettings()
Returns the object with the settings used for calls to createFeature.
|
com.google.api.gax.rpc.OperationCallSettings<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> |
createFeaturestoreOperationSettings()
Returns the object with the settings used for calls to createFeaturestore.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateFeaturestoreRequest,com.google.longrunning.Operation> |
createFeaturestoreSettings()
Returns the object with the settings used for calls to createFeaturestore.
|
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteEntityTypeRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteEntityTypeOperationSettings()
Returns the object with the settings used for calls to deleteEntityType.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteEntityTypeRequest,com.google.longrunning.Operation> |
deleteEntityTypeSettings()
Returns the object with the settings used for calls to deleteEntityType.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOperationSettings()
Returns the object with the settings used for calls to deleteFeature.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureRequest,com.google.longrunning.Operation> |
deleteFeatureSettings()
Returns the object with the settings used for calls to deleteFeature.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteFeaturestoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeaturestoreOperationSettings()
Returns the object with the settings used for calls to deleteFeaturestore.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteFeaturestoreRequest,com.google.longrunning.Operation> |
deleteFeaturestoreSettings()
Returns the object with the settings used for calls to deleteFeaturestore.
|
com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> |
exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.
|
com.google.api.gax.rpc.UnaryCallSettings<ExportFeatureValuesRequest,com.google.longrunning.Operation> |
exportFeatureValuesSettings()
Returns the object with the settings used for calls to exportFeatureValues.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetEntityTypeRequest,EntityType> |
getEntityTypeSettings()
Returns the object with the settings used for calls to getEntityType.
|
com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature> |
getFeatureSettings()
Returns the object with the settings used for calls to getFeature.
|
com.google.api.gax.rpc.UnaryCallSettings<GetFeaturestoreRequest,Featurestore> |
getFeaturestoreSettings()
Returns the object with the settings used for calls to getFeaturestore.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
com.google.api.gax.rpc.OperationCallSettings<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> |
importFeatureValuesOperationSettings()
Returns the object with the settings used for calls to importFeatureValues.
|
com.google.api.gax.rpc.UnaryCallSettings<ImportFeatureValuesRequest,com.google.longrunning.Operation> |
importFeatureValuesSettings()
Returns the object with the settings used for calls to importFeatureValues.
|
com.google.api.gax.rpc.PagedCallSettings<ListEntityTypesRequest,ListEntityTypesResponse,FeaturestoreServiceClient.ListEntityTypesPagedResponse> |
listEntityTypesSettings()
Returns the object with the settings used for calls to listEntityTypes.
|
com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse> |
listFeaturesSettings()
Returns the object with the settings used for calls to listFeatures.
|
com.google.api.gax.rpc.PagedCallSettings<ListFeaturestoresRequest,ListFeaturestoresResponse,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> |
listFeaturestoresSettings()
Returns the object with the settings used for calls to listFeaturestores.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,FeaturestoreServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
static FeaturestoreServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static FeaturestoreServiceSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.PagedCallSettings<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse> |
searchFeaturesSettings()
Returns the object with the settings used for calls to searchFeatures.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
FeaturestoreServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateEntityTypeRequest,EntityType> |
updateEntityTypeSettings()
Returns the object with the settings used for calls to updateEntityType.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature> |
updateFeatureSettings()
Returns the object with the settings used for calls to updateFeature.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> |
updateFeaturestoreOperationSettings()
Returns the object with the settings used for calls to updateFeaturestore.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateFeaturestoreRequest,com.google.longrunning.Operation> |
updateFeaturestoreSettings()
Returns the object with the settings used for calls to updateFeaturestore.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toStringprotected FeaturestoreServiceSettings(FeaturestoreServiceSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.UnaryCallSettings<CreateFeaturestoreRequest,com.google.longrunning.Operation> createFeaturestoreSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetFeaturestoreRequest,Featurestore> getFeaturestoreSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListFeaturestoresRequest,ListFeaturestoresResponse,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateFeaturestoreRequest,com.google.longrunning.Operation> updateFeaturestoreSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteFeaturestoreRequest,com.google.longrunning.Operation> deleteFeaturestoreSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteFeaturestoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateEntityTypeRequest,com.google.longrunning.Operation> createEntityTypeSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEntityTypeRequest,EntityType> getEntityTypeSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListEntityTypesRequest,ListEntityTypesResponse,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateEntityTypeRequest,EntityType> updateEntityTypeSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEntityTypeRequest,com.google.longrunning.Operation> deleteEntityTypeSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteEntityTypeRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteEntityTypeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation> createFeatureSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BatchCreateFeaturesRequest,com.google.longrunning.Operation> batchCreateFeaturesSettings()
public com.google.api.gax.rpc.OperationCallSettings<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature> getFeatureSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature> updateFeatureSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureRequest,com.google.longrunning.Operation> deleteFeatureSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ImportFeatureValuesRequest,com.google.longrunning.Operation> importFeatureValuesSettings()
public com.google.api.gax.rpc.OperationCallSettings<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> batchReadFeatureValuesSettings()
public com.google.api.gax.rpc.OperationCallSettings<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ExportFeatureValuesRequest,com.google.longrunning.Operation> exportFeatureValuesSettings()
public com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,FeaturestoreServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public static final FeaturestoreServiceSettings create(FeaturestoreServiceStubSettings stub) throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static FeaturestoreServiceSettings.Builder newBuilder()
public static FeaturestoreServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public FeaturestoreServiceSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.ClientSettings<FeaturestoreServiceSettings>Copyright © 2022 Google LLC. All rights reserved.