2022-07-20
▼ ▲ beyondcorp.projects.locations.clientConnectorServices.patch
HTTP Method : PATCH
Description : Updates the parameters of a single ClientConnectorService.
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}
Parameters :
name
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$
Description : Required. Name of resource. The name is ignored during creation.
Required : Yes
allowMissing
Type : boolean
Location : query
Description : Optional. If set as true, will create the resource if it is not found.
requestId
Type : string
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 t he 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).
updateMask
Format : google-fieldmask
Description : Required. Field mask is used to specify the fields to be overwritten in the ClientConnectorService 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. Mutable fields: display_name, ingress.config.destination_routes.
Type : string
Location : query
validateOnly
Type : boolean
Location : query
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Path : v1/{+name}
▼ ▲ beyondcorp.projects.locations.clientConnectorServices.create
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices
HTTP Method : POST
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new ClientConnectorService in a given project and location.
Parameters :
parent
Description : Required. Value for parent.
Required : Yes
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Type : boolean
Location : query
requestId
Type : string
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 t he 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).
clientConnectorServiceId
Location : query
Type : string
Description : Optional. User-settable client connector service resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter. A random system generated name will be assigned if not specified by the user.
Path : v1/{+parent}/clientConnectorServices
▼ ▲ beyondcorp.projects.locations.clientConnectorServices.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists ClientConnectorServices in a given project and location.
Parameters :
pageSize
Type : integer
Format : int32
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
pageToken
Location : query
Description : Optional. A token identifying a page of results the server should return.
Type : string
parent
Description : Required. Parent value for ListClientConnectorServicesRequest.
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
Location : path
Type : string
orderBy
Location : query
Description : Optional. Hint for how to order the results.
Type : string
filter
Description : Optional. Filtering results.
Type : string
Location : query
Parameter Order : parent
Path : v1/{+parent}/clientConnectorServices
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices
▼ ▲ beyondcorp.projects.locations.clientConnectorServices.get
Parameter Order : name
Description : Gets details of a single ClientConnectorService.
HTTP Method : GET
Parameters :
name
Required : Yes
Location : path
Description : Required. Name of the resource.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}
▼ ▲ beyondcorp.projects.locations.clientConnectorServices.delete
Description : Deletes a single ClientConnectorService.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
HTTP Method : DELETE
Parameters :
validateOnly
Type : boolean
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Location : query
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 t he 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
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/clientConnectorServices/[^/]+$
Description : Required. Name of the resource.
Location : path
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientConnectorServices/{clientConnectorServicesId}
▼ ▲ beyondcorp.projects.locations.appConnectors.resolveInstanceConfig
Parameter Order : appConnector
Parameters :
appConnector
Type : string
Location : path
Description : Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector}`
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+appConnector}:resolveInstanceConfig
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:resolveInstanceConfig
Description : Get instance config for a given AppConnector. An internal method called by a AppConnector to get its container config.
▼ ▲ beyondcorp.projects.locations.appConnectors.list
Description : Lists AppConnectors in a given project and location.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors
Parameter Order : parent
Path : v1/{+parent}/appConnectors
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageToken
Type : string
Description : Optional. The next_page_token value returned from a previous ListAppConnectorsRequest, if any.
Location : query
parent
Description : Required. The resource name of the AppConnector location using the form: `projects/{project_id}/locations/{location_id}`
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Location : path
Required : Yes
pageSize
Description : Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
Type : integer
Location : query
Format : int32
orderBy
Location : query
Type : string
Description : Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
filter
Type : string
Description : Optional. A filter specifying constraints of a list operation.
Location : query
▼ ▲ beyondcorp.projects.locations.appConnectors.create
Description : Creates a new AppConnector in a given project and location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/appConnectors
HTTP Method : POST
Parameters :
parent
Required : Yes
Location : path
Type : string
Description : Required. The resource project name of the AppConnector location using the form: `projects/{project_id}/locations/{location_id}`
Pattern : ^projects/[^/]+/locations/[^/]+$
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 t he 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
Type : boolean
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Location : query
appConnectorId
Type : string
Location : query
Description : Optional. User-settable AppConnector resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors
Parameter Order : parent
▼ ▲ beyondcorp.projects.locations.appConnectors.reportStatus
Description : Report status for a given connector.
Parameter Order : appConnector
HTTP Method : POST
Parameters :
appConnector
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$
Required : Yes
Description : Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/connectors/{connector}`
Path : v1/{+appConnector}:reportStatus
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}:reportStatus
▼ ▲ beyondcorp.projects.locations.appConnectors.delete
Path : v1/{+name}
Description : Deletes a single AppConnector.
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 t he 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
Location : query
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Type : boolean
name
Description : Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}
Parameter Order : name
HTTP Method : DELETE
▼ ▲ beyondcorp.projects.locations.appConnectors.get
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Parameter Order : name
Description : Gets details of a single AppConnector.
Parameters :
name
Description : Required. BeyondCorp AppConnector name using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$
Required : Yes
Type : string
▼ ▲ beyondcorp.projects.locations.appConnectors.patch
Path : v1/{+name}
Parameter Order : name
HTTP Method : PATCH
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates the parameters of a single AppConnector.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnectors/{appConnectorsId}
Parameters :
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Location : query
Type : boolean
updateMask
Type : string
Location : query
Format : google-fieldmask
Description : Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnector]: * `labels` * `display_name`
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 t he 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
Description : Required. Unique resource name of the AppConnector. The name is ignored when creating a AppConnector.
Required : Yes
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/appConnectors/[^/]+$
▼ ▲ beyondcorp.projects.locations.appConnections.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Description : Creates a new AppConnection in a given project and location.
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 since the first request. For example, consider a situation where you make an initial request and t he 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
appConnectionId
Location : query
Description : Optional. User-settable AppConnection resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
Type : string
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Location : query
Type : boolean
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Description : Required. The resource project name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnections
Path : v1/{+parent}/appConnections
HTTP Method : POST
▼ ▲ beyondcorp.projects.locations.appConnections.resolve
Description : Resolves AppConnections details for a given AppConnector. An internal method called by a connector to find AppConnections to connect to.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnections:resolve
Path : v1/{+parent}/appConnections:resolve
Parameters :
appConnectorId
Type : string
Description : Required. BeyondCorp Connector name of the connector associated with those AppConnections using the form: `projects/{project_id}/locations/{location_id}/appConnectors/{app_connector_id}`
Location : query
pageToken
Type : string
Description : Optional. The next_page_token value returned from a previous ResolveAppConnectionsResponse, if any.
Location : query
pageSize
Format : int32
Location : query
Description : Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
Type : integer
parent
Type : string
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The resource name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
HTTP Method : GET
▼ ▲ beyondcorp.projects.locations.appConnections.get
Parameters :
name
Required : Yes
Description : Required. BeyondCorp AppConnection name using the form: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`
Pattern : ^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$
Location : path
Type : string
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}
Description : Gets details of a single AppConnection.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Parameter Order : name
▼ ▲ beyondcorp.projects.locations.appConnections.delete
HTTP Method : DELETE
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 after the first request. For example, consider a situation where you make an initial request and t he 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
Type : string
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$
Description : Required. BeyondCorp Connector name using the form: `projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}`
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Location : query
Type : boolean
Path : v1/{+name}
Description : Deletes a single AppConnection.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}
▼ ▲ beyondcorp.projects.locations.appConnections.list
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnections
Description : Lists AppConnections in a given project and location.
Path : v1/{+parent}/appConnections
Parameter Order : parent
Parameters :
parent
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Description : Required. The resource name of the AppConnection location using the form: `projects/{project_id}/locations/{location_id}`
Location : path
orderBy
Type : string
Description : Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
Location : query
filter
Description : Optional. A filter specifying constraints of a list operation.
Location : query
Type : string
pageToken
Description : Optional. The next_page_token value returned from a previous ListAppConnectionsRequest, if any.
Location : query
Type : string
pageSize
Format : int32
Description : Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
Location : query
Type : integer
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
▼ ▲ beyondcorp.projects.locations.appConnections.patch
Description : Updates the parameters of a single AppConnection.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appConnections/{appConnectionsId}
Path : v1/{+name}
Parameters :
allowMissing
Description : Optional. If set as true, will create the resource if it is not found.
Type : boolean
Location : query
updateMask
Description : Required. Mask of fields to update. At least one path must be supplied in this field. The elements of the repeated paths field may only include these fields from [BeyondCorp.AppConnection]: * `labels` * `display_name` * `application_endpoint` * `connectors`
Type : string
Location : query
Format : google-fieldmask
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Type : boolean
Location : query
requestId
Type : string
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 t he 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
Type : string
Location : path
Required : Yes
Description : Required. Unique resource name of the AppConnection. The name is ignored when creating a AppConnection.
Pattern : ^projects/[^/]+/locations/[^/]+/appConnections/[^/]+$
HTTP Method : PATCH
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ beyondcorp.projects.locations.clientGateways.get
Path : v1/{+name}
Description : Gets details of a single ClientGateway.
Parameters :
name
Required : Yes
Type : string
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$
Location : path
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}
▼ ▲ beyondcorp.projects.locations.clientGateways.list
Parameters :
orderBy
Type : string
Location : query
Description : Optional. Hint for how to order the results.
filter
Location : query
Description : Optional. Filtering results.
Type : string
pageToken
Location : query
Type : string
Description : Optional. A token identifying a page of results the server should return.
parent
Description : Required. Parent value for ListClientGatewaysRequest.
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
pageSize
Location : query
Format : int32
Type : integer
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientGateways
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/clientGateways
HTTP Method : GET
Description : Lists ClientGateways in a given project and location.
Parameter Order : parent
▼ ▲ beyondcorp.projects.locations.clientGateways.create
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientGateways
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
requestId
Type : string
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 t he 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).
parent
Type : string
Description : Required. Value for parent.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Type : boolean
Location : query
clientGatewayId
Description : Optional. User-settable client gateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
Type : string
Location : query
Parameter Order : parent
HTTP Method : POST
Description : Creates a new ClientGateway in a given project and location.
Path : v1/{+parent}/clientGateways
▼ ▲ beyondcorp.projects.locations.clientGateways.delete
Description : Deletes a single ClientGateway.
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/clientGateways/{clientGatewaysId}
Path : v1/{+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 after the first request. For example, consider a situation where you make an initial request and t he 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).
validateOnly
Type : boolean
Location : query
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
name
Pattern : ^projects/[^/]+/locations/[^/]+/clientGateways/[^/]+$
Location : path
Description : Required. Name of the resource
Type : string
Required : Yes
▼ ▲ beyondcorp.projects.locations.appGateways.create
Parameters :
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Type : boolean
Location : query
appGatewayId
Type : string
Description : Optional. User-settable AppGateway resource ID. * Must start with a letter. * Must contain between 4-63 characters from `/a-z-/`. * Must end with a number or a letter.
Location : query
parent
Description : Required. The resource project name of the AppGateway location using the form: `projects/{project_id}/locations/{location_id}`
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
requestId
Type : string
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 t he 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).
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/appGateways
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appGateways
Description : Creates a new AppGateway in a given project and location.
HTTP Method : POST
▼ ▲ beyondcorp.projects.locations.appGateways.list
Parameter Order : parent
HTTP Method : GET
Parameters :
orderBy
Description : Optional. Specifies the ordering of results. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.
Type : string
Location : query
parent
Location : path
Required : Yes
Description : Required. The resource name of the AppGateway location using the form: `projects/{project_id}/locations/{location_id}`
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
filter
Type : string
Description : Optional. A filter specifying constraints of a list operation.
Location : query
pageToken
Description : Optional. The next_page_token value returned from a previous ListAppGatewaysRequest, if any.
Type : string
Location : query
pageSize
Format : int32
Description : Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.
Location : query
Type : integer
Description : Lists AppGateways in a given project and location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appGateways
Path : v1/{+parent}/appGateways
▼ ▲ beyondcorp.projects.locations.appGateways.delete
Path : v1/{+name}
HTTP Method : DELETE
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}
Description : Deletes a single AppGateway.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
validateOnly
Description : Optional. If set, validates request by executing a dry-run which would not alter the resource in any way.
Location : query
Type : boolean
name
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$
Type : string
Description : Required. BeyondCorp AppGateway name using the form: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`
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 after the first request. For example, consider a situation where you make an initial request and t he 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
▼ ▲ beyondcorp.projects.locations.appGateways.get
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/appGateways/[^/]+$
Description : Required. BeyondCorp AppGateway name using the form: `projects/{project_id}/locations/{location_id}/appGateways/{app_gateway_id}`
Type : string
Location : path
Required : Yes
Path : v1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/appGateways/{appGatewaysId}
HTTP Method : GET
Description : Gets details of a single AppGateway.
Parameter Order : name