Class FeaturestoreServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

        protected Builder​(com.google.api.gax.rpc.ClientContext clientContext)
    • Method Detail

      • applyToAllUnaryMethods

        public FeaturestoreServiceStubSettings.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.

        Note: This method does not support applying settings to streaming methods.

      • unaryMethodSettingsBuilders

        public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>> unaryMethodSettingsBuilders()
      • createFeaturestoreSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeaturestoreRequest,​com.google.longrunning.Operation> createFeaturestoreSettings()
        Returns the builder for the settings used for calls to createFeaturestore.
      • createFeaturestoreOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeaturestoreRequest,​Featurestore,​CreateFeaturestoreOperationMetadata> createFeaturestoreOperationSettings()
        Returns the builder for the settings used for calls to createFeaturestore.
      • getFeaturestoreSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeaturestoreRequest,​Featurestore> getFeaturestoreSettings()
        Returns the builder for the settings used for calls to getFeaturestore.
      • updateFeaturestoreSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeaturestoreRequest,​com.google.longrunning.Operation> updateFeaturestoreSettings()
        Returns the builder for the settings used for calls to updateFeaturestore.
      • updateFeaturestoreOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateFeaturestoreRequest,​Featurestore,​UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationSettings()
        Returns the builder for the settings used for calls to updateFeaturestore.
      • deleteFeaturestoreSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeaturestoreRequest,​com.google.longrunning.Operation> deleteFeaturestoreSettings()
        Returns the builder for the settings used for calls to deleteFeaturestore.
      • deleteFeaturestoreOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeaturestoreRequest,​com.google.protobuf.Empty,​DeleteOperationMetadata> deleteFeaturestoreOperationSettings()
        Returns the builder for the settings used for calls to deleteFeaturestore.
      • createEntityTypeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEntityTypeRequest,​com.google.longrunning.Operation> createEntityTypeSettings()
        Returns the builder for the settings used for calls to createEntityType.
      • createEntityTypeOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEntityTypeRequest,​EntityType,​CreateEntityTypeOperationMetadata> createEntityTypeOperationSettings()
        Returns the builder for the settings used for calls to createEntityType.
      • getEntityTypeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEntityTypeRequest,​EntityType> getEntityTypeSettings()
        Returns the builder for the settings used for calls to getEntityType.
      • updateEntityTypeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateEntityTypeRequest,​EntityType> updateEntityTypeSettings()
        Returns the builder for the settings used for calls to updateEntityType.
      • deleteEntityTypeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEntityTypeRequest,​com.google.longrunning.Operation> deleteEntityTypeSettings()
        Returns the builder for the settings used for calls to deleteEntityType.
      • deleteEntityTypeOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEntityTypeRequest,​com.google.protobuf.Empty,​DeleteOperationMetadata> deleteEntityTypeOperationSettings()
        Returns the builder for the settings used for calls to deleteEntityType.
      • createFeatureSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateFeatureRequest,​com.google.longrunning.Operation> createFeatureSettings()
        Returns the builder for the settings used for calls to createFeature.
      • createFeatureOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateFeatureRequest,​Feature,​CreateFeatureOperationMetadata> createFeatureOperationSettings()
        Returns the builder for the settings used for calls to createFeature.
      • batchCreateFeaturesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchCreateFeaturesRequest,​com.google.longrunning.Operation> batchCreateFeaturesSettings()
        Returns the builder for the settings used for calls to batchCreateFeatures.
      • getFeatureSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFeatureRequest,​Feature> getFeatureSettings()
        Returns the builder for the settings used for calls to getFeature.
      • updateFeatureSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateFeatureRequest,​Feature> updateFeatureSettings()
        Returns the builder for the settings used for calls to updateFeature.
      • deleteFeatureSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureRequest,​com.google.longrunning.Operation> deleteFeatureSettings()
        Returns the builder for the settings used for calls to deleteFeature.
      • deleteFeatureOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteFeatureRequest,​com.google.protobuf.Empty,​DeleteOperationMetadata> deleteFeatureOperationSettings()
        Returns the builder for the settings used for calls to deleteFeature.
      • importFeatureValuesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportFeatureValuesRequest,​com.google.longrunning.Operation> importFeatureValuesSettings()
        Returns the builder for the settings used for calls to importFeatureValues.
      • batchReadFeatureValuesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchReadFeatureValuesRequest,​com.google.longrunning.Operation> batchReadFeatureValuesSettings()
        Returns the builder for the settings used for calls to batchReadFeatureValues.
      • exportFeatureValuesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ExportFeatureValuesRequest,​com.google.longrunning.Operation> exportFeatureValuesSettings()
        Returns the builder for the settings used for calls to exportFeatureValues.
      • deleteFeatureValuesSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteFeatureValuesRequest,​com.google.longrunning.Operation> deleteFeatureValuesSettings()
        Returns the builder for the settings used for calls to deleteFeatureValues.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​FeaturestoreServiceClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public 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.
      • setIamPolicySettings

        public 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.
      • getIamPolicySettings

        public 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.
      • testIamPermissionsSettings

        public 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.