2025-06-04
▼ ▲ saasservicemgmt.projects.locations.list
Path : v1beta1/{+name}/locations
Flat Path : v1beta1/projects/{projectsId}/locations
HTTP Method : GET
Parameters :
name
Description : The resource that owns the locations collection, if applicable.
Pattern : ^projects/[^/]+$
Location : path
Required : Yes
Type : string
filter
Description : A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
Location : query
Type : string
pageSize
Description : The maximum number of results to return. If not set, the service selects a default.
Location : query
Type : integer
Format : int32
pageToken
Description : A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Location : query
Type : string
extraLocationTypes
Description : Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
Location : query
Repeated : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists information about the supported locations for this service.
▼ ▲ saasservicemgmt.projects.locations.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}
HTTP Method : GET
Parameters :
name
Description : Resource name for the location.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets information about a location.
▼ ▲ saasservicemgmt.projects.locations.saas.list
Path : v1beta1/{+parent}/saas
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/saas
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the saas.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of saas to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of saas.
▼ ▲ saasservicemgmt.projects.locations.saas.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/saas/{saasId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/saas/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single saas.
▼ ▲ saasservicemgmt.projects.locations.saas.create
Path : v1beta1/{+parent}/saas
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/saas
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the saas.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
saasId
Description : Required. The ID value for the new saas.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new saas.
▼ ▲ saasservicemgmt.projects.locations.saas.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/saas/{saasId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/saas/{saas}"
Pattern : ^projects/[^/]+/locations/[^/]+/saas/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the Saas 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 Saas will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single saas.
▼ ▲ saasservicemgmt.projects.locations.saas.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/saas/{saasId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/saas/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the saas. 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. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single saas.
▼ ▲ saasservicemgmt.projects.locations.tenants.list
Path : v1beta1/{+parent}/tenants
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tenants
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the tenant.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of tenants to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of tenants.
▼ ▲ saasservicemgmt.projects.locations.tenants.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tenants/{tenantsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/tenants/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single tenant.
▼ ▲ saasservicemgmt.projects.locations.tenants.create
Path : v1beta1/{+parent}/tenants
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tenants
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the tenant.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
tenantId
Description : Required. The ID value for the new tenant.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new tenant.
▼ ▲ saasservicemgmt.projects.locations.tenants.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tenants/{tenantsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/tenants/{tenant}"
Pattern : ^projects/[^/]+/locations/[^/]+/tenants/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the Tenant 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 Tenant will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single tenant.
▼ ▲ saasservicemgmt.projects.locations.tenants.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/tenants/{tenantsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/tenants/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the tenant. 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 tenant. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single tenant.
▼ ▲ saasservicemgmt.projects.locations.unitKinds.list
Path : v1beta1/{+parent}/unitKinds
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitKinds
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the unit kind.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of unit kinds to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of unit kinds.
▼ ▲ saasservicemgmt.projects.locations.unitKinds.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitKinds/{unitKindsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/unitKinds/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single unit kind.
▼ ▲ saasservicemgmt.projects.locations.unitKinds.create
Path : v1beta1/{+parent}/unitKinds
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitKinds
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the unit kind.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
unitKindId
Description : Required. The ID value for the new unit kind.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new unit kind.
▼ ▲ saasservicemgmt.projects.locations.unitKinds.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitKinds/{unitKindsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/unitKinds/{unitKind}"
Pattern : ^projects/[^/]+/locations/[^/]+/unitKinds/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the UnitKind 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 UnitKind will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single unit kind.
▼ ▲ saasservicemgmt.projects.locations.unitKinds.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitKinds/{unitKindsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/unitKinds/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the unit kind. 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 unit kind. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single unit kind.
▼ ▲ saasservicemgmt.projects.locations.units.list
Path : v1beta1/{+parent}/units
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/units
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the unit.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of units to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of units.
▼ ▲ saasservicemgmt.projects.locations.units.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/units/{unitsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/units/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single unit.
▼ ▲ saasservicemgmt.projects.locations.units.create
Path : v1beta1/{+parent}/units
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/units
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the unit.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
unitId
Description : Required. The ID value for the new unit.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new unit.
▼ ▲ saasservicemgmt.projects.locations.units.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/units/{unitsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/units/{unit}"
Pattern : ^projects/[^/]+/locations/[^/]+/units/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the Unit 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 Unit will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single unit.
▼ ▲ saasservicemgmt.projects.locations.units.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/units/{unitsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/units/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the unit. 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 unit. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single unit.
▼ ▲ saasservicemgmt.projects.locations.unitOperations.list
Path : v1beta1/{+parent}/unitOperations
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitOperations
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the unit operation.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of unit operations to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of unit operations.
▼ ▲ saasservicemgmt.projects.locations.unitOperations.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitOperations/{unitOperationsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/unitOperations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single unit operation.
▼ ▲ saasservicemgmt.projects.locations.unitOperations.create
Path : v1beta1/{+parent}/unitOperations
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitOperations
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the unit operation.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
unitOperationId
Description : Required. The ID value for the new unit operation.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new unit operation.
▼ ▲ saasservicemgmt.projects.locations.unitOperations.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitOperations/{unitOperationsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/unitOperations/{unitOperation}"
Pattern : ^projects/[^/]+/locations/[^/]+/unitOperations/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the UnitOperation 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 UnitOperation will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single unit operation.
▼ ▲ saasservicemgmt.projects.locations.unitOperations.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/unitOperations/{unitOperationsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/unitOperations/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the unit operation. 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 unit operation. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single unit operation.
▼ ▲ saasservicemgmt.projects.locations.releases.list
Path : v1beta1/{+parent}/releases
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/releases
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the release.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of releases to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of releases.
▼ ▲ saasservicemgmt.projects.locations.releases.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/releases/{releasesId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/releases/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single release.
▼ ▲ saasservicemgmt.projects.locations.releases.create
Path : v1beta1/{+parent}/releases
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/releases
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the release.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
releaseId
Description : Required. The ID value for the new release.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new release.
▼ ▲ saasservicemgmt.projects.locations.releases.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/releases/{releasesId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/releases/{release}"
Pattern : ^projects/[^/]+/locations/[^/]+/releases/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the Release 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 Release will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single release.
▼ ▲ saasservicemgmt.projects.locations.releases.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/releases/{releasesId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/releases/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the release. 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 release. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single release.
▼ ▲ saasservicemgmt.projects.locations.rollouts.list
Path : v1beta1/{+parent}/rollouts
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rollouts
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the rollout.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of rollouts to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of rollouts.
▼ ▲ saasservicemgmt.projects.locations.rollouts.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single rollout.
▼ ▲ saasservicemgmt.projects.locations.rollouts.create
Path : v1beta1/{+parent}/rollouts
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rollouts
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the rollout.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
rolloutId
Description : Required. The ID value for the new rollout.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new rollout.
▼ ▲ saasservicemgmt.projects.locations.rollouts.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/rollout/{rollout_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the Rollout 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 Rollout will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single rollout.
▼ ▲ saasservicemgmt.projects.locations.rollouts.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rollouts/{rolloutsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/rollouts/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the rollout. 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 rollout. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single rollout.
▼ ▲ saasservicemgmt.projects.locations.rolloutKinds.list
Path : v1beta1/{+parent}/rolloutKinds
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rolloutKinds
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the rollout kind.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of rollout kinds to send per page.
Location : query
Type : integer
Format : int32
pageToken
Description : The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.
Location : query
Type : string
filter
Description : Filter the list as specified in https://google.aip.dev/160.
Location : query
Type : string
orderBy
Description : Order results as specified in https://google.aip.dev/132.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a collection of rollout kinds.
▼ ▲ saasservicemgmt.projects.locations.rolloutKinds.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rolloutKinds/{rolloutKindsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/rolloutKinds/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single rollout kind.
▼ ▲ saasservicemgmt.projects.locations.rolloutKinds.create
Path : v1beta1/{+parent}/rolloutKinds
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rolloutKinds
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the rollout kind.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
rolloutKindId
Description : Required. The ID value for the new rollout kind.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a new rollout kind.
▼ ▲ saasservicemgmt.projects.locations.rolloutKinds.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rolloutKinds/{rolloutKindsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/rolloutKinds/{rollout_kind_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/rolloutKinds/[^/]+$
Location : path
Required : Yes
Type : string
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.
Location : query
Type : boolean
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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the RolloutKind 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 RolloutKind will be overwritten.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a single rollout kind.
▼ ▲ saasservicemgmt.projects.locations.rolloutKinds.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/rolloutKinds/{rolloutKindsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/rolloutKinds/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the rollout kind. 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 rollout kind. The Any wildcard (`*`) requires that the resource must already exists, and the Not Any wildcard (`!*`) requires that it must not.
Location : query
Type : string
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.
Location : query
Type : boolean
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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a single rollout kind.