Bare Metal Solution API (baremetalsolution:v2)

2022-03-03

3 new methods

Additions

    Methods
  • baremetalsolution.projects.locations.nfsShares.get

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

      HTTP Method: GET

      Path: v2/{+name}

      Parameter Order: name

      Parameters:

        name

          Description: Required. Name of the resource.

          Required: Yes

          Location: path

          Type: string

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

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}

      Description: Get details of a single NFS share.

  • baremetalsolution.projects.locations.nfsShares.patch

      HTTP Method: PATCH

      Parameter Order: name

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}

      Parameters:

        updateMask

          Description: The list of fields to update. The only currently supported fields are: `labels`

          Type: string

          Format: google-fieldmask

          Location: query

        name

          Type: string

          Location: path

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

          Description: Output only. The name of the NFS share.

          Required: Yes

      Path: v2/{+name}

      Description: Update details of a single NFS share.

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

  • baremetalsolution.projects.locations.nfsShares.list

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/nfsShares

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

      Description: List NFS shares.

      Parameters:

        parent

          Location: path

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

          Type: string

          Description: Required. Parent value for ListNfsSharesRequest.

          Required: Yes

        pageSize

          Location: query

          Format: int32

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

          Type: integer

        pageToken

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

          Type: string

          Location: query

        filter

          Location: query

          Type: string

          Description: List filter.

      Parameter Order: parent

      Path: v2/{+parent}/nfsShares

      HTTP Method: GET

3 removed methods

Deletions

    Methods
  • baremetalsolution.projects.locations.nfsShares.patch

      Parameter Order: name

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

      Path: v2/{+name}

      HTTP Method: PATCH

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}

      Parameters:

        name

          Required: Yes

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

          Description: Output only. The name of the NFS share.

          Location: path

          Type: string

        updateMask

          Type: string

          Format: google-fieldmask

          Description: The list of fields to update. The only currently supported fields are: `labels`

          Location: query

      Description: Update details of a single NFS share.

  • baremetalsolution.projects.locations.nfsShares.get

      Description: Get details of a single NFS share.

      Path: v2/{+name}

      Parameter Order: name

      Parameters:

        name

          Required: Yes

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

          Type: string

          Location: path

          Description: Required. Name of the resource.

      HTTP Method: GET

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}

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

  • baremetalsolution.projects.locations.nfsShares.list

      HTTP Method: GET

      Path: v2/{+parent}/nfsShares

      Flat Path: v2/projects/{projectsId}/locations/{locationsId}/nfsShares

      Description: List NFS shares.

      Parameter Order: parent

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

      Parameters:

        pageSize

          Location: query

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

          Format: int32

          Type: integer

        filter

          Location: query

          Description: List filter.

          Type: string

        parent

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

          Location: path

          Description: Required. Parent value for ListNfsSharesRequest.

          Type: string

          Required: Yes

        pageToken

          Type: string

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

          Location: query