Network Services API (networkservices:v1beta1)

2022-01-10

5 removed methods

Deletions

    Methods
  • networkservices.projects.locations.serviceBindings.list

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

      HTTP Method : GET

      Parameter Order : parent

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/serviceBindings

      Parameters :

        pageSize

          Format : int32

          Description : Maximum number of ServiceBindings to return per call.

          Type : integer

          Location : query

        pageToken

          Type : string

          Description : The value returned by the last `ListServiceBindingsResponse` Indicates that this is a continuation of a prior `ListRouters` call, and that the system should return the next page of data.

          Location : query

        parent

          Type : string

          Location : path

          Required : Yes

          Description : Required. The project and location from which the ServiceBindings should be listed, specified in the format `projects/*/locations/global`.

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

      Path : v1beta1/{+parent}/serviceBindings

      Description : Lists ServiceBinding in a given project and location.

  • networkservices.projects.locations.serviceBindings.create

      Parameter Order : parent

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

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

      Path : v1beta1/{+parent}/serviceBindings

      Parameters :

        parent

          Description : Required. The parent resource of the ServiceBinding. Must be in the format `projects/*/locations/global`.

          Type : string

          Location : path

          Required : Yes

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

        serviceBindingId

          Description : Required. Short name of the ServiceBinding resource to be created.

          Location : query

          Type : string

      HTTP Method : POST

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/serviceBindings

  • networkservices.projects.locations.serviceBindings.get

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

      Path : v1beta1/{+name}

      Parameters :

        name

          Location : path

          Type : string

          Description : Required. A name of the ServiceBinding to get. Must be in the format `projects/*/locations/global/serviceBindings/*`.

          Required : Yes

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

      Description : Gets details of a single ServiceBinding.

      HTTP Method : GET

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/serviceBindings/{serviceBindingsId}

      Parameter Order : name

  • networkservices.projects.locations.serviceBindings.delete

      Parameter Order : name

      HTTP Method : DELETE

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/serviceBindings/{serviceBindingsId}

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

      Parameters :

        name

          Required : Yes

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

          Description : Required. A name of the ServiceBinding to delete. Must be in the format `projects/*/locations/global/serviceBindings/*`.

          Type : string

          Location : path

      Description : Deletes a single ServiceBinding.

  • networkservices.projects.locations.serviceBindings.patch

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

      Path : v1beta1/{+name}

      Description : Updates the parameters of a single ServiceBinding.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/serviceBindings/{serviceBindingsId}

      HTTP Method : PATCH

      Parameters :

        updateMask

          Format : google-fieldmask

          Type : string

          Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceBinding resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location : query

        name

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

          Type : string

          Location : path

          Description : Required. Name of the ServiceBinding resource. It matches pattern `projects/*/locations/global/serviceBindings/service_binding_name>`.

          Required : Yes

      Parameter Order : name