Interface ListClientTlsPoliciesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListClientTlsPoliciesResponse
,ListClientTlsPoliciesResponse.Builder
public interface ListClientTlsPoliciesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClientTlsPoliciesList
List<ClientTlsPolicy> getClientTlsPoliciesList()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policies = 1;
-
getClientTlsPolicies
ClientTlsPolicy getClientTlsPolicies(int index)
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policies = 1;
-
getClientTlsPoliciesCount
int getClientTlsPoliciesCount()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policies = 1;
-
getClientTlsPoliciesOrBuilderList
List<? extends ClientTlsPolicyOrBuilder> getClientTlsPoliciesOrBuilderList()
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policies = 1;
-
getClientTlsPoliciesOrBuilder
ClientTlsPolicyOrBuilder getClientTlsPoliciesOrBuilder(int index)
List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ClientTlsPolicy client_tls_policies = 1;
-
getNextPageToken
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;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;
- Returns:
- The bytes for nextPageToken.
-
-