- 3.52.0 (latest)
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.2
- 3.3.0
- 3.2.0
- 3.0.0
- 2.9.8
- 2.8.9
- 2.7.4
- 2.5.3
- 2.4.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.
Implements
BackgroundResourceConstructors
FeaturestoreServiceStub()
public FeaturestoreServiceStub()
Methods
batchCreateFeaturesCallable()
public UnaryCallable<BatchCreateFeaturesRequest,Operation> batchCreateFeaturesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<BatchCreateFeaturesRequest,Operation> |
batchCreateFeaturesOperationCallable()
public OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> batchCreateFeaturesOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<BatchCreateFeaturesRequest,BatchCreateFeaturesResponse,BatchCreateFeaturesOperationMetadata> |
batchReadFeatureValuesCallable()
public UnaryCallable<BatchReadFeatureValuesRequest,Operation> batchReadFeatureValuesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<BatchReadFeatureValuesRequest,Operation> |
batchReadFeatureValuesOperationCallable()
public OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> batchReadFeatureValuesOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<BatchReadFeatureValuesRequest,BatchReadFeatureValuesResponse,BatchReadFeatureValuesOperationMetadata> |
close()
public abstract void close()
createEntityTypeCallable()
public UnaryCallable<CreateEntityTypeRequest,Operation> createEntityTypeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateEntityTypeRequest,Operation> |
createEntityTypeOperationCallable()
public OperationCallable<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> createEntityTypeOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateEntityTypeRequest,EntityType,CreateEntityTypeOperationMetadata> |
createFeatureCallable()
public UnaryCallable<CreateFeatureRequest,Operation> createFeatureCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateFeatureRequest,Operation> |
createFeatureOperationCallable()
public OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> createFeatureOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateFeatureRequest,Feature,CreateFeatureOperationMetadata> |
createFeaturestoreCallable()
public UnaryCallable<CreateFeaturestoreRequest,Operation> createFeaturestoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateFeaturestoreRequest,Operation> |
createFeaturestoreOperationCallable()
public OperationCallable<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> createFeaturestoreOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateFeaturestoreRequest,Featurestore,CreateFeaturestoreOperationMetadata> |
deleteEntityTypeCallable()
public UnaryCallable<DeleteEntityTypeRequest,Operation> deleteEntityTypeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteEntityTypeRequest,Operation> |
deleteEntityTypeOperationCallable()
public OperationCallable<DeleteEntityTypeRequest,Empty,DeleteOperationMetadata> deleteEntityTypeOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteEntityTypeRequest,Empty,DeleteOperationMetadata> |
deleteFeatureCallable()
public UnaryCallable<DeleteFeatureRequest,Operation> deleteFeatureCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteFeatureRequest,Operation> |
deleteFeatureOperationCallable()
public OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata> deleteFeatureOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteFeatureRequest,Empty,DeleteOperationMetadata> |
deleteFeatureValuesCallable()
public UnaryCallable<DeleteFeatureValuesRequest,Operation> deleteFeatureValuesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteFeatureValuesRequest,Operation> |
deleteFeatureValuesOperationCallable()
public OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata> deleteFeatureValuesOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteFeatureValuesRequest,DeleteFeatureValuesResponse,DeleteFeatureValuesOperationMetadata> |
deleteFeaturestoreCallable()
public UnaryCallable<DeleteFeaturestoreRequest,Operation> deleteFeaturestoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteFeaturestoreRequest,Operation> |
deleteFeaturestoreOperationCallable()
public OperationCallable<DeleteFeaturestoreRequest,Empty,DeleteOperationMetadata> deleteFeaturestoreOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteFeaturestoreRequest,Empty,DeleteOperationMetadata> |
exportFeatureValuesCallable()
public UnaryCallable<ExportFeatureValuesRequest,Operation> exportFeatureValuesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ExportFeatureValuesRequest,Operation> |
exportFeatureValuesOperationCallable()
public OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> exportFeatureValuesOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<ExportFeatureValuesRequest,ExportFeatureValuesResponse,ExportFeatureValuesOperationMetadata> |
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()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetFeaturestoreRequest,Featurestore> |
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()
Returns | |
---|---|
Type | Description |
UnaryCallable<ImportFeatureValuesRequest,Operation> |
importFeatureValuesOperationCallable()
public OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> importFeatureValuesOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<ImportFeatureValuesRequest,ImportFeatureValuesResponse,ImportFeatureValuesOperationMetadata> |
listEntityTypesCallable()
public UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> listEntityTypesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListEntityTypesRequest,ListEntityTypesResponse> |
listEntityTypesPagedCallable()
public UnaryCallable<ListEntityTypesRequest,FeaturestoreServiceClient.ListEntityTypesPagedResponse> listEntityTypesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListEntityTypesRequest,ListEntityTypesPagedResponse> |
listFeaturesCallable()
public UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> listFeaturesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeaturesRequest,ListFeaturesResponse> |
listFeaturesPagedCallable()
public UnaryCallable<ListFeaturesRequest,FeaturestoreServiceClient.ListFeaturesPagedResponse> listFeaturesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeaturesRequest,ListFeaturesPagedResponse> |
listFeaturestoresCallable()
public UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> listFeaturestoresCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresResponse> |
listFeaturestoresPagedCallable()
public UnaryCallable<ListFeaturestoresRequest,FeaturestoreServiceClient.ListFeaturestoresPagedResponse> listFeaturestoresPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListFeaturestoresRequest,ListFeaturestoresPagedResponse> |
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()
Returns | |
---|---|
Type | Description |
UnaryCallable<SearchFeaturesRequest,SearchFeaturesResponse> |
searchFeaturesPagedCallable()
public UnaryCallable<SearchFeaturesRequest,FeaturestoreServiceClient.SearchFeaturesPagedResponse> searchFeaturesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<SearchFeaturesRequest,SearchFeaturesPagedResponse> |
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()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateEntityTypeRequest,EntityType> |
updateFeatureCallable()
public UnaryCallable<UpdateFeatureRequest,Feature> updateFeatureCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateFeatureRequest,Feature> |
updateFeaturestoreCallable()
public UnaryCallable<UpdateFeaturestoreRequest,Operation> updateFeaturestoreCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateFeaturestoreRequest,Operation> |
updateFeaturestoreOperationCallable()
public OperationCallable<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> updateFeaturestoreOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateFeaturestoreRequest,Featurestore,UpdateFeaturestoreOperationMetadata> |