- 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 class GrpcFeaturestoreServiceStub extends FeaturestoreServiceStub
gRPC stub implementation for the FeaturestoreService service API.
This class is for advanced usage and reflects the underlying API directly.
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> |
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 final 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 GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
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> |
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> |
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> |
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> |
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> |