@@ -521,7 +521,7 @@ class CreateFeedRequest(proto.Message):
521
521
organization number (such as
522
522
"organizations/123"), a folder number (such as
523
523
"folders/123"), a project ID (such as
524
- "projects/my-project-id")" , or a project number
524
+ "projects/my-project-id"), or a project number
525
525
(such as "projects/12345").
526
526
feed_id (str):
527
527
Required. This is the client-assigned asset
@@ -2202,7 +2202,7 @@ class CreateSavedQueryRequest(proto.Message):
2202
2202
this saved_query should be created in. It can only be an
2203
2203
organization number (such as "organizations/123"), a folder
2204
2204
number (such as "folders/123"), a project ID (such as
2205
- "projects/my-project-id")" , or a project number (such as
2205
+ "projects/my-project-id"), or a project number (such as
2206
2206
"projects/12345").
2207
2207
saved_query (google.cloud.asset_v1.types.SavedQuery):
2208
2208
Required. The saved_query details. The ``name`` field must
@@ -2280,9 +2280,8 @@ class ListSavedQueriesRequest(proto.Message):
2280
2280
Optional. The maximum number of saved queries
2281
2281
to return per page. The service may return fewer
2282
2282
than this value. If unspecified, at most 50 will
2283
- be returned.
2284
- The maximum value is 1000; values above 1000
2285
- will be coerced to 1000.
2283
+ be returned. The maximum value is 1000; values
2284
+ above 1000 will be coerced to 1000.
2286
2285
page_token (str):
2287
2286
Optional. A page token, received from a previous
2288
2287
``ListSavedQueries`` call. Provide this to retrieve the
@@ -3855,19 +3854,19 @@ class GovernedResource(proto.Message):
3855
3854
of the parent of
3856
3855
[AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name][google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedResource.full_resource_name].
3857
3856
project (str):
3858
- The project that this resource belongs to, in the form of
3857
+ The project that this resource belongs to, in the format of
3859
3858
projects/{PROJECT_NUMBER}. This field is available when the
3860
3859
resource belongs to a project.
3861
3860
folders (MutableSequence[str]):
3862
- The folder(s) that this resource belongs to, in the form of
3863
- folders/{FOLDER_NUMBER}. This field is available when the
3864
- resource belongs(directly or cascadingly) to one or more
3861
+ The folder(s) that this resource belongs to, in the format
3862
+ of folders/{FOLDER_NUMBER}. This field is available when the
3863
+ resource belongs (directly or cascadingly) to one or more
3865
3864
folders.
3866
3865
organization (str):
3867
- The organization that this resource belongs to, in the form
3868
- of organizations/{ORGANIZATION_NUMBER}. This field is
3869
- available when the resource belongs(directly or cascadingly)
3870
- to an organization.
3866
+ The organization that this resource belongs to, in the
3867
+ format of organizations/{ORGANIZATION_NUMBER}. This field is
3868
+ available when the resource belongs (directly or
3869
+ cascadingly) to an organization.
3871
3870
"""
3872
3871
3873
3872
full_resource_name : str = proto .Field (
@@ -3907,18 +3906,18 @@ class GovernedIamPolicy(proto.Message):
3907
3906
The IAM policy directly set on the given
3908
3907
resource.
3909
3908
project (str):
3910
- The project that this IAM policy belongs to, in the form of
3911
- projects/{PROJECT_NUMBER}. This field is available when the
3912
- IAM policy belongs to a project.
3909
+ The project that this IAM policy belongs to, in the format
3910
+ of projects/{PROJECT_NUMBER}. This field is available when
3911
+ the IAM policy belongs to a project.
3913
3912
folders (MutableSequence[str]):
3914
- The folder(s) that this IAM policy belongs to, in the form
3913
+ The folder(s) that this IAM policy belongs to, in the format
3915
3914
of folders/{FOLDER_NUMBER}. This field is available when the
3916
- IAM policy belongs(directly or cascadingly) to one or more
3915
+ IAM policy belongs (directly or cascadingly) to one or more
3917
3916
folders.
3918
3917
organization (str):
3919
3918
The organization that this IAM policy belongs to, in the
3920
- form of organizations/{ORGANIZATION_NUMBER}. This field is
3921
- available when the IAM policy belongs(directly or
3919
+ format of organizations/{ORGANIZATION_NUMBER}. This field is
3920
+ available when the IAM policy belongs (directly or
3922
3921
cascadingly) to an organization.
3923
3922
"""
3924
3923
0 commit comments