@BetaApi @Generated(value="by gapic-generator-java") public class FeaturestoreServiceStubSettings extends com.google.api.gax.rpc.StubSettings<FeaturestoreServiceStubSettings>
FeaturestoreServiceStub.
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 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
FeaturestoreServiceStubSettings.Builder featurestoreServiceSettingsBuilder =
FeaturestoreServiceStubSettings.newBuilder();
featurestoreServiceSettingsBuilder
.getFeaturestoreSettings()
.setRetrySettings(
featurestoreServiceSettingsBuilder
.getFeaturestoreSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
FeaturestoreServiceStubSettings featurestoreServiceSettings =
featurestoreServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
FeaturestoreServiceStubSettings.Builder
Builder for FeaturestoreServiceStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeaturestoreServiceStubSettings(FeaturestoreServiceStubSettings.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.
|
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.
|
FeaturestoreServiceStub |
createStub() |
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 String |
getDefaultMtlsEndpoint()
Returns the default mTLS 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 FeaturestoreServiceStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static FeaturestoreServiceStubSettings.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.
|
FeaturestoreServiceStubSettings.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, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toStringprotected FeaturestoreServiceStubSettings(FeaturestoreServiceStubSettings.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.UnaryCallSettings<DeleteFeatureValuesRequest,com.google.longrunning.Operation> deleteFeatureValuesSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata> deleteFeatureValuesOperationSettings()
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 FeaturestoreServiceStub createStub() throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
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 FeaturestoreServiceStubSettings.Builder newBuilder()
public static FeaturestoreServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public FeaturestoreServiceStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<FeaturestoreServiceStubSettings>Copyright © 2023 Google LLC. All rights reserved.