diff --git a/ResourceManager/src/V3/Gapic/FoldersGapicClient.php b/ResourceManager/src/V3/Gapic/FoldersGapicClient.php index aadfc8b5555a..6dc28648c96c 100644 --- a/ResourceManager/src/V3/Gapic/FoldersGapicClient.php +++ b/ResourceManager/src/V3/Gapic/FoldersGapicClient.php @@ -814,11 +814,13 @@ public function moveFolder($name, $destinationParent, array $optionalArgs = []) * The `displayName` field in a query expression should use escaped quotes * for values that include whitespace to prevent unexpected behavior. * + * ``` * | Field | Description | * |-------------------------|----------------------------------------| * | displayName | Filters by displayName. | * | parent | Filters by parent (for example: folders/123). | * | state, lifecycleState | Filters by state. | + * ``` * * Some example queries are: * diff --git a/ResourceManager/src/V3/Gapic/OrganizationsGapicClient.php b/ResourceManager/src/V3/Gapic/OrganizationsGapicClient.php index 83b6cd692e53..a573ea13bf9a 100644 --- a/ResourceManager/src/V3/Gapic/OrganizationsGapicClient.php +++ b/ResourceManager/src/V3/Gapic/OrganizationsGapicClient.php @@ -402,12 +402,13 @@ public function getOrganization($name, array $optionalArgs = []) * Optional. An optional query string used to filter the Organizations to return in * the response. Query rules are case-insensitive. * - * + * ``` * | Field | Description | * |------------------|--------------------------------------------| * | directoryCustomerId, owner.directoryCustomerId | Filters by directory * customer id. | * | domain | Filters by domain. | + * ``` * * Organizations may be queried by `directoryCustomerId` or by * `domain`, where the domain is a G Suite domain, for example: diff --git a/ResourceManager/src/V3/Gapic/ProjectsGapicClient.php b/ResourceManager/src/V3/Gapic/ProjectsGapicClient.php index ddb1f20b710e..78634055becf 100644 --- a/ResourceManager/src/V3/Gapic/ProjectsGapicClient.php +++ b/ResourceManager/src/V3/Gapic/ProjectsGapicClient.php @@ -794,6 +794,7 @@ public function moveProject($name, $destinationParent, array $optionalArgs = []) * included in the query, the it will return results that match any of the * fields. Some eligible fields are: * + * ``` * | Field | Description | * |-------------------------|----------------------------------------------| * | displayName, name | Filters by displayName. | @@ -806,6 +807,7 @@ public function moveProject($name, $destinationParent, array $optionalArgs = []) * | labels | Filters by label name or value. | * | labels. (where *key* is the name of a label) | Filters by label * name. | + * ``` * * Search expressions are case insensitive. * diff --git a/ResourceManager/src/V3/SearchFoldersRequest.php b/ResourceManager/src/V3/SearchFoldersRequest.php index 2bdeecddfb1d..907e61e8ff1f 100644 --- a/ResourceManager/src/V3/SearchFoldersRequest.php +++ b/ResourceManager/src/V3/SearchFoldersRequest.php @@ -38,11 +38,13 @@ class SearchFoldersRequest extends \Google\Protobuf\Internal\Message * can be used along with the suffix wildcard symbol `*`. * The `displayName` field in a query expression should use escaped quotes * for values that include whitespace to prevent unexpected behavior. + * ``` * | Field | Description | * |-------------------------|----------------------------------------| * | displayName | Filters by displayName. | * | parent | Filters by parent (for example: folders/123). | * | state, lifecycleState | Filters by state. | + * ``` * Some example queries are: * * Query `displayName=Test*` returns Folder resources whose display name * starts with "Test". @@ -80,11 +82,13 @@ class SearchFoldersRequest extends \Google\Protobuf\Internal\Message * can be used along with the suffix wildcard symbol `*`. * The `displayName` field in a query expression should use escaped quotes * for values that include whitespace to prevent unexpected behavior. + * ``` * | Field | Description | * |-------------------------|----------------------------------------| * | displayName | Filters by displayName. | * | parent | Filters by parent (for example: folders/123). | * | state, lifecycleState | Filters by state. | + * ``` * Some example queries are: * * Query `displayName=Test*` returns Folder resources whose display name * starts with "Test". @@ -168,11 +172,13 @@ public function setPageToken($var) * can be used along with the suffix wildcard symbol `*`. * The `displayName` field in a query expression should use escaped quotes * for values that include whitespace to prevent unexpected behavior. + * ``` * | Field | Description | * |-------------------------|----------------------------------------| * | displayName | Filters by displayName. | * | parent | Filters by parent (for example: folders/123). | * | state, lifecycleState | Filters by state. | + * ``` * Some example queries are: * * Query `displayName=Test*` returns Folder resources whose display name * starts with "Test". @@ -202,11 +208,13 @@ public function getQuery() * can be used along with the suffix wildcard symbol `*`. * The `displayName` field in a query expression should use escaped quotes * for values that include whitespace to prevent unexpected behavior. + * ``` * | Field | Description | * |-------------------------|----------------------------------------| * | displayName | Filters by displayName. | * | parent | Filters by parent (for example: folders/123). | * | state, lifecycleState | Filters by state. | + * ``` * Some example queries are: * * Query `displayName=Test*` returns Folder resources whose display name * starts with "Test". diff --git a/ResourceManager/src/V3/SearchOrganizationsRequest.php b/ResourceManager/src/V3/SearchOrganizationsRequest.php index 6ca81d41313f..fff972c388c3 100644 --- a/ResourceManager/src/V3/SearchOrganizationsRequest.php +++ b/ResourceManager/src/V3/SearchOrganizationsRequest.php @@ -32,11 +32,13 @@ class SearchOrganizationsRequest extends \Google\Protobuf\Internal\Message /** * Optional. An optional query string used to filter the Organizations to return in * the response. Query rules are case-insensitive. + * ``` * | Field | Description | * |------------------|--------------------------------------------| * | directoryCustomerId, owner.directoryCustomerId | Filters by directory * customer id. | * | domain | Filters by domain. | + * ``` * Organizations may be queried by `directoryCustomerId` or by * `domain`, where the domain is a G Suite domain, for example: * * Query `directorycustomerid:123456789` returns Organization @@ -63,11 +65,13 @@ class SearchOrganizationsRequest extends \Google\Protobuf\Internal\Message * @type string $query * Optional. An optional query string used to filter the Organizations to return in * the response. Query rules are case-insensitive. + * ``` * | Field | Description | * |------------------|--------------------------------------------| * | directoryCustomerId, owner.directoryCustomerId | Filters by directory * customer id. | * | domain | Filters by domain. | + * ``` * Organizations may be queried by `directoryCustomerId` or by * `domain`, where the domain is a G Suite domain, for example: * * Query `directorycustomerid:123456789` returns Organization @@ -140,11 +144,13 @@ public function setPageToken($var) /** * Optional. An optional query string used to filter the Organizations to return in * the response. Query rules are case-insensitive. + * ``` * | Field | Description | * |------------------|--------------------------------------------| * | directoryCustomerId, owner.directoryCustomerId | Filters by directory * customer id. | * | domain | Filters by domain. | + * ``` * Organizations may be queried by `directoryCustomerId` or by * `domain`, where the domain is a G Suite domain, for example: * * Query `directorycustomerid:123456789` returns Organization @@ -163,11 +169,13 @@ public function getQuery() /** * Optional. An optional query string used to filter the Organizations to return in * the response. Query rules are case-insensitive. + * ``` * | Field | Description | * |------------------|--------------------------------------------| * | directoryCustomerId, owner.directoryCustomerId | Filters by directory * customer id. | * | domain | Filters by domain. | + * ``` * Organizations may be queried by `directoryCustomerId` or by * `domain`, where the domain is a G Suite domain, for example: * * Query `directorycustomerid:123456789` returns Organization diff --git a/ResourceManager/src/V3/SearchProjectsRequest.php b/ResourceManager/src/V3/SearchProjectsRequest.php index 681dcf5eac79..516353e62455 100644 --- a/ResourceManager/src/V3/SearchProjectsRequest.php +++ b/ResourceManager/src/V3/SearchProjectsRequest.php @@ -22,6 +22,7 @@ class SearchProjectsRequest extends \Google\Protobuf\Internal\Message * `resourcemanager.projects.get` permission to. If multiple fields are * included in the query, the it will return results that match any of the * fields. Some eligible fields are: + * ``` * | Field | Description | * |-------------------------|----------------------------------------------| * | displayName, name | Filters by displayName. | @@ -34,6 +35,7 @@ class SearchProjectsRequest extends \Google\Protobuf\Internal\Message * | labels | Filters by label name or value. | * | labels. (where *key* is the name of a label) | Filters by label * name. | + * ``` * Search expressions are case insensitive. * Some examples queries: * | Query | Description | @@ -80,6 +82,7 @@ class SearchProjectsRequest extends \Google\Protobuf\Internal\Message * `resourcemanager.projects.get` permission to. If multiple fields are * included in the query, the it will return results that match any of the * fields. Some eligible fields are: + * ``` * | Field | Description | * |-------------------------|----------------------------------------------| * | displayName, name | Filters by displayName. | @@ -92,6 +95,7 @@ class SearchProjectsRequest extends \Google\Protobuf\Internal\Message * | labels | Filters by label name or value. | * | labels. (where *key* is the name of a label) | Filters by label * name. | + * ``` * Search expressions are case insensitive. * Some examples queries: * | Query | Description | @@ -126,6 +130,7 @@ public function __construct($data = NULL) { * `resourcemanager.projects.get` permission to. If multiple fields are * included in the query, the it will return results that match any of the * fields. Some eligible fields are: + * ``` * | Field | Description | * |-------------------------|----------------------------------------------| * | displayName, name | Filters by displayName. | @@ -138,6 +143,7 @@ public function __construct($data = NULL) { * | labels | Filters by label name or value. | * | labels. (where *key* is the name of a label) | Filters by label * name. | + * ``` * Search expressions are case insensitive. * Some examples queries: * | Query | Description | @@ -166,6 +172,7 @@ public function getQuery() * `resourcemanager.projects.get` permission to. If multiple fields are * included in the query, the it will return results that match any of the * fields. Some eligible fields are: + * ``` * | Field | Description | * |-------------------------|----------------------------------------------| * | displayName, name | Filters by displayName. | @@ -178,6 +185,7 @@ public function getQuery() * | labels | Filters by label name or value. | * | labels. (where *key* is the name of a label) | Filters by label * name. | + * ``` * Search expressions are case insensitive. * Some examples queries: * | Query | Description | diff --git a/ResourceManager/synth.metadata b/ResourceManager/synth.metadata index d37511ae8b86..3a8841561e85 100644 --- a/ResourceManager/synth.metadata +++ b/ResourceManager/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-cloud-php.git", - "sha": "893fc0ae1f1bfc46e29a56e86c91570af5d5642f" + "sha": "2689a3890973dedbe2fc5b8d16cff8ef800349d4" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "d2977af9e9f1fc0c9dc8368352daa032471f3c63", - "internalRef": "403132955" + "sha": "f81b7bd47b8168728581c10cc631ecfd237274d6", + "internalRef": "407854413" } } ],