@Generated(value="by gapic-generator-java") public class FeatureOnlineStoreAdminServiceClient extends Object implements com.google.api.gax.core.BackgroundResource
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureOnlineStoreName name =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]");
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient.getFeatureOnlineStore(name);
}
Note: close() needs to be called on the FeatureOnlineStoreAdminServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
| Method | Description | Method Variants |
|---|---|---|
CreateFeatureOnlineStore |
Creates a new FeatureOnlineStore in a given project and location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeatureOnlineStore |
Gets details of a single FeatureOnlineStore. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatureOnlineStores |
Lists FeatureOnlineStores in a given project and location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateFeatureOnlineStore |
Updates the parameters of a single FeatureOnlineStore. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteFeatureOnlineStore |
Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
CreateFeatureView |
Creates a new FeatureView in a given FeatureOnlineStore. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeatureView |
Gets details of a single FeatureView. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatureViews |
Lists FeatureViews in a given FeatureOnlineStore. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateFeatureView |
Updates the parameters of a single FeatureView. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteFeatureView |
Deletes a single FeatureView. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
SyncFeatureView |
Triggers on-demand sync for the FeatureView. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetFeatureViewSync |
Gets details of a single FeatureViewSync. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListFeatureViewSyncs |
Lists FeatureViewSyncs in a given FeatureView. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListLocations |
Lists information about the supported locations for this service. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetLocation |
Gets information about a location. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
SetIamPolicy |
Sets the access control policy on the specified resource. Replacesany existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetIamPolicy |
Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
TestIamPermissions |
Returns permissions that a caller has on the specified resource. If theresource does not exist, this will return an empty set ofpermissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of FeatureOnlineStoreAdminServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FeatureOnlineStoreAdminServiceSettings featureOnlineStoreAdminServiceSettings =
FeatureOnlineStoreAdminServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create(featureOnlineStoreAdminServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
FeatureOnlineStoreAdminServiceSettings featureOnlineStoreAdminServiceSettings =
FeatureOnlineStoreAdminServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create(featureOnlineStoreAdminServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureOnlineStoreAdminServiceClient(FeatureOnlineStoreAdminServiceSettings settings)
Constructs an instance of FeatureOnlineStoreAdminServiceClient, using the given settings.
|
protected |
FeatureOnlineStoreAdminServiceClient(FeatureOnlineStoreAdminServiceStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static FeatureOnlineStoreAdminServiceClient |
create()
Constructs an instance of FeatureOnlineStoreAdminServiceClient with default settings.
|
static FeatureOnlineStoreAdminServiceClient |
create(FeatureOnlineStoreAdminServiceSettings settings)
Constructs an instance of FeatureOnlineStoreAdminServiceClient, using the given settings.
|
static FeatureOnlineStoreAdminServiceClient |
create(FeatureOnlineStoreAdminServiceStub stub)
Constructs an instance of FeatureOnlineStoreAdminServiceClient, using the given stub for making
calls.
|
com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> |
createFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest request)
Creates a new FeatureOnlineStore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> |
createFeatureOnlineStoreAsync(LocationName parent,
FeatureOnlineStore featureOnlineStore,
String featureOnlineStoreId)
Creates a new FeatureOnlineStore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> |
createFeatureOnlineStoreAsync(String parent,
FeatureOnlineStore featureOnlineStore,
String featureOnlineStoreId)
Creates a new FeatureOnlineStore in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<CreateFeatureOnlineStoreRequest,com.google.longrunning.Operation> |
createFeatureOnlineStoreCallable()
Creates a new FeatureOnlineStore in a given project and location.
|
com.google.api.gax.rpc.OperationCallable<CreateFeatureOnlineStoreRequest,FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> |
createFeatureOnlineStoreOperationCallable()
Creates a new FeatureOnlineStore in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> |
createFeatureViewAsync(CreateFeatureViewRequest request)
Creates a new FeatureView in a given FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> |
createFeatureViewAsync(FeatureOnlineStoreName parent,
FeatureView featureView,
String featureViewId)
Creates a new FeatureView in a given FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> |
createFeatureViewAsync(String parent,
FeatureView featureView,
String featureViewId)
Creates a new FeatureView in a given FeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallable<CreateFeatureViewRequest,com.google.longrunning.Operation> |
createFeatureViewCallable()
Creates a new FeatureView in a given FeatureOnlineStore.
|
com.google.api.gax.rpc.OperationCallable<CreateFeatureViewRequest,FeatureView,CreateFeatureViewOperationMetadata> |
createFeatureViewOperationCallable()
Creates a new FeatureView in a given FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request)
Deletes a single FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOnlineStoreAsync(FeatureOnlineStoreName name,
boolean force)
Deletes a single FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOnlineStoreAsync(String name,
boolean force)
Deletes a single FeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallable<DeleteFeatureOnlineStoreRequest,com.google.longrunning.Operation> |
deleteFeatureOnlineStoreCallable()
Deletes a single FeatureOnlineStore.
|
com.google.api.gax.rpc.OperationCallable<DeleteFeatureOnlineStoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureOnlineStoreOperationCallable()
Deletes a single FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureViewAsync(DeleteFeatureViewRequest request)
Deletes a single FeatureView.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureViewAsync(FeatureViewName name)
Deletes a single FeatureView.
|
com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureViewAsync(String name)
Deletes a single FeatureView.
|
com.google.api.gax.rpc.UnaryCallable<DeleteFeatureViewRequest,com.google.longrunning.Operation> |
deleteFeatureViewCallable()
Deletes a single FeatureView.
|
com.google.api.gax.rpc.OperationCallable<DeleteFeatureViewRequest,com.google.protobuf.Empty,DeleteOperationMetadata> |
deleteFeatureViewOperationCallable()
Deletes a single FeatureView.
|
FeatureOnlineStore |
getFeatureOnlineStore(FeatureOnlineStoreName name)
Gets details of a single FeatureOnlineStore.
|
FeatureOnlineStore |
getFeatureOnlineStore(GetFeatureOnlineStoreRequest request)
Gets details of a single FeatureOnlineStore.
|
FeatureOnlineStore |
getFeatureOnlineStore(String name)
Gets details of a single FeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallable<GetFeatureOnlineStoreRequest,FeatureOnlineStore> |
getFeatureOnlineStoreCallable()
Gets details of a single FeatureOnlineStore.
|
FeatureView |
getFeatureView(FeatureViewName name)
Gets details of a single FeatureView.
|
FeatureView |
getFeatureView(GetFeatureViewRequest request)
Gets details of a single FeatureView.
|
FeatureView |
getFeatureView(String name)
Gets details of a single FeatureView.
|
com.google.api.gax.rpc.UnaryCallable<GetFeatureViewRequest,FeatureView> |
getFeatureViewCallable()
Gets details of a single FeatureView.
|
FeatureViewSync |
getFeatureViewSync(FeatureViewSyncName name)
Gets details of a single FeatureViewSync.
|
FeatureViewSync |
getFeatureViewSync(GetFeatureViewSyncRequest request)
Gets details of a single FeatureViewSync.
|
FeatureViewSync |
getFeatureViewSync(String name)
Gets details of a single FeatureViewSync.
|
com.google.api.gax.rpc.UnaryCallable<GetFeatureViewSyncRequest,FeatureViewSync> |
getFeatureViewSyncCallable()
Gets details of a single FeatureViewSync.
|
com.google.iam.v1.Policy |
getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Gets the access control policy for a resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable()
Gets the access control policy for a resource.
|
com.google.cloud.location.Location |
getLocation(com.google.cloud.location.GetLocationRequest request)
Gets information about a location.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable()
Gets information about a location.
|
com.google.longrunning.OperationsClient |
getOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation
returned by another API method call.
|
FeatureOnlineStoreAdminServiceSettings |
getSettings() |
FeatureOnlineStoreAdminServiceStub |
getStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse |
listFeatureOnlineStores(ListFeatureOnlineStoresRequest request)
Lists FeatureOnlineStores in a given project and location.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse |
listFeatureOnlineStores(LocationName parent)
Lists FeatureOnlineStores in a given project and location.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse |
listFeatureOnlineStores(String parent)
Lists FeatureOnlineStores in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse> |
listFeatureOnlineStoresCallable()
Lists FeatureOnlineStores in a given project and location.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureOnlineStoresRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse> |
listFeatureOnlineStoresPagedCallable()
Lists FeatureOnlineStores in a given project and location.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse |
listFeatureViews(FeatureOnlineStoreName parent)
Lists FeatureViews in a given FeatureOnlineStore.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse |
listFeatureViews(ListFeatureViewsRequest request)
Lists FeatureViews in a given FeatureOnlineStore.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse |
listFeatureViews(String parent)
Lists FeatureViews in a given FeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureViewsRequest,ListFeatureViewsResponse> |
listFeatureViewsCallable()
Lists FeatureViews in a given FeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureViewsRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse> |
listFeatureViewsPagedCallable()
Lists FeatureViews in a given FeatureOnlineStore.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse |
listFeatureViewSyncs(FeatureViewName parent)
Lists FeatureViewSyncs in a given FeatureView.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse |
listFeatureViewSyncs(ListFeatureViewSyncsRequest request)
Lists FeatureViewSyncs in a given FeatureView.
|
FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse |
listFeatureViewSyncs(String parent)
Lists FeatureViewSyncs in a given FeatureView.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse> |
listFeatureViewSyncsCallable()
Lists FeatureViewSyncs in a given FeatureView.
|
com.google.api.gax.rpc.UnaryCallable<ListFeatureViewSyncsRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse> |
listFeatureViewSyncsPagedCallable()
Lists FeatureViewSyncs in a given FeatureView.
|
FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse |
listLocations(com.google.cloud.location.ListLocationsRequest request)
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable()
Lists information about the supported locations for this service.
|
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse> |
listLocationsPagedCallable()
Lists information about the supported locations for this service.
|
com.google.iam.v1.Policy |
setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Sets the access control policy on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable()
Sets the access control policy on the specified resource.
|
void |
shutdown() |
void |
shutdownNow() |
SyncFeatureViewResponse |
syncFeatureView(FeatureViewName featureView)
Triggers on-demand sync for the FeatureView.
|
SyncFeatureViewResponse |
syncFeatureView(String featureView)
Triggers on-demand sync for the FeatureView.
|
SyncFeatureViewResponse |
syncFeatureView(SyncFeatureViewRequest request)
Triggers on-demand sync for the FeatureView.
|
com.google.api.gax.rpc.UnaryCallable<SyncFeatureViewRequest,SyncFeatureViewResponse> |
syncFeatureViewCallable()
Triggers on-demand sync for the FeatureView.
|
com.google.iam.v1.TestIamPermissionsResponse |
testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable()
Returns permissions that a caller has on the specified resource.
|
com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> |
updateFeatureOnlineStoreAsync(FeatureOnlineStore featureOnlineStore,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> |
updateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest request)
Updates the parameters of a single FeatureOnlineStore.
|
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureOnlineStoreRequest,com.google.longrunning.Operation> |
updateFeatureOnlineStoreCallable()
Updates the parameters of a single FeatureOnlineStore.
|
com.google.api.gax.rpc.OperationCallable<UpdateFeatureOnlineStoreRequest,FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> |
updateFeatureOnlineStoreOperationCallable()
Updates the parameters of a single FeatureOnlineStore.
|
com.google.api.gax.longrunning.OperationFuture<FeatureView,UpdateFeatureViewOperationMetadata> |
updateFeatureViewAsync(FeatureView featureView,
com.google.protobuf.FieldMask updateMask)
Updates the parameters of a single FeatureView.
|
com.google.api.gax.longrunning.OperationFuture<FeatureView,UpdateFeatureViewOperationMetadata> |
updateFeatureViewAsync(UpdateFeatureViewRequest request)
Updates the parameters of a single FeatureView.
|
com.google.api.gax.rpc.UnaryCallable<UpdateFeatureViewRequest,com.google.longrunning.Operation> |
updateFeatureViewCallable()
Updates the parameters of a single FeatureView.
|
com.google.api.gax.rpc.OperationCallable<UpdateFeatureViewRequest,FeatureView,UpdateFeatureViewOperationMetadata> |
updateFeatureViewOperationCallable()
Updates the parameters of a single FeatureView.
|
protected FeatureOnlineStoreAdminServiceClient(FeatureOnlineStoreAdminServiceSettings settings) throws IOException
IOExceptionprotected FeatureOnlineStoreAdminServiceClient(FeatureOnlineStoreAdminServiceStub stub)
public static final FeatureOnlineStoreAdminServiceClient create() throws IOException
IOExceptionpublic static final FeatureOnlineStoreAdminServiceClient create(FeatureOnlineStoreAdminServiceSettings settings) throws IOException
IOExceptionpublic static final FeatureOnlineStoreAdminServiceClient create(FeatureOnlineStoreAdminServiceStub stub)
public final FeatureOnlineStoreAdminServiceSettings getSettings()
public FeatureOnlineStoreAdminServiceStub getStub()
public final com.google.longrunning.OperationsClient getOperationsClient()
public final com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreAsync(LocationName parent, FeatureOnlineStore featureOnlineStore, String featureOnlineStoreId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
FeatureOnlineStore featureOnlineStore = FeatureOnlineStore.newBuilder().build();
String featureOnlineStoreId = "featureOnlineStoreId1046065331";
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient
.createFeatureOnlineStoreAsync(parent, featureOnlineStore, featureOnlineStoreId)
.get();
}
parent - Required. The resource name of the Location to create FeatureOnlineStores.
Format: `projects/{project}/locations/{location}`featureOnlineStore - Required. The FeatureOnlineStore to create.featureOnlineStoreId - Required. The ID to use for this FeatureOnlineStore, which will
become the final component of the FeatureOnlineStore's resource name.
This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within the project and location.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreAsync(String parent, FeatureOnlineStore featureOnlineStore, String featureOnlineStoreId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
FeatureOnlineStore featureOnlineStore = FeatureOnlineStore.newBuilder().build();
String featureOnlineStoreId = "featureOnlineStoreId1046065331";
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient
.createFeatureOnlineStoreAsync(parent, featureOnlineStore, featureOnlineStoreId)
.get();
}
parent - Required. The resource name of the Location to create FeatureOnlineStores.
Format: `projects/{project}/locations/{location}`featureOnlineStore - Required. The FeatureOnlineStore to create.featureOnlineStoreId - Required. The ID to use for this FeatureOnlineStore, which will
become the final component of the FeatureOnlineStore's resource name.
This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within the project and location.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
CreateFeatureOnlineStoreRequest request =
CreateFeatureOnlineStoreRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureOnlineStore(FeatureOnlineStore.newBuilder().build())
.setFeatureOnlineStoreId("featureOnlineStoreId1046065331")
.build();
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient.createFeatureOnlineStoreAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<CreateFeatureOnlineStoreRequest,FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
CreateFeatureOnlineStoreRequest request =
CreateFeatureOnlineStoreRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureOnlineStore(FeatureOnlineStore.newBuilder().build())
.setFeatureOnlineStoreId("featureOnlineStoreId1046065331")
.build();
OperationFuture<FeatureOnlineStore, CreateFeatureOnlineStoreOperationMetadata> future =
featureOnlineStoreAdminServiceClient
.createFeatureOnlineStoreOperationCallable()
.futureCall(request);
// Do something.
FeatureOnlineStore response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreateFeatureOnlineStoreRequest,com.google.longrunning.Operation> createFeatureOnlineStoreCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
CreateFeatureOnlineStoreRequest request =
CreateFeatureOnlineStoreRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFeatureOnlineStore(FeatureOnlineStore.newBuilder().build())
.setFeatureOnlineStoreId("featureOnlineStoreId1046065331")
.build();
ApiFuture<Operation> future =
featureOnlineStoreAdminServiceClient
.createFeatureOnlineStoreCallable()
.futureCall(request);
// Do something.
Operation response = future.get();
}
public final FeatureOnlineStore getFeatureOnlineStore(FeatureOnlineStoreName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureOnlineStoreName name =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]");
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient.getFeatureOnlineStore(name);
}
name - Required. The name of the FeatureOnlineStore resource.com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStore getFeatureOnlineStore(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String name =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]").toString();
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient.getFeatureOnlineStore(name);
}
name - Required. The name of the FeatureOnlineStore resource.com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStore getFeatureOnlineStore(GetFeatureOnlineStoreRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetFeatureOnlineStoreRequest request =
GetFeatureOnlineStoreRequest.newBuilder()
.setName(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.build();
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient.getFeatureOnlineStore(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetFeatureOnlineStoreRequest,FeatureOnlineStore> getFeatureOnlineStoreCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetFeatureOnlineStoreRequest request =
GetFeatureOnlineStoreRequest.newBuilder()
.setName(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.build();
ApiFuture<FeatureOnlineStore> future =
featureOnlineStoreAdminServiceClient.getFeatureOnlineStoreCallable().futureCall(request);
// Do something.
FeatureOnlineStore response = future.get();
}
public final FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse listFeatureOnlineStores(LocationName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
for (FeatureOnlineStore element :
featureOnlineStoreAdminServiceClient.listFeatureOnlineStores(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list FeatureOnlineStores. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse listFeatureOnlineStores(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
for (FeatureOnlineStore element :
featureOnlineStoreAdminServiceClient.listFeatureOnlineStores(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the Location to list FeatureOnlineStores. Format:
`projects/{project}/locations/{location}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse listFeatureOnlineStores(ListFeatureOnlineStoresRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureOnlineStoresRequest request =
ListFeatureOnlineStoresRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
for (FeatureOnlineStore element :
featureOnlineStoreAdminServiceClient.listFeatureOnlineStores(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListFeatureOnlineStoresRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureOnlineStoresPagedResponse> listFeatureOnlineStoresPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureOnlineStoresRequest request =
ListFeatureOnlineStoresRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
ApiFuture<FeatureOnlineStore> future =
featureOnlineStoreAdminServiceClient
.listFeatureOnlineStoresPagedCallable()
.futureCall(request);
// Do something.
for (FeatureOnlineStore element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse> listFeatureOnlineStoresCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureOnlineStoresRequest request =
ListFeatureOnlineStoresRequest.newBuilder()
.setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
while (true) {
ListFeatureOnlineStoresResponse response =
featureOnlineStoreAdminServiceClient.listFeatureOnlineStoresCallable().call(request);
for (FeatureOnlineStore element : response.getFeatureOnlineStoresList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreAsync(FeatureOnlineStore featureOnlineStore, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureOnlineStore featureOnlineStore = FeatureOnlineStore.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient
.updateFeatureOnlineStoreAsync(featureOnlineStore, updateMask)
.get();
}
featureOnlineStore - Required. The FeatureOnlineStore's `name` field is used to identify
the FeatureOnlineStore to be updated. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`updateMask - Field mask is used to specify the fields to be overwritten in the
FeatureOnlineStore resource by the update. The fields specified in the update_mask are
relative to the resource, not the full request. A field will be overwritten if it is in the
mask. If the user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to `*` to override all fields.
Updatable fields:
* `labels` * `description` * `bigtable` * `bigtable.auto_scaling` * `bigtable.enable_multi_region_replica`
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
UpdateFeatureOnlineStoreRequest request =
UpdateFeatureOnlineStoreRequest.newBuilder()
.setFeatureOnlineStore(FeatureOnlineStore.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
FeatureOnlineStore response =
featureOnlineStoreAdminServiceClient.updateFeatureOnlineStoreAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<UpdateFeatureOnlineStoreRequest,FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
UpdateFeatureOnlineStoreRequest request =
UpdateFeatureOnlineStoreRequest.newBuilder()
.setFeatureOnlineStore(FeatureOnlineStore.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<FeatureOnlineStore, UpdateFeatureOnlineStoreOperationMetadata> future =
featureOnlineStoreAdminServiceClient
.updateFeatureOnlineStoreOperationCallable()
.futureCall(request);
// Do something.
FeatureOnlineStore response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdateFeatureOnlineStoreRequest,com.google.longrunning.Operation> updateFeatureOnlineStoreCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
UpdateFeatureOnlineStoreRequest request =
UpdateFeatureOnlineStoreRequest.newBuilder()
.setFeatureOnlineStore(FeatureOnlineStore.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featureOnlineStoreAdminServiceClient
.updateFeatureOnlineStoreCallable()
.futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreAsync(FeatureOnlineStoreName name, boolean force)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureOnlineStoreName name =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]");
boolean force = true;
featureOnlineStoreAdminServiceClient.deleteFeatureOnlineStoreAsync(name, force).get();
}
name - Required. The name of the FeatureOnlineStore to be deleted. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`force - If set to true, any FeatureViews and Features for this FeatureOnlineStore will
also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no
FeatureViews.)com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreAsync(String name, boolean force)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String name =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]").toString();
boolean force = true;
featureOnlineStoreAdminServiceClient.deleteFeatureOnlineStoreAsync(name, force).get();
}
name - Required. The name of the FeatureOnlineStore to be deleted. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`force - If set to true, any FeatureViews and Features for this FeatureOnlineStore will
also be deleted. (Otherwise, the request will only work if the FeatureOnlineStore has no
FeatureViews.)com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
DeleteFeatureOnlineStoreRequest request =
DeleteFeatureOnlineStoreRequest.newBuilder()
.setName(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setForce(true)
.build();
featureOnlineStoreAdminServiceClient.deleteFeatureOnlineStoreAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<DeleteFeatureOnlineStoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
DeleteFeatureOnlineStoreRequest request =
DeleteFeatureOnlineStoreRequest.newBuilder()
.setName(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setForce(true)
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featureOnlineStoreAdminServiceClient
.deleteFeatureOnlineStoreOperationCallable()
.futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteFeatureOnlineStoreRequest,com.google.longrunning.Operation> deleteFeatureOnlineStoreCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
DeleteFeatureOnlineStoreRequest request =
DeleteFeatureOnlineStoreRequest.newBuilder()
.setName(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setForce(true)
.build();
ApiFuture<Operation> future =
featureOnlineStoreAdminServiceClient
.deleteFeatureOnlineStoreCallable()
.futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewAsync(FeatureOnlineStoreName parent, FeatureView featureView, String featureViewId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureOnlineStoreName parent =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]");
FeatureView featureView = FeatureView.newBuilder().build();
String featureViewId = "featureViewId-1437334218";
FeatureView response =
featureOnlineStoreAdminServiceClient
.createFeatureViewAsync(parent, featureView, featureViewId)
.get();
}
parent - Required. The resource name of the FeatureOnlineStore to create FeatureViews.
Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`featureView - Required. The FeatureView to create.featureViewId - Required. The ID to use for the FeatureView, which will become the final
component of the FeatureView's resource name.
This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within a FeatureOnlineStore.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewAsync(String parent, FeatureView featureView, String featureViewId)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String parent =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]").toString();
FeatureView featureView = FeatureView.newBuilder().build();
String featureViewId = "featureViewId-1437334218";
FeatureView response =
featureOnlineStoreAdminServiceClient
.createFeatureViewAsync(parent, featureView, featureViewId)
.get();
}
parent - Required. The resource name of the FeatureOnlineStore to create FeatureViews.
Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`featureView - Required. The FeatureView to create.featureViewId - Required. The ID to use for the FeatureView, which will become the final
component of the FeatureView's resource name.
This value may be up to 60 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.
The value must be unique within a FeatureOnlineStore.
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewAsync(CreateFeatureViewRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
CreateFeatureViewRequest request =
CreateFeatureViewRequest.newBuilder()
.setParent(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setFeatureView(FeatureView.newBuilder().build())
.setFeatureViewId("featureViewId-1437334218")
.setRunSyncImmediately(true)
.build();
FeatureView response =
featureOnlineStoreAdminServiceClient.createFeatureViewAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<CreateFeatureViewRequest,FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
CreateFeatureViewRequest request =
CreateFeatureViewRequest.newBuilder()
.setParent(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setFeatureView(FeatureView.newBuilder().build())
.setFeatureViewId("featureViewId-1437334218")
.setRunSyncImmediately(true)
.build();
OperationFuture<FeatureView, CreateFeatureViewOperationMetadata> future =
featureOnlineStoreAdminServiceClient
.createFeatureViewOperationCallable()
.futureCall(request);
// Do something.
FeatureView response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<CreateFeatureViewRequest,com.google.longrunning.Operation> createFeatureViewCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
CreateFeatureViewRequest request =
CreateFeatureViewRequest.newBuilder()
.setParent(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setFeatureView(FeatureView.newBuilder().build())
.setFeatureViewId("featureViewId-1437334218")
.setRunSyncImmediately(true)
.build();
ApiFuture<Operation> future =
featureOnlineStoreAdminServiceClient.createFeatureViewCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final FeatureView getFeatureView(FeatureViewName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureViewName name =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
FeatureView response = featureOnlineStoreAdminServiceClient.getFeatureView(name);
}
name - Required. The name of the FeatureView resource. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureView getFeatureView(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String name =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString();
FeatureView response = featureOnlineStoreAdminServiceClient.getFeatureView(name);
}
name - Required. The name of the FeatureView resource. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureView getFeatureView(GetFeatureViewRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetFeatureViewRequest request =
GetFeatureViewRequest.newBuilder()
.setName(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
FeatureView response = featureOnlineStoreAdminServiceClient.getFeatureView(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetFeatureViewRequest,FeatureView> getFeatureViewCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetFeatureViewRequest request =
GetFeatureViewRequest.newBuilder()
.setName(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
ApiFuture<FeatureView> future =
featureOnlineStoreAdminServiceClient.getFeatureViewCallable().futureCall(request);
// Do something.
FeatureView response = future.get();
}
public final FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse listFeatureViews(FeatureOnlineStoreName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureOnlineStoreName parent =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]");
for (FeatureView element :
featureOnlineStoreAdminServiceClient.listFeatureViews(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the FeatureOnlineStore to list FeatureViews.
Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse listFeatureViews(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String parent =
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]").toString();
for (FeatureView element :
featureOnlineStoreAdminServiceClient.listFeatureViews(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the FeatureOnlineStore to list FeatureViews.
Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse listFeatureViews(ListFeatureViewsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureViewsRequest request =
ListFeatureViewsRequest.newBuilder()
.setParent(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
for (FeatureView element :
featureOnlineStoreAdminServiceClient.listFeatureViews(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListFeatureViewsRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureViewsPagedResponse> listFeatureViewsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureViewsRequest request =
ListFeatureViewsRequest.newBuilder()
.setParent(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
ApiFuture<FeatureView> future =
featureOnlineStoreAdminServiceClient.listFeatureViewsPagedCallable().futureCall(request);
// Do something.
for (FeatureView element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListFeatureViewsRequest,ListFeatureViewsResponse> listFeatureViewsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureViewsRequest request =
ListFeatureViewsRequest.newBuilder()
.setParent(
FeatureOnlineStoreName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
while (true) {
ListFeatureViewsResponse response =
featureOnlineStoreAdminServiceClient.listFeatureViewsCallable().call(request);
for (FeatureView element : response.getFeatureViewsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.api.gax.longrunning.OperationFuture<FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewAsync(FeatureView featureView, com.google.protobuf.FieldMask updateMask)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureView featureView = FeatureView.newBuilder().build();
FieldMask updateMask = FieldMask.newBuilder().build();
FeatureView response =
featureOnlineStoreAdminServiceClient
.updateFeatureViewAsync(featureView, updateMask)
.get();
}
featureView - Required. The FeatureView's `name` field is used to identify the FeatureView
to be updated. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`updateMask - Field mask is used to specify the fields to be overwritten in the FeatureView
resource by the update. The fields specified in the update_mask are relative to the
resource, not the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the request will be
overwritten. Set the update_mask to `*` to override all fields.
Updatable fields:
* `labels` * `service_agent_type` * `big_query_source` * `big_query_source.uri` * `big_query_source.entity_id_columns` * `feature_registry_source` * `feature_registry_source.feature_groups` * `sync_config` * `sync_config.cron` * `optimized_config.automatic_resources`
com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewAsync(UpdateFeatureViewRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
UpdateFeatureViewRequest request =
UpdateFeatureViewRequest.newBuilder()
.setFeatureView(FeatureView.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
FeatureView response =
featureOnlineStoreAdminServiceClient.updateFeatureViewAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<UpdateFeatureViewRequest,FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
UpdateFeatureViewRequest request =
UpdateFeatureViewRequest.newBuilder()
.setFeatureView(FeatureView.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
OperationFuture<FeatureView, UpdateFeatureViewOperationMetadata> future =
featureOnlineStoreAdminServiceClient
.updateFeatureViewOperationCallable()
.futureCall(request);
// Do something.
FeatureView response = future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<UpdateFeatureViewRequest,com.google.longrunning.Operation> updateFeatureViewCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
UpdateFeatureViewRequest request =
UpdateFeatureViewRequest.newBuilder()
.setFeatureView(FeatureView.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Operation> future =
featureOnlineStoreAdminServiceClient.updateFeatureViewCallable().futureCall(request);
// Do something.
Operation response = future.get();
}
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewAsync(FeatureViewName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureViewName name =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
featureOnlineStoreAdminServiceClient.deleteFeatureViewAsync(name).get();
}
name - Required. The name of the FeatureView to be deleted. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewAsync(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String name =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString();
featureOnlineStoreAdminServiceClient.deleteFeatureViewAsync(name).get();
}
name - Required. The name of the FeatureView to be deleted. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewAsync(DeleteFeatureViewRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
DeleteFeatureViewRequest request =
DeleteFeatureViewRequest.newBuilder()
.setName(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
featureOnlineStoreAdminServiceClient.deleteFeatureViewAsync(request).get();
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.OperationCallable<DeleteFeatureViewRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewOperationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
DeleteFeatureViewRequest request =
DeleteFeatureViewRequest.newBuilder()
.setName(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
OperationFuture<Empty, DeleteOperationMetadata> future =
featureOnlineStoreAdminServiceClient
.deleteFeatureViewOperationCallable()
.futureCall(request);
// Do something.
future.get();
}
public final com.google.api.gax.rpc.UnaryCallable<DeleteFeatureViewRequest,com.google.longrunning.Operation> deleteFeatureViewCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
DeleteFeatureViewRequest request =
DeleteFeatureViewRequest.newBuilder()
.setName(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
ApiFuture<Operation> future =
featureOnlineStoreAdminServiceClient.deleteFeatureViewCallable().futureCall(request);
// Do something.
future.get();
}
public final SyncFeatureViewResponse syncFeatureView(FeatureViewName featureView)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureViewName featureView =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
SyncFeatureViewResponse response =
featureOnlineStoreAdminServiceClient.syncFeatureView(featureView);
}
featureView - Required. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final SyncFeatureViewResponse syncFeatureView(String featureView)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String featureView =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString();
SyncFeatureViewResponse response =
featureOnlineStoreAdminServiceClient.syncFeatureView(featureView);
}
featureView - Required. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final SyncFeatureViewResponse syncFeatureView(SyncFeatureViewRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
SyncFeatureViewRequest request =
SyncFeatureViewRequest.newBuilder()
.setFeatureView(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
SyncFeatureViewResponse response =
featureOnlineStoreAdminServiceClient.syncFeatureView(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<SyncFeatureViewRequest,SyncFeatureViewResponse> syncFeatureViewCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
SyncFeatureViewRequest request =
SyncFeatureViewRequest.newBuilder()
.setFeatureView(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
ApiFuture<SyncFeatureViewResponse> future =
featureOnlineStoreAdminServiceClient.syncFeatureViewCallable().futureCall(request);
// Do something.
SyncFeatureViewResponse response = future.get();
}
public final FeatureViewSync getFeatureViewSync(FeatureViewSyncName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureViewSyncName name =
FeatureViewSyncName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
FeatureViewSync response = featureOnlineStoreAdminServiceClient.getFeatureViewSync(name);
}
name - Required. The name of the FeatureViewSync resource. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureViewSync getFeatureViewSync(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String name =
FeatureViewSyncName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString();
FeatureViewSync response = featureOnlineStoreAdminServiceClient.getFeatureViewSync(name);
}
name - Required. The name of the FeatureViewSync resource. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureViewSync getFeatureViewSync(GetFeatureViewSyncRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetFeatureViewSyncRequest request =
GetFeatureViewSyncRequest.newBuilder()
.setName(
FeatureViewSyncName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
FeatureViewSync response = featureOnlineStoreAdminServiceClient.getFeatureViewSync(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetFeatureViewSyncRequest,FeatureViewSync> getFeatureViewSyncCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetFeatureViewSyncRequest request =
GetFeatureViewSyncRequest.newBuilder()
.setName(
FeatureViewSyncName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.build();
ApiFuture<FeatureViewSync> future =
featureOnlineStoreAdminServiceClient.getFeatureViewSyncCallable().futureCall(request);
// Do something.
FeatureViewSync response = future.get();
}
public final FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse listFeatureViewSyncs(FeatureViewName parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
FeatureViewName parent =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
for (FeatureViewSync element :
featureOnlineStoreAdminServiceClient.listFeatureViewSyncs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the FeatureView to list FeatureViewSyncs. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse listFeatureViewSyncs(String parent)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
String parent =
FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString();
for (FeatureViewSync element :
featureOnlineStoreAdminServiceClient.listFeatureViewSyncs(parent).iterateAll()) {
// doThingsWith(element);
}
}
parent - Required. The resource name of the FeatureView to list FeatureViewSyncs. Format:
`projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`com.google.api.gax.rpc.ApiException - if the remote call failspublic final FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse listFeatureViewSyncs(ListFeatureViewSyncsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureViewSyncsRequest request =
ListFeatureViewSyncsRequest.newBuilder()
.setParent(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
for (FeatureViewSync element :
featureOnlineStoreAdminServiceClient.listFeatureViewSyncs(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListFeatureViewSyncsRequest,FeatureOnlineStoreAdminServiceClient.ListFeatureViewSyncsPagedResponse> listFeatureViewSyncsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureViewSyncsRequest request =
ListFeatureViewSyncsRequest.newBuilder()
.setParent(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
ApiFuture<FeatureViewSync> future =
featureOnlineStoreAdminServiceClient
.listFeatureViewSyncsPagedCallable()
.futureCall(request);
// Do something.
for (FeatureViewSync element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse> listFeatureViewSyncsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListFeatureViewSyncsRequest request =
ListFeatureViewSyncsRequest.newBuilder()
.setParent(
FeatureViewName.of(
"[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
.toString())
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setOrderBy("orderBy-1207110587")
.build();
while (true) {
ListFeatureViewSyncsResponse response =
featureOnlineStoreAdminServiceClient.listFeatureViewSyncsCallable().call(request);
for (FeatureViewSync element : response.getFeatureViewSyncsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse listLocations(com.google.cloud.location.ListLocationsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Location element :
featureOnlineStoreAdminServiceClient.listLocations(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,FeatureOnlineStoreAdminServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Location> future =
featureOnlineStoreAdminServiceClient.listLocationsPagedCallable().futureCall(request);
// Do something.
for (Location element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
ListLocationsRequest request =
ListLocationsRequest.newBuilder()
.setName("name3373707")
.setFilter("filter-1274492040")
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListLocationsResponse response =
featureOnlineStoreAdminServiceClient.listLocationsCallable().call(request);
for (Location element : response.getLocationsList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final com.google.cloud.location.Location getLocation(com.google.cloud.location.GetLocationRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
Location response = featureOnlineStoreAdminServiceClient.getLocation(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
ApiFuture<Location> future =
featureOnlineStoreAdminServiceClient.getLocationCallable().futureCall(request);
// Do something.
Location response = future.get();
}
public final com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyRequest request)
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
Policy response = featureOnlineStoreAdminServiceClient.setIamPolicy(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED`errors.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
SetIamPolicyRequest request =
SetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setPolicy(Policy.newBuilder().build())
.setUpdateMask(FieldMask.newBuilder().build())
.build();
ApiFuture<Policy> future =
featureOnlineStoreAdminServiceClient.setIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
Policy response = featureOnlineStoreAdminServiceClient.getIamPolicy(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
GetIamPolicyRequest request =
GetIamPolicyRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.setOptions(GetPolicyOptions.newBuilder().build())
.build();
ApiFuture<Policy> future =
featureOnlineStoreAdminServiceClient.getIamPolicyCallable().futureCall(request);
// Do something.
Policy response = future.get();
}
public final com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(com.google.iam.v1.TestIamPermissionsRequest request)
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
TestIamPermissionsResponse response =
featureOnlineStoreAdminServiceClient.testIamPermissions(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
Note: This operation is designed to be used for buildingpermission-aware UIs and command-line tools, not for authorizationchecking. This operation may "fail open" without warning.
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (FeatureOnlineStoreAdminServiceClient featureOnlineStoreAdminServiceClient =
FeatureOnlineStoreAdminServiceClient.create()) {
TestIamPermissionsRequest request =
TestIamPermissionsRequest.newBuilder()
.setResource(
EndpointName.ofProjectLocationEndpointName(
"[PROJECT]", "[LOCATION]", "[ENDPOINT]")
.toString())
.addAllPermissions(new ArrayList<String>())
.build();
ApiFuture<TestIamPermissionsResponse> future =
featureOnlineStoreAdminServiceClient.testIamPermissionsCallable().futureCall(request);
// Do something.
TestIamPermissionsResponse response = future.get();
}
public final void close()
close in interface AutoCloseablepublic void shutdown()
shutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isShutdown()
isShutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isTerminated()
isTerminated in interface com.google.api.gax.core.BackgroundResourcepublic void shutdownNow()
shutdownNow in interface com.google.api.gax.core.BackgroundResourcepublic boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
awaitTermination in interface com.google.api.gax.core.BackgroundResourceInterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.