Class: Google::Cloud::Dataplex::V1::ListLakesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListLakesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List lakes response.
Instance Attribute Summary collapse
-
#lakes ⇒ ::Array<::Google::Cloud::Dataplex::V1::Lake>
Lakes under the given parent location.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#unreachable_locations ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#lakes ⇒ ::Array<::Google::Cloud::Dataplex::V1::Lake>
Returns Lakes under the given parent location.
117 118 119 120 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 117 class ListLakesResponse 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.
117 118 119 120 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 117 class ListLakesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable_locations ⇒ ::Array<::String>
Returns Locations that could not be reached.
117 118 119 120 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 117 class ListLakesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |