Class: Google::Cloud::Dataplex::V1::ListEnvironmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListEnvironmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List environments response.
Instance Attribute Summary collapse
-
#environments ⇒ ::Array<::Google::Cloud::Dataplex::V1::Environment>
Environments 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
#environments ⇒ ::Array<::Google::Cloud::Dataplex::V1::Environment>
Returns Environments under the given parent lake.
741 742 743 744 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 741 class ListEnvironmentsResponse 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.
741 742 743 744 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 741 class ListEnvironmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |