public interface ListServerTlsPoliciesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
ServerTlsPolicy |
getServerTlsPolicies(int index)
List of ServerTlsPolicy resources.
|
int |
getServerTlsPoliciesCount()
List of ServerTlsPolicy resources.
|
List<ServerTlsPolicy> |
getServerTlsPoliciesList()
List of ServerTlsPolicy resources.
|
ServerTlsPolicyOrBuilder |
getServerTlsPoliciesOrBuilder(int index)
List of ServerTlsPolicy resources.
|
List<? extends ServerTlsPolicyOrBuilder> |
getServerTlsPoliciesOrBuilderList()
List of ServerTlsPolicy resources.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ServerTlsPolicy> getServerTlsPoliciesList()
List of ServerTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policies = 1;ServerTlsPolicy getServerTlsPolicies(int index)
List of ServerTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policies = 1;int getServerTlsPoliciesCount()
List of ServerTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policies = 1;List<? extends ServerTlsPolicyOrBuilder> getServerTlsPoliciesOrBuilderList()
List of ServerTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ServerTlsPolicy server_tls_policies = 1;ServerTlsPolicyOrBuilder getServerTlsPoliciesOrBuilder(int index)
List of ServerTlsPolicy resources.
repeated .google.cloud.networksecurity.v1.ServerTlsPolicy server_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 © 2024 Google LLC. All rights reserved.