Class GrpcFeaturestoreServiceStub (2.5.3)

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.

Inheritance

java.lang.Object > FeaturestoreServiceStub > GrpcFeaturestoreServiceStub

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
NameDescription
settingsFeaturestoreServiceStubSettings
clientContextClientContext

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
NameDescription
settingsFeaturestoreServiceStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

batchCreateFeaturesCallable()

public UnaryCallable<BatchCreateFeaturesRequest,Operation> batchCreateFeaturesCallable()
Returns
TypeDescription
UnaryCallable<BatchCreateFeaturesRequest,Operation>
Overrides

batchCreateFeaturesOperationCallable()

public OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesOperationCallable()
Returns
TypeDescription
OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata>
Overrides

batchReadFeatureValuesCallable()

public UnaryCallable<BatchReadFeatureValuesRequest,Operation> batchReadFeatureValuesCallable()
Returns
TypeDescription
UnaryCallable<BatchReadFeatureValuesRequest,Operation>
Overrides

batchReadFeatureValuesOperationCallable()

public OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationCallable()
Returns
TypeDescription
OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata>
Overrides

close()

public final void close()
Overrides

create(ClientContext clientContext)

public static final GrpcFeaturestoreServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcFeaturestoreServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcFeaturestoreServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcFeaturestoreServiceStub
Exceptions
TypeDescription
IOException

create(FeaturestoreServiceStubSettings settings)

public static final GrpcFeaturestoreServiceStub create(FeaturestoreServiceStubSettings settings)
Parameter
NameDescription
settingsFeaturestoreServiceStubSettings
Returns
TypeDescription
GrpcFeaturestoreServiceStub
Exceptions
TypeDescription
IOException

createEntityTypeCallable()

public UnaryCallable<CreateEntityTypeRequest,Operation> createEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<CreateEntityTypeRequest,Operation>
Overrides

createEntityTypeOperationCallable()

public OperationCallable<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationCallable()
Returns
TypeDescription
OperationCallable<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata>
Overrides

createFeatureCallable()

public UnaryCallable<CreateFeatureRequest,Operation> createFeatureCallable()
Returns
TypeDescription
UnaryCallable<CreateFeatureRequest,Operation>
Overrides

createFeatureOperationCallable()

public OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationCallable()
Returns
TypeDescription
OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata>
Overrides

createFeaturestoreCallable()

public UnaryCallable<CreateFeaturestoreRequest,Operation> createFeaturestoreCallable()
Returns
TypeDescription
UnaryCallable<CreateFeaturestoreRequest,Operation>
Overrides

createFeaturestoreOperationCallable()

public OperationCallable<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreOperationCallable()
Returns
TypeDescription
OperationCallable<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata>
Overrides

deleteEntityTypeCallable()

public UnaryCallable<DeleteEntityTypeRequest,Operation> deleteEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<DeleteEntityTypeRequest,Operation>
Overrides

deleteEntityTypeOperationCallable()

public OperationCallable<DeleteEntityTypeRequest,Empty,DeleteOperationMetadata> deleteEntityTypeOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteEntityTypeRequest,Empty,DeleteOperationMetadata>
Overrides

deleteFeatureCallable()

public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Returns
TypeDescription
UnaryCallable<DeleteFeatureRequest,Operation>
Overrides

deleteFeatureOperationCallable()

public OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata> deleteFeatureOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata>
Overrides

deleteFeaturestoreCallable()

public UnaryCallable<DeleteFeaturestoreRequest,Operation> deleteFeaturestoreCallable()
Returns
TypeDescription
UnaryCallable<DeleteFeaturestoreRequest,Operation>
Overrides

deleteFeaturestoreOperationCallable()

public OperationCallable<DeleteFeaturestoreRequest,Empty,DeleteOperationMetadata> deleteFeaturestoreOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteFeaturestoreRequest,Empty,DeleteOperationMetadata>
Overrides

exportFeatureValuesCallable()

public UnaryCallable<ExportFeatureValuesRequest,Operation> exportFeatureValuesCallable()
Returns
TypeDescription
UnaryCallable<ExportFeatureValuesRequest,Operation>
Overrides

exportFeatureValuesOperationCallable()

public OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationCallable()
Returns
TypeDescription
OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata>
Overrides

getEntityTypeCallable()

public UnaryCallable<GetEntityTypeRequest,EntityType> getEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<GetEntityTypeRequest,EntityType>
Overrides

getFeatureCallable()

public UnaryCallable<GetFeatureRequest,Feature> getFeatureCallable()
Returns
TypeDescription
UnaryCallable<GetFeatureRequest,Feature>
Overrides

getFeaturestoreCallable()

public UnaryCallable<GetFeaturestoreRequest,Featurestore> getFeaturestoreCallable()
Returns
TypeDescription
UnaryCallable<GetFeaturestoreRequest,Featurestore>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub
Overrides

importFeatureValuesCallable()

public UnaryCallable<ImportFeatureValuesRequest,Operation> importFeatureValuesCallable()
Returns
TypeDescription
UnaryCallable<ImportFeatureValuesRequest,Operation>
Overrides

importFeatureValuesOperationCallable()

public OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesOperationCallable()
Returns
TypeDescription
OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listEntityTypesCallable()

public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
Returns
TypeDescription
UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse>
Overrides

listEntityTypesPagedCallable()

public UnaryCallable<ListEntityTypesRequest,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListEntityTypesRequest,ListEntityTypesPagedResponse>
Overrides

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Returns
TypeDescription
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse>
Overrides

listFeaturesPagedCallable()

public UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListFeaturesRequest,ListFeaturesPagedResponse>
Overrides

listFeaturestoresCallable()

public UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable()
Returns
TypeDescription
UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse>
Overrides

listFeaturestoresPagedCallable()

public UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresPagedCallable()
Returns
TypeDescription
UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresPagedResponse>
Overrides

searchFeaturesCallable()

public UnaryCallable<SearchFeaturesRequest,SearchFeaturesResponse> searchFeaturesCallable()
Returns
TypeDescription
UnaryCallable<SearchFeaturesRequest,SearchFeaturesResponse>
Overrides

searchFeaturesPagedCallable()

public UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesPagedCallable()
Returns
TypeDescription
UnaryCallable<SearchFeaturesRequest,SearchFeaturesPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateEntityTypeCallable()

public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()
Returns
TypeDescription
UnaryCallable<UpdateEntityTypeRequest,EntityType>
Overrides

updateFeatureCallable()

public UnaryCallable<UpdateFeatureRequest,Feature> updateFeatureCallable()
Returns
TypeDescription
UnaryCallable<UpdateFeatureRequest,Feature>
Overrides

updateFeaturestoreCallable()

public UnaryCallable<UpdateFeaturestoreRequest,Operation> updateFeaturestoreCallable()
Returns
TypeDescription
UnaryCallable<UpdateFeaturestoreRequest,Operation>
Overrides

updateFeaturestoreOperationCallable()

public OperationCallable<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationCallable()
Returns
TypeDescription
OperationCallable<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata>
Overrides