public interface ListClientTlsPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientTlsPolicy |
getClientTlsPolicies(int index)
List of ClientTlsPolicy resources.
|
int |
getClientTlsPoliciesCount()
List of ClientTlsPolicy resources.
|
List<ClientTlsPolicy> |
getClientTlsPoliciesList()
List of ClientTlsPolicy resources.
|
ClientTlsPolicyOrBuilder |
getClientTlsPoliciesOrBuilder(int index)
List of ClientTlsPolicy resources.
|
List<? extends ClientTlsPolicyOrBuilder> |
getClientTlsPoliciesOrBuilderList()
List of ClientTlsPolicy resources.
|
String |
getNextPageToken()
If there might be more results than those appearing in this response, then
`next_page_token` is included.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there might be more results than those appearing in this response, then
`next_page_token` is included.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ClientTlsPolicy> getClientTlsPoliciesList()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
ClientTlsPolicy getClientTlsPolicies(int index)
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
int getClientTlsPoliciesCount()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
List<? extends ClientTlsPolicyOrBuilder> getClientTlsPoliciesOrBuilderList()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
ClientTlsPolicyOrBuilder getClientTlsPoliciesOrBuilder(int index)
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
String getNextPageToken()
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`.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
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`.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.