Migration Center API (migrationcenter:v1alpha1)

2023-03-07

25 new methods | New API

Additions

    Methods
  • migrationcenter.projects.locations.get

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Description: Resource name for the location.

          Required: Yes

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

      Parameter Order: name

      Path: v1alpha1/{+name}

      HTTP Method: GET

      Description: Gets information about a location.

  • migrationcenter.projects.locations.list

      Parameter Order: name

      Flat Path: v1alpha1/projects/{projectsId}/locations

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1alpha1/{+name}/locations

      Description: Lists information about the supported locations for this service.

      Parameters:

        name

          Pattern: ^projects/[^/]+$

          Location: path

          Type: string

          Required: Yes

          Description: The resource that owns the locations collection, if applicable.

        filter

          Location: query

          Type: string

          Description: A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).

        pageToken

          Type: string

          Location: query

          Description: A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

        pageSize

          Format: int32

          Description: The maximum number of results to return. If not set, the service selects a default.

          Location: query

          Type: integer

      HTTP Method: GET

  • migrationcenter.projects.locations.operations.list

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: GET

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/operations

      Path: v1alpha1/{+name}/operations

      Description: Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.

      Parameters:

        pageToken

          Description: The standard list page token.

          Type: string

          Location: query

        name

          Description: The name of the operation's parent resource.

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Type: string

        filter

          Location: query

          Description: The standard list filter.

          Type: string

        pageSize

          Format: int32

          Description: The standard list page size.

          Location: query

          Type: integer

      Parameter Order: name

  • migrationcenter.projects.locations.operations.cancel

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Type: string

          Required: Yes

          Location: path

          Description: The name of the operation resource to be cancelled.

          Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$

      Description: Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

      Path: v1alpha1/{+name}:cancel

      Parameter Order: name

  • migrationcenter.projects.locations.operations.get

      Parameter Order: name

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Required: Yes

          Type: string

          Location: path

          Description: The name of the operation resource.

          Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}

      Description: Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

      Path: v1alpha1/{+name}

  • migrationcenter.projects.locations.operations.delete

      Path: v1alpha1/{+name}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Required: Yes

          Location: path

          Description: The name of the operation resource to be deleted.

          Pattern: ^projects/[^/]+/locations/[^/]+/operations/[^/]+$

          Type: string

      Parameter Order: name

      HTTP Method: DELETE

      Description: Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}

  • migrationcenter.projects.locations.sources.list

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources

      Parameters:

        orderBy

          Description: Field to sort by. See https://google.aip.dev/132#ordering for more details.

          Location: query

          Type: string

        filter

          Type: string

          Description: Filtering results.

          Location: query

        pageToken

          Type: string

          Description: A token identifying a page of results that the server should return.

          Location: query

        parent

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Location: path

          Description: Required. Parent value for `ListSourcesRequest`.

        pageSize

          Format: int32

          Description: Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

          Type: integer

          Location: query

      HTTP Method: GET

      Description: Lists all the sources in a given project and location.

      Path: v1alpha1/{+parent}/sources

      Parameter Order: parent

  • migrationcenter.projects.locations.sources.delete

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/sources/[^/]+$

          Description: Required. Name of the resource.

          Required: Yes

          Type: string

          Location: path

        requestId

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: DELETE

      Description: Deletes a source.

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}

      Parameter Order: name

      Path: v1alpha1/{+name}

  • migrationcenter.projects.locations.sources.create

      HTTP Method: POST

      Description: Creates a new source in a given project and location.

      Parameters:

        requestId

          Location: query

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        sourceId

          Location: query

          Type: string

          Description: Required. User specified ID for the source. It will become the last component of the source name. The ID must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. The ID must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`.

        parent

          Type: string

          Location: path

          Required: Yes

          Description: Required. Value for parent.

          Pattern: ^projects/[^/]+/locations/[^/]+$

      Path: v1alpha1/{+parent}/sources

      Parameter Order: parent

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • migrationcenter.projects.locations.sources.get

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1alpha1/{+name}

      Parameters:

        name

          Required: Yes

          Location: path

          Description: Required. Name of the resource.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/sources/[^/]+$

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}

      HTTP Method: GET

      Description: Gets the details of a source.

      Parameter Order: name

  • migrationcenter.projects.locations.sources.patch

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/sources/{sourcesId}

      Parameter Order: name

      Parameters:

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the `Source` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.

          Type: string

          Location: query

          Format: google-fieldmask

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/sources/[^/]+$

          Description: Output only. The full name of the source.

          Location: path

          Required: Yes

          Type: string

      HTTP Method: PATCH

      Path: v1alpha1/{+name}

      Description: Updates the parameters of a source.

  • migrationcenter.projects.locations.importJobs.run

      Parameters:

        name

          Description: Required. The name of the import job to run.

          Pattern: ^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$

          Location: path

          Type: string

          Required: Yes

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}:run

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: POST

      Parameter Order: name

      Path: v1alpha1/{+name}:run

      Description: Runs an import job.

  • migrationcenter.projects.locations.importJobs.patch

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}

      HTTP Method: PATCH

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Description: Updates an import job.

      Parameters:

        name

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$

          Required: Yes

          Description: Output only. The full name of the import job.

          Location: path

        requestId

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

          Type: string

        updateMask

          Location: query

          Type: string

          Description: Required. Field mask is used to specify the fields to be overwritten in the `Asset` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.

          Format: google-fieldmask

      Path: v1alpha1/{+name}

  • migrationcenter.projects.locations.importJobs.validate

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}:validate

      Path: v1alpha1/{+name}:validate

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$

          Description: Required. The name of the import job to validate.

          Type: string

          Required: Yes

          Location: path

      Description: Validates an import job.

      Parameter Order: name

      HTTP Method: POST

  • migrationcenter.projects.locations.importJobs.delete

      Description: Deletes an import job.

      Path: v1alpha1/{+name}

      Parameters:

        requestId

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location: query

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$

          Required: Yes

          Description: Required. Name of the resource.

          Location: path

          Type: string

      Parameter Order: name

      HTTP Method: DELETE

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • migrationcenter.projects.locations.importJobs.get

      Description: Gets the details of an import job.

      HTTP Method: GET

      Parameter Order: name

      Path: v1alpha1/{+name}

      Parameters:

        name

          Required: Yes

          Description: Required. Name of the resource.

          Type: string

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/importJobs/[^/]+$

        view

          Enum Descriptions:

        • The import job view is not specified. The API displays the basic view by default.
        • The import job view includes basic metadata of an import job. This view does not include payload information.
        • The import job view includes all metadata of an import job.
        • Description: Optional. The level of details of the import job. Default value is FULL.

          Enum:

        • IMPORT_JOB_VIEW_UNSPECIFIED
        • IMPORT_JOB_VIEW_BASIC
        • IMPORT_JOB_VIEW_FULL
        • Location: query

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs/{importJobsId}

  • migrationcenter.projects.locations.importJobs.create

      Path: v1alpha1/{+parent}/importJobs

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs

      HTTP Method: POST

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Creates an import job.

      Parameters:

        importJobId

          Location: query

          Description: Required. ID of the import job.

          Type: string

        requestId

          Location: query

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        parent

          Description: Required. Value for parent.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Location: path

  • migrationcenter.projects.locations.importJobs.list

      Description: Lists all import jobs.

      Parameter Order: parent

      HTTP Method: GET

      Path: v1alpha1/{+parent}/importJobs

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/importJobs

      Parameters:

        pageToken

          Location: query

          Description: A token identifying a page of results the server should return.

          Type: string

        pageSize

          Type: integer

          Location: query

          Description: Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Format: int32

        parent

          Location: path

          Required: Yes

          Type: string

          Description: Required. Parent value for `ListImportJobsRequest`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

        filter

          Description: Filtering results.

          Type: string

          Location: query

        view

          Type: string

          Enum Descriptions:

        • The import job view is not specified. The API displays the basic view by default.
        • The import job view includes basic metadata of an import job. This view does not include payload information.
        • The import job view includes all metadata of an import job.
        • Location: query

          Description: Optional. The level of details of each import job. Default value is BASIC.

          Enum:

        • IMPORT_JOB_VIEW_UNSPECIFIED
        • IMPORT_JOB_VIEW_BASIC
        • IMPORT_JOB_VIEW_FULL

        orderBy

          Location: query

          Type: string

          Description: Field to sort by. See https://google.aip.dev/132#ordering for more details.

  • migrationcenter.projects.locations.assets.delete

      HTTP Method: DELETE

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}

      Parameters:

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        name

          Type: string

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/assets/[^/]+$

          Description: Required. Name of the resource.

          Required: Yes

      Path: v1alpha1/{+name}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Description: Deletes an asset.

  • migrationcenter.projects.locations.assets.patch

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Updates the parameters of an asset.

      Parameter Order: name

      HTTP Method: PATCH

      Path: v1alpha1/{+name}

      Parameters:

        name

          Required: Yes

          Type: string

          Description: Output only. The full name of the asset.

          Pattern: ^projects/[^/]+/locations/[^/]+/assets/[^/]+$

          Location: path

        requestId

          Type: string

          Location: query

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        updateMask

          Description: Required. Field mask is used to specify the fields to be overwritten in the `Asset` resource by the update. The values specified in the `update_mask` field are relative to the resource, not the full request. A field will be overwritten if it is in the mask. A single * value in the mask lets you to overwrite all fields.

          Location: query

          Type: string

          Format: google-fieldmask

  • migrationcenter.projects.locations.assets.reportAssetFrames

      HTTP Method: POST

      Parameters:

        parent

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Description: Required. Parent of the resource.

        source

          Type: string

          Location: query

          Description: Required. Reference to a source.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets:reportAssetFrames

      Description: Reports a set of frames.

      Path: v1alpha1/{+parent}/assets:reportAssetFrames

      Parameter Order: parent

  • migrationcenter.projects.locations.assets.create

      HTTP Method: POST

      Path: v1alpha1/{+parent}/assets

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        parent

          Required: Yes

          Location: path

          Description: Required. Value for parent.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

        requestId

          Location: query

          Type: string

          Description: Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

        assetId

          Type: string

          Location: query

      Description: Creates a new asset in a given project and location. Deprecated: Use ReportAssetFrames instead.

      Parameter Order: parent

  • migrationcenter.projects.locations.assets.aggregateValues

      HTTP Method: POST

      Description: Aggregates the requested fields based on provided function.

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets:aggregateValues

      Parameters:

        parent

          Required: Yes

          Location: path

          Description: Required. Parent value for `AggregateAssetsValuesRequest`.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+$

      Path: v1alpha1/{+parent}/assets:aggregateValues

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • migrationcenter.projects.locations.assets.get

      Parameter Order: name

      Path: v1alpha1/{+name}

      Description: Gets the details of an asset.

      Parameters:

        name

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/assets/[^/]+$

          Required: Yes

          Description: Required. Name of the resource.

        view

          Type: string

          Description: View of the assets. Defaults to BASIC.

          Enum:

        • ASSET_VIEW_UNSPECIFIED
        • ASSET_VIEW_BASIC
        • ASSET_VIEW_FULL
        • ASSET_VIEW_STANDARD
        • Enum Descriptions:

        • The asset view is not specified. The API displays the basic view by default.
        • The asset view includes only basic metadata of the asset.
        • The asset view includes all the metadata of an asset.
        • The asset view includes the standard metadata of an asset.
        • Location: query

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets/{assetsId}

      HTTP Method: GET

  • migrationcenter.projects.locations.assets.list

      Parameter Order: parent

      HTTP Method: GET

      Description: Lists all the assets in a given project and location.

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}/assets

      Path: v1alpha1/{+parent}/assets

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        filter

          Type: string

          Description: Filtering results.

          Location: query

        orderBy

          Type: string

          Location: query

          Description: Field to sort by. See https://google.aip.dev/132#ordering for more details.

        pageToken

          Description: A token identifying a page of results the server should return.

          Location: query

          Type: string

        view

          Enum:

        • ASSET_VIEW_UNSPECIFIED
        • ASSET_VIEW_BASIC
        • ASSET_VIEW_FULL
        • ASSET_VIEW_STANDARD
        • Location: query

          Enum Descriptions:

        • The asset view is not specified. The API displays the basic view by default.
        • The asset view includes only basic metadata of the asset.
        • The asset view includes all the metadata of an asset.
        • The asset view includes the standard metadata of an asset.
        • Type: string

          Description: View of the assets. Defaults to BASIC.

        parent

          Required: Yes

          Description: Required. Parent value for `ListAssetsRequest`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Type: string

        pageSize

          Location: query

          Format: int32

          Description: Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Type: integer