Class: Google::Cloud::Dataplex::V1::ListContentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListContentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/content.rb
Overview
List content response.
Instance Attribute Summary collapse
-
#content ⇒ ::Array<::Google::Cloud::Dataplex::V1::Content>
Content under the given parent lake.
-
#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
#content ⇒ ::Array<::Google::Cloud::Dataplex::V1::Content>
Returns Content under the given parent lake.
108 109 110 111 |
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 108 class ListContentResponse 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.
108 109 110 111 |
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 108 class ListContentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |