Class FeaturestoreServiceStub (3.59.0)

public abstract class FeaturestoreServiceStub implements BackgroundResource

Base stub class for the FeaturestoreService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > FeaturestoreServiceStub

Implements

BackgroundResource

Constructors

FeaturestoreServiceStub()

public FeaturestoreServiceStub()

Methods

batchCreateFeaturesCallable()

public UnaryCallable<BatchCreateFeaturesRequest,Operation> batchCreateFeaturesCallable()

batchCreateFeaturesOperationCallable()

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

batchReadFeatureValuesCallable()

public UnaryCallable<BatchReadFeatureValuesRequest,Operation> batchReadFeatureValuesCallable()

batchReadFeatureValuesOperationCallable()

public OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationCallable()

close()

public abstract void close()

createEntityTypeCallable()

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

createEntityTypeOperationCallable()

public OperationCallable<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationCallable()

createFeatureCallable()

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

createFeatureOperationCallable()

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

createFeaturestoreCallable()

public UnaryCallable<CreateFeaturestoreRequest,Operation> createFeaturestoreCallable()

createFeaturestoreOperationCallable()

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

deleteEntityTypeCallable()

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

deleteEntityTypeOperationCallable()

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

deleteFeatureCallable()

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

deleteFeatureOperationCallable()

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

deleteFeatureValuesCallable()

public UnaryCallable<DeleteFeatureValuesRequest,Operation> deleteFeatureValuesCallable()

deleteFeatureValuesOperationCallable()

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

deleteFeaturestoreCallable()

public UnaryCallable<DeleteFeaturestoreRequest,Operation> deleteFeaturestoreCallable()

deleteFeaturestoreOperationCallable()

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

exportFeatureValuesCallable()

public UnaryCallable<ExportFeatureValuesRequest,Operation> exportFeatureValuesCallable()

exportFeatureValuesOperationCallable()

public OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationCallable()

getEntityTypeCallable()

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

getFeatureCallable()

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

getFeaturestoreCallable()

public UnaryCallable<GetFeaturestoreRequest,Featurestore> getFeaturestoreCallable()

getIamPolicyCallable()

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

getLocationCallable()

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

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

importFeatureValuesCallable()

public UnaryCallable<ImportFeatureValuesRequest,Operation> importFeatureValuesCallable()

importFeatureValuesOperationCallable()

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

listEntityTypesCallable()

public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()

listEntityTypesPagedCallable()

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

listFeaturesCallable()

public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()

listFeaturesPagedCallable()

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

listFeaturestoresCallable()

public UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable()

listFeaturestoresPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

searchFeaturesCallable()

public UnaryCallable<SearchFeaturesRequest,SearchFeaturesResponse> searchFeaturesCallable()

searchFeaturesPagedCallable()

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

setIamPolicyCallable()

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

testIamPermissionsCallable()

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

updateEntityTypeCallable()

public UnaryCallable<UpdateEntityTypeRequest,EntityType> updateEntityTypeCallable()

updateFeatureCallable()

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

updateFeaturestoreCallable()

public UnaryCallable<UpdateFeaturestoreRequest,Operation> updateFeaturestoreCallable()

updateFeaturestoreOperationCallable()

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