SaaS Runtime API (saasservicemgmt:v1)

2026-03-12

5 removed methods

Deletions

    Methods
  • saasservicemgmt.projects.locations.saasTypes.get

      Parameter Order : name

      Parameters :

        name

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

          Type : string

          Location : path

          Description : Required. The resource name of the resource within a service.

          Required : Yes

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/saasTypes/{saasTypesId}

      Description : Retrieve a single saas type.

      Path : v1/{+name}

      HTTP Method : GET

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

  • saasservicemgmt.projects.locations.saasTypes.list

      Description : Retrieve a collection of saas types.

      HTTP Method : GET

      Path : v1/{+parent}/saasTypes

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/saasTypes

      Parameters :

        orderBy

          Type : string

          Description : Order results as specified in https://google.aip.dev/132.

          Location : query

        pageSize

          Format : int32

          Description : The maximum number of saas types to send per page.

          Type : integer

          Location : query

        pageToken

          Location : query

          Type : string

          Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

        parent

          Description : Required. The parent of the saas type.

          Location : path

          Type : string

          Required : Yes

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

        filter

          Location : query

          Description : Filter the list as specified in https://google.aip.dev/160.

          Type : string

      Parameter Order : parent

  • saasservicemgmt.projects.locations.saasTypes.create

      Path : v1/{+parent}/saasTypes

      Description : Create a new saas type.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/saasTypes

      Parameter Order : parent

      HTTP Method : POST

      Parameters :

        saasTypeId

          Location : query

          Type : string

          Description : Required. The ID value for the new saas type.

        requestId

          Location : query

          Type : string

          Description : 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).

        validateOnly

          Description : If "validate_only" is set to true, the service will try to validate that this request would succeed, but will not actually make changes.

          Type : boolean

          Location : query

        parent

          Type : string

          Required : Yes

          Location : path

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

          Description : Required. The parent of the saas type.

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

  • saasservicemgmt.projects.locations.saasTypes.delete

      Path : v1/{+name}

      Parameter Order : name

      Description : Delete a single saas type.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/saasTypes/{saasTypesId}

      Parameters :

        name

          Required : Yes

          Description : Required. The resource name of the resource within a service.

          Type : string

          Location : path

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

        validateOnly

          Location : query

          Description : If "validate_only" is set to true, the service will try to validate that this request would succeed, but will not actually make changes.

          Type : boolean

        etag

          Type : string

          Description : The etag known to the client for the expected state of the saas type. This is used with state-changing methods to prevent accidental overwrites when multiple user agents might be acting in parallel on the same resource. An etag wildcard provide optimistic concurrency based on the expected existence of the saas type. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.

          Location : query

        requestId

          Description : 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

      HTTP Method : DELETE

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

  • saasservicemgmt.projects.locations.saasTypes.patch

      Path : v1/{+name}

      Parameters :

        validateOnly

          Description : If "validate_only" is set to true, the service will try to validate that this request would succeed, but will not actually make changes.

          Type : boolean

          Location : query

        updateMask

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

          Location : query

          Format : google-fieldmask

          Type : string

        requestId

          Location : query

          Type : string

          Description : 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).

        name

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

          Type : string

          Required : Yes

          Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/saasTypes/{saasType}"

          Location : path

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/saasTypes/{saasTypesId}

      Description : Update a single saas type.

      Parameter Order : name

      HTTP Method : PATCH