Class: Google::Cloud::NetworkSecurity::V1beta1::ListClientTlsPoliciesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb

Overview

Response returned by the ListClientTlsPolicies method.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tls_policies::Array<::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy>

Returns List of ClientTlsPolicy resources.

Returns:



99
100
101
102
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 99

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

#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.



99
100
101
102
# File 'proto_docs/google/cloud/networksecurity/v1beta1/client_tls_policy.rb', line 99

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