FeatureOnlineStoreAdminService class final
The service that handles CRUD and List for resources for FeatureOnlineStore.
Constructors
- FeatureOnlineStoreAdminService({required Client client})
-
Creates a
FeatureOnlineStoreAdminServiceusingclientfor transport. - FeatureOnlineStoreAdminService.fromApiKey([String? apiKey])
-
Creates a
FeatureOnlineStoreAdminServicethat does authentication through an API key.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelOperation(
CancelOperationRequest request) → Future< void> -
Provides the
Operationsservice functionality in this service. -
close(
) → void - Closes the client and cleans up any resources associated with it.
-
createFeatureOnlineStore(
CreateFeatureOnlineStoreRequest request) → Future< Operation< FeatureOnlineStore, CreateFeatureOnlineStoreOperationMetadata> > - Creates a new FeatureOnlineStore in a given project and location.
-
createFeatureView(
CreateFeatureViewRequest request) → Future< Operation< FeatureView, CreateFeatureViewOperationMetadata> > - Creates a new FeatureView in a given FeatureOnlineStore.
-
deleteFeatureOnlineStore(
DeleteFeatureOnlineStoreRequest request) → Future< Operation< Empty, DeleteOperationMetadata> > - Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.
-
deleteFeatureView(
DeleteFeatureViewRequest request) → Future< Operation< Empty, DeleteOperationMetadata> > - Deletes a single FeatureView.
-
deleteOperation(
DeleteOperationRequest request) → Future< void> -
Provides the
Operationsservice functionality in this service. -
getFeatureOnlineStore(
GetFeatureOnlineStoreRequest request) → Future< FeatureOnlineStore> - Gets details of a single FeatureOnlineStore.
-
getFeatureView(
GetFeatureViewRequest request) → Future< FeatureView> - Gets details of a single FeatureView.
-
getFeatureViewSync(
GetFeatureViewSyncRequest request) → Future< FeatureViewSync> - Gets details of a single FeatureViewSync.
-
getIamPolicy(
GetIamPolicyRequest request) → Future< Policy> - Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.
-
getLocation(
GetLocationRequest request) → Future< Location> - Gets information about a location.
-
getOperation<
T extends ProtoMessage, S extends ProtoMessage> (Operation< T, S> request) → Future<Operation< T, S> > -
Provides the
Operationsservice functionality in this service. -
listFeatureOnlineStores(
ListFeatureOnlineStoresRequest request) → Future< ListFeatureOnlineStoresResponse> - Lists FeatureOnlineStores in a given project and location.
-
listFeatureViews(
ListFeatureViewsRequest request) → Future< ListFeatureViewsResponse> - Lists FeatureViews in a given FeatureOnlineStore.
-
listFeatureViewSyncs(
ListFeatureViewSyncsRequest request) → Future< ListFeatureViewSyncsResponse> - Lists FeatureViewSyncs in a given FeatureView.
-
listLocations(
ListLocationsRequest request) → Future< ListLocationsResponse> - Lists information about the supported locations for this service.
-
listOperations(
ListOperationsRequest request) → Future< ListOperationsResponse> -
Provides the
Operationsservice functionality in this service. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setIamPolicy(
SetIamPolicyRequest request) → Future< Policy> - Sets the access control policy on the specified resource. Replaces any existing policy.
-
syncFeatureView(
SyncFeatureViewRequest request) → Future< SyncFeatureViewResponse> - Triggers on-demand sync for the FeatureView.
-
testIamPermissions(
TestIamPermissionsRequest request) → Future< TestIamPermissionsResponse> -
Returns permissions that a caller has on the specified resource. If the
resource does not exist, this will return an empty set of
permissions, not a
NOT_FOUNDerror. -
toString(
) → String -
A string representation of this object.
inherited
-
updateFeatureOnlineStore(
UpdateFeatureOnlineStoreRequest request) → Future< Operation< FeatureOnlineStore, UpdateFeatureOnlineStoreOperationMetadata> > - Updates the parameters of a single FeatureOnlineStore.
-
updateFeatureView(
UpdateFeatureViewRequest request) → Future< Operation< FeatureView, UpdateFeatureViewOperationMetadata> > - Updates the parameters of a single FeatureView.
-
waitOperation(
WaitOperationRequest request) → Future< Operation< ProtoMessage, ProtoMessage> > -
Provides the
Operationsservice functionality in this service.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited