diff --git a/src/BeyondCorp/GoogleCloudBeyondcorpAppconnectionsV1AppConnection.php b/src/BeyondCorp/GoogleCloudBeyondcorpAppconnectionsV1AppConnection.php index d4f4bc0c5ae..13c38dab90b 100644 --- a/src/BeyondCorp/GoogleCloudBeyondcorpAppconnectionsV1AppConnection.php +++ b/src/BeyondCorp/GoogleCloudBeyondcorpAppconnectionsV1AppConnection.php @@ -58,7 +58,7 @@ class GoogleCloudBeyondcorpAppconnectionsV1AppConnection extends \Google\Collect protected $applicationEndpointDataType = ''; /** * Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are - * authorised to be associated with this AppConnection. + * authorized to be associated with this AppConnection. * * @var string[] */ @@ -147,7 +147,7 @@ public function getApplicationEndpoint() } /** * Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are - * authorised to be associated with this AppConnection. + * authorized to be associated with this AppConnection. * * @param string[] $connectors */ diff --git a/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.php b/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.php index 3c59ce69c2f..1887aa01190 100644 --- a/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.php +++ b/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.php @@ -23,7 +23,7 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery extends \Google\Mo protected $apiGatewayDataType = ''; /** - * Required. External API configuration. + * Optional. External API configuration. * * @param GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway $apiGateway */ diff --git a/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway.php b/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway.php index c4f3019a21f..6aa0dc5582b 100644 --- a/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway.php +++ b/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway.php @@ -23,7 +23,7 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway extends protected $resourceOverrideDataType = ''; /** - * Required. Enables fetching resource model updates to alter service behavior + * Optional. Enables fetching resource model updates to alter service behavior * per Chrome profile. * * @param GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor $resourceOverride diff --git a/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.php b/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.php index 017bdf5db74..12913694b16 100644 --- a/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.php +++ b/src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.php @@ -20,14 +20,14 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor extends \Google\Model { /** - * Required. Contains the URI path fragment where HTTP request is sent. + * Optional. Contains the URI path fragment where HTTP request is sent. * * @var string */ public $path; /** - * Required. Contains the URI path fragment where HTTP request is sent. + * Optional. Contains the URI path fragment where HTTP request is sent. * * @param string $path */ diff --git a/src/BeyondCorp/Resource/ProjectsLocations.php b/src/BeyondCorp/Resource/ProjectsLocations.php index 63f14cb4885..114a059dcd8 100644 --- a/src/BeyondCorp/Resource/ProjectsLocations.php +++ b/src/BeyondCorp/Resource/ProjectsLocations.php @@ -46,11 +46,16 @@ public function get($name, $optParams = []) } /** * Lists information about the supported locations for this service. This method - * can be called in two ways: * **List all public locations:** Use the path `GET - * /v1/locations`. * **List project-visible locations:** Use the path `GET - * /v1/projects/{project_id}/locations`. This may include public locations as - * well as private or other locations specifically visible to the project. - * (locations.listProjectsLocations) + * lists locations based on the resource scope provided in the + * [ListLocationsRequest.name] field: * **Global locations**: If `name` is + * empty, the method lists the public locations available to all projects. * + * **Project-specific locations**: If `name` follows the format + * `projects/{project}`, the method lists locations visible to that specific + * project. This includes public, private, or other project-specific locations + * enabled for the project. For gRPC and client library implementations, the + * resource name is passed as the `name` field. For direct service calls, the + * resource name is incorporated into the request path based on the specific + * service implementation and version. (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. diff --git a/src/BeyondCorp/Resource/ProjectsLocationsAppConnections.php b/src/BeyondCorp/Resource/ProjectsLocationsAppConnections.php index 7723308f791..cfece716398 100644 --- a/src/BeyondCorp/Resource/ProjectsLocationsAppConnections.php +++ b/src/BeyondCorp/Resource/ProjectsLocationsAppConnections.php @@ -55,11 +55,11 @@ class ProjectsLocationsAppConnections extends \Google\Service\Resource * 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). + * request ID, the server can check if the 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). * @opt_param bool validateOnly Optional. If set, validates request by executing * a dry-run which would not alter the resource in any way. * @return GoogleLongrunningOperation @@ -84,11 +84,11 @@ public function create($parent, GoogleCloudBeyondcorpAppconnectionsV1AppConnecti * 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). + * request ID, the server can check if the 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). * @opt_param bool validateOnly Optional. If set, validates request by executing * a dry-run which would not alter the resource in any way. * @return GoogleLongrunningOperation @@ -193,11 +193,11 @@ public function listProjectsLocationsAppConnections($parent, $optParams = []) * 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). + * request ID, the server can check if the 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). * @opt_param string updateMask 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` * diff --git a/src/BeyondCorp/Resource/ProjectsLocationsSecurityGatewaysApplications.php b/src/BeyondCorp/Resource/ProjectsLocationsSecurityGatewaysApplications.php index cdeeffcb93f..f50548bcbe3 100644 --- a/src/BeyondCorp/Resource/ProjectsLocationsSecurityGatewaysApplications.php +++ b/src/BeyondCorp/Resource/ProjectsLocationsSecurityGatewaysApplications.php @@ -50,8 +50,9 @@ class ProjectsLocationsSecurityGatewaysApplications extends \Google\Service\Reso * `/a-z-/`. * Must end with a number or letter. * @opt_param string requestId 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 request if it has already been completed. The - * server will guarantee that for at least 60 minutes since the first 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. * @return GoogleLongrunningOperation * @throws \Google\Service\Exception */