Class GrpcFeaturestoreServiceStub (3.44.0)

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

Static Methods

create(ClientContext clientContext)

public static final GrpcFeaturestoreServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcFeaturestoreServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcFeaturestoreServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcFeaturestoreServiceStub
Exceptions
Type Description
IOException

create(FeaturestoreServiceStubSettings settings)

public static final GrpcFeaturestoreServiceStub create(FeaturestoreServiceStubSettings settings)
Parameter
Name Description
settings FeaturestoreServiceStubSettings
Returns
Type Description
GrpcFeaturestoreServiceStub
Exceptions
Type Description
IOException

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
Name Description
settings FeaturestoreServiceStubSettings
clientContext ClientContext

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
Name Description
settings FeaturestoreServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

batchCreateFeaturesCallable()

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

batchCreateFeaturesOperationCallable()

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

batchReadFeatureValuesCallable()

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

batchReadFeatureValuesOperationCallable()

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

close()

public final void close()
Overrides

createEntityTypeCallable()

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

createEntityTypeOperationCallable()

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

createFeatureCallable()

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

createFeatureOperationCallable()

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

createFeaturestoreCallable()

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

createFeaturestoreOperationCallable()

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

deleteEntityTypeCallable()

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

deleteEntityTypeOperationCallable()

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

deleteFeatureCallable()

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

deleteFeatureOperationCallable()

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

deleteFeatureValuesCallable()

public UnaryCallable<DeleteFeatureValuesRequest,Operation> deleteFeatureValuesCallable()
Returns
Type Description
UnaryCallable<DeleteFeatureValuesRequest,Operation>
Overrides

deleteFeatureValuesOperationCallable()

public OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata> deleteFeatureValuesOperationCallable()
Returns
Type Description
OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata>
Overrides

deleteFeaturestoreCallable()

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

deleteFeaturestoreOperationCallable()

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

exportFeatureValuesCallable()

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

exportFeatureValuesOperationCallable()

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

getEntityTypeCallable()

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

getFeatureCallable()

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

getFeaturestoreCallable()

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

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub
Overrides

importFeatureValuesCallable()

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

importFeatureValuesOperationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listEntityTypesCallable()

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

listEntityTypesPagedCallable()

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

listFeaturesCallable()

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

listFeaturesPagedCallable()

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

listFeaturestoresCallable()

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

listFeaturestoresPagedCallable()

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

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
Overrides

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,FeaturestoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

searchFeaturesCallable()

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

searchFeaturesPagedCallable()

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

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
Overrides

updateEntityTypeCallable()

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

updateFeatureCallable()

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

updateFeaturestoreCallable()

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

updateFeaturestoreOperationCallable()

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