2026-04-10
▼ ▲ saasservicemgmt.projects.locations.flags.list
Path : v1beta1/{+parent}/flags
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flags
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the flag.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of flags 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 flags.
▼ ▲ saasservicemgmt.projects.locations.flags.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flags/{flagsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flags/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single flag.
▼ ▲ saasservicemgmt.projects.locations.flags.create
Path : v1beta1/{+parent}/flags
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flags
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the flag.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
flagId
Description : Required. The ID value for the new flag.
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 flag.
▼ ▲ saasservicemgmt.projects.locations.flags.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flags/{flagsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/flags/{flag_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/flags/[^/]+$
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 Flag 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 Flag 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 flag.
▼ ▲ saasservicemgmt.projects.locations.flags.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flags/{flagsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flags/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the flag. 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 flag. 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 flag.
▼ ▲ saasservicemgmt.projects.locations.flagRevisions.list
Path : v1beta1/{+parent}/flagRevisions
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagRevisions
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the flag revision.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of flag revisions 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 flag revisions.
▼ ▲ saasservicemgmt.projects.locations.flagRevisions.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagRevisions/{flagRevisionsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flagRevisions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single flag revision.
▼ ▲ saasservicemgmt.projects.locations.flagRevisions.create
Path : v1beta1/{+parent}/flagRevisions
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagRevisions
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the flag revision.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
flagRevisionId
Description : Required. The ID value for the new flag revision.
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 flag revision.
▼ ▲ saasservicemgmt.projects.locations.flagRevisions.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagRevisions/{flagRevisionsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/flagRevisions/{flag_revision_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/flagRevisions/[^/]+$
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 FlagRevision 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 FlagRevision 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 flag revision.
▼ ▲ saasservicemgmt.projects.locations.flagRevisions.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagRevisions/{flagRevisionsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flagRevisions/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the flag revision. 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 flag revision. 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 flag revision.
▼ ▲ saasservicemgmt.projects.locations.flagReleases.list
Path : v1beta1/{+parent}/flagReleases
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagReleases
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the flag release.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of flag 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 flag releases.
▼ ▲ saasservicemgmt.projects.locations.flagReleases.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagReleases/{flagReleasesId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flagReleases/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single flag release.
▼ ▲ saasservicemgmt.projects.locations.flagReleases.create
Path : v1beta1/{+parent}/flagReleases
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagReleases
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the flag release.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
flagReleaseId
Description : Required. The ID value for the new flag 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 flag release.
▼ ▲ saasservicemgmt.projects.locations.flagReleases.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagReleases/{flagReleasesId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/flagReleases/{flag_release_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/flagReleases/[^/]+$
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 FlagRelease 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 FlagRelease 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 flag release.
▼ ▲ saasservicemgmt.projects.locations.flagReleases.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagReleases/{flagReleasesId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flagReleases/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the flag 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 flag 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 flag release.
▼ ▲ saasservicemgmt.projects.locations.flagAttributes.list
Path : v1beta1/{+parent}/flagAttributes
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagAttributes
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the flag attribute.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of flag attributes 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 flag attributes.
▼ ▲ saasservicemgmt.projects.locations.flagAttributes.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagAttributes/{flagAttributesId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flagAttributes/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single flag attribute.
▼ ▲ saasservicemgmt.projects.locations.flagAttributes.create
Path : v1beta1/{+parent}/flagAttributes
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagAttributes
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the flag attribute.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
flagAttributeId
Description : Required. The ID value for the new flag attribute.
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 flag attribute.
▼ ▲ saasservicemgmt.projects.locations.flagAttributes.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagAttributes/{flagAttributesId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/flagAttributes/{flag_attribute_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/flagAttributes/[^/]+$
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 FlagAttribute 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 FlagAttribute 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 flag attribute.
▼ ▲ saasservicemgmt.projects.locations.flagAttributes.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/flagAttributes/{flagAttributesId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/flagAttributes/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the flag attribute. 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 flag attribute. 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 flag attribute.