2025-09-25
▼ ▲ saasservicemgmt.projects.locations.replicationsInternal.list
Path : v1beta1/{+parent}/replicationsInternal
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/replicationsInternal
HTTP Method : GET
Parameters :
parent
Description : Required. The parent of the replication internal.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : The maximum number of replication internals 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 replication internals.
▼ ▲ saasservicemgmt.projects.locations.replicationsInternal.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/replicationsInternal/{replicationsInternalId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/replicationsInternal/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieve a single replication internal.
▼ ▲ saasservicemgmt.projects.locations.replicationsInternal.create
Path : v1beta1/{+parent}/replicationsInternal
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/replicationsInternal
HTTP Method : POST
Parameters :
parent
Description : Required. The parent of the replication internal.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
replicationInternalId
Description : Required. The ID value for the new replication internal.
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 replication internal.
▼ ▲ saasservicemgmt.projects.locations.replicationsInternal.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/replicationsInternal/{replicationsInternalId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/replicationInternal/{replication_internal_id}"
Pattern : ^projects/[^/]+/locations/[^/]+/replicationsInternal/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the replication internal. 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 replication internal. 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
updateMask
Description : Field mask is used to specify the fields to be overwritten in the ReplicationInternal 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 ReplicationInternal 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 replication internal.
▼ ▲ saasservicemgmt.projects.locations.replicationsInternal.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/replicationsInternal/{replicationsInternalId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the resource within a service.
Pattern : ^projects/[^/]+/locations/[^/]+/replicationsInternal/[^/]+$
Location : path
Required : Yes
Type : string
etag
Description : The etag known to the client for the expected state of the replication internal. 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 replication internal. 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 replication internal.