Class: Google::Cloud::NetworkSecurity::V1beta1::ListClientTlsPoliciesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::ListClientTlsPoliciesResponse
- 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
-
#client_tls_policies ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy>
List of ClientTlsPolicy resources.
-
#next_page_token ⇒ ::String
If there might be more results than those appearing in this response, then
next_page_token
is included.
Instance Attribute Details
#client_tls_policies ⇒ ::Array<::Google::Cloud::NetworkSecurity::V1beta1::ClientTlsPolicy>
Returns List of ClientTlsPolicy resources.
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
.
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 |