Send feedback
Class GrpcFeaturestoreServiceStub (2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.0 keyboard_arrow_down
public class GrpcFeaturestoreServiceStub extends FeaturestoreServiceStub
gRPC stub implementation for the FeaturestoreService service API.
This class is for advanced usage and reflects the underlying API directly.
Constructors
GrpcFeaturestoreServiceStub(FeaturestoreServiceStubSettings settings, ClientContext clientContext)
protected GrpcFeaturestoreServiceStub ( FeaturestoreServiceStubSettings settings , ClientContext clientContext )
Constructs an instance of GrpcFeaturestoreServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
GrpcFeaturestoreServiceStub(FeaturestoreServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcFeaturestoreServiceStub ( FeaturestoreServiceStubSettings settings , ClientContext clientContext , GrpcStubCallableFactory callableFactory )
Constructs an instance of GrpcFeaturestoreServiceStub, using the given settings. This is
protected so that it is easy to make a subclass, but otherwise, the static factory methods
should be preferred.
Parameters
Methods
public boolean awaitTermination ( long duration , TimeUnit unit )
Parameters
Returns
Exceptions
public UnaryCallable<BatchCreateFeaturesRequest , Operation > batchCreateFeaturesCallable ()
Returns
Overrides
public OperationCallable<BatchCreateFeaturesRequest , BatchCreateFeaturesResponse , BatchCreateFeaturesOperationMetadata > batchCreateFeaturesOperationCallable ()
Returns
Overrides
public UnaryCallable<BatchReadFeatureValuesRequest , Operation > batchReadFeatureValuesCallable ()
Returns
Overrides
public OperationCallable<BatchReadFeatureValuesRequest , BatchReadFeatureValuesResponse , BatchReadFeatureValuesOperationMetadata > batchReadFeatureValuesOperationCallable ()
Returns
Overrides
public final void close ()
Overrides
create(ClientContext clientContext)
public static final GrpcFeaturestoreServiceStub create ( ClientContext clientContext )
Parameter
Returns
Exceptions
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcFeaturestoreServiceStub create ( ClientContext clientContext , GrpcStubCallableFactory callableFactory )
Parameters
Returns
Exceptions
public static final GrpcFeaturestoreServiceStub create ( FeaturestoreServiceStubSettings settings )
Parameter
Returns
Exceptions
public UnaryCallable<CreateEntityTypeRequest , Operation > createEntityTypeCallable ()
Returns
Overrides
public OperationCallable<CreateEntityTypeRequest , EntityType , CreateEntityTypeOperationMetadata > createEntityTypeOperationCallable ()
Returns
Overrides
public UnaryCallable<CreateFeatureRequest , Operation > createFeatureCallable ()
Returns
Overrides
public OperationCallable<CreateFeatureRequest , Feature , CreateFeatureOperationMetadata > createFeatureOperationCallable ()
Returns
Overrides
public UnaryCallable<CreateFeaturestoreRequest , Operation > createFeaturestoreCallable ()
Returns
Overrides
public OperationCallable<CreateFeaturestoreRequest , Featurestore , CreateFeaturestoreOperationMetadata > createFeaturestoreOperationCallable ()
Returns
Overrides
public UnaryCallable<DeleteEntityTypeRequest , Operation > deleteEntityTypeCallable ()
Returns
Overrides
public OperationCallable<DeleteEntityTypeRequest , Empty , DeleteOperationMetadata > deleteEntityTypeOperationCallable ()
Returns
Overrides
public UnaryCallable<DeleteFeatureRequest , Operation > deleteFeatureCallable ()
Returns
Overrides
public OperationCallable<DeleteFeatureRequest , Empty , DeleteOperationMetadata > deleteFeatureOperationCallable ()
Returns
Overrides
public UnaryCallable<DeleteFeaturestoreRequest , Operation > deleteFeaturestoreCallable ()
Returns
Overrides
public OperationCallable<DeleteFeaturestoreRequest , Empty , DeleteOperationMetadata > deleteFeaturestoreOperationCallable ()
Returns
Overrides
public UnaryCallable<ExportFeatureValuesRequest , Operation > exportFeatureValuesCallable ()
Returns
Overrides
public OperationCallable<ExportFeatureValuesRequest , ExportFeatureValuesResponse , ExportFeatureValuesOperationMetadata > exportFeatureValuesOperationCallable ()
Returns
Overrides
public UnaryCallable<GetEntityTypeRequest , EntityType > getEntityTypeCallable ()
Returns
Overrides
public UnaryCallable<GetFeatureRequest , Feature > getFeatureCallable ()
Returns
Overrides
public UnaryCallable<GetFeaturestoreRequest , Featurestore > getFeaturestoreCallable ()
Returns
Overrides
public GrpcOperationsStub getOperationsStub ()
Returns
Overrides
public UnaryCallable<ImportFeatureValuesRequest , Operation > importFeatureValuesCallable ()
Returns
Overrides
public OperationCallable<ImportFeatureValuesRequest , ImportFeatureValuesResponse , ImportFeatureValuesOperationMetadata > importFeatureValuesOperationCallable ()
Returns
Overrides
public boolean isShutdown ()
Returns
public boolean isTerminated ()
Returns
public UnaryCallable<ListEntityTypesRequest , ListEntityTypesResponse > listEntityTypesCallable ()
Returns
Overrides
listEntityTypesPagedCallable()
public UnaryCallable<ListEntityTypesRequest , FeaturestoreServiceClient . ListEntityTypesPagedResponse > listEntityTypesPagedCallable ()
Returns
Overrides
public UnaryCallable<ListFeaturesRequest , ListFeaturesResponse > listFeaturesCallable ()
Returns
Overrides
listFeaturesPagedCallable()
public UnaryCallable<ListFeaturesRequest , FeaturestoreServiceClient . ListFeaturesPagedResponse > listFeaturesPagedCallable ()
Returns
Overrides
public UnaryCallable<ListFeaturestoresRequest , ListFeaturestoresResponse > listFeaturestoresCallable ()
Returns
Overrides
listFeaturestoresPagedCallable()
public UnaryCallable<ListFeaturestoresRequest , FeaturestoreServiceClient . ListFeaturestoresPagedResponse > listFeaturestoresPagedCallable ()
Returns
Overrides
public UnaryCallable<SearchFeaturesRequest , SearchFeaturesResponse > searchFeaturesCallable ()
Returns
Overrides
searchFeaturesPagedCallable()
public UnaryCallable<SearchFeaturesRequest , FeaturestoreServiceClient . SearchFeaturesPagedResponse > searchFeaturesPagedCallable ()
Returns
Overrides
public void shutdownNow ()
public UnaryCallable<UpdateEntityTypeRequest , EntityType > updateEntityTypeCallable ()
Returns
Overrides
public UnaryCallable<UpdateFeatureRequest , Feature > updateFeatureCallable ()
Returns
Overrides
public UnaryCallable<UpdateFeaturestoreRequest , Operation > updateFeaturestoreCallable ()
Returns
Overrides
public OperationCallable<UpdateFeaturestoreRequest , Featurestore , UpdateFeaturestoreOperationMetadata > updateFeaturestoreOperationCallable ()
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]