Class: Google::Cloud::NetworkSecurity::V1beta1::ListServerTlsPoliciesResponse

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

Overview

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



118
119
120
121
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 118

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

#server_tls_policies::Array<::Google::Cloud::NetworkSecurity::V1beta1::ServerTlsPolicy>

Returns List of ServerTlsPolicy resources.

Returns:



118
119
120
121
# File 'proto_docs/google/cloud/networksecurity/v1beta1/server_tls_policy.rb', line 118

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