2023-12-08
▼ ▲ clouddeploy.projects.locations.customTargetTypes.list
Path : v1/{+parent}/customTargetTypes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/customTargetTypes
HTTP Method : GET
Parameters :
parent
Description : Required. The parent that owns this collection of custom target types. Format must be `projects/{project_id}/locations/{location_name}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of `CustomTargetType` objects to return. The service may return fewer than this value. If unspecified, at most 50 `CustomTargetType` objects will be returned. The maximum value is 1000; values above 1000 will be set to 1000.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A page token, received from a previous `ListCustomTargetTypes` call. Provide this to retrieve the subsequent page. When paginating, all other provided parameters match the call that provided the page token.
Location : query
Type : string
filter
Description : Optional. Filter custom target types to be returned. See https://google.aip.dev/160 for more details.
Location : query
Type : string
orderBy
Description : Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists CustomTargetTypes in a given project and location.
▼ ▲ clouddeploy.projects.locations.customTargetTypes.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/customTargetTypes/{customTargetTypesId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the `CustomTargetType`. Format must be `projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}`.
Pattern : ^projects/[^/]+/locations/[^/]+/customTargetTypes/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single CustomTargetType.
▼ ▲ clouddeploy.projects.locations.customTargetTypes.create
Path : v1/{+parent}/customTargetTypes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/customTargetTypes
HTTP Method : POST
Parameters :
parent
Description : Required. The parent collection in which the `CustomTargetType` should be created in. Format should be `projects/{project_id}/locations/{location_name}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
customTargetTypeId
Description : Required. ID of the `CustomTargetType`.
Location : query
Type : string
requestId
Description : Optional. A 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
validateOnly
Description : Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
Location : query
Type : boolean
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new CustomTargetType in a given project and location.
▼ ▲ clouddeploy.projects.locations.customTargetTypes.patch
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/customTargetTypes/{customTargetTypesId}
HTTP Method : PATCH
Parameters :
name
Description : Optional. Name of the `CustomTargetType`. Format is `projects/{project}/locations/{location}/customTargetTypes/a-z{0,62}`.
Pattern : ^projects/[^/]+/locations/[^/]+/customTargetTypes/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Field mask is used to specify the fields to be overwritten in the `CustomTargetType` resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
Location : query
Type : string
Format : google-fieldmask
requestId
Description : Optional. A 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
allowMissing
Description : Optional. If set to true, updating a `CustomTargetType` that does not exist will result in the creation of a new `CustomTargetType`.
Location : query
Type : boolean
validateOnly
Description : Optional. If set to true, the request is validated and the user is provided with an expected result, but no actual change is made.
Location : query
Type : boolean
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a single CustomTargetType.
▼ ▲ clouddeploy.projects.locations.customTargetTypes.delete
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/customTargetTypes/{customTargetTypesId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the `CustomTargetType` to delete. Format must be `projects/{project_id}/locations/{location_name}/customTargetTypes/{custom_target_type}`.
Pattern : ^projects/[^/]+/locations/[^/]+/customTargetTypes/[^/]+$
Location : path
Required : Yes
Type : string
requestId
Description : Optional. A 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 after 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
allowMissing
Description : Optional. If set to true, then deleting an already deleted or non-existing `CustomTargetType` will succeed.
Location : query
Type : boolean
validateOnly
Description : Optional. If set to true, the request is validated but no actual change is made.
Location : query
Type : boolean
etag
Description : Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single CustomTargetType.