Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1515,10 +1515,10 @@ class IamPolicyAnalysisQuery(proto.Message):
"projects/my-project-id"), or a project number (such as
"projects/12345").

To know how to get organization id, visit
To know how to get organization ID, visit
`here <https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id>`__.

To know how to get folder or project id, visit
To know how to get folder or project ID, visit
`here <https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects>`__.
resource_selector (google.cloud.asset_v1.types.IamPolicyAnalysisQuery.ResourceSelector):
Optional. Specifies a resource for analysis.
Expand Down Expand Up @@ -2955,10 +2955,10 @@ class BatchGetEffectiveIamPoliciesRequest(proto.Message):
"projects/my-project-id"), or a project number (such as
"projects/12345").

To know how to get organization id, visit
To know how to get organization ID, visit
`here <https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id>`__.

To know how to get folder or project id, visit
To know how to get folder or project ID, visit
`here <https://cloud.google.com/resource-manager/docs/creating-managing-folders#viewing_or_listing_folders_and_projects>`__.
names (MutableSequence[str]):
Required. The names refer to the [full_resource_names]
Expand Down Expand Up @@ -3126,9 +3126,9 @@ class Rule(proto.Message):

Attributes:
values (google.cloud.asset_v1.types.AnalyzerOrgPolicy.Rule.StringValues):
List of values to be used for this
PolicyRule. This field can be set only in
Policies for list constraints.
List of values to be used for this policy
rule. This field can be set only in policies for
list constraints.

This field is a member of `oneof`_ ``kind``.
allow_all (bool):
Expand All @@ -3155,14 +3155,17 @@ class Rule(proto.Message):
The condition evaluation result for this rule. Only
populated if it meets all the following criteria:

- there is a
- There is a
[condition][google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.condition]
defined for this rule
- this rule is within a consolidated_policy
- the consolidated_policy is within
[AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer]
defined for this rule.
- This rule is within
[AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy],
or
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource]
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy]
when the
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset]
has
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource].
"""

class StringValues(proto.Message):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ class RelatedAsset(proto.Message):

class Tag(proto.Message):
r"""The key and value for a
`tag <https://cloud.google.com/resource-manager/docs/tags/tags-overview>`__,
`tag <https://cloud.google.com/resource-manager/docs/tags/tags-overview>`__.


.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Expand Down Expand Up @@ -1371,7 +1371,7 @@ class IamPolicyAnalysisState(proto.Message):


class ConditionEvaluation(proto.Message):
r"""The Condition evaluation.
r"""The condition evaluation.

Attributes:
evaluation_value (google.cloud.asset_v1.types.ConditionEvaluation.EvaluationValue):
Expand All @@ -1391,7 +1391,7 @@ class EvaluationValue(proto.Enum):
CONDITIONAL (3):
The evaluation result is ``conditional`` when the condition
expression contains variables that are either missing input
values or have not been supported by Analyzer yet.
values or have not been supported by Policy Analyzer yet.
"""
EVALUATION_VALUE_UNSPECIFIED = 0
TRUE = 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "3.25.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.25.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down