Class: Google::Cloud::NetworkServices::V1::ListTlsRoutesResponse

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

Overview

Response returned by the ListTlsRoutes 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.



160
161
162
163
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 160

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

#tls_routes::Array<::Google::Cloud::NetworkServices::V1::TlsRoute>

Returns List of TlsRoute resources.

Returns:



160
161
162
163
# File 'proto_docs/google/cloud/networkservices/v1/tls_route.rb', line 160

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