Class: Google::Cloud::Dataplex::V1::ListAssetsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListAssetsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List assets response.
Instance Attribute Summary collapse
-
#assets ⇒ ::Array<::Google::Cloud::Dataplex::V1::Asset>
Asset under the given parent zone.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#assets ⇒ ::Array<::Google::Cloud::Dataplex::V1::Asset>
Returns Asset under the given parent zone.
380 381 382 383 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 380 class ListAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
380 381 382 383 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 380 class ListAssetsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |