Class GrpcFeaturestoreServiceStub (3.59.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()
Overrides

batchCreateFeaturesOperationCallable()

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

batchReadFeatureValuesCallable()

public UnaryCallable<BatchReadFeatureValuesRequest,Operation> batchReadFeatureValuesCallable()
Overrides

batchReadFeatureValuesOperationCallable()

public OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationCallable()
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()
Overrides

createFeatureCallable()

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

createFeatureOperationCallable()

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

createFeaturestoreCallable()

public UnaryCallable<CreateFeaturestoreRequest,Operation> createFeaturestoreCallable()
Overrides

createFeaturestoreOperationCallable()

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

deleteEntityTypeCallable()

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

deleteEntityTypeOperationCallable()

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

deleteFeatureCallable()

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

deleteFeatureOperationCallable()

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

deleteFeatureValuesCallable()

public UnaryCallable<DeleteFeatureValuesRequest,Operation> deleteFeatureValuesCallable()
Overrides

deleteFeatureValuesOperationCallable()

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

deleteFeaturestoreCallable()

public UnaryCallable<DeleteFeaturestoreRequest,Operation> deleteFeaturestoreCallable()
Overrides

deleteFeaturestoreOperationCallable()

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

exportFeatureValuesCallable()

public UnaryCallable<ExportFeatureValuesRequest,Operation> exportFeatureValuesCallable()
Overrides

exportFeatureValuesOperationCallable()

public OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationCallable()
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()
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()
Overrides

importFeatureValuesOperationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listEntityTypesCallable()

public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
Overrides

listEntityTypesPagedCallable()

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

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Overrides

listFeaturesPagedCallable()

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

listFeaturestoresCallable()

public UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable()
Overrides

listFeaturestoresPagedCallable()

public UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresPagedCallable()
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()
Overrides

searchFeaturesPagedCallable()

public UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesPagedCallable()
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()
Overrides

updateFeatureCallable()

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

updateFeaturestoreCallable()

public UnaryCallable<UpdateFeaturestoreRequest,Operation> updateFeaturestoreCallable()
Overrides

updateFeaturestoreOperationCallable()

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