Skip to content

Commit e6374ef

Browse files
docs: [google-cloud-asset] Minor comment updates (#12477)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 617427819 Source-Link: googleapis/googleapis@ba8609a Source-Link: googleapis/googleapis-gen@e0973cd Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWFzc2V0Ly5Pd2xCb3QueWFtbCIsImgiOiJlMDk3M2NkOWJiNGE0M2JkYjJmODJkNDNhYjExNzAwMDY2ZTRlNmJlIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <[email protected]>
1 parent 585a7e8 commit e6374ef

File tree

11 files changed

+28
-25
lines changed

11 files changed

+28
-25
lines changed

packages/google-cloud-asset/google/cloud/asset/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.25.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.25.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1/types/asset_service.py

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,10 +1515,10 @@ class IamPolicyAnalysisQuery(proto.Message):
15151515
"projects/my-project-id"), or a project number (such as
15161516
"projects/12345").
15171517
1518-
To know how to get organization id, visit
1518+
To know how to get organization ID, visit
15191519
`here <https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id>`__.
15201520
1521-
To know how to get folder or project id, visit
1521+
To know how to get folder or project ID, visit
15221522
`here <https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects>`__.
15231523
resource_selector (google.cloud.asset_v1.types.IamPolicyAnalysisQuery.ResourceSelector):
15241524
Optional. Specifies a resource for analysis.
@@ -2955,10 +2955,10 @@ class BatchGetEffectiveIamPoliciesRequest(proto.Message):
29552955
"projects/my-project-id"), or a project number (such as
29562956
"projects/12345").
29572957
2958-
To know how to get organization id, visit
2958+
To know how to get organization ID, visit
29592959
`here <https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id>`__.
29602960
2961-
To know how to get folder or project id, visit
2961+
To know how to get folder or project ID, visit
29622962
`here <https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects>`__.
29632963
names (MutableSequence[str]):
29642964
Required. The names refer to the [full_resource_names]
@@ -3126,9 +3126,9 @@ class Rule(proto.Message):
31263126
31273127
Attributes:
31283128
values (google.cloud.asset_v1.types.AnalyzerOrgPolicy.Rule.StringValues):
3129-
List of values to be used for this
3130-
PolicyRule. This field can be set only in
3131-
Policies for list constraints.
3129+
List of values to be used for this policy
3130+
rule. This field can be set only in policies for
3131+
list constraints.
31323132
31333133
This field is a member of `oneof`_ ``kind``.
31343134
allow_all (bool):
@@ -3155,14 +3155,17 @@ class Rule(proto.Message):
31553155
The condition evaluation result for this rule. Only
31563156
populated if it meets all the following criteria:
31573157
3158-
- there is a
3158+
- There is a
31593159
[condition][google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.condition]
3160-
defined for this rule
3161-
- this rule is within a consolidated_policy
3162-
- the consolidated_policy is within
3163-
[AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer]
3160+
defined for this rule.
3161+
- This rule is within
3162+
[AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy],
31643163
or
3165-
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource]
3164+
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy]
3165+
when the
3166+
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset]
3167+
has
3168+
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource].
31663169
"""
31673170

31683171
class StringValues(proto.Message):

packages/google-cloud-asset/google/cloud/asset_v1/types/assets.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ class RelatedAsset(proto.Message):
512512

513513
class Tag(proto.Message):
514514
r"""The key and value for a
515-
`tag <https://cloud.google.com/resource-manager/docs/tags/tags-overview>`__,
515+
`tag <https://cloud.google.com/resource-manager/docs/tags/tags-overview>`__.
516516
517517
518518
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
@@ -1371,7 +1371,7 @@ class IamPolicyAnalysisState(proto.Message):
13711371

13721372

13731373
class ConditionEvaluation(proto.Message):
1374-
r"""The Condition evaluation.
1374+
r"""The condition evaluation.
13751375
13761376
Attributes:
13771377
evaluation_value (google.cloud.asset_v1.types.ConditionEvaluation.EvaluationValue):
@@ -1391,7 +1391,7 @@ class EvaluationValue(proto.Enum):
13911391
CONDITIONAL (3):
13921392
The evaluation result is ``conditional`` when the condition
13931393
expression contains variables that are either missing input
1394-
values or have not been supported by Analyzer yet.
1394+
values or have not been supported by Policy Analyzer yet.
13951395
"""
13961396
EVALUATION_VALUE_UNSPECIFIED = 0
13971397
TRUE = 1

packages/google-cloud-asset/google/cloud/asset_v1p1beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.25.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1p2beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.25.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/google/cloud/asset_v1p5beta1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "3.25.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-asset/samples/generated_samples/snippet_metadata_google.cloud.asset.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "3.25.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-asset/samples/generated_samples/snippet_metadata_google.cloud.asset.v1p1beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "3.25.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-asset/samples/generated_samples/snippet_metadata_google.cloud.asset.v1p2beta1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-asset",
11-
"version": "3.25.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)