Class: Google::Cloud::IDS::V1::ListEndpointsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::IDS::V1::ListEndpointsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ids/v1/ids.rb
Instance Attribute Summary collapse
-
#endpoints ⇒ ::Array<::Google::Cloud::IDS::V1::Endpoint>
The list of endpoints response.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#endpoints ⇒ ::Array<::Google::Cloud::IDS::V1::Endpoint>
Returns The list of endpoints response.
147 148 149 150 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 147 class ListEndpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
147 148 149 150 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 147 class ListEndpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
147 148 149 150 |
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 147 class ListEndpointsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |