Class: Google::Cloud::NetworkServices::V1::ListTcpRoutesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networkservices/v1/tcp_route.rb

Overview

Response returned by the ListTcpRoutes method.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

Returns:

  • (::String)

    If there might be more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.



204
205
206
207
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 204

class ListTcpRoutesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tcp_routes::Array<::Google::Cloud::NetworkServices::V1::TcpRoute>

Returns List of TcpRoute resources.

Returns:



204
205
206
207
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 204

class ListTcpRoutesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Unreachable resources. Populated when the request opts into return_partial_success and reading across collections e.g. when attempting to list all resources across all supported locations.

Returns:

  • (::Array<::String>)

    Unreachable resources. Populated when the request opts into return_partial_success and reading across collections e.g. when attempting to list all resources across all supported locations.



204
205
206
207
# File 'proto_docs/google/cloud/networkservices/v1/tcp_route.rb', line 204

class ListTcpRoutesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end