Class: Google::Cloud::Datastream::V1::ListPrivateConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::ListPrivateConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Response containing a list of private connection configurations.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#private_connections ⇒ ::Array<::Google::Cloud::Datastream::V1::PrivateConnection>
List of private connectivity configurations.
-
#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.
605 606 607 608 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 605 class ListPrivateConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_connections ⇒ ::Array<::Google::Cloud::Datastream::V1::PrivateConnection>
Returns List of private connectivity configurations.
605 606 607 608 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 605 class ListPrivateConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
605 606 607 608 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 605 class ListPrivateConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |