Network Services API (networkservices:v1beta1)

2022-01-11

5 new methods

Additions

    Methods
  • networkservices.projects.locations.serviceBindings.delete

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

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

      Description: Deletes a single ServiceBinding.

      Path: v1beta1/{+name}

      Parameter Order: name

      HTTP Method: DELETE

      Parameters:

        name

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

          Required: Yes

          Type: string

          Location: path

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

  • networkservices.projects.locations.serviceBindings.list

      Parameters:

        pageSize

          Type: integer

          Location: query

          Format: int32

          Description: Maximum number of ServiceBindings to return per call.

        parent

          Required: Yes

          Location: path

          Type: string

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

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

        pageToken

          Type: string

          Location: query

          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.

      Description: Lists ServiceBinding in a given project and location.

      HTTP Method: GET

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

      Path: v1beta1/{+parent}/serviceBindings

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

      Parameter Order: parent

  • networkservices.projects.locations.serviceBindings.patch

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

      Description: Updates the parameters of a single ServiceBinding.

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

      Path: v1beta1/{+name}

      Parameters:

        name

          Required: Yes

          Location: path

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

          Type: string

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

        updateMask

          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.

          Format: google-fieldmask

          Location: query

          Type: string

      Parameter Order: name

      HTTP Method: PATCH

  • networkservices.projects.locations.serviceBindings.get

      Parameter Order: name

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

      Parameters:

        name

          Type: string

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

          Location: path

          Required: Yes

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

      Path: v1beta1/{+name}

      Description: Gets details of a single ServiceBinding.

      HTTP Method: GET

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

  • networkservices.projects.locations.serviceBindings.create

      Path: v1beta1/{+parent}/serviceBindings

      Parameters:

        parent

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

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

          Type: string

          Required: Yes

          Location: path

        serviceBindingId

          Type: string

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

          Location: query

      Parameter Order: parent

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

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

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

      HTTP Method: POST