Skip to content

Commit 7c7956e

Browse files
1 parent b2155a5 commit 7c7956e

7 files changed

+34
-28
lines changed

src/BeyondCorp/GoogleCloudBeyondcorpAppconnectionsV1AppConnection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class GoogleCloudBeyondcorpAppconnectionsV1AppConnection extends \Google\Collect
5858
protected $applicationEndpointDataType = '';
5959
/**
6060
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are
61-
* authorised to be associated with this AppConnection.
61+
* authorized to be associated with this AppConnection.
6262
*
6363
* @var string[]
6464
*/
@@ -147,7 +147,7 @@ public function getApplicationEndpoint()
147147
}
148148
/**
149149
* Optional. List of [google.cloud.beyondcorp.v1main.Connector.name] that are
150-
* authorised to be associated with this AppConnection.
150+
* authorized to be associated with this AppConnection.
151151
*
152152
* @param string[] $connectors
153153
*/

src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscovery extends \Google\Mo
2323
protected $apiGatewayDataType = '';
2424

2525
/**
26-
* Required. External API configuration.
26+
* Optional. External API configuration.
2727
*
2828
* @param GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway $apiGateway
2929
*/

src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGateway extends
2323
protected $resourceOverrideDataType = '';
2424

2525
/**
26-
* Required. Enables fetching resource model updates to alter service behavior
26+
* Optional. Enables fetching resource model updates to alter service behavior
2727
* per Chrome profile.
2828
*
2929
* @param GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor $resourceOverride

src/BeyondCorp/GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor extends \Google\Model
2121
{
2222
/**
23-
* Required. Contains the URI path fragment where HTTP request is sent.
23+
* Optional. Contains the URI path fragment where HTTP request is sent.
2424
*
2525
* @var string
2626
*/
2727
public $path;
2828

2929
/**
30-
* Required. Contains the URI path fragment where HTTP request is sent.
30+
* Optional. Contains the URI path fragment where HTTP request is sent.
3131
*
3232
* @param string $path
3333
*/

src/BeyondCorp/Resource/ProjectsLocations.php

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,16 @@ public function get($name, $optParams = [])
4646
}
4747
/**
4848
* Lists information about the supported locations for this service. This method
49-
* can be called in two ways: * **List all public locations:** Use the path `GET
50-
* /v1/locations`. * **List project-visible locations:** Use the path `GET
51-
* /v1/projects/{project_id}/locations`. This may include public locations as
52-
* well as private or other locations specifically visible to the project.
53-
* (locations.listProjectsLocations)
49+
* lists locations based on the resource scope provided in the
50+
* [ListLocationsRequest.name] field: * **Global locations**: If `name` is
51+
* empty, the method lists the public locations available to all projects. *
52+
* **Project-specific locations**: If `name` follows the format
53+
* `projects/{project}`, the method lists locations visible to that specific
54+
* project. This includes public, private, or other project-specific locations
55+
* enabled for the project. For gRPC and client library implementations, the
56+
* resource name is passed as the `name` field. For direct service calls, the
57+
* resource name is incorporated into the request path based on the specific
58+
* service implementation and version. (locations.listProjectsLocations)
5459
*
5560
* @param string $name The resource that owns the locations collection, if
5661
* applicable.

src/BeyondCorp/Resource/ProjectsLocationsAppConnections.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ class ProjectsLocationsAppConnections extends \Google\Service\Resource
5555
* The server will guarantee that for at least 60 minutes since the first
5656
* request. For example, consider a situation where you make an initial request
5757
* and the request times out. If you make the request again with the same
58-
* request ID, the server can check if original operation with the same request
59-
* ID was received, and if so, will ignore the second request. This prevents
60-
* clients from accidentally creating duplicate commitments. The request ID must
61-
* be a valid UUID with the exception that zero UUID is not supported
62-
* (00000000-0000-0000-0000-000000000000).
58+
* request ID, the server can check if the original operation with the same
59+
* request ID was received, and if so, will ignore the second request. This
60+
* prevents clients from accidentally creating duplicate commitments. The
61+
* request ID must be a valid UUID with the exception that zero UUID is not
62+
* supported (00000000-0000-0000-0000-000000000000).
6363
* @opt_param bool validateOnly Optional. If set, validates request by executing
6464
* a dry-run which would not alter the resource in any way.
6565
* @return GoogleLongrunningOperation
@@ -84,11 +84,11 @@ public function create($parent, GoogleCloudBeyondcorpAppconnectionsV1AppConnecti
8484
* The server will guarantee that for at least 60 minutes after the first
8585
* request. For example, consider a situation where you make an initial request
8686
* and the request times out. If you make the request again with the same
87-
* request ID, the server can check if original operation with the same request
88-
* ID was received, and if so, will ignore the second request. This prevents
89-
* clients from accidentally creating duplicate commitments. The request ID must
90-
* be a valid UUID with the exception that zero UUID is not supported
91-
* (00000000-0000-0000-0000-000000000000).
87+
* request ID, the server can check if the original operation with the same
88+
* request ID was received, and if so, will ignore the second request. This
89+
* prevents clients from accidentally creating duplicate commitments. The
90+
* request ID must be a valid UUID with the exception that zero UUID is not
91+
* supported (00000000-0000-0000-0000-000000000000).
9292
* @opt_param bool validateOnly Optional. If set, validates request by executing
9393
* a dry-run which would not alter the resource in any way.
9494
* @return GoogleLongrunningOperation
@@ -193,11 +193,11 @@ public function listProjectsLocationsAppConnections($parent, $optParams = [])
193193
* The server will guarantee that for at least 60 minutes since the first
194194
* request. For example, consider a situation where you make an initial request
195195
* and the request times out. If you make the request again with the same
196-
* request ID, the server can check if original operation with the same request
197-
* ID was received, and if so, will ignore the second request. This prevents
198-
* clients from accidentally creating duplicate commitments. The request ID must
199-
* be a valid UUID with the exception that zero UUID is not supported
200-
* (00000000-0000-0000-0000-000000000000).
196+
* request ID, the server can check if the original operation with the same
197+
* request ID was received, and if so, will ignore the second request. This
198+
* prevents clients from accidentally creating duplicate commitments. The
199+
* request ID must be a valid UUID with the exception that zero UUID is not
200+
* supported (00000000-0000-0000-0000-000000000000).
201201
* @opt_param string updateMask Required. Mask of fields to update. At least one
202202
* path must be supplied in this field. The elements of the repeated paths field
203203
* may only include these fields from [BeyondCorp.AppConnection]: * `labels` *

src/BeyondCorp/Resource/ProjectsLocationsSecurityGatewaysApplications.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ class ProjectsLocationsSecurityGatewaysApplications extends \Google\Service\Reso
5050
* `/a-z-/`. * Must end with a number or letter.
5151
* @opt_param string requestId Optional. An optional request ID to identify
5252
* requests. Specify a unique request ID so that if you must retry your request,
53-
* the server will know to ignore request if it has already been completed. The
54-
* server will guarantee that for at least 60 minutes since the first request.
53+
* the server will know to ignore the request if it has already been completed.
54+
* The server will guarantee that for at least 60 minutes since the first
55+
* request.
5556
* @return GoogleLongrunningOperation
5657
* @throws \Google\Service\Exception
5758
*/

0 commit comments

Comments
 (0)