Network Services API (networkservices:v1beta1)

2022-03-18

36 removed methods

Deletions

    Methods
  • networkservices.projects.locations.grpcRoutes.delete

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/grpcRoutes/{grpcRoutesId}

      Parameter Order: name

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

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

      HTTP Method: DELETE

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

      Description: Deletes a single GrpcRoute.

  • networkservices.projects.locations.grpcRoutes.get

      Path: v1beta1/{+name}

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

      Parameter Order: name

      Description: Gets details of a single GrpcRoute.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/grpcRoutes/{grpcRoutesId}

      Parameters:

        name

          Required: Yes

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

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

          Location: path

          Type: string

      HTTP Method: GET

  • networkservices.projects.locations.grpcRoutes.create

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

      Parameter Order: parent

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

      HTTP Method: POST

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

      Path: v1beta1/{+parent}/grpcRoutes

      Parameters:

        parent

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

          Required: Yes

          Location: path

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

          Type: string

        grpcRouteId

          Type: string

          Location: query

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

  • networkservices.projects.locations.grpcRoutes.list

      Parameter Order: parent

      Parameters:

        pageSize

          Description: Maximum number of GrpcRoutes to return per call.

          Format: int32

          Type: integer

          Location: query

        parent

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

          Required: Yes

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

          Location: path

          Type: string

        pageToken

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

          Location: query

          Type: string

      HTTP Method: GET

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

      Description: Lists GrpcRoutes in a given project and location.

      Path: v1beta1/{+parent}/grpcRoutes

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

  • networkservices.projects.locations.grpcRoutes.patch

      Description: Updates the parameters of a single GrpcRoute.

      Path: v1beta1/{+name}

      Parameter Order: name

      HTTP Method: PATCH

      Parameters:

        name

          Location: path

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

          Type: string

          Required: Yes

          Description: Required. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`

        updateMask

          Format: google-fieldmask

          Type: string

          Description: Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute 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

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/grpcRoutes/{grpcRoutesId}

  • networkservices.projects.locations.tcpRoutes.get

      Parameter Order: name

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tcpRoutes/{tcpRoutesId}

      Description: Gets details of a single TcpRoute.

      HTTP Method: GET

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

      Parameters:

        name

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

          Type: string

          Required: Yes

          Location: path

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

  • networkservices.projects.locations.tcpRoutes.patch

      Parameter Order: name

      Path: v1beta1/{+name}

      HTTP Method: PATCH

      Description: Updates the parameters of a single TcpRoute.

      Parameters:

        name

          Type: string

          Location: path

          Description: Required. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.

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

          Required: Yes

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the TcpRoute 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.

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tcpRoutes/{tcpRoutesId}

  • networkservices.projects.locations.tcpRoutes.list

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

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

      HTTP Method: GET

      Description: Lists TcpRoute in a given project and location.

      Path: v1beta1/{+parent}/tcpRoutes

      Parameters:

        pageSize

          Description: Maximum number of TcpRoutes to return per call.

          Type: integer

          Location: query

          Format: int32

        pageToken

          Type: string

          Description: The value returned by the last `ListTcpRoutesResponse` 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

          Required: Yes

          Location: path

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

          Type: string

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

      Parameter Order: parent

  • networkservices.projects.locations.tcpRoutes.create

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

      Parameters:

        tcpRouteId

          Location: query

          Type: string

          Description: Required. Short name of the TcpRoute resource to be created. E.g. TODO(Add an example).

        parent

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

          Required: Yes

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

          Location: path

          Type: string

      Parameter Order: parent

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

      Path: v1beta1/{+parent}/tcpRoutes

      HTTP Method: POST

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

  • networkservices.projects.locations.tcpRoutes.delete

      Parameters:

        name

          Type: string

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

          Location: path

          Required: Yes

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

      Parameter Order: name

      Description: Deletes a single TcpRoute.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tcpRoutes/{tcpRoutesId}

      HTTP Method: DELETE

      Path: v1beta1/{+name}

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

  • networkservices.projects.locations.httpRoutes.create

      Path: v1beta1/{+parent}/httpRoutes

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

      Parameter Order: parent

      Parameters:

        httpRouteId

          Type: string

          Location: query

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

        parent

          Required: Yes

          Location: path

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

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

          Type: string

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

      HTTP Method: POST

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

  • networkservices.projects.locations.httpRoutes.delete

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

      HTTP Method: DELETE

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/httpRoutes/{httpRoutesId}

      Path: v1beta1/{+name}

      Description: Deletes a single HttpRoute.

      Parameters:

        name

          Required: Yes

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

          Type: string

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

          Location: path

  • networkservices.projects.locations.httpRoutes.get

      Parameters:

        name

          Type: string

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

          Location: path

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

          Required: Yes

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

      HTTP Method: GET

      Description: Gets details of a single HttpRoute.

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/httpRoutes/{httpRoutesId}

      Parameter Order: name

  • networkservices.projects.locations.httpRoutes.patch

      Parameter Order: name

      HTTP Method: PATCH

      Parameters:

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the HttpRoute 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.

          Type: string

          Location: query

          Format: google-fieldmask

        name

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

          Type: string

          Description: Required. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.

          Required: Yes

          Location: path

      Description: Updates the parameters of a single HttpRoute.

      Path: v1beta1/{+name}

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/httpRoutes/{httpRoutesId}

  • networkservices.projects.locations.httpRoutes.list

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

      Path: v1beta1/{+parent}/httpRoutes

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

      HTTP Method: GET

      Parameters:

        pageSize

          Description: Maximum number of HttpRoutes to return per call.

          Type: integer

          Format: int32

          Location: query

        pageToken

          Type: string

          Location: query

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

        parent

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

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

          Type: string

          Required: Yes

          Location: path

      Parameter Order: parent

      Description: Lists HttpRoute in a given project and location.

  • networkservices.projects.locations.meshes.getIamPolicy

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

      Path: v1beta1/{+resource}:getIamPolicy

      Parameter Order: resource

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}:getIamPolicy

      Parameters:

        resource

          Description: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

          Location: path

          Required: Yes

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

          Type: string

        options.requestedPolicyVersion

          Format: int32

          Location: query

          Description: Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

          Type: integer

      Description: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

      HTTP Method: GET

  • networkservices.projects.locations.meshes.testIamPermissions

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}:testIamPermissions

      Path: v1beta1/{+resource}:testIamPermissions

      Parameters:

        resource

          Required: Yes

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

          Type: string

          Description: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.

          Location: path

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

      HTTP Method: POST

      Parameter Order: resource

      Description: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

  • networkservices.projects.locations.meshes.get

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

      Path: v1beta1/{+name}

      Description: Gets details of a single Mesh.

      Parameter Order: name

      HTTP Method: GET

      Parameters:

        name

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

          Type: string

          Required: Yes

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

          Location: path

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}

  • networkservices.projects.locations.meshes.list

      HTTP Method: GET

      Parameter Order: parent

      Description: Lists Meshes in a given project and location.

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

      Parameters:

        pageSize

          Location: query

          Format: int32

          Type: integer

          Description: Maximum number of Meshes to return per call.

        pageToken

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

          Location: query

          Type: string

        parent

          Location: path

          Type: string

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

          Required: Yes

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

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

      Path: v1beta1/{+parent}/meshes

  • networkservices.projects.locations.meshes.delete

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}

      Path: v1beta1/{+name}

      Parameter Order: name

      Parameters:

        name

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

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

          Required: Yes

          Type: string

          Location: path

      Description: Deletes a single Mesh.

      HTTP Method: DELETE

  • networkservices.projects.locations.meshes.patch

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

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}

      Description: Updates the parameters of a single Mesh.

      Parameters:

        updateMask

          Type: string

          Description: Optional. Field mask is used to specify the fields to be overwritten in the Mesh 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

          Format: google-fieldmask

        name

          Required: Yes

          Location: path

          Type: string

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

          Description: Required. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.

      Path: v1beta1/{+name}

      HTTP Method: PATCH

  • networkservices.projects.locations.meshes.create

      Parameter Order: parent

      Parameters:

        parent

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

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

          Required: Yes

          Type: string

          Location: path

        meshId

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

          Type: string

          Location: query

      Path: v1beta1/{+parent}/meshes

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

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

      HTTP Method: POST

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

  • networkservices.projects.locations.meshes.setIamPolicy

      Parameter Order: resource

      Description: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

      Path: v1beta1/{+resource}:setIamPolicy

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}:setIamPolicy

      HTTP Method: POST

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

      Parameters:

        resource

          Location: path

          Required: Yes

          Type: string

          Description: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

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

  • networkservices.projects.locations.gateways.get

      Path: v1beta1/{+name}

      Description: Gets details of a single Gateway.

      HTTP Method: GET

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

      Parameters:

        name

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

          Required: Yes

          Location: path

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

          Type: string

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}

      Parameter Order: name

  • networkservices.projects.locations.gateways.testIamPermissions

      Parameter Order: resource

      Parameters:

        resource

          Location: path

          Type: string

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

          Description: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.

          Required: Yes

      HTTP Method: POST

      Path: v1beta1/{+resource}:testIamPermissions

      Description: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}:testIamPermissions

  • networkservices.projects.locations.gateways.patch

      Path: v1beta1/{+name}

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

      Parameter Order: name

      Description: Updates the parameters of a single Gateway.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}

      HTTP Method: PATCH

      Parameters:

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the Gateway 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

          Format: google-fieldmask

          Type: string

        name

          Type: string

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

          Description: Required. Name of the Gateway resource. It matches pattern `projects/*/locations/global/gateways/`.

          Location: path

          Required: Yes

  • networkservices.projects.locations.gateways.delete

      Path: v1beta1/{+name}

      Description: Deletes a single Gateway.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}

      Parameters:

        name

          Required: Yes

          Location: path

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

          Type: string

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

      HTTP Method: DELETE

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

      Parameter Order: name

  • networkservices.projects.locations.gateways.setIamPolicy

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}:setIamPolicy

      Description: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

      HTTP Method: POST

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

      Parameter Order: resource

      Parameters:

        resource

          Required: Yes

          Location: path

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

          Type: string

          Description: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

      Path: v1beta1/{+resource}:setIamPolicy

  • networkservices.projects.locations.gateways.create

      Parameters:

        parent

          Location: path

          Required: Yes

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

          Type: string

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

        gatewayId

          Type: string

          Location: query

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

      Parameter Order: parent

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

      HTTP Method: POST

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

      Path: v1beta1/{+parent}/gateways

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

  • networkservices.projects.locations.gateways.getIamPolicy

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}:getIamPolicy

      Parameter Order: resource

      Description: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

      Path: v1beta1/{+resource}:getIamPolicy

      Parameters:

        resource

          Required: Yes

          Location: path

          Type: string

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

          Description: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

        options.requestedPolicyVersion

          Description: Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

          Type: integer

          Format: int32

          Location: query

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

      HTTP Method: GET

  • networkservices.projects.locations.gateways.list

      Description: Lists Gateways in a given project and location.

      Parameters:

        pageToken

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

          Location: query

          Type: string

        pageSize

          Description: Maximum number of Gateways to return per call.

          Location: query

          Type: integer

          Format: int32

        parent

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

          Type: string

          Required: Yes

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

          Location: path

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

      HTTP Method: GET

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

      Parameter Order: parent

      Path: v1beta1/{+parent}/gateways

  • networkservices.projects.locations.tlsRoutes.create

      Path: v1beta1/{+parent}/tlsRoutes

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

      HTTP Method: POST

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

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

      Parameter Order: parent

      Parameters:

        parent

          Type: string

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

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

          Required: Yes

          Location: path

        tlsRouteId

          Type: string

          Location: query

          Description: Required. Short name of the TlsRoute resource to be created. E.g. TODO(Add an example).

  • networkservices.projects.locations.tlsRoutes.patch

      Path: v1beta1/{+name}

      Description: Updates the parameters of a single TlsRoute.

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

      Parameters:

        name

          Type: string

          Description: Required. Name of the TlsRoute resource. It matches pattern `projects/*/locations/global/tlsRoutes/tls_route_name>`.

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

          Location: path

          Required: Yes

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the TlsRoute 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.

          Type: string

          Format: google-fieldmask

          Location: query

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tlsRoutes/{tlsRoutesId}

      HTTP Method: PATCH

      Parameter Order: name

  • networkservices.projects.locations.tlsRoutes.delete

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tlsRoutes/{tlsRoutesId}

      Parameters:

        name

          Location: path

          Required: Yes

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

          Type: string

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

      HTTP Method: DELETE

      Description: Deletes a single TlsRoute.

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

      Parameter Order: name

  • networkservices.projects.locations.tlsRoutes.get

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tlsRoutes/{tlsRoutesId}

      Parameter Order: name

      Path: v1beta1/{+name}

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

      Description: Gets details of a single TlsRoute.

      HTTP Method: GET

  • networkservices.projects.locations.tlsRoutes.list

      Parameters:

        pageToken

          Location: query

          Type: string

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

        parent

          Location: path

          Type: string

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

          Required: Yes

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

        pageSize

          Type: integer

          Location: query

          Description: Maximum number of TlsRoutes to return per call.

          Format: int32

      Path: v1beta1/{+parent}/tlsRoutes

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

      Parameter Order: parent

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

      Description: Lists TlsRoute in a given project and location.

      HTTP Method: GET

36 new methods

Additions

    Methods
  • networkservices.projects.locations.grpcRoutes.delete

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/grpcRoutes/{grpcRoutesId}

      Parameter Order: name

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

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

      HTTP Method: DELETE

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

      Description: Deletes a single GrpcRoute.

  • networkservices.projects.locations.grpcRoutes.get

      Path: v1beta1/{+name}

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

      Parameter Order: name

      Description: Gets details of a single GrpcRoute.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/grpcRoutes/{grpcRoutesId}

      Parameters:

        name

          Required: Yes

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

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

          Location: path

          Type: string

      HTTP Method: GET

  • networkservices.projects.locations.grpcRoutes.create

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

      Parameter Order: parent

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

      HTTP Method: POST

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

      Path: v1beta1/{+parent}/grpcRoutes

      Parameters:

        parent

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

          Required: Yes

          Location: path

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

          Type: string

        grpcRouteId

          Type: string

          Location: query

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

  • networkservices.projects.locations.grpcRoutes.list

      Parameter Order: parent

      Parameters:

        pageSize

          Description: Maximum number of GrpcRoutes to return per call.

          Format: int32

          Type: integer

          Location: query

        parent

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

          Required: Yes

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

          Location: path

          Type: string

        pageToken

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

          Location: query

          Type: string

      HTTP Method: GET

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

      Description: Lists GrpcRoutes in a given project and location.

      Path: v1beta1/{+parent}/grpcRoutes

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

  • networkservices.projects.locations.grpcRoutes.patch

      Description: Updates the parameters of a single GrpcRoute.

      Path: v1beta1/{+name}

      Parameter Order: name

      HTTP Method: PATCH

      Parameters:

        name

          Location: path

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

          Type: string

          Required: Yes

          Description: Required. Name of the GrpcRoute resource. It matches pattern `projects/*/locations/global/grpcRoutes/`

        updateMask

          Format: google-fieldmask

          Type: string

          Description: Optional. Field mask is used to specify the fields to be overwritten in the GrpcRoute 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

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/grpcRoutes/{grpcRoutesId}

  • networkservices.projects.locations.tcpRoutes.get

      Parameter Order: name

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tcpRoutes/{tcpRoutesId}

      Description: Gets details of a single TcpRoute.

      HTTP Method: GET

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

      Parameters:

        name

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

          Type: string

          Required: Yes

          Location: path

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

  • networkservices.projects.locations.tcpRoutes.patch

      Parameter Order: name

      Path: v1beta1/{+name}

      HTTP Method: PATCH

      Description: Updates the parameters of a single TcpRoute.

      Parameters:

        name

          Type: string

          Location: path

          Description: Required. Name of the TcpRoute resource. It matches pattern `projects/*/locations/global/tcpRoutes/tcp_route_name>`.

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

          Required: Yes

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the TcpRoute 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.

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tcpRoutes/{tcpRoutesId}

  • networkservices.projects.locations.tcpRoutes.list

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

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

      HTTP Method: GET

      Description: Lists TcpRoute in a given project and location.

      Path: v1beta1/{+parent}/tcpRoutes

      Parameters:

        pageSize

          Description: Maximum number of TcpRoutes to return per call.

          Type: integer

          Location: query

          Format: int32

        pageToken

          Type: string

          Description: The value returned by the last `ListTcpRoutesResponse` 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

          Required: Yes

          Location: path

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

          Type: string

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

      Parameter Order: parent

  • networkservices.projects.locations.tcpRoutes.create

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

      Parameters:

        tcpRouteId

          Location: query

          Type: string

          Description: Required. Short name of the TcpRoute resource to be created. E.g. TODO(Add an example).

        parent

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

          Required: Yes

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

          Location: path

          Type: string

      Parameter Order: parent

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

      Path: v1beta1/{+parent}/tcpRoutes

      HTTP Method: POST

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

  • networkservices.projects.locations.tcpRoutes.delete

      Parameters:

        name

          Type: string

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

          Location: path

          Required: Yes

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

      Parameter Order: name

      Description: Deletes a single TcpRoute.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tcpRoutes/{tcpRoutesId}

      HTTP Method: DELETE

      Path: v1beta1/{+name}

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

  • networkservices.projects.locations.httpRoutes.create

      Path: v1beta1/{+parent}/httpRoutes

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

      Parameter Order: parent

      Parameters:

        httpRouteId

          Type: string

          Location: query

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

        parent

          Required: Yes

          Location: path

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

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

          Type: string

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

      HTTP Method: POST

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

  • networkservices.projects.locations.httpRoutes.delete

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

      HTTP Method: DELETE

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/httpRoutes/{httpRoutesId}

      Path: v1beta1/{+name}

      Description: Deletes a single HttpRoute.

      Parameters:

        name

          Required: Yes

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

          Type: string

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

          Location: path

  • networkservices.projects.locations.httpRoutes.get

      Parameters:

        name

          Type: string

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

          Location: path

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

          Required: Yes

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

      HTTP Method: GET

      Description: Gets details of a single HttpRoute.

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/httpRoutes/{httpRoutesId}

      Parameter Order: name

  • networkservices.projects.locations.httpRoutes.patch

      Parameter Order: name

      HTTP Method: PATCH

      Parameters:

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the HttpRoute 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.

          Type: string

          Location: query

          Format: google-fieldmask

        name

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

          Type: string

          Description: Required. Name of the HttpRoute resource. It matches pattern `projects/*/locations/global/httpRoutes/http_route_name>`.

          Required: Yes

          Location: path

      Description: Updates the parameters of a single HttpRoute.

      Path: v1beta1/{+name}

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/httpRoutes/{httpRoutesId}

  • networkservices.projects.locations.httpRoutes.list

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

      Path: v1beta1/{+parent}/httpRoutes

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

      HTTP Method: GET

      Parameters:

        pageSize

          Description: Maximum number of HttpRoutes to return per call.

          Type: integer

          Format: int32

          Location: query

        pageToken

          Type: string

          Location: query

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

        parent

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

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

          Type: string

          Required: Yes

          Location: path

      Parameter Order: parent

      Description: Lists HttpRoute in a given project and location.

  • networkservices.projects.locations.meshes.getIamPolicy

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

      Path: v1beta1/{+resource}:getIamPolicy

      Parameter Order: resource

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}:getIamPolicy

      Parameters:

        resource

          Description: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

          Location: path

          Required: Yes

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

          Type: string

        options.requestedPolicyVersion

          Format: int32

          Location: query

          Description: Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

          Type: integer

      Description: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

      HTTP Method: GET

  • networkservices.projects.locations.meshes.testIamPermissions

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}:testIamPermissions

      Path: v1beta1/{+resource}:testIamPermissions

      Parameters:

        resource

          Required: Yes

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

          Type: string

          Description: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.

          Location: path

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

      HTTP Method: POST

      Parameter Order: resource

      Description: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

  • networkservices.projects.locations.meshes.get

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

      Path: v1beta1/{+name}

      Description: Gets details of a single Mesh.

      Parameter Order: name

      HTTP Method: GET

      Parameters:

        name

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

          Type: string

          Required: Yes

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

          Location: path

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}

  • networkservices.projects.locations.meshes.list

      HTTP Method: GET

      Parameter Order: parent

      Description: Lists Meshes in a given project and location.

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

      Parameters:

        pageSize

          Location: query

          Format: int32

          Type: integer

          Description: Maximum number of Meshes to return per call.

        pageToken

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

          Location: query

          Type: string

        parent

          Location: path

          Type: string

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

          Required: Yes

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

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

      Path: v1beta1/{+parent}/meshes

  • networkservices.projects.locations.meshes.delete

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}

      Path: v1beta1/{+name}

      Parameter Order: name

      Parameters:

        name

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

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

          Required: Yes

          Type: string

          Location: path

      Description: Deletes a single Mesh.

      HTTP Method: DELETE

  • networkservices.projects.locations.meshes.patch

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

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}

      Description: Updates the parameters of a single Mesh.

      Parameters:

        updateMask

          Type: string

          Description: Optional. Field mask is used to specify the fields to be overwritten in the Mesh 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

          Format: google-fieldmask

        name

          Required: Yes

          Location: path

          Type: string

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

          Description: Required. Name of the Mesh resource. It matches pattern `projects/*/locations/global/meshes/`.

      Path: v1beta1/{+name}

      HTTP Method: PATCH

  • networkservices.projects.locations.meshes.create

      Parameter Order: parent

      Parameters:

        parent

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

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

          Required: Yes

          Type: string

          Location: path

        meshId

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

          Type: string

          Location: query

      Path: v1beta1/{+parent}/meshes

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

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

      HTTP Method: POST

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

  • networkservices.projects.locations.meshes.setIamPolicy

      Parameter Order: resource

      Description: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

      Path: v1beta1/{+resource}:setIamPolicy

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}:setIamPolicy

      HTTP Method: POST

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

      Parameters:

        resource

          Location: path

          Required: Yes

          Type: string

          Description: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

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

  • networkservices.projects.locations.gateways.get

      Path: v1beta1/{+name}

      Description: Gets details of a single Gateway.

      HTTP Method: GET

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

      Parameters:

        name

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

          Required: Yes

          Location: path

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

          Type: string

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}

      Parameter Order: name

  • networkservices.projects.locations.gateways.testIamPermissions

      Parameter Order: resource

      Parameters:

        resource

          Location: path

          Type: string

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

          Description: REQUIRED: The resource for which the policy detail is being requested. See the operation documentation for the appropriate value for this field.

          Required: Yes

      HTTP Method: POST

      Path: v1beta1/{+resource}:testIamPermissions

      Description: Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}:testIamPermissions

  • networkservices.projects.locations.gateways.patch

      Path: v1beta1/{+name}

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

      Parameter Order: name

      Description: Updates the parameters of a single Gateway.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}

      HTTP Method: PATCH

      Parameters:

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the Gateway 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

          Format: google-fieldmask

          Type: string

        name

          Type: string

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

          Description: Required. Name of the Gateway resource. It matches pattern `projects/*/locations/global/gateways/`.

          Location: path

          Required: Yes

  • networkservices.projects.locations.gateways.delete

      Path: v1beta1/{+name}

      Description: Deletes a single Gateway.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}

      Parameters:

        name

          Required: Yes

          Location: path

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

          Type: string

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

      HTTP Method: DELETE

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

      Parameter Order: name

  • networkservices.projects.locations.gateways.setIamPolicy

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}:setIamPolicy

      Description: Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.

      HTTP Method: POST

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

      Parameter Order: resource

      Parameters:

        resource

          Required: Yes

          Location: path

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

          Type: string

          Description: REQUIRED: The resource for which the policy is being specified. See the operation documentation for the appropriate value for this field.

      Path: v1beta1/{+resource}:setIamPolicy

  • networkservices.projects.locations.gateways.create

      Parameters:

        parent

          Location: path

          Required: Yes

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

          Type: string

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

        gatewayId

          Type: string

          Location: query

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

      Parameter Order: parent

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

      HTTP Method: POST

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

      Path: v1beta1/{+parent}/gateways

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

  • networkservices.projects.locations.gateways.getIamPolicy

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}:getIamPolicy

      Parameter Order: resource

      Description: Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

      Path: v1beta1/{+resource}:getIamPolicy

      Parameters:

        resource

          Required: Yes

          Location: path

          Type: string

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

          Description: REQUIRED: The resource for which the policy is being requested. See the operation documentation for the appropriate value for this field.

        options.requestedPolicyVersion

          Description: Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).

          Type: integer

          Format: int32

          Location: query

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

      HTTP Method: GET

  • networkservices.projects.locations.gateways.list

      Description: Lists Gateways in a given project and location.

      Parameters:

        pageToken

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

          Location: query

          Type: string

        pageSize

          Description: Maximum number of Gateways to return per call.

          Location: query

          Type: integer

          Format: int32

        parent

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

          Type: string

          Required: Yes

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

          Location: path

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

      HTTP Method: GET

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

      Parameter Order: parent

      Path: v1beta1/{+parent}/gateways

  • networkservices.projects.locations.tlsRoutes.create

      Path: v1beta1/{+parent}/tlsRoutes

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

      HTTP Method: POST

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

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

      Parameter Order: parent

      Parameters:

        parent

          Type: string

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

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

          Required: Yes

          Location: path

        tlsRouteId

          Type: string

          Location: query

          Description: Required. Short name of the TlsRoute resource to be created. E.g. TODO(Add an example).

  • networkservices.projects.locations.tlsRoutes.patch

      Path: v1beta1/{+name}

      Description: Updates the parameters of a single TlsRoute.

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

      Parameters:

        name

          Type: string

          Description: Required. Name of the TlsRoute resource. It matches pattern `projects/*/locations/global/tlsRoutes/tls_route_name>`.

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

          Location: path

          Required: Yes

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the TlsRoute 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.

          Type: string

          Format: google-fieldmask

          Location: query

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tlsRoutes/{tlsRoutesId}

      HTTP Method: PATCH

      Parameter Order: name

  • networkservices.projects.locations.tlsRoutes.delete

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tlsRoutes/{tlsRoutesId}

      Parameters:

        name

          Location: path

          Required: Yes

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

          Type: string

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

      HTTP Method: DELETE

      Description: Deletes a single TlsRoute.

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

      Parameter Order: name

  • networkservices.projects.locations.tlsRoutes.get

      Parameters:

        name

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

          Required: Yes

          Location: path

          Type: string

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

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/tlsRoutes/{tlsRoutesId}

      Parameter Order: name

      Path: v1beta1/{+name}

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

      Description: Gets details of a single TlsRoute.

      HTTP Method: GET

  • networkservices.projects.locations.tlsRoutes.list

      Parameters:

        pageToken

          Location: query

          Type: string

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

        parent

          Location: path

          Type: string

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

          Required: Yes

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

        pageSize

          Type: integer

          Location: query

          Description: Maximum number of TlsRoutes to return per call.

          Format: int32

      Path: v1beta1/{+parent}/tlsRoutes

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

      Parameter Order: parent

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

      Description: Lists TlsRoute in a given project and location.

      HTTP Method: GET