Skip to content

Commit

Permalink
chore: comment fixes (#7835)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696243486
Source-Link: googleapis/googleapis@aa3dd2b
Source-Link: googleapis/googleapis-gen@a794581
Copy-Tag: eyJwIjoiUHJpdmlsZWdlZEFjY2Vzc01hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6ImE3OTQ1ODFkMmM0NGI3MGZhYTAyNGVlZWNmNmYwNWYyY2MzYmI0YjgifQ==
  • Loading branch information
gcf-owl-bot[bot] authored Nov 14, 2024
1 parent fe3b162 commit dba6b32
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
use Google\Cloud\PrivilegedAccessManager\V1\Client\PrivilegedAccessManagerClient;

/**
* CheckOnboardingStatus reports the onboarding status for a
* `CheckOnboardingStatus` reports the onboarding status for a
* project/folder/organization. Any findings reported by this API need to be
* fixed before PAM can be used on the resource.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
use Google\Protobuf\Duration;

/**
* Creates a new grant in a given project and location.
* Creates a new grant in a given project/folder/organization and
* location.
*
* @param string $formattedParent Name of the parent entitlement for which this grant is being
* requested. Please see
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

/**
* Deletes a single entitlement. This method can only be called when there
* are no in-progress (ACTIVE/ACTIVATING/REVOKING) grants under the
* are no in-progress (`ACTIVE`/`ACTIVATING`/`REVOKING`) grants under the
* entitlement.
*
* @param string $formattedName Name of the resource. Please see
Expand Down
2 changes: 1 addition & 1 deletion PrivilegedAccessManager/src/V1/AccessControlEntry.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ public function approveGrant(ApproveGrantRequest $request, array $callOptions =
}

/**
* CheckOnboardingStatus reports the onboarding status for a
* `CheckOnboardingStatus` reports the onboarding status for a
* project/folder/organization. Any findings reported by this API need to be
* fixed before PAM can be used on the resource.
*
Expand Down Expand Up @@ -627,7 +627,8 @@ public function createEntitlement(CreateEntitlementRequest $request, array $call
}

/**
* Creates a new grant in a given project and location.
* Creates a new grant in a given project/folder/organization and
* location.
*
* The async variant is {@see PrivilegedAccessManagerClient::createGrantAsync()} .
*
Expand All @@ -654,7 +655,7 @@ public function createGrant(CreateGrantRequest $request, array $callOptions = []

/**
* Deletes a single entitlement. This method can only be called when there
* are no in-progress (ACTIVE/ACTIVATING/REVOKING) grants under the
* are no in-progress (`ACTIVE`/`ACTIVATING`/`REVOKING`) grants under the
* entitlement.
*
* The async variant is
Expand Down
8 changes: 4 additions & 4 deletions PrivilegedAccessManager/src/V1/CreateEntitlementRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions PrivilegedAccessManager/src/V1/CreateGrantRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions PrivilegedAccessManager/src/V1/DeleteEntitlementRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions PrivilegedAccessManager/src/V1/Grant.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dba6b32

Please sign in to comment.