Class FeatureOnlineStoreAdminServiceClient

java.lang.Object
com.google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminServiceClient
All Implemented Interfaces:
BackgroundResource, AutoCloseable

@BetaApi @Generated("by gapic-generator-java") public class FeatureOnlineStoreAdminServiceClient extends Object implements BackgroundResource
Service Description: The service that handles CRUD and List for resources for FeatureOnlineStore.

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().

Methods
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.

  • createFeatureOnlineStoreAsync(CreateFeatureOnlineStoreRequest request)

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

  • createFeatureOnlineStoreAsync(LocationName parent, FeatureOnlineStore featureOnlineStore, String featureOnlineStoreId)

  • createFeatureOnlineStoreAsync(String parent, FeatureOnlineStore featureOnlineStore, String featureOnlineStoreId)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • createFeatureOnlineStoreOperationCallable()

  • createFeatureOnlineStoreCallable()

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.

  • getFeatureOnlineStore(GetFeatureOnlineStoreRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getFeatureOnlineStore(FeatureOnlineStoreName name)

  • getFeatureOnlineStore(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getFeatureOnlineStoreCallable()

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.

  • listFeatureOnlineStores(ListFeatureOnlineStoresRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listFeatureOnlineStores(LocationName parent)

  • listFeatureOnlineStores(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listFeatureOnlineStoresPagedCallable()

  • listFeatureOnlineStoresCallable()

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.

  • updateFeatureOnlineStoreAsync(UpdateFeatureOnlineStoreRequest request)

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

  • updateFeatureOnlineStoreAsync(FeatureOnlineStore featureOnlineStore, FieldMask updateMask)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • updateFeatureOnlineStoreOperationCallable()

  • updateFeatureOnlineStoreCallable()

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.

  • deleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request)

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

  • deleteFeatureOnlineStoreAsync(FeatureOnlineStoreName name, boolean force)

  • deleteFeatureOnlineStoreAsync(String name, boolean force)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • deleteFeatureOnlineStoreOperationCallable()

  • deleteFeatureOnlineStoreCallable()

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.

  • createFeatureViewAsync(CreateFeatureViewRequest request)

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

  • createFeatureViewAsync(FeatureOnlineStoreName parent, FeatureView featureView, String featureViewId)

  • createFeatureViewAsync(String parent, FeatureView featureView, String featureViewId)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • createFeatureViewOperationCallable()

  • createFeatureViewCallable()

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.

  • getFeatureView(GetFeatureViewRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getFeatureView(FeatureViewName name)

  • getFeatureView(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getFeatureViewCallable()

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.

  • listFeatureViews(ListFeatureViewsRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listFeatureViews(FeatureOnlineStoreName parent)

  • listFeatureViews(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listFeatureViewsPagedCallable()

  • listFeatureViewsCallable()

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.

  • updateFeatureViewAsync(UpdateFeatureViewRequest request)

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

  • updateFeatureViewAsync(FeatureView featureView, FieldMask updateMask)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • updateFeatureViewOperationCallable()

  • updateFeatureViewCallable()

DeleteFeatureView

Deletes a single FeatureView.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • deleteFeatureViewAsync(DeleteFeatureViewRequest request)

Methods that return long-running operations have "Async" method variants that return `OperationFuture`, which is used to track polling of the service.

  • deleteFeatureViewAsync(FeatureViewName name)

  • deleteFeatureViewAsync(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • deleteFeatureViewOperationCallable()

  • deleteFeatureViewCallable()

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.

  • syncFeatureView(SyncFeatureViewRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • syncFeatureView(FeatureViewName featureView)

  • syncFeatureView(String featureView)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • syncFeatureViewCallable()

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.

  • getFeatureViewSync(GetFeatureViewSyncRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • getFeatureViewSync(FeatureViewSyncName name)

  • getFeatureViewSync(String name)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getFeatureViewSyncCallable()

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.

  • listFeatureViewSyncs(ListFeatureViewSyncsRequest request)

"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.

  • listFeatureViewSyncs(FeatureViewName parent)

  • listFeatureViewSyncs(String parent)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listFeatureViewSyncsPagedCallable()

  • listFeatureViewSyncsCallable()

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.

  • listLocations(ListLocationsRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • listLocationsPagedCallable()

  • listLocationsCallable()

GetLocation

Gets information about a location.

Request object method variants only take one parameter, a request object, which must be constructed before the call.

  • getLocation(GetLocationRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getLocationCallable()

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.

  • setIamPolicy(SetIamPolicyRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • setIamPolicyCallable()

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.

  • getIamPolicy(GetIamPolicyRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • getIamPolicyCallable()

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.

  • testIamPermissions(TestIamPermissionsRequest request)

Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.

  • testIamPermissionsCallable()

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.

  • Constructor Details

    • FeatureOnlineStoreAdminServiceClient

      protected FeatureOnlineStoreAdminServiceClient(FeatureOnlineStoreAdminServiceSettings settings) throws IOException
      Constructs an instance of FeatureOnlineStoreAdminServiceClient, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
      Throws:
      IOException
    • FeatureOnlineStoreAdminServiceClient

      protected FeatureOnlineStoreAdminServiceClient(FeatureOnlineStoreAdminServiceStub stub)
  • Method Details

    • create

      public static final FeatureOnlineStoreAdminServiceClient create() throws IOException
      Constructs an instance of FeatureOnlineStoreAdminServiceClient with default settings.
      Throws:
      IOException
    • create

      Constructs an instance of FeatureOnlineStoreAdminServiceClient, using the given settings. The channels are created based on the settings passed in, or defaults for any settings that are not set.
      Throws:
      IOException
    • create

      Constructs an instance of FeatureOnlineStoreAdminServiceClient, using the given stub for making calls. This is for advanced usage - prefer using create(FeatureOnlineStoreAdminServiceSettings).
    • getSettings

      public final FeatureOnlineStoreAdminServiceSettings getSettings()
    • getStub

    • getOperationsClient

      public final OperationsClient getOperationsClient()
      Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
    • createFeatureOnlineStoreAsync

      public final OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreAsync(LocationName parent, FeatureOnlineStore featureOnlineStore, String featureOnlineStoreId)
      Creates a new FeatureOnlineStore in a given project and location.

      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();
       }
       
      Parameters:
      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.

      Throws:
      ApiException - if the remote call fails
    • createFeatureOnlineStoreAsync

      public final OperationFuture<FeatureOnlineStore,CreateFeatureOnlineStoreOperationMetadata> createFeatureOnlineStoreAsync(String parent, FeatureOnlineStore featureOnlineStore, String featureOnlineStoreId)
      Creates a new FeatureOnlineStore in a given project and location.

      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();
       }
       
      Parameters:
      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.

      Throws:
      ApiException - if the remote call fails
    • createFeatureOnlineStoreAsync

      Creates a new FeatureOnlineStore in a given project and location.

      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();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • createFeatureOnlineStoreOperationCallable

      Creates a new FeatureOnlineStore in a given project and location.

      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();
       }
       
    • createFeatureOnlineStoreCallable

      public final UnaryCallable<CreateFeatureOnlineStoreRequest,Operation> createFeatureOnlineStoreCallable()
      Creates a new FeatureOnlineStore in a given project and location.

      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();
       }
       
    • getFeatureOnlineStore

      public final FeatureOnlineStore getFeatureOnlineStore(FeatureOnlineStoreName name)
      Gets details of a single FeatureOnlineStore.

      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);
       }
       
      Parameters:
      name - Required. The name of the FeatureOnlineStore resource.
      Throws:
      ApiException - if the remote call fails
    • getFeatureOnlineStore

      public final FeatureOnlineStore getFeatureOnlineStore(String name)
      Gets details of a single FeatureOnlineStore.

      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);
       }
       
      Parameters:
      name - Required. The name of the FeatureOnlineStore resource.
      Throws:
      ApiException - if the remote call fails
    • getFeatureOnlineStore

      public final FeatureOnlineStore getFeatureOnlineStore(GetFeatureOnlineStoreRequest request)
      Gets details of a single FeatureOnlineStore.

      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);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getFeatureOnlineStoreCallable

      public final UnaryCallable<GetFeatureOnlineStoreRequest,FeatureOnlineStore> getFeatureOnlineStoreCallable()
      Gets details of a single FeatureOnlineStore.

      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();
       }
       
    • listFeatureOnlineStores

      Lists FeatureOnlineStores in a given project and location.

      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);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Location to list FeatureOnlineStores. Format: `projects/{project}/locations/{location}`
      Throws:
      ApiException - if the remote call fails
    • listFeatureOnlineStores

      Lists FeatureOnlineStores in a given project and location.

      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);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Location to list FeatureOnlineStores. Format: `projects/{project}/locations/{location}`
      Throws:
      ApiException - if the remote call fails
    • listFeatureOnlineStores

      Lists FeatureOnlineStores in a given project and location.

      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);
         }
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • listFeatureOnlineStoresPagedCallable

      Lists FeatureOnlineStores in a given project and location.

      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);
         }
       }
       
    • listFeatureOnlineStoresCallable

      public final UnaryCallable<ListFeatureOnlineStoresRequest,ListFeatureOnlineStoresResponse> listFeatureOnlineStoresCallable()
      Lists FeatureOnlineStores in a given project and location.

      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;
           }
         }
       }
       
    • updateFeatureOnlineStoreAsync

      public final OperationFuture<FeatureOnlineStore,UpdateFeatureOnlineStoreOperationMetadata> updateFeatureOnlineStoreAsync(FeatureOnlineStore featureOnlineStore, com.google.protobuf.FieldMask updateMask)
      Updates the parameters of a single FeatureOnlineStore.

      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();
       }
       
      Parameters:
      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`

      Throws:
      ApiException - if the remote call fails
    • updateFeatureOnlineStoreAsync

      Updates the parameters of a single FeatureOnlineStore.

      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();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • updateFeatureOnlineStoreOperationCallable

      Updates the parameters of a single FeatureOnlineStore.

      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();
       }
       
    • updateFeatureOnlineStoreCallable

      public final UnaryCallable<UpdateFeatureOnlineStoreRequest,Operation> updateFeatureOnlineStoreCallable()
      Updates the parameters of a single FeatureOnlineStore.

      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();
       }
       
    • deleteFeatureOnlineStoreAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreAsync(FeatureOnlineStoreName name, boolean force)
      Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

      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();
       }
       
      Parameters:
      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.)
      Throws:
      ApiException - if the remote call fails
    • deleteFeatureOnlineStoreAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreAsync(String name, boolean force)
      Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

      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();
       }
       
      Parameters:
      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.)
      Throws:
      ApiException - if the remote call fails
    • deleteFeatureOnlineStoreAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreAsync(DeleteFeatureOnlineStoreRequest request)
      Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

      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();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • deleteFeatureOnlineStoreOperationCallable

      public final OperationCallable<DeleteFeatureOnlineStoreRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureOnlineStoreOperationCallable()
      Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

      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();
       }
       
    • deleteFeatureOnlineStoreCallable

      public final UnaryCallable<DeleteFeatureOnlineStoreRequest,Operation> deleteFeatureOnlineStoreCallable()
      Deletes a single FeatureOnlineStore. The FeatureOnlineStore must not contain any FeatureViews.

      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();
       }
       
    • createFeatureViewAsync

      public final OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewAsync(FeatureOnlineStoreName parent, FeatureView featureView, String featureViewId)
      Creates a new FeatureView in a given FeatureOnlineStore.

      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();
       }
       
      Parameters:
      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.

      Throws:
      ApiException - if the remote call fails
    • createFeatureViewAsync

      public final OperationFuture<FeatureView,CreateFeatureViewOperationMetadata> createFeatureViewAsync(String parent, FeatureView featureView, String featureViewId)
      Creates a new FeatureView in a given FeatureOnlineStore.

      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();
       }
       
      Parameters:
      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.

      Throws:
      ApiException - if the remote call fails
    • createFeatureViewAsync

      Creates a new FeatureView in a given FeatureOnlineStore.

      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();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • createFeatureViewOperationCallable

      Creates a new FeatureView in a given FeatureOnlineStore.

      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();
       }
       
    • createFeatureViewCallable

      public final UnaryCallable<CreateFeatureViewRequest,Operation> createFeatureViewCallable()
      Creates a new FeatureView in a given FeatureOnlineStore.

      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();
       }
       
    • getFeatureView

      public final FeatureView getFeatureView(FeatureViewName name)
      Gets details of a single 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 name =
             FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
         FeatureView response = featureOnlineStoreAdminServiceClient.getFeatureView(name);
       }
       
      Parameters:
      name - Required. The name of the FeatureView resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • getFeatureView

      public final FeatureView getFeatureView(String name)
      Gets details of a single 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 name =
             FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
                 .toString();
         FeatureView response = featureOnlineStoreAdminServiceClient.getFeatureView(name);
       }
       
      Parameters:
      name - Required. The name of the FeatureView resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • getFeatureView

      public final FeatureView getFeatureView(GetFeatureViewRequest request)
      Gets details of a single 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()) {
         GetFeatureViewRequest request =
             GetFeatureViewRequest.newBuilder()
                 .setName(
                     FeatureViewName.of(
                             "[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
                         .toString())
                 .build();
         FeatureView response = featureOnlineStoreAdminServiceClient.getFeatureView(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getFeatureViewCallable

      public final UnaryCallable<GetFeatureViewRequest,FeatureView> getFeatureViewCallable()
      Gets details of a single 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()) {
         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();
       }
       
    • listFeatureViews

      Lists FeatureViews in a given FeatureOnlineStore.

      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);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
      Throws:
      ApiException - if the remote call fails
    • listFeatureViews

      Lists FeatureViews in a given FeatureOnlineStore.

      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);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the FeatureOnlineStore to list FeatureViews. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
      Throws:
      ApiException - if the remote call fails
    • listFeatureViews

      Lists FeatureViews in a given FeatureOnlineStore.

      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);
         }
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • listFeatureViewsPagedCallable

      Lists FeatureViews in a given FeatureOnlineStore.

      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);
         }
       }
       
    • listFeatureViewsCallable

      public final UnaryCallable<ListFeatureViewsRequest,ListFeatureViewsResponse> listFeatureViewsCallable()
      Lists FeatureViews in a given FeatureOnlineStore.

      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;
           }
         }
       }
       
    • updateFeatureViewAsync

      public final OperationFuture<FeatureView,UpdateFeatureViewOperationMetadata> updateFeatureViewAsync(FeatureView featureView, com.google.protobuf.FieldMask updateMask)
      Updates the parameters of a single 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()) {
         FeatureView featureView = FeatureView.newBuilder().build();
         FieldMask updateMask = FieldMask.newBuilder().build();
         FeatureView response =
             featureOnlineStoreAdminServiceClient
                 .updateFeatureViewAsync(featureView, updateMask)
                 .get();
       }
       
      Parameters:
      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`

      Throws:
      ApiException - if the remote call fails
    • updateFeatureViewAsync

      Updates the parameters of a single 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()) {
         UpdateFeatureViewRequest request =
             UpdateFeatureViewRequest.newBuilder()
                 .setFeatureView(FeatureView.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         FeatureView response =
             featureOnlineStoreAdminServiceClient.updateFeatureViewAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • updateFeatureViewOperationCallable

      Updates the parameters of a single 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()) {
         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();
       }
       
    • updateFeatureViewCallable

      public final UnaryCallable<UpdateFeatureViewRequest,Operation> updateFeatureViewCallable()
      Updates the parameters of a single 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()) {
         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();
       }
       
    • deleteFeatureViewAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewAsync(FeatureViewName name)
      Deletes a single 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 name =
             FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
         featureOnlineStoreAdminServiceClient.deleteFeatureViewAsync(name).get();
       }
       
      Parameters:
      name - Required. The name of the FeatureView to be deleted. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • deleteFeatureViewAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewAsync(String name)
      Deletes a single 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 name =
             FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
                 .toString();
         featureOnlineStoreAdminServiceClient.deleteFeatureViewAsync(name).get();
       }
       
      Parameters:
      name - Required. The name of the FeatureView to be deleted. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • deleteFeatureViewAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewAsync(DeleteFeatureViewRequest request)
      Deletes a single 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()) {
         DeleteFeatureViewRequest request =
             DeleteFeatureViewRequest.newBuilder()
                 .setName(
                     FeatureViewName.of(
                             "[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
                         .toString())
                 .build();
         featureOnlineStoreAdminServiceClient.deleteFeatureViewAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • deleteFeatureViewOperationCallable

      public final OperationCallable<DeleteFeatureViewRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteFeatureViewOperationCallable()
      Deletes a single 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()) {
         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();
       }
       
    • deleteFeatureViewCallable

      public final UnaryCallable<DeleteFeatureViewRequest,Operation> deleteFeatureViewCallable()
      Deletes a single 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()) {
         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();
       }
       
    • syncFeatureView

      public final SyncFeatureViewResponse syncFeatureView(FeatureViewName featureView)
      Triggers on-demand sync for the 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);
       }
       
      Parameters:
      featureView - Required. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • syncFeatureView

      public final SyncFeatureViewResponse syncFeatureView(String featureView)
      Triggers on-demand sync for the 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);
       }
       
      Parameters:
      featureView - Required. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • syncFeatureView

      public final SyncFeatureViewResponse syncFeatureView(SyncFeatureViewRequest request)
      Triggers on-demand sync for the 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()) {
         SyncFeatureViewRequest request =
             SyncFeatureViewRequest.newBuilder()
                 .setFeatureView(
                     FeatureViewName.of(
                             "[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
                         .toString())
                 .build();
         SyncFeatureViewResponse response =
             featureOnlineStoreAdminServiceClient.syncFeatureView(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • syncFeatureViewCallable

      public final UnaryCallable<SyncFeatureViewRequest,SyncFeatureViewResponse> syncFeatureViewCallable()
      Triggers on-demand sync for the 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()) {
         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();
       }
       
    • getFeatureViewSync

      public final FeatureViewSync getFeatureViewSync(FeatureViewSyncName name)
      Gets details of a single FeatureViewSync.

      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);
       }
       
      Parameters:
      name - Required. The name of the FeatureViewSync resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
      Throws:
      ApiException - if the remote call fails
    • getFeatureViewSync

      public final FeatureViewSync getFeatureViewSync(String name)
      Gets details of a single FeatureViewSync.

      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);
       }
       
      Parameters:
      name - Required. The name of the FeatureViewSync resource. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}/featureViewSyncs/{feature_view_sync}`
      Throws:
      ApiException - if the remote call fails
    • getFeatureViewSync

      public final FeatureViewSync getFeatureViewSync(GetFeatureViewSyncRequest request)
      Gets details of a single FeatureViewSync.

      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);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getFeatureViewSyncCallable

      public final UnaryCallable<GetFeatureViewSyncRequest,FeatureViewSync> getFeatureViewSyncCallable()
      Gets details of a single FeatureViewSync.

      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();
       }
       
    • listFeatureViewSyncs

      Lists FeatureViewSyncs in a given 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 parent =
             FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]");
         for (FeatureViewSync element :
             featureOnlineStoreAdminServiceClient.listFeatureViewSyncs(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • listFeatureViewSyncs

      Lists FeatureViewSyncs in a given 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 parent =
             FeatureViewName.of("[PROJECT]", "[LOCATION]", "[FEATURE_ONLINE_STORE]", "[FEATURE_VIEW]")
                 .toString();
         for (FeatureViewSync element :
             featureOnlineStoreAdminServiceClient.listFeatureViewSyncs(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the FeatureView to list FeatureViewSyncs. Format: `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}/featureViews/{feature_view}`
      Throws:
      ApiException - if the remote call fails
    • listFeatureViewSyncs

      Lists FeatureViewSyncs in a given 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()) {
         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);
         }
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • listFeatureViewSyncsPagedCallable

      Lists FeatureViewSyncs in a given 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()) {
         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);
         }
       }
       
    • listFeatureViewSyncsCallable

      public final UnaryCallable<ListFeatureViewSyncsRequest,ListFeatureViewSyncsResponse> listFeatureViewSyncsCallable()
      Lists FeatureViewSyncs in a given 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()) {
         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;
           }
         }
       }
       
    • listLocations

      Lists information about the supported locations for this service.

      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);
         }
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • listLocationsPagedCallable

      Lists information about the supported locations for this service.

      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);
         }
       }
       
    • listLocationsCallable

      public final UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
      Lists information about the supported locations for this service.

      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;
           }
         }
       }
       
    • getLocation

      public final Location getLocation(GetLocationRequest request)
      Gets information about a location.

      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);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getLocationCallable

      public final UnaryCallable<GetLocationRequest,Location> getLocationCallable()
      Gets information about a location.

      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();
       }
       
    • setIamPolicy

      public final Policy setIamPolicy(SetIamPolicyRequest request)
      Sets the access control policy on the specified resource. Replacesany existing policy.

      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);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • setIamPolicyCallable

      public final UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
      Sets the access control policy on the specified resource. Replacesany existing policy.

      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();
       }
       
    • getIamPolicy

      public final Policy getIamPolicy(GetIamPolicyRequest request)
      Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

      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);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getIamPolicyCallable

      public final UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
      Gets the access control policy for a resource. Returns an empty policyif the resource exists and does not have a policy set.

      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();
       }
       
    • testIamPermissions

      public final TestIamPermissionsResponse testIamPermissions(TestIamPermissionsRequest request)
      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.

      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);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • testIamPermissionsCallable

      public final UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
      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.

      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();
       }
       
    • close

      public final void close()
      Specified by:
      close in interface AutoCloseable
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface BackgroundResource
    • isShutdown

      public boolean isShutdown()
      Specified by:
      isShutdown in interface BackgroundResource
    • isTerminated

      public boolean isTerminated()
      Specified by:
      isTerminated in interface BackgroundResource
    • shutdownNow

      public void shutdownNow()
      Specified by:
      shutdownNow in interface BackgroundResource
    • awaitTermination

      public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
      Specified by:
      awaitTermination in interface BackgroundResource
      Throws:
      InterruptedException