Class: Google::Cloud::DataFusion::V1::ListInstancesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataFusion::V1::ListInstancesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datafusion/v1/datafusion.rb
Overview
Response message for the list instance request.
Instance Attribute Summary collapse
-
#instances ⇒ ::Array<::Google::Cloud::DataFusion::V1::Instance>
Represents a list of Data Fusion instances.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results or empty if there are no more results in the list.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#instances ⇒ ::Array<::Google::Cloud::DataFusion::V1::Instance>
Returns Represents a list of Data Fusion instances.
366 367 368 369 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 366 class ListInstancesResponse 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.
366 367 368 369 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 366 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
366 367 368 369 |
# File 'proto_docs/google/cloud/datafusion/v1/datafusion.rb', line 366 class ListInstancesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |