Package com.google.cloud.aiplatform.v1
Class FeaturestoreServiceSettings
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings<FeaturestoreServiceSettings>
-
- com.google.cloud.aiplatform.v1.FeaturestoreServiceSettings
-
@Generated("by gapic-generator-java") public class FeaturestoreServiceSettings extends com.google.api.gax.rpc.ClientSettings<FeaturestoreServiceSettings>
Settings class to configure an instance ofFeaturestoreServiceClient
.The default instance has everything set to sensible defaults:
- The default service address (aiplatform.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
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 and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library FeaturestoreServiceSettings.Builder featurestoreServiceSettingsBuilder = FeaturestoreServiceSettings.newBuilder(); featurestoreServiceSettingsBuilder .getFeaturestoreSettings() .setRetrySettings( featurestoreServiceSettingsBuilder .getFeaturestoreSettings() .getRetrySettings() .toBuilder() .setTotalTimeout(Duration.ofSeconds(30)) .build()); FeaturestoreServiceSettings featurestoreServiceSettings = featurestoreServiceSettingsBuilder.build();
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FeaturestoreServiceSettings.Builder
Builder for FeaturestoreServiceSettings.
-
Constructor Summary
Constructors Modifier Constructor Description protected
FeaturestoreServiceSettings(FeaturestoreServiceSettings.Builder settingsBuilder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata>
deleteFeatureValuesOperationSettings()
Returns the object with the settings used for calls to deleteFeatureValues.com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureValuesRequest,com.google.longrunning.Operation>
deleteFeatureValuesSettings()
Returns the object with the settings used for calls to deleteFeatureValues.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.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
FeaturestoreServiceSettings
protected FeaturestoreServiceSettings(FeaturestoreServiceSettings.Builder settingsBuilder) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createFeaturestoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateFeaturestoreRequest,com.google.longrunning.Operation> createFeaturestoreSettings()
Returns the object with the settings used for calls to createFeaturestore.
-
createFeaturestoreOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreOperationSettings()
Returns the object with the settings used for calls to createFeaturestore.
-
getFeaturestoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetFeaturestoreRequest,Featurestore> getFeaturestoreSettings()
Returns the object with the settings used for calls to getFeaturestore.
-
listFeaturestoresSettings
public com.google.api.gax.rpc.PagedCallSettings<ListFeaturestoresRequest,ListFeaturestoresResponse,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresSettings()
Returns the object with the settings used for calls to listFeaturestores.
-
updateFeaturestoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateFeaturestoreRequest,com.google.longrunning.Operation> updateFeaturestoreSettings()
Returns the object with the settings used for calls to updateFeaturestore.
-
updateFeaturestoreOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationSettings()
Returns the object with the settings used for calls to updateFeaturestore.
-
deleteFeaturestoreSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteFeaturestoreRequest,com.google.longrunning.Operation> deleteFeaturestoreSettings()
Returns the object with the settings used for calls to deleteFeaturestore.
-
deleteFeaturestoreOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteFeaturestoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeaturestoreOperationSettings()
Returns the object with the settings used for calls to deleteFeaturestore.
-
createEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateEntityTypeRequest,com.google.longrunning.Operation> createEntityTypeSettings()
Returns the object with the settings used for calls to createEntityType.
-
createEntityTypeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationSettings()
Returns the object with the settings used for calls to createEntityType.
-
getEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetEntityTypeRequest,EntityType> getEntityTypeSettings()
Returns the object with the settings used for calls to getEntityType.
-
listEntityTypesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListEntityTypesRequest,ListEntityTypesResponse,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesSettings()
Returns the object with the settings used for calls to listEntityTypes.
-
updateEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateEntityTypeRequest,EntityType> updateEntityTypeSettings()
Returns the object with the settings used for calls to updateEntityType.
-
deleteEntityTypeSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEntityTypeRequest,com.google.longrunning.Operation> deleteEntityTypeSettings()
Returns the object with the settings used for calls to deleteEntityType.
-
deleteEntityTypeOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteEntityTypeRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteEntityTypeOperationSettings()
Returns the object with the settings used for calls to deleteEntityType.
-
createFeatureSettings
public com.google.api.gax.rpc.UnaryCallSettings<CreateFeatureRequest,com.google.longrunning.Operation> createFeatureSettings()
Returns the object with the settings used for calls to createFeature.
-
createFeatureOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationSettings()
Returns the object with the settings used for calls to createFeature.
-
batchCreateFeaturesSettings
public com.google.api.gax.rpc.UnaryCallSettings<BatchCreateFeaturesRequest,com.google.longrunning.Operation> batchCreateFeaturesSettings()
Returns the object with the settings used for calls to batchCreateFeatures.
-
batchCreateFeaturesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesOperationSettings()
Returns the object with the settings used for calls to batchCreateFeatures.
-
getFeatureSettings
public com.google.api.gax.rpc.UnaryCallSettings<GetFeatureRequest,Feature> getFeatureSettings()
Returns the object with the settings used for calls to getFeature.
-
listFeaturesSettings
public com.google.api.gax.rpc.PagedCallSettings<ListFeaturesRequest,ListFeaturesResponse,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesSettings()
Returns the object with the settings used for calls to listFeatures.
-
updateFeatureSettings
public com.google.api.gax.rpc.UnaryCallSettings<UpdateFeatureRequest,Feature> updateFeatureSettings()
Returns the object with the settings used for calls to updateFeature.
-
deleteFeatureSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureRequest,com.google.longrunning.Operation> deleteFeatureSettings()
Returns the object with the settings used for calls to deleteFeature.
-
deleteFeatureOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOperationSettings()
Returns the object with the settings used for calls to deleteFeature.
-
importFeatureValuesSettings
public com.google.api.gax.rpc.UnaryCallSettings<ImportFeatureValuesRequest,com.google.longrunning.Operation> importFeatureValuesSettings()
Returns the object with the settings used for calls to importFeatureValues.
-
importFeatureValuesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesOperationSettings()
Returns the object with the settings used for calls to importFeatureValues.
-
batchReadFeatureValuesSettings
public com.google.api.gax.rpc.UnaryCallSettings<BatchReadFeatureValuesRequest,com.google.longrunning.Operation> batchReadFeatureValuesSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.
-
batchReadFeatureValuesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationSettings()
Returns the object with the settings used for calls to batchReadFeatureValues.
-
exportFeatureValuesSettings
public com.google.api.gax.rpc.UnaryCallSettings<ExportFeatureValuesRequest,com.google.longrunning.Operation> exportFeatureValuesSettings()
Returns the object with the settings used for calls to exportFeatureValues.
-
exportFeatureValuesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationSettings()
Returns the object with the settings used for calls to exportFeatureValues.
-
deleteFeatureValuesSettings
public com.google.api.gax.rpc.UnaryCallSettings<DeleteFeatureValuesRequest,com.google.longrunning.Operation> deleteFeatureValuesSettings()
Returns the object with the settings used for calls to deleteFeatureValues.
-
deleteFeatureValuesOperationSettings
public com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata> deleteFeatureValuesOperationSettings()
Returns the object with the settings used for calls to deleteFeatureValues.
-
searchFeaturesSettings
public com.google.api.gax.rpc.PagedCallSettings<SearchFeaturesRequest,SearchFeaturesResponse,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesSettings()
Returns the object with the settings used for calls to searchFeatures.
-
listLocationsSettings
public 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.
-
getLocationSettings
public 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.
-
setIamPolicySettings
public 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.
-
getIamPolicySettings
public 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.
-
testIamPermissionsSettings
public 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.
-
create
public static final FeaturestoreServiceSettings create(FeaturestoreServiceStubSettings stub) throws IOException
- Throws:
IOException
-
defaultExecutorProviderBuilder
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
-
getDefaultEndpoint
public static String getDefaultEndpoint()
Returns the default service endpoint.
-
getDefaultServiceScopes
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
-
defaultCredentialsProviderBuilder
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
-
defaultGrpcTransportProviderBuilder
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
-
defaultTransportChannelProvider
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
-
defaultApiClientHeaderProviderBuilder
@BetaApi("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()
-
newBuilder
public static FeaturestoreServiceSettings.Builder newBuilder()
Returns a new builder for this class.
-
newBuilder
public static FeaturestoreServiceSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
-
toBuilder
public FeaturestoreServiceSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.- Specified by:
toBuilder
in classcom.google.api.gax.rpc.ClientSettings<FeaturestoreServiceSettings>
-
-