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