Skip to content

Commit b936a8b

Browse files
1 parent 73e0aea commit b936a8b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

src/AppHub/Boundary.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Boundary extends \Google\Model
4444
public $createTime;
4545
/**
4646
* Optional. The resource name of the CRM node being attached to the boundary.
47-
* Format: `projects/{project-number}`
47+
* Format: `projects/{project-number}` or `projects/{project-id}`
4848
*
4949
* @var string
5050
*/
@@ -87,7 +87,7 @@ public function getCreateTime()
8787
}
8888
/**
8989
* Optional. The resource name of the CRM node being attached to the boundary.
90-
* Format: `projects/{project-number}`
90+
* Format: `projects/{project-number}` or `projects/{project-id}`
9191
*
9292
* @param string $crmNode
9393
*/

src/AppHub/Resource/ProjectsLocations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function get($name, $optParams = [])
7272
* Gets a Boundary. (locations.getBoundary)
7373
*
7474
* @param string $name Required. The name of the boundary to retrieve. Format:
75-
* projects/{project}/locations/{location}/boundary
75+
* `projects/{project}/locations/{location}/boundary`.
7676
* @param array $optParams Optional parameters.
7777
* @return Boundary
7878
* @throws \Google\Service\Exception

src/AppHub/Resource/ProjectsLocationsExtendedMetadataSchemas.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ class ProjectsLocationsExtendedMetadataSchemas extends \Google\Service\Resource
3333
/**
3434
* Gets an Extended Metadata Schema. (extendedMetadataSchemas.get)
3535
*
36-
* @param string $name Required. Schema resource name Format:
37-
* projects//locations//extendedMetadataSchemas/ could be
38-
* "apphub.googleapis.com/Name"
36+
* @param string $name Required. Schema resource name. Format: `projects/{projec
37+
* t}/locations/{location}/extendedMetadataSchemas/{extended_metadata_schema}`.
38+
* `{extended_metadata_schema}` has the format
39+
* `"apphub.googleapis.com/{SchemaName}"`.
3940
* @param array $optParams Optional parameters.
4041
* @return ExtendedMetadataSchema
4142
* @throws \Google\Service\Exception

0 commit comments

Comments
 (0)