Class DatasetServiceClient

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

@BetaApi @Generated("by gapic-generator-java") public class DatasetServiceClient extends Object implements BackgroundResource
Service Description: The service that manages Vertex AI Dataset and its child resources.

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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
   DatasetName name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
   Dataset response = datasetServiceClient.getDataset(name);
 }
 

Note: close() needs to be called on the DatasetServiceClient 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

CreateDataset

Creates a Dataset.

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

  • createDatasetAsync(CreateDatasetRequest request)

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

  • createDatasetAsync(LocationName parent, Dataset dataset)

  • createDatasetAsync(String parent, Dataset dataset)

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

  • createDatasetOperationCallable()

  • createDatasetCallable()

GetDataset

Gets a Dataset.

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

  • getDataset(GetDatasetRequest request)

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

  • getDataset(DatasetName name)

  • getDataset(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.

  • getDatasetCallable()

UpdateDataset

Updates a Dataset.

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

  • updateDataset(UpdateDatasetRequest request)

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

  • updateDataset(Dataset dataset, 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.

  • updateDatasetCallable()

ListDatasets

Lists Datasets in a Location.

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

  • listDatasets(ListDatasetsRequest request)

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

  • listDatasets(LocationName parent)

  • listDatasets(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.

  • listDatasetsPagedCallable()

  • listDatasetsCallable()

DeleteDataset

Deletes a Dataset.

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

  • deleteDatasetAsync(DeleteDatasetRequest request)

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

  • deleteDatasetAsync(DatasetName name)

  • deleteDatasetAsync(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.

  • deleteDatasetOperationCallable()

  • deleteDatasetCallable()

ImportData

Imports data into a Dataset.

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

  • importDataAsync(ImportDataRequest request)

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

  • importDataAsync(DatasetName name, List<ImportDataConfig> importConfigs)

  • importDataAsync(String name, List<ImportDataConfig> importConfigs)

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

  • importDataOperationCallable()

  • importDataCallable()

ExportData

Exports data from a Dataset.

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

  • exportDataAsync(ExportDataRequest request)

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

  • exportDataAsync(DatasetName name, ExportDataConfig exportConfig)

  • exportDataAsync(String name, ExportDataConfig exportConfig)

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

  • exportDataOperationCallable()

  • exportDataCallable()

CreateDatasetVersion

Create a version from a Dataset.

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

  • createDatasetVersionAsync(CreateDatasetVersionRequest request)

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

  • createDatasetVersionAsync(DatasetName parent, DatasetVersion datasetVersion)

  • createDatasetVersionAsync(String parent, DatasetVersion datasetVersion)

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

  • createDatasetVersionOperationCallable()

  • createDatasetVersionCallable()

UpdateDatasetVersion

Updates a DatasetVersion.

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

  • updateDatasetVersion(UpdateDatasetVersionRequest request)

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

  • updateDatasetVersion(DatasetVersion datasetVersion, 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.

  • updateDatasetVersionCallable()

DeleteDatasetVersion

Deletes a Dataset version.

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

  • deleteDatasetVersionAsync(DeleteDatasetVersionRequest request)

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

  • deleteDatasetVersionAsync(DatasetVersionName name)

  • deleteDatasetVersionAsync(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.

  • deleteDatasetVersionOperationCallable()

  • deleteDatasetVersionCallable()

GetDatasetVersion

Gets a Dataset version.

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

  • getDatasetVersion(GetDatasetVersionRequest request)

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

  • getDatasetVersion(DatasetVersionName name)

  • getDatasetVersion(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.

  • getDatasetVersionCallable()

ListDatasetVersions

Lists DatasetVersions in a Dataset.

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

  • listDatasetVersions(ListDatasetVersionsRequest request)

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

  • listDatasetVersions(DatasetName parent)

  • listDatasetVersions(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.

  • listDatasetVersionsPagedCallable()

  • listDatasetVersionsCallable()

RestoreDatasetVersion

Restores a dataset version.

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

  • restoreDatasetVersionAsync(RestoreDatasetVersionRequest request)

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

  • restoreDatasetVersionAsync(DatasetVersionName name)

  • restoreDatasetVersionAsync(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.

  • restoreDatasetVersionOperationCallable()

  • restoreDatasetVersionCallable()

ListDataItems

Lists DataItems in a Dataset.

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

  • listDataItems(ListDataItemsRequest request)

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

  • listDataItems(DatasetName parent)

  • listDataItems(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.

  • listDataItemsPagedCallable()

  • listDataItemsCallable()

SearchDataItems

Searches DataItems in a Dataset.

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

  • searchDataItems(SearchDataItemsRequest request)

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

  • searchDataItemsPagedCallable()

  • searchDataItemsCallable()

ListSavedQueries

Lists SavedQueries in a Dataset.

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

  • listSavedQueries(ListSavedQueriesRequest request)

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

  • listSavedQueries(DatasetName parent)

  • listSavedQueries(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.

  • listSavedQueriesPagedCallable()

  • listSavedQueriesCallable()

DeleteSavedQuery

Deletes a SavedQuery.

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

  • deleteSavedQueryAsync(DeleteSavedQueryRequest request)

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

  • deleteSavedQueryAsync(SavedQueryName name)

  • deleteSavedQueryAsync(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.

  • deleteSavedQueryOperationCallable()

  • deleteSavedQueryCallable()

GetAnnotationSpec

Gets an AnnotationSpec.

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

  • getAnnotationSpec(GetAnnotationSpecRequest request)

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

  • getAnnotationSpec(AnnotationSpecName name)

  • getAnnotationSpec(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.

  • getAnnotationSpecCallable()

ListAnnotations

Lists Annotations belongs to a dataitem.

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

  • listAnnotations(ListAnnotationsRequest request)

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

  • listAnnotations(DataItemName parent)

  • listAnnotations(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.

  • listAnnotationsPagedCallable()

  • listAnnotationsCallable()

AssessData

Assesses the state or validity of the dataset with respect to a given use case.

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

  • assessDataAsync(AssessDataRequest request)

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

  • assessDataOperationCallable()

  • assessDataCallable()

AssembleData

Assembles each row of a multimodal dataset and writes the result into a BigQuery table.

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

  • assembleDataAsync(AssembleDataRequest request)

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

  • assembleDataOperationCallable()

  • assembleDataCallable()

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 DatasetServiceSettings 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
 DatasetServiceSettings datasetServiceSettings =
     DatasetServiceSettings.newBuilder()
         .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
         .build();
 DatasetServiceClient datasetServiceClient = DatasetServiceClient.create(datasetServiceSettings);
 

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
 DatasetServiceSettings datasetServiceSettings =
     DatasetServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
 DatasetServiceClient datasetServiceClient = DatasetServiceClient.create(datasetServiceSettings);
 

Please refer to the GitHub repository's samples for more quickstart code snippets.

  • Constructor Details

    • DatasetServiceClient

      protected DatasetServiceClient(DatasetServiceSettings settings) throws IOException
      Constructs an instance of DatasetServiceClient, 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
    • DatasetServiceClient

      protected DatasetServiceClient(DatasetServiceStub stub)
  • Method Details

    • create

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

      public static final DatasetServiceClient create(DatasetServiceSettings settings) throws IOException
      Constructs an instance of DatasetServiceClient, 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

      public static final DatasetServiceClient create(DatasetServiceStub stub)
      Constructs an instance of DatasetServiceClient, using the given stub for making calls. This is for advanced usage - prefer using create(DatasetServiceSettings).
    • getSettings

      public final DatasetServiceSettings getSettings()
    • getStub

      public DatasetServiceStub 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.
    • createDatasetAsync

      public final OperationFuture<Dataset,CreateDatasetOperationMetadata> createDatasetAsync(LocationName parent, Dataset dataset)
      Creates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
         Dataset dataset = Dataset.newBuilder().build();
         Dataset response = datasetServiceClient.createDatasetAsync(parent, dataset).get();
       }
       
      Parameters:
      parent - Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`
      dataset - Required. The Dataset to create.
      Throws:
      ApiException - if the remote call fails
    • createDatasetAsync

      public final OperationFuture<Dataset,CreateDatasetOperationMetadata> createDatasetAsync(String parent, Dataset dataset)
      Creates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
         Dataset dataset = Dataset.newBuilder().build();
         Dataset response = datasetServiceClient.createDatasetAsync(parent, dataset).get();
       }
       
      Parameters:
      parent - Required. The resource name of the Location to create the Dataset in. Format: `projects/{project}/locations/{location}`
      dataset - Required. The Dataset to create.
      Throws:
      ApiException - if the remote call fails
    • createDatasetAsync

      public final OperationFuture<Dataset,CreateDatasetOperationMetadata> createDatasetAsync(CreateDatasetRequest request)
      Creates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         CreateDatasetRequest request =
             CreateDatasetRequest.newBuilder()
                 .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
                 .setDataset(Dataset.newBuilder().build())
                 .build();
         Dataset response = datasetServiceClient.createDatasetAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • createDatasetOperationCallable

      public final OperationCallable<CreateDatasetRequest,Dataset,CreateDatasetOperationMetadata> createDatasetOperationCallable()
      Creates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         CreateDatasetRequest request =
             CreateDatasetRequest.newBuilder()
                 .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
                 .setDataset(Dataset.newBuilder().build())
                 .build();
         OperationFuture<Dataset, CreateDatasetOperationMetadata> future =
             datasetServiceClient.createDatasetOperationCallable().futureCall(request);
         // Do something.
         Dataset response = future.get();
       }
       
    • createDatasetCallable

      public final UnaryCallable<CreateDatasetRequest,Operation> createDatasetCallable()
      Creates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         CreateDatasetRequest request =
             CreateDatasetRequest.newBuilder()
                 .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
                 .setDataset(Dataset.newBuilder().build())
                 .build();
         ApiFuture<Operation> future =
             datasetServiceClient.createDatasetCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • getDataset

      public final Dataset getDataset(DatasetName name)
      Gets a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         Dataset response = datasetServiceClient.getDataset(name);
       }
       
      Parameters:
      name - Required. The name of the Dataset resource.
      Throws:
      ApiException - if the remote call fails
    • getDataset

      public final Dataset getDataset(String name)
      Gets a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         Dataset response = datasetServiceClient.getDataset(name);
       }
       
      Parameters:
      name - Required. The name of the Dataset resource.
      Throws:
      ApiException - if the remote call fails
    • getDataset

      public final Dataset getDataset(GetDatasetRequest request)
      Gets a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetDatasetRequest request =
             GetDatasetRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setReadMask(FieldMask.newBuilder().build())
                 .build();
         Dataset response = datasetServiceClient.getDataset(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getDatasetCallable

      public final UnaryCallable<GetDatasetRequest,Dataset> getDatasetCallable()
      Gets a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetDatasetRequest request =
             GetDatasetRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setReadMask(FieldMask.newBuilder().build())
                 .build();
         ApiFuture<Dataset> future = datasetServiceClient.getDatasetCallable().futureCall(request);
         // Do something.
         Dataset response = future.get();
       }
       
    • updateDataset

      public final Dataset updateDataset(Dataset dataset, com.google.protobuf.FieldMask updateMask)
      Updates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         Dataset dataset = Dataset.newBuilder().build();
         FieldMask updateMask = FieldMask.newBuilder().build();
         Dataset response = datasetServiceClient.updateDataset(dataset, updateMask);
       }
       
      Parameters:
      dataset - Required. The Dataset which replaces the resource on the server.
      updateMask - Required. The update mask applies to the resource. For the `FieldMask` definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask]. Updatable fields:

      * `display_name` * `description` * `labels`

      Throws:
      ApiException - if the remote call fails
    • updateDataset

      public final Dataset updateDataset(UpdateDatasetRequest request)
      Updates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         UpdateDatasetRequest request =
             UpdateDatasetRequest.newBuilder()
                 .setDataset(Dataset.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         Dataset response = datasetServiceClient.updateDataset(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • updateDatasetCallable

      public final UnaryCallable<UpdateDatasetRequest,Dataset> updateDatasetCallable()
      Updates a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         UpdateDatasetRequest request =
             UpdateDatasetRequest.newBuilder()
                 .setDataset(Dataset.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         ApiFuture<Dataset> future = datasetServiceClient.updateDatasetCallable().futureCall(request);
         // Do something.
         Dataset response = future.get();
       }
       
    • listDatasets

      Lists Datasets in 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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
         for (Dataset element : datasetServiceClient.listDatasets(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`
      Throws:
      ApiException - if the remote call fails
    • listDatasets

      public final DatasetServiceClient.ListDatasetsPagedResponse listDatasets(String parent)
      Lists Datasets in 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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent = LocationName.of("[PROJECT]", "[LOCATION]").toString();
         for (Dataset element : datasetServiceClient.listDatasets(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The name of the Dataset's parent resource. Format: `projects/{project}/locations/{location}`
      Throws:
      ApiException - if the remote call fails
    • listDatasets

      Lists Datasets in 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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDatasetsRequest request =
             ListDatasetsRequest.newBuilder()
                 .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         for (Dataset element : datasetServiceClient.listDatasets(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
    • listDatasetsPagedCallable

      Lists Datasets in 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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDatasetsRequest request =
             ListDatasetsRequest.newBuilder()
                 .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         ApiFuture<Dataset> future =
             datasetServiceClient.listDatasetsPagedCallable().futureCall(request);
         // Do something.
         for (Dataset element : future.get().iterateAll()) {
           // doThingsWith(element);
         }
       }
       
    • listDatasetsCallable

      public final UnaryCallable<ListDatasetsRequest,ListDatasetsResponse> listDatasetsCallable()
      Lists Datasets in 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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDatasetsRequest request =
             ListDatasetsRequest.newBuilder()
                 .setParent(LocationName.of("[PROJECT]", "[LOCATION]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         while (true) {
           ListDatasetsResponse response = datasetServiceClient.listDatasetsCallable().call(request);
           for (Dataset element : response.getDatasetsList()) {
             // doThingsWith(element);
           }
           String nextPageToken = response.getNextPageToken();
           if (!Strings.isNullOrEmpty(nextPageToken)) {
             request = request.toBuilder().setPageToken(nextPageToken).build();
           } else {
             break;
           }
         }
       }
       
    • deleteDatasetAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetAsync(DatasetName name)
      Deletes a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         datasetServiceClient.deleteDatasetAsync(name).get();
       }
       
      Parameters:
      name - Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • deleteDatasetAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetAsync(String name)
      Deletes a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         datasetServiceClient.deleteDatasetAsync(name).get();
       }
       
      Parameters:
      name - Required. The resource name of the Dataset to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • deleteDatasetAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetAsync(DeleteDatasetRequest request)
      Deletes a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteDatasetRequest request =
             DeleteDatasetRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .build();
         datasetServiceClient.deleteDatasetAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • deleteDatasetOperationCallable

      public final OperationCallable<DeleteDatasetRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetOperationCallable()
      Deletes a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteDatasetRequest request =
             DeleteDatasetRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .build();
         OperationFuture<Empty, DeleteOperationMetadata> future =
             datasetServiceClient.deleteDatasetOperationCallable().futureCall(request);
         // Do something.
         future.get();
       }
       
    • deleteDatasetCallable

      public final UnaryCallable<DeleteDatasetRequest,Operation> deleteDatasetCallable()
      Deletes a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteDatasetRequest request =
             DeleteDatasetRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .build();
         ApiFuture<Operation> future =
             datasetServiceClient.deleteDatasetCallable().futureCall(request);
         // Do something.
         future.get();
       }
       
    • importDataAsync

      public final OperationFuture<ImportDataResponse,ImportDataOperationMetadata> importDataAsync(DatasetName name, List<ImportDataConfig> importConfigs)
      Imports data into a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         List<ImportDataConfig> importConfigs = new ArrayList<>();
         ImportDataResponse response = datasetServiceClient.importDataAsync(name, importConfigs).get();
       }
       
      Parameters:
      name - Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      importConfigs - Required. The desired input locations. The contents of all input locations will be imported in one batch.
      Throws:
      ApiException - if the remote call fails
    • importDataAsync

      public final OperationFuture<ImportDataResponse,ImportDataOperationMetadata> importDataAsync(String name, List<ImportDataConfig> importConfigs)
      Imports data into a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         List<ImportDataConfig> importConfigs = new ArrayList<>();
         ImportDataResponse response = datasetServiceClient.importDataAsync(name, importConfigs).get();
       }
       
      Parameters:
      name - Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      importConfigs - Required. The desired input locations. The contents of all input locations will be imported in one batch.
      Throws:
      ApiException - if the remote call fails
    • importDataAsync

      Imports data into a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ImportDataRequest request =
             ImportDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .addAllImportConfigs(new ArrayList<ImportDataConfig>())
                 .build();
         ImportDataResponse response = datasetServiceClient.importDataAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • importDataOperationCallable

      Imports data into a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ImportDataRequest request =
             ImportDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .addAllImportConfigs(new ArrayList<ImportDataConfig>())
                 .build();
         OperationFuture<ImportDataResponse, ImportDataOperationMetadata> future =
             datasetServiceClient.importDataOperationCallable().futureCall(request);
         // Do something.
         ImportDataResponse response = future.get();
       }
       
    • importDataCallable

      public final UnaryCallable<ImportDataRequest,Operation> importDataCallable()
      Imports data into a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ImportDataRequest request =
             ImportDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .addAllImportConfigs(new ArrayList<ImportDataConfig>())
                 .build();
         ApiFuture<Operation> future = datasetServiceClient.importDataCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • exportDataAsync

      public final OperationFuture<ExportDataResponse,ExportDataOperationMetadata> exportDataAsync(DatasetName name, ExportDataConfig exportConfig)
      Exports data from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         ExportDataConfig exportConfig = ExportDataConfig.newBuilder().build();
         ExportDataResponse response = datasetServiceClient.exportDataAsync(name, exportConfig).get();
       }
       
      Parameters:
      name - Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      exportConfig - Required. The desired output location.
      Throws:
      ApiException - if the remote call fails
    • exportDataAsync

      public final OperationFuture<ExportDataResponse,ExportDataOperationMetadata> exportDataAsync(String name, ExportDataConfig exportConfig)
      Exports data from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         ExportDataConfig exportConfig = ExportDataConfig.newBuilder().build();
         ExportDataResponse response = datasetServiceClient.exportDataAsync(name, exportConfig).get();
       }
       
      Parameters:
      name - Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      exportConfig - Required. The desired output location.
      Throws:
      ApiException - if the remote call fails
    • exportDataAsync

      Exports data from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ExportDataRequest request =
             ExportDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setExportConfig(ExportDataConfig.newBuilder().build())
                 .build();
         ExportDataResponse response = datasetServiceClient.exportDataAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • exportDataOperationCallable

      Exports data from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ExportDataRequest request =
             ExportDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setExportConfig(ExportDataConfig.newBuilder().build())
                 .build();
         OperationFuture<ExportDataResponse, ExportDataOperationMetadata> future =
             datasetServiceClient.exportDataOperationCallable().futureCall(request);
         // Do something.
         ExportDataResponse response = future.get();
       }
       
    • exportDataCallable

      public final UnaryCallable<ExportDataRequest,Operation> exportDataCallable()
      Exports data from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ExportDataRequest request =
             ExportDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setExportConfig(ExportDataConfig.newBuilder().build())
                 .build();
         ApiFuture<Operation> future = datasetServiceClient.exportDataCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • createDatasetVersionAsync

      public final OperationFuture<DatasetVersion,CreateDatasetVersionOperationMetadata> createDatasetVersionAsync(DatasetName parent, DatasetVersion datasetVersion)
      Create a version from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         DatasetVersion datasetVersion = DatasetVersion.newBuilder().build();
         DatasetVersion response =
             datasetServiceClient.createDatasetVersionAsync(parent, datasetVersion).get();
       }
       
      Parameters:
      parent - Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      datasetVersion - Required. The version to be created. The same CMEK policies with the original Dataset will be applied the dataset version. So here we don't need to specify the EncryptionSpecType here.
      Throws:
      ApiException - if the remote call fails
    • createDatasetVersionAsync

      public final OperationFuture<DatasetVersion,CreateDatasetVersionOperationMetadata> createDatasetVersionAsync(String parent, DatasetVersion datasetVersion)
      Create a version from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         DatasetVersion datasetVersion = DatasetVersion.newBuilder().build();
         DatasetVersion response =
             datasetServiceClient.createDatasetVersionAsync(parent, datasetVersion).get();
       }
       
      Parameters:
      parent - Required. The name of the Dataset resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      datasetVersion - Required. The version to be created. The same CMEK policies with the original Dataset will be applied the dataset version. So here we don't need to specify the EncryptionSpecType here.
      Throws:
      ApiException - if the remote call fails
    • createDatasetVersionAsync

      Create a version from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         CreateDatasetVersionRequest request =
             CreateDatasetVersionRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setDatasetVersion(DatasetVersion.newBuilder().build())
                 .build();
         DatasetVersion response = datasetServiceClient.createDatasetVersionAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • createDatasetVersionOperationCallable

      Create a version from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         CreateDatasetVersionRequest request =
             CreateDatasetVersionRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setDatasetVersion(DatasetVersion.newBuilder().build())
                 .build();
         OperationFuture<DatasetVersion, CreateDatasetVersionOperationMetadata> future =
             datasetServiceClient.createDatasetVersionOperationCallable().futureCall(request);
         // Do something.
         DatasetVersion response = future.get();
       }
       
    • createDatasetVersionCallable

      public final UnaryCallable<CreateDatasetVersionRequest,Operation> createDatasetVersionCallable()
      Create a version from a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         CreateDatasetVersionRequest request =
             CreateDatasetVersionRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setDatasetVersion(DatasetVersion.newBuilder().build())
                 .build();
         ApiFuture<Operation> future =
             datasetServiceClient.createDatasetVersionCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • updateDatasetVersion

      public final DatasetVersion updateDatasetVersion(DatasetVersion datasetVersion, com.google.protobuf.FieldMask updateMask)
      Updates a DatasetVersion.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetVersion datasetVersion = DatasetVersion.newBuilder().build();
         FieldMask updateMask = FieldMask.newBuilder().build();
         DatasetVersion response =
             datasetServiceClient.updateDatasetVersion(datasetVersion, updateMask);
       }
       
      Parameters:
      datasetVersion - Required. The DatasetVersion which replaces the resource on the server.
      updateMask - Required. The update mask applies to the resource. For the `FieldMask` definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask]. Updatable fields:

      * `display_name`

      Throws:
      ApiException - if the remote call fails
    • updateDatasetVersion

      public final DatasetVersion updateDatasetVersion(UpdateDatasetVersionRequest request)
      Updates a DatasetVersion.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         UpdateDatasetVersionRequest request =
             UpdateDatasetVersionRequest.newBuilder()
                 .setDatasetVersion(DatasetVersion.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         DatasetVersion response = datasetServiceClient.updateDatasetVersion(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • updateDatasetVersionCallable

      public final UnaryCallable<UpdateDatasetVersionRequest,DatasetVersion> updateDatasetVersionCallable()
      Updates a DatasetVersion.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         UpdateDatasetVersionRequest request =
             UpdateDatasetVersionRequest.newBuilder()
                 .setDatasetVersion(DatasetVersion.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         ApiFuture<DatasetVersion> future =
             datasetServiceClient.updateDatasetVersionCallable().futureCall(request);
         // Do something.
         DatasetVersion response = future.get();
       }
       
    • deleteDatasetVersionAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetVersionAsync(DatasetVersionName name)
      Deletes a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetVersionName name =
             DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]");
         datasetServiceClient.deleteDatasetVersionAsync(name).get();
       }
       
      Parameters:
      name - Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
      Throws:
      ApiException - if the remote call fails
    • deleteDatasetVersionAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetVersionAsync(String name)
      Deletes a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name =
             DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                 .toString();
         datasetServiceClient.deleteDatasetVersionAsync(name).get();
       }
       
      Parameters:
      name - Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
      Throws:
      ApiException - if the remote call fails
    • deleteDatasetVersionAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetVersionAsync(DeleteDatasetVersionRequest request)
      Deletes a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteDatasetVersionRequest request =
             DeleteDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .build();
         datasetServiceClient.deleteDatasetVersionAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • deleteDatasetVersionOperationCallable

      public final OperationCallable<DeleteDatasetVersionRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteDatasetVersionOperationCallable()
      Deletes a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteDatasetVersionRequest request =
             DeleteDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .build();
         OperationFuture<Empty, DeleteOperationMetadata> future =
             datasetServiceClient.deleteDatasetVersionOperationCallable().futureCall(request);
         // Do something.
         future.get();
       }
       
    • deleteDatasetVersionCallable

      public final UnaryCallable<DeleteDatasetVersionRequest,Operation> deleteDatasetVersionCallable()
      Deletes a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteDatasetVersionRequest request =
             DeleteDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .build();
         ApiFuture<Operation> future =
             datasetServiceClient.deleteDatasetVersionCallable().futureCall(request);
         // Do something.
         future.get();
       }
       
    • getDatasetVersion

      public final DatasetVersion getDatasetVersion(DatasetVersionName name)
      Gets a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetVersionName name =
             DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]");
         DatasetVersion response = datasetServiceClient.getDatasetVersion(name);
       }
       
      Parameters:
      name - Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
      Throws:
      ApiException - if the remote call fails
    • getDatasetVersion

      public final DatasetVersion getDatasetVersion(String name)
      Gets a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name =
             DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                 .toString();
         DatasetVersion response = datasetServiceClient.getDatasetVersion(name);
       }
       
      Parameters:
      name - Required. The resource name of the Dataset version to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
      Throws:
      ApiException - if the remote call fails
    • getDatasetVersion

      public final DatasetVersion getDatasetVersion(GetDatasetVersionRequest request)
      Gets a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetDatasetVersionRequest request =
             GetDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .setReadMask(FieldMask.newBuilder().build())
                 .build();
         DatasetVersion response = datasetServiceClient.getDatasetVersion(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getDatasetVersionCallable

      public final UnaryCallable<GetDatasetVersionRequest,DatasetVersion> getDatasetVersionCallable()
      Gets a Dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetDatasetVersionRequest request =
             GetDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .setReadMask(FieldMask.newBuilder().build())
                 .build();
         ApiFuture<DatasetVersion> future =
             datasetServiceClient.getDatasetVersionCallable().futureCall(request);
         // Do something.
         DatasetVersion response = future.get();
       }
       
    • listDatasetVersions

      public final DatasetServiceClient.ListDatasetVersionsPagedResponse listDatasetVersions(DatasetName parent)
      Lists DatasetVersions in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         for (DatasetVersion element : datasetServiceClient.listDatasetVersions(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • listDatasetVersions

      public final DatasetServiceClient.ListDatasetVersionsPagedResponse listDatasetVersions(String parent)
      Lists DatasetVersions in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         for (DatasetVersion element : datasetServiceClient.listDatasetVersions(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Dataset to list DatasetVersions from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • listDatasetVersions

      Lists DatasetVersions in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDatasetVersionsRequest request =
             ListDatasetVersionsRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         for (DatasetVersion element :
             datasetServiceClient.listDatasetVersions(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
    • listDatasetVersionsPagedCallable

      Lists DatasetVersions in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDatasetVersionsRequest request =
             ListDatasetVersionsRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         ApiFuture<DatasetVersion> future =
             datasetServiceClient.listDatasetVersionsPagedCallable().futureCall(request);
         // Do something.
         for (DatasetVersion element : future.get().iterateAll()) {
           // doThingsWith(element);
         }
       }
       
    • listDatasetVersionsCallable

      public final UnaryCallable<ListDatasetVersionsRequest,ListDatasetVersionsResponse> listDatasetVersionsCallable()
      Lists DatasetVersions in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDatasetVersionsRequest request =
             ListDatasetVersionsRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         while (true) {
           ListDatasetVersionsResponse response =
               datasetServiceClient.listDatasetVersionsCallable().call(request);
           for (DatasetVersion element : response.getDatasetVersionsList()) {
             // doThingsWith(element);
           }
           String nextPageToken = response.getNextPageToken();
           if (!Strings.isNullOrEmpty(nextPageToken)) {
             request = request.toBuilder().setPageToken(nextPageToken).build();
           } else {
             break;
           }
         }
       }
       
    • restoreDatasetVersionAsync

      Restores a dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetVersionName name =
             DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]");
         DatasetVersion response = datasetServiceClient.restoreDatasetVersionAsync(name).get();
       }
       
      Parameters:
      name - Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
      Throws:
      ApiException - if the remote call fails
    • restoreDatasetVersionAsync

      public final OperationFuture<DatasetVersion,RestoreDatasetVersionOperationMetadata> restoreDatasetVersionAsync(String name)
      Restores a dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name =
             DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                 .toString();
         DatasetVersion response = datasetServiceClient.restoreDatasetVersionAsync(name).get();
       }
       
      Parameters:
      name - Required. The name of the DatasetVersion resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/datasetVersions/{dataset_version}`
      Throws:
      ApiException - if the remote call fails
    • restoreDatasetVersionAsync

      Restores a dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         RestoreDatasetVersionRequest request =
             RestoreDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .build();
         DatasetVersion response = datasetServiceClient.restoreDatasetVersionAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • restoreDatasetVersionOperationCallable

      Restores a dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         RestoreDatasetVersionRequest request =
             RestoreDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .build();
         OperationFuture<DatasetVersion, RestoreDatasetVersionOperationMetadata> future =
             datasetServiceClient.restoreDatasetVersionOperationCallable().futureCall(request);
         // Do something.
         DatasetVersion response = future.get();
       }
       
    • restoreDatasetVersionCallable

      public final UnaryCallable<RestoreDatasetVersionRequest,Operation> restoreDatasetVersionCallable()
      Restores a dataset version.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         RestoreDatasetVersionRequest request =
             RestoreDatasetVersionRequest.newBuilder()
                 .setName(
                     DatasetVersionName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATASET_VERSION]")
                         .toString())
                 .build();
         ApiFuture<Operation> future =
             datasetServiceClient.restoreDatasetVersionCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • listDataItems

      public final DatasetServiceClient.ListDataItemsPagedResponse listDataItems(DatasetName parent)
      Lists DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         for (DataItem element : datasetServiceClient.listDataItems(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Dataset to list DataItems from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • listDataItems

      public final DatasetServiceClient.ListDataItemsPagedResponse listDataItems(String parent)
      Lists DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         for (DataItem element : datasetServiceClient.listDataItems(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Dataset to list DataItems from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • listDataItems

      Lists DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDataItemsRequest request =
             ListDataItemsRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         for (DataItem element : datasetServiceClient.listDataItems(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
    • listDataItemsPagedCallable

      Lists DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDataItemsRequest request =
             ListDataItemsRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         ApiFuture<DataItem> future =
             datasetServiceClient.listDataItemsPagedCallable().futureCall(request);
         // Do something.
         for (DataItem element : future.get().iterateAll()) {
           // doThingsWith(element);
         }
       }
       
    • listDataItemsCallable

      public final UnaryCallable<ListDataItemsRequest,ListDataItemsResponse> listDataItemsCallable()
      Lists DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListDataItemsRequest request =
             ListDataItemsRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         while (true) {
           ListDataItemsResponse response = datasetServiceClient.listDataItemsCallable().call(request);
           for (DataItem element : response.getDataItemsList()) {
             // doThingsWith(element);
           }
           String nextPageToken = response.getNextPageToken();
           if (!Strings.isNullOrEmpty(nextPageToken)) {
             request = request.toBuilder().setPageToken(nextPageToken).build();
           } else {
             break;
           }
         }
       }
       
    • searchDataItems

      Searches DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         SearchDataItemsRequest request =
             SearchDataItemsRequest.newBuilder()
                 .setDataset(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setSavedQuery(
                     SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]")
                         .toString())
                 .setDataLabelingJob("dataLabelingJob951814757")
                 .setDataItemFilter("dataItemFilter1487804341")
                 .setAnnotationsFilter("annotationsFilter-583841860")
                 .addAllAnnotationFilters(new ArrayList<String>())
                 .setFieldMask(FieldMask.newBuilder().build())
                 .setAnnotationsLimit(134561504)
                 .setPageSize(883849137)
                 .setOrderBy("orderBy-1207110587")
                 .setPageToken("pageToken873572522")
                 .build();
         for (DataItemView element : datasetServiceClient.searchDataItems(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
    • searchDataItemsPagedCallable

      Searches DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         SearchDataItemsRequest request =
             SearchDataItemsRequest.newBuilder()
                 .setDataset(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setSavedQuery(
                     SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]")
                         .toString())
                 .setDataLabelingJob("dataLabelingJob951814757")
                 .setDataItemFilter("dataItemFilter1487804341")
                 .setAnnotationsFilter("annotationsFilter-583841860")
                 .addAllAnnotationFilters(new ArrayList<String>())
                 .setFieldMask(FieldMask.newBuilder().build())
                 .setAnnotationsLimit(134561504)
                 .setPageSize(883849137)
                 .setOrderBy("orderBy-1207110587")
                 .setPageToken("pageToken873572522")
                 .build();
         ApiFuture<DataItemView> future =
             datasetServiceClient.searchDataItemsPagedCallable().futureCall(request);
         // Do something.
         for (DataItemView element : future.get().iterateAll()) {
           // doThingsWith(element);
         }
       }
       
    • searchDataItemsCallable

      public final UnaryCallable<SearchDataItemsRequest,SearchDataItemsResponse> searchDataItemsCallable()
      Searches DataItems in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         SearchDataItemsRequest request =
             SearchDataItemsRequest.newBuilder()
                 .setDataset(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setSavedQuery(
                     SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]")
                         .toString())
                 .setDataLabelingJob("dataLabelingJob951814757")
                 .setDataItemFilter("dataItemFilter1487804341")
                 .setAnnotationsFilter("annotationsFilter-583841860")
                 .addAllAnnotationFilters(new ArrayList<String>())
                 .setFieldMask(FieldMask.newBuilder().build())
                 .setAnnotationsLimit(134561504)
                 .setPageSize(883849137)
                 .setOrderBy("orderBy-1207110587")
                 .setPageToken("pageToken873572522")
                 .build();
         while (true) {
           SearchDataItemsResponse response =
               datasetServiceClient.searchDataItemsCallable().call(request);
           for (DataItemView element : response.getDataItemViewsList()) {
             // doThingsWith(element);
           }
           String nextPageToken = response.getNextPageToken();
           if (!Strings.isNullOrEmpty(nextPageToken)) {
             request = request.toBuilder().setPageToken(nextPageToken).build();
           } else {
             break;
           }
         }
       }
       
    • listSavedQueries

      public final DatasetServiceClient.ListSavedQueriesPagedResponse listSavedQueries(DatasetName parent)
      Lists SavedQueries in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DatasetName parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]");
         for (SavedQuery element : datasetServiceClient.listSavedQueries(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Dataset to list SavedQueries from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • listSavedQueries

      public final DatasetServiceClient.ListSavedQueriesPagedResponse listSavedQueries(String parent)
      Lists SavedQueries in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent = DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString();
         for (SavedQuery element : datasetServiceClient.listSavedQueries(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the Dataset to list SavedQueries from. Format: `projects/{project}/locations/{location}/datasets/{dataset}`
      Throws:
      ApiException - if the remote call fails
    • listSavedQueries

      Lists SavedQueries in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListSavedQueriesRequest request =
             ListSavedQueriesRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         for (SavedQuery element : datasetServiceClient.listSavedQueries(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
    • listSavedQueriesPagedCallable

      Lists SavedQueries in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListSavedQueriesRequest request =
             ListSavedQueriesRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         ApiFuture<SavedQuery> future =
             datasetServiceClient.listSavedQueriesPagedCallable().futureCall(request);
         // Do something.
         for (SavedQuery element : future.get().iterateAll()) {
           // doThingsWith(element);
         }
       }
       
    • listSavedQueriesCallable

      public final UnaryCallable<ListSavedQueriesRequest,ListSavedQueriesResponse> listSavedQueriesCallable()
      Lists SavedQueries in a Dataset.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListSavedQueriesRequest request =
             ListSavedQueriesRequest.newBuilder()
                 .setParent(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         while (true) {
           ListSavedQueriesResponse response =
               datasetServiceClient.listSavedQueriesCallable().call(request);
           for (SavedQuery element : response.getSavedQueriesList()) {
             // doThingsWith(element);
           }
           String nextPageToken = response.getNextPageToken();
           if (!Strings.isNullOrEmpty(nextPageToken)) {
             request = request.toBuilder().setPageToken(nextPageToken).build();
           } else {
             break;
           }
         }
       }
       
    • deleteSavedQueryAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteSavedQueryAsync(SavedQueryName name)
      Deletes a SavedQuery.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         SavedQueryName name =
             SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]");
         datasetServiceClient.deleteSavedQueryAsync(name).get();
       }
       
      Parameters:
      name - Required. The resource name of the SavedQuery to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`
      Throws:
      ApiException - if the remote call fails
    • deleteSavedQueryAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteSavedQueryAsync(String name)
      Deletes a SavedQuery.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name =
             SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]").toString();
         datasetServiceClient.deleteSavedQueryAsync(name).get();
       }
       
      Parameters:
      name - Required. The resource name of the SavedQuery to delete. Format: `projects/{project}/locations/{location}/datasets/{dataset}/savedQueries/{saved_query}`
      Throws:
      ApiException - if the remote call fails
    • deleteSavedQueryAsync

      public final OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata> deleteSavedQueryAsync(DeleteSavedQueryRequest request)
      Deletes a SavedQuery.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteSavedQueryRequest request =
             DeleteSavedQueryRequest.newBuilder()
                 .setName(
                     SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]")
                         .toString())
                 .build();
         datasetServiceClient.deleteSavedQueryAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • deleteSavedQueryOperationCallable

      public final OperationCallable<DeleteSavedQueryRequest,com.google.protobuf.Empty,DeleteOperationMetadata> deleteSavedQueryOperationCallable()
      Deletes a SavedQuery.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteSavedQueryRequest request =
             DeleteSavedQueryRequest.newBuilder()
                 .setName(
                     SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]")
                         .toString())
                 .build();
         OperationFuture<Empty, DeleteOperationMetadata> future =
             datasetServiceClient.deleteSavedQueryOperationCallable().futureCall(request);
         // Do something.
         future.get();
       }
       
    • deleteSavedQueryCallable

      public final UnaryCallable<DeleteSavedQueryRequest,Operation> deleteSavedQueryCallable()
      Deletes a SavedQuery.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DeleteSavedQueryRequest request =
             DeleteSavedQueryRequest.newBuilder()
                 .setName(
                     SavedQueryName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[SAVED_QUERY]")
                         .toString())
                 .build();
         ApiFuture<Operation> future =
             datasetServiceClient.deleteSavedQueryCallable().futureCall(request);
         // Do something.
         future.get();
       }
       
    • getAnnotationSpec

      public final AnnotationSpec getAnnotationSpec(AnnotationSpecName name)
      Gets an AnnotationSpec.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AnnotationSpecName name =
             AnnotationSpecName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[ANNOTATION_SPEC]");
         AnnotationSpec response = datasetServiceClient.getAnnotationSpec(name);
       }
       
      Parameters:
      name - Required. The name of the AnnotationSpec resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
      Throws:
      ApiException - if the remote call fails
    • getAnnotationSpec

      public final AnnotationSpec getAnnotationSpec(String name)
      Gets an AnnotationSpec.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String name =
             AnnotationSpecName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[ANNOTATION_SPEC]")
                 .toString();
         AnnotationSpec response = datasetServiceClient.getAnnotationSpec(name);
       }
       
      Parameters:
      name - Required. The name of the AnnotationSpec resource. Format: `projects/{project}/locations/{location}/datasets/{dataset}/annotationSpecs/{annotation_spec}`
      Throws:
      ApiException - if the remote call fails
    • getAnnotationSpec

      public final AnnotationSpec getAnnotationSpec(GetAnnotationSpecRequest request)
      Gets an AnnotationSpec.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetAnnotationSpecRequest request =
             GetAnnotationSpecRequest.newBuilder()
                 .setName(
                     AnnotationSpecName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[ANNOTATION_SPEC]")
                         .toString())
                 .setReadMask(FieldMask.newBuilder().build())
                 .build();
         AnnotationSpec response = datasetServiceClient.getAnnotationSpec(request);
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • getAnnotationSpecCallable

      public final UnaryCallable<GetAnnotationSpecRequest,AnnotationSpec> getAnnotationSpecCallable()
      Gets an AnnotationSpec.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetAnnotationSpecRequest request =
             GetAnnotationSpecRequest.newBuilder()
                 .setName(
                     AnnotationSpecName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[ANNOTATION_SPEC]")
                         .toString())
                 .setReadMask(FieldMask.newBuilder().build())
                 .build();
         ApiFuture<AnnotationSpec> future =
             datasetServiceClient.getAnnotationSpecCallable().futureCall(request);
         // Do something.
         AnnotationSpec response = future.get();
       }
       
    • listAnnotations

      public final DatasetServiceClient.ListAnnotationsPagedResponse listAnnotations(DataItemName parent)
      Lists Annotations belongs to a dataitem.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         DataItemName parent = DataItemName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATA_ITEM]");
         for (Annotation element : datasetServiceClient.listAnnotations(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the DataItem to list Annotations from. Format: `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
      Throws:
      ApiException - if the remote call fails
    • listAnnotations

      public final DatasetServiceClient.ListAnnotationsPagedResponse listAnnotations(String parent)
      Lists Annotations belongs to a dataitem.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         String parent =
             DataItemName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATA_ITEM]").toString();
         for (Annotation element : datasetServiceClient.listAnnotations(parent).iterateAll()) {
           // doThingsWith(element);
         }
       }
       
      Parameters:
      parent - Required. The resource name of the DataItem to list Annotations from. Format: `projects/{project}/locations/{location}/datasets/{dataset}/dataItems/{data_item}`
      Throws:
      ApiException - if the remote call fails
    • listAnnotations

      Lists Annotations belongs to a dataitem.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListAnnotationsRequest request =
             ListAnnotationsRequest.newBuilder()
                 .setParent(
                     DataItemName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATA_ITEM]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         for (Annotation element : datasetServiceClient.listAnnotations(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
    • listAnnotationsPagedCallable

      Lists Annotations belongs to a dataitem.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListAnnotationsRequest request =
             ListAnnotationsRequest.newBuilder()
                 .setParent(
                     DataItemName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATA_ITEM]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         ApiFuture<Annotation> future =
             datasetServiceClient.listAnnotationsPagedCallable().futureCall(request);
         // Do something.
         for (Annotation element : future.get().iterateAll()) {
           // doThingsWith(element);
         }
       }
       
    • listAnnotationsCallable

      public final UnaryCallable<ListAnnotationsRequest,ListAnnotationsResponse> listAnnotationsCallable()
      Lists Annotations belongs to a dataitem.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListAnnotationsRequest request =
             ListAnnotationsRequest.newBuilder()
                 .setParent(
                     DataItemName.of("[PROJECT]", "[LOCATION]", "[DATASET]", "[DATA_ITEM]").toString())
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .setReadMask(FieldMask.newBuilder().build())
                 .setOrderBy("orderBy-1207110587")
                 .build();
         while (true) {
           ListAnnotationsResponse response =
               datasetServiceClient.listAnnotationsCallable().call(request);
           for (Annotation element : response.getAnnotationsList()) {
             // doThingsWith(element);
           }
           String nextPageToken = response.getNextPageToken();
           if (!Strings.isNullOrEmpty(nextPageToken)) {
             request = request.toBuilder().setPageToken(nextPageToken).build();
           } else {
             break;
           }
         }
       }
       
    • assessDataAsync

      Assesses the state or validity of the dataset with respect to a given use case.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AssessDataRequest request =
             AssessDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
                 .build();
         AssessDataResponse response = datasetServiceClient.assessDataAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • assessDataOperationCallable

      Assesses the state or validity of the dataset with respect to a given use case.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AssessDataRequest request =
             AssessDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
                 .build();
         OperationFuture<AssessDataResponse, AssessDataOperationMetadata> future =
             datasetServiceClient.assessDataOperationCallable().futureCall(request);
         // Do something.
         AssessDataResponse response = future.get();
       }
       
    • assessDataCallable

      public final UnaryCallable<AssessDataRequest,Operation> assessDataCallable()
      Assesses the state or validity of the dataset with respect to a given use case.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AssessDataRequest request =
             AssessDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
                 .build();
         ApiFuture<Operation> future = datasetServiceClient.assessDataCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • assembleDataAsync

      Assembles each row of a multimodal dataset and writes the result into a BigQuery table.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AssembleDataRequest request =
             AssembleDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
                 .build();
         AssembleDataResponse response = datasetServiceClient.assembleDataAsync(request).get();
       }
       
      Parameters:
      request - The request object containing all of the parameters for the API call.
      Throws:
      ApiException - if the remote call fails
    • assembleDataOperationCallable

      Assembles each row of a multimodal dataset and writes the result into a BigQuery table.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AssembleDataRequest request =
             AssembleDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
                 .build();
         OperationFuture<AssembleDataResponse, AssembleDataOperationMetadata> future =
             datasetServiceClient.assembleDataOperationCallable().futureCall(request);
         // Do something.
         AssembleDataResponse response = future.get();
       }
       
    • assembleDataCallable

      public final UnaryCallable<AssembleDataRequest,Operation> assembleDataCallable()
      Assembles each row of a multimodal dataset and writes the result into a BigQuery table.

      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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         AssembleDataRequest request =
             AssembleDataRequest.newBuilder()
                 .setName(DatasetName.of("[PROJECT]", "[LOCATION]", "[DATASET]").toString())
                 .setGeminiRequestReadConfig(GeminiRequestReadConfig.newBuilder().build())
                 .build();
         ApiFuture<Operation> future = datasetServiceClient.assembleDataCallable().futureCall(request);
         // Do something.
         Operation response = future.get();
       }
       
    • 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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListLocationsRequest request =
             ListLocationsRequest.newBuilder()
                 .setName("name3373707")
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .build();
         for (Location element : datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListLocationsRequest request =
             ListLocationsRequest.newBuilder()
                 .setName("name3373707")
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .build();
         ApiFuture<Location> future =
             datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         ListLocationsRequest request =
             ListLocationsRequest.newBuilder()
                 .setName("name3373707")
                 .setFilter("filter-1274492040")
                 .setPageSize(883849137)
                 .setPageToken("pageToken873572522")
                 .build();
         while (true) {
           ListLocationsResponse response = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
         Location response = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetLocationRequest request = GetLocationRequest.newBuilder().setName("name3373707").build();
         ApiFuture<Location> future = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         SetIamPolicyRequest request =
             SetIamPolicyRequest.newBuilder()
                 .setResource(
                     EndpointName.ofProjectLocationEndpointName(
                             "[PROJECT]", "[LOCATION]", "[ENDPOINT]")
                         .toString())
                 .setPolicy(Policy.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         Policy response = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         SetIamPolicyRequest request =
             SetIamPolicyRequest.newBuilder()
                 .setResource(
                     EndpointName.ofProjectLocationEndpointName(
                             "[PROJECT]", "[LOCATION]", "[ENDPOINT]")
                         .toString())
                 .setPolicy(Policy.newBuilder().build())
                 .setUpdateMask(FieldMask.newBuilder().build())
                 .build();
         ApiFuture<Policy> future = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetIamPolicyRequest request =
             GetIamPolicyRequest.newBuilder()
                 .setResource(
                     EndpointName.ofProjectLocationEndpointName(
                             "[PROJECT]", "[LOCATION]", "[ENDPOINT]")
                         .toString())
                 .setOptions(GetPolicyOptions.newBuilder().build())
                 .build();
         Policy response = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         GetIamPolicyRequest request =
             GetIamPolicyRequest.newBuilder()
                 .setResource(
                     EndpointName.ofProjectLocationEndpointName(
                             "[PROJECT]", "[LOCATION]", "[ENDPOINT]")
                         .toString())
                 .setOptions(GetPolicyOptions.newBuilder().build())
                 .build();
         ApiFuture<Policy> future = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         TestIamPermissionsRequest request =
             TestIamPermissionsRequest.newBuilder()
                 .setResource(
                     EndpointName.ofProjectLocationEndpointName(
                             "[PROJECT]", "[LOCATION]", "[ENDPOINT]")
                         .toString())
                 .addAllPermissions(new ArrayList<String>())
                 .build();
         TestIamPermissionsResponse response = datasetServiceClient.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 (DatasetServiceClient datasetServiceClient = DatasetServiceClient.create()) {
         TestIamPermissionsRequest request =
             TestIamPermissionsRequest.newBuilder()
                 .setResource(
                     EndpointName.ofProjectLocationEndpointName(
                             "[PROJECT]", "[LOCATION]", "[ENDPOINT]")
                         .toString())
                 .addAllPermissions(new ArrayList<String>())
                 .build();
         ApiFuture<TestIamPermissionsResponse> future =
             datasetServiceClient.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