2023-05-12
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.list
Parameters :
parent
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. The parent resource's name.
pageToken
Description : The page token.
Type : string
Location : query
pageSize
Type : integer
Format : int32
Description : The maximum number of results per page that should be returned.
Location : query
filter
Location : query
Description : A filter expression that filters the results listed in the response.
Type : string
orderBy
Description : Sort the results by a certain order.
Type : string
Location : query
Parameter Order : parent
Path : v1/{+parent}/serviceConnectionPolicies
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists ServiceConnectionPolicies in a given project and location.
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.patch
HTTP Method : PATCH
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies/{serviceConnectionPoliciesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
requestId
Location : query
Type : string
Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
name
Location : path
Required : Yes
Description : Immutable. The name of a ServiceConnectionPolicy. Format: projects/{project}/locations/{location}/serviceConnectionPolicies/{service_connection_policy} See: https://google.aip.dev/122#fields-representing-resource-names
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionPolicies/[^/]+$
updateMask
Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceConnectionPolicy 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.
Format : google-fieldmask
Location : query
Type : string
Description : Updates the parameters of a single ServiceConnectionPolicy.
Path : v1/{+name}
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.get
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies/{serviceConnectionPoliciesId}
HTTP Method : GET
Parameter Order : name
Parameters :
name
Location : path
Description : Required. Name of the ServiceConnectionPolicy to get.
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionPolicies/[^/]+$
Required : Yes
Type : string
Path : v1/{+name}
Description : Gets details of a single ServiceConnectionPolicy.
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies
Parameters :
requestId
Description : Optional. 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).
Type : string
Location : query
parent
Description : Required. The parent resource's name of the ServiceConnectionPolicy.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Type : string
serviceConnectionPolicyId
Type : string
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/serviceConnectionPolicies/foo') See https://google.aip.dev/122#resource-id-segments Unique per location.
Location : query
Description : Creates a new ServiceConnectionPolicy in a given project and location.
Path : v1/{+parent}/serviceConnectionPolicies
Parameter Order : parent
HTTP Method : POST
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. The name of the ServiceConnectionPolicy to delete.
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionPolicies/[^/]+$
Location : path
Type : string
Required : Yes
requestId
Description : Optional. 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 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).
Type : string
Location : query
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies/{serviceConnectionPoliciesId}
Path : v1/{+name}
Description : Deletes a single ServiceConnectionPolicy.
HTTP Method : DELETE
Parameter Order : name
▼ ▲ networkconnectivity.projects.locations.serviceClasses.delete
Description : Deletes a single ServiceClass.
Parameters :
requestId
Type : string
Description : Optional. 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 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
name
Pattern : ^projects/[^/]+/locations/[^/]+/serviceClasses/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The name of the ServiceClass to delete.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses/{serviceClassesId}
HTTP Method : DELETE
Path : v1/{+name}
▼ ▲ networkconnectivity.projects.locations.serviceClasses.create
Parameter Order : parent
HTTP Method : POST
Parameters :
serviceClassId
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/serviceClasses/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.
Location : query
Type : string
parent
Type : string
Description : Required. The parent resource's name of the ServiceClass.
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
requestId
Location : query
Description : Optional. 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).
Type : string
Description : Creates a new ServiceClass in a given project and location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/serviceClasses
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses
▼ ▲ networkconnectivity.projects.locations.serviceClasses.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses/{serviceClassesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : name
Parameters :
name
Location : path
Description : Required. Name of the ServiceClass to get.
Pattern : ^projects/[^/]+/locations/[^/]+/serviceClasses/[^/]+$
Type : string
Required : Yes
Description : Gets details of a single ServiceClass.
▼ ▲ networkconnectivity.projects.locations.serviceClasses.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
updateMask
Type : string
Location : query
Format : google-fieldmask
Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceClass 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.
name
Description : Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names
Pattern : ^projects/[^/]+/locations/[^/]+/serviceClasses/[^/]+$
Required : Yes
Type : string
Location : path
requestId
Type : string
Description : Optional. 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
Description : Updates the parameters of a single ServiceClass.
Parameter Order : name
HTTP Method : PATCH
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses/{serviceClassesId}
▼ ▲ networkconnectivity.projects.locations.serviceClasses.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists ServiceClasses in a given project and location.
Path : v1/{+parent}/serviceClasses
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses
Parameters :
pageSize
Type : integer
Description : The maximum number of results per page that should be returned.
Location : query
Format : int32
filter
Type : string
Location : query
Description : A filter expression that filters the results listed in the response.
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource's name.
Type : string
Required : Yes
pageToken
Description : The page token.
Location : query
Type : string
orderBy
Location : query
Description : Sort the results by a certain order.
Type : string
Parameter Order : parent
HTTP Method : GET
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.get
Path : v1/{+name}
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens/{serviceConnectionTokensId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single ServiceConnectionToken.
Parameters :
name
Location : path
Description : Required. Name of the ServiceConnectionToken to get.
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionTokens/[^/]+$
HTTP Method : GET
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.create
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Path : v1/{+parent}/serviceConnectionTokens
Parameters :
parent
Description : Required. The parent resource's name of the ServiceConnectionToken.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
serviceConnectionTokenId
Location : query
Type : string
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/ServiceConnectionTokens/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.
requestId
Location : query
Type : string
Description : Optional. 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).
Description : Creates a new ServiceConnectionToken in a given project and location.
Parameter Order : parent
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.delete
Description : Deletes a single ServiceConnectionToken.
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionTokens/[^/]+$
Location : path
Description : Required. The name of the ServiceConnectionToken to delete.
Type : string
requestId
Type : string
Description : Optional. 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 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
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens/{serviceConnectionTokensId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens
Parameter Order : parent
Description : Lists ServiceConnectionTokens in a given project and location.
Path : v1/{+parent}/serviceConnectionTokens
Parameters :
pageToken
Description : The page token.
Location : query
Type : string
orderBy
Description : Sort the results by a certain order.
Type : string
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource's name.
Required : Yes
Location : path
Type : string
filter
Location : query
Description : A filter expression that filters the results listed in the response.
Type : string
pageSize
Location : query
Description : The maximum number of results per page that should be returned.
Format : int32
Type : integer
HTTP Method : GET
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.delete
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
requestId
Description : Optional. 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 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
name
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionMaps/[^/]+$
Description : Required. The name of the ServiceConnectionMap to delete.
Location : path
Type : string
Required : Yes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps/{serviceConnectionMapsId}
Description : Deletes a single ServiceConnectionMap.
Parameter Order : name
HTTP Method : DELETE
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.patch
Parameters :
updateMask
Location : query
Type : string
Format : google-fieldmask
Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceConnectionMap 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.
requestId
Description : Optional. 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).
Type : string
Location : query
name
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionMaps/[^/]+$
Description : Immutable. The name of a ServiceConnectionMap. Format: projects/{project}/locations/{location}/serviceConnectionMaps/{service_connection_map} See: https://google.aip.dev/122#fields-representing-resource-names
Location : path
Path : v1/{+name}
Description : Updates the parameters of a single ServiceConnectionMap.
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : PATCH
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps/{serviceConnectionMapsId}
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.create
Parameters :
requestId
Location : query
Type : string
Description : Optional. 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).
serviceConnectionMapId
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/serviceConnectionMaps/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.
Location : query
Type : string
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource's name of the ServiceConnectionMap.
Location : path
Required : Yes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
HTTP Method : POST
Description : Creates a new ServiceConnectionMap in a given project and location.
Path : v1/{+parent}/serviceConnectionMaps
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.get
HTTP Method : GET
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionMaps/[^/]+$
Location : path
Required : Yes
Description : Required. Name of the ServiceConnectionMap to get.
Type : string
Description : Gets details of a single ServiceConnectionMap.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps/{serviceConnectionMapsId}
Parameter Order : name
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.list
Path : v1/{+parent}/serviceConnectionMaps
Parameters :
pageSize
Location : query
Type : integer
Description : The maximum number of results per page that should be returned.
Format : int32
filter
Description : A filter expression that filters the results listed in the response.
Location : query
Type : string
orderBy
Description : Sort the results by a certain order.
Location : query
Type : string
pageToken
Location : query
Type : string
Description : The page token.
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
Type : string
Description : Required. The parent resource's name.
Location : path
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps
Parameter Order : parent
Description : Lists ServiceConnectionMaps in a given project and location.
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.list
Parameters :
parent
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. The parent resource's name.
pageToken
Description : The page token.
Type : string
Location : query
pageSize
Type : integer
Format : int32
Description : The maximum number of results per page that should be returned.
Location : query
filter
Location : query
Description : A filter expression that filters the results listed in the response.
Type : string
orderBy
Description : Sort the results by a certain order.
Type : string
Location : query
Parameter Order : parent
Path : v1/{+parent}/serviceConnectionPolicies
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists ServiceConnectionPolicies in a given project and location.
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.patch
HTTP Method : PATCH
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies/{serviceConnectionPoliciesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
requestId
Location : query
Type : string
Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
name
Location : path
Required : Yes
Description : Immutable. The name of a ServiceConnectionPolicy. Format: projects/{project}/locations/{location}/serviceConnectionPolicies/{service_connection_policy} See: https://google.aip.dev/122#fields-representing-resource-names
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionPolicies/[^/]+$
updateMask
Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceConnectionPolicy 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.
Format : google-fieldmask
Location : query
Type : string
Description : Updates the parameters of a single ServiceConnectionPolicy.
Path : v1/{+name}
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.get
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies/{serviceConnectionPoliciesId}
HTTP Method : GET
Parameter Order : name
Parameters :
name
Location : path
Description : Required. Name of the ServiceConnectionPolicy to get.
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionPolicies/[^/]+$
Required : Yes
Type : string
Path : v1/{+name}
Description : Gets details of a single ServiceConnectionPolicy.
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies
Parameters :
requestId
Description : Optional. 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).
Type : string
Location : query
parent
Description : Required. The parent resource's name of the ServiceConnectionPolicy.
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Type : string
serviceConnectionPolicyId
Type : string
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/serviceConnectionPolicies/foo') See https://google.aip.dev/122#resource-id-segments Unique per location.
Location : query
Description : Creates a new ServiceConnectionPolicy in a given project and location.
Path : v1/{+parent}/serviceConnectionPolicies
Parameter Order : parent
HTTP Method : POST
▼ ▲ networkconnectivity.projects.locations.serviceConnectionPolicies.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. The name of the ServiceConnectionPolicy to delete.
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionPolicies/[^/]+$
Location : path
Type : string
Required : Yes
requestId
Description : Optional. 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 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).
Type : string
Location : query
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionPolicies/{serviceConnectionPoliciesId}
Path : v1/{+name}
Description : Deletes a single ServiceConnectionPolicy.
HTTP Method : DELETE
Parameter Order : name
▼ ▲ networkconnectivity.projects.locations.serviceClasses.delete
Description : Deletes a single ServiceClass.
Parameters :
requestId
Type : string
Description : Optional. 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 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
name
Pattern : ^projects/[^/]+/locations/[^/]+/serviceClasses/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The name of the ServiceClass to delete.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses/{serviceClassesId}
HTTP Method : DELETE
Path : v1/{+name}
▼ ▲ networkconnectivity.projects.locations.serviceClasses.create
Parameter Order : parent
HTTP Method : POST
Parameters :
serviceClassId
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/serviceClasses/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.
Location : query
Type : string
parent
Type : string
Description : Required. The parent resource's name of the ServiceClass.
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
requestId
Location : query
Description : Optional. 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).
Type : string
Description : Creates a new ServiceClass in a given project and location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/serviceClasses
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses
▼ ▲ networkconnectivity.projects.locations.serviceClasses.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses/{serviceClassesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : name
Parameters :
name
Location : path
Description : Required. Name of the ServiceClass to get.
Pattern : ^projects/[^/]+/locations/[^/]+/serviceClasses/[^/]+$
Type : string
Required : Yes
Description : Gets details of a single ServiceClass.
▼ ▲ networkconnectivity.projects.locations.serviceClasses.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
updateMask
Type : string
Location : query
Format : google-fieldmask
Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceClass 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.
name
Description : Immutable. The name of a ServiceClass resource. Format: projects/{project}/locations/{location}/serviceClasses/{service_class} See: https://google.aip.dev/122#fields-representing-resource-names
Pattern : ^projects/[^/]+/locations/[^/]+/serviceClasses/[^/]+$
Required : Yes
Type : string
Location : path
requestId
Type : string
Description : Optional. 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
Description : Updates the parameters of a single ServiceClass.
Parameter Order : name
HTTP Method : PATCH
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses/{serviceClassesId}
▼ ▲ networkconnectivity.projects.locations.serviceClasses.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists ServiceClasses in a given project and location.
Path : v1/{+parent}/serviceClasses
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceClasses
Parameters :
pageSize
Type : integer
Description : The maximum number of results per page that should be returned.
Location : query
Format : int32
filter
Type : string
Location : query
Description : A filter expression that filters the results listed in the response.
parent
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource's name.
Type : string
Required : Yes
pageToken
Description : The page token.
Location : query
Type : string
orderBy
Location : query
Description : Sort the results by a certain order.
Type : string
Parameter Order : parent
HTTP Method : GET
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.get
Path : v1/{+name}
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens/{serviceConnectionTokensId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single ServiceConnectionToken.
Parameters :
name
Location : path
Description : Required. Name of the ServiceConnectionToken to get.
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionTokens/[^/]+$
HTTP Method : GET
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.create
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Path : v1/{+parent}/serviceConnectionTokens
Parameters :
parent
Description : Required. The parent resource's name of the ServiceConnectionToken.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
serviceConnectionTokenId
Location : query
Type : string
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/ServiceConnectionTokens/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.
requestId
Location : query
Type : string
Description : Optional. 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).
Description : Creates a new ServiceConnectionToken in a given project and location.
Parameter Order : parent
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.delete
Description : Deletes a single ServiceConnectionToken.
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionTokens/[^/]+$
Location : path
Description : Required. The name of the ServiceConnectionToken to delete.
Type : string
requestId
Type : string
Description : Optional. 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 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
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens/{serviceConnectionTokensId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
▼ ▲ networkconnectivity.projects.locations.serviceConnectionTokens.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionTokens
Parameter Order : parent
Description : Lists ServiceConnectionTokens in a given project and location.
Path : v1/{+parent}/serviceConnectionTokens
Parameters :
pageToken
Description : The page token.
Location : query
Type : string
orderBy
Description : Sort the results by a certain order.
Type : string
Location : query
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource's name.
Required : Yes
Location : path
Type : string
filter
Location : query
Description : A filter expression that filters the results listed in the response.
Type : string
pageSize
Location : query
Description : The maximum number of results per page that should be returned.
Format : int32
Type : integer
HTTP Method : GET
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.delete
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
requestId
Description : Optional. 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 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
name
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionMaps/[^/]+$
Description : Required. The name of the ServiceConnectionMap to delete.
Location : path
Type : string
Required : Yes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps/{serviceConnectionMapsId}
Description : Deletes a single ServiceConnectionMap.
Parameter Order : name
HTTP Method : DELETE
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.patch
Parameters :
updateMask
Location : query
Type : string
Format : google-fieldmask
Description : Optional. Field mask is used to specify the fields to be overwritten in the ServiceConnectionMap 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.
requestId
Description : Optional. 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).
Type : string
Location : query
name
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionMaps/[^/]+$
Description : Immutable. The name of a ServiceConnectionMap. Format: projects/{project}/locations/{location}/serviceConnectionMaps/{service_connection_map} See: https://google.aip.dev/122#fields-representing-resource-names
Location : path
Path : v1/{+name}
Description : Updates the parameters of a single ServiceConnectionMap.
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : PATCH
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps/{serviceConnectionMapsId}
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.create
Parameters :
requestId
Location : query
Type : string
Description : Optional. 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).
serviceConnectionMapId
Description : Optional. Resource ID (i.e. 'foo' in '[...]/projects/p/locations/l/serviceConnectionMaps/foo') See https://google.aip.dev/122#resource-id-segments Unique per location. If one is not provided, one will be generated.
Location : query
Type : string
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource's name of the ServiceConnectionMap.
Location : path
Required : Yes
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
HTTP Method : POST
Description : Creates a new ServiceConnectionMap in a given project and location.
Path : v1/{+parent}/serviceConnectionMaps
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.get
HTTP Method : GET
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/serviceConnectionMaps/[^/]+$
Location : path
Required : Yes
Description : Required. Name of the ServiceConnectionMap to get.
Type : string
Description : Gets details of a single ServiceConnectionMap.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps/{serviceConnectionMapsId}
Parameter Order : name
▼ ▲ networkconnectivity.projects.locations.serviceConnectionMaps.list
Path : v1/{+parent}/serviceConnectionMaps
Parameters :
pageSize
Location : query
Type : integer
Description : The maximum number of results per page that should be returned.
Format : int32
filter
Description : A filter expression that filters the results listed in the response.
Location : query
Type : string
orderBy
Description : Sort the results by a certain order.
Location : query
Type : string
pageToken
Location : query
Type : string
Description : The page token.
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
Type : string
Description : Required. The parent resource's name.
Location : path
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/serviceConnectionMaps
Parameter Order : parent
Description : Lists ServiceConnectionMaps in a given project and location.