@@ -73,6 +73,7 @@ class ContentType(proto.Enum):
7373
7474class ExportAssetsRequest (proto .Message ):
7575 r"""Export asset request.
76+
7677 Attributes:
7778 parent (str):
7879 Required. The relative name of the root
@@ -187,6 +188,7 @@ class ExportAssetsResponse(proto.Message):
187188
188189class ListAssetsRequest (proto .Message ):
189190 r"""ListAssets request.
191+
190192 Attributes:
191193 parent (str):
192194 Required. Name of the organization or project the assets
@@ -271,6 +273,7 @@ class ListAssetsRequest(proto.Message):
271273
272274class ListAssetsResponse (proto .Message ):
273275 r"""ListAssets response.
276+
274277 Attributes:
275278 read_time (google.protobuf.timestamp_pb2.Timestamp):
276279 Time the snapshot was taken.
@@ -305,6 +308,7 @@ def raw_page(self):
305308
306309class BatchGetAssetsHistoryRequest (proto .Message ):
307310 r"""Batch get assets history request.
311+
308312 Attributes:
309313 parent (str):
310314 Required. The relative name of the root
@@ -356,6 +360,7 @@ class BatchGetAssetsHistoryRequest(proto.Message):
356360
357361class BatchGetAssetsHistoryResponse (proto .Message ):
358362 r"""Batch get assets history response.
363+
359364 Attributes:
360365 assets (Sequence[google.cloud.asset_v1.types.TemporalAsset]):
361366 A list of assets with valid time windows.
@@ -370,6 +375,7 @@ class BatchGetAssetsHistoryResponse(proto.Message):
370375
371376class CreateFeedRequest (proto .Message ):
372377 r"""Create asset feed request.
378+
373379 Attributes:
374380 parent (str):
375381 Required. The name of the
@@ -409,6 +415,7 @@ class CreateFeedRequest(proto.Message):
409415
410416class GetFeedRequest (proto .Message ):
411417 r"""Get asset feed request.
418+
412419 Attributes:
413420 name (str):
414421 Required. The name of the Feed and it must be in the format
@@ -425,6 +432,7 @@ class GetFeedRequest(proto.Message):
425432
426433class ListFeedsRequest (proto .Message ):
427434 r"""List asset feeds request.
435+
428436 Attributes:
429437 parent (str):
430438 Required. The parent
@@ -443,6 +451,7 @@ class ListFeedsRequest(proto.Message):
443451
444452class ListFeedsResponse (proto .Message ):
445453 r"""
454+
446455 Attributes:
447456 feeds (Sequence[google.cloud.asset_v1.types.Feed]):
448457 A list of feeds.
@@ -457,6 +466,7 @@ class ListFeedsResponse(proto.Message):
457466
458467class UpdateFeedRequest (proto .Message ):
459468 r"""Update asset feed request.
469+
460470 Attributes:
461471 feed (google.cloud.asset_v1.types.Feed):
462472 Required. The new values of feed details. It must match an
@@ -484,6 +494,7 @@ class UpdateFeedRequest(proto.Message):
484494
485495class DeleteFeedRequest (proto .Message ):
486496 r"""
497+
487498 Attributes:
488499 name (str):
489500 Required. The name of the feed and it must be in the format
@@ -500,6 +511,7 @@ class DeleteFeedRequest(proto.Message):
500511
501512class OutputConfig (proto .Message ):
502513 r"""Output configuration for export assets destination.
514+
503515 Attributes:
504516 gcs_destination (google.cloud.asset_v1.types.GcsDestination):
505517 Destination on Cloud Storage.
@@ -525,6 +537,7 @@ class OutputConfig(proto.Message):
525537
526538class OutputResult (proto .Message ):
527539 r"""Output result of export assets.
540+
528541 Attributes:
529542 gcs_result (google.cloud.asset_v1.types.GcsOutputResult):
530543 Export result on Cloud Storage.
@@ -540,6 +553,7 @@ class OutputResult(proto.Message):
540553
541554class GcsOutputResult (proto .Message ):
542555 r"""A Cloud Storage output result.
556+
543557 Attributes:
544558 uris (Sequence[str]):
545559 List of uris of the Cloud Storage objects. Example:
@@ -554,6 +568,7 @@ class GcsOutputResult(proto.Message):
554568
555569class GcsDestination (proto .Message ):
556570 r"""A Cloud Storage location.
571+
557572 Attributes:
558573 uri (str):
559574 The uri of the Cloud Storage object. It's the same uri that
@@ -592,6 +607,7 @@ class GcsDestination(proto.Message):
592607
593608class BigQueryDestination (proto .Message ):
594609 r"""A BigQuery destination for exporting assets to.
610+
595611 Attributes:
596612 dataset (str):
597613 Required. The BigQuery dataset in format
@@ -719,6 +735,7 @@ class PartitionKey(proto.Enum):
719735
720736class PubsubDestination (proto .Message ):
721737 r"""A Pub/Sub destination.
738+
722739 Attributes:
723740 topic (str):
724741 The name of the Pub/Sub topic to publish to. Example:
@@ -733,6 +750,7 @@ class PubsubDestination(proto.Message):
733750
734751class FeedOutputConfig (proto .Message ):
735752 r"""Output configuration for asset feed destination.
753+
736754 Attributes:
737755 pubsub_destination (google.cloud.asset_v1.types.PubsubDestination):
738756 Destination on Pub/Sub.
@@ -838,6 +856,7 @@ class Feed(proto.Message):
838856
839857class SearchAllResourcesRequest (proto .Message ):
840858 r"""Search all resources request.
859+
841860 Attributes:
842861 scope (str):
843862 Required. A scope can be a project, a folder, or an
@@ -983,6 +1002,7 @@ class SearchAllResourcesRequest(proto.Message):
9831002
9841003class SearchAllResourcesResponse (proto .Message ):
9851004 r"""Search all resources response.
1005+
9861006 Attributes:
9871007 results (Sequence[google.cloud.asset_v1.types.ResourceSearchResult]):
9881008 A list of Resources that match the search
@@ -1012,6 +1032,7 @@ def raw_page(self):
10121032
10131033class SearchAllIamPoliciesRequest (proto .Message ):
10141034 r"""Search all IAM policies request.
1035+
10151036 Attributes:
10161037 scope (str):
10171038 Required. A scope can be a project, a folder, or an
@@ -1150,6 +1171,7 @@ class SearchAllIamPoliciesRequest(proto.Message):
11501171
11511172class SearchAllIamPoliciesResponse (proto .Message ):
11521173 r"""Search all IAM policies response.
1174+
11531175 Attributes:
11541176 results (Sequence[google.cloud.asset_v1.types.IamPolicySearchResult]):
11551177 A list of IamPolicy that match the search
@@ -1179,6 +1201,7 @@ def raw_page(self):
11791201
11801202class IamPolicyAnalysisQuery (proto .Message ):
11811203 r"""## IAM policy analysis query message.
1204+
11821205 Attributes:
11831206 scope (str):
11841207 Required. The relative name of the root asset. Only
@@ -1279,6 +1302,7 @@ class AccessSelector(proto.Message):
12791302
12801303 class Options (proto .Message ):
12811304 r"""Contains query options.
1305+
12821306 Attributes:
12831307 expand_groups (bool):
12841308 Optional. If true, the identities section of the result will
@@ -1395,6 +1419,7 @@ class Options(proto.Message):
13951419
13961420 class ConditionContext (proto .Message ):
13971421 r"""The IAM conditions context.
1422+
13981423 Attributes:
13991424 access_time (google.protobuf.timestamp_pb2.Timestamp):
14001425 The hypothetical access timestamp to evaluate IAM
@@ -1497,6 +1522,7 @@ class AnalyzeIamPolicyResponse(proto.Message):
14971522
14981523 class IamPolicyAnalysis (proto .Message ):
14991524 r"""An analysis message to group the query and results.
1525+
15001526 Attributes:
15011527 analysis_query (google.cloud.asset_v1.types.IamPolicyAnalysisQuery):
15021528 The analysis query.
@@ -1563,6 +1589,7 @@ class IamPolicyAnalysisOutputConfig(proto.Message):
15631589
15641590 class GcsDestination (proto .Message ):
15651591 r"""A Cloud Storage location.
1592+
15661593 Attributes:
15671594 uri (str):
15681595 Required. The uri of the Cloud Storage object. It's the same
@@ -1585,6 +1612,7 @@ class GcsDestination(proto.Message):
15851612
15861613 class BigQueryDestination (proto .Message ):
15871614 r"""A BigQuery destination.
1615+
15881616 Attributes:
15891617 dataset (str):
15901618 Required. The BigQuery dataset in format
@@ -1694,7 +1722,8 @@ class AnalyzeIamPolicyLongrunningRequest(proto.Message):
16941722class AnalyzeIamPolicyLongrunningResponse (proto .Message ):
16951723 r"""A response message for
16961724 [AssetService.AnalyzeIamPolicyLongrunning][google.cloud.asset.v1.AssetService.AnalyzeIamPolicyLongrunning].
1697- """
1725+
1726+ """
16981727
16991728
17001729__all__ = tuple (sorted (__protobuf__ .manifest ))
0 commit comments