Class: Google::Cloud::Datastream::V1::ListRoutesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ListRoutesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Route list response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#routes ⇒ ::Array<::Google::Cloud::Datastream::V1::Route>
List of Routes.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
717 718 719 720 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 717 class ListRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#routes ⇒ ::Array<::Google::Cloud::Datastream::V1::Route>
Returns List of Routes.
717 718 719 720 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 717 class ListRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
717 718 719 720 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 717 class ListRoutesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |