public interface ListClientTlsPoliciesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClientTlsPolicies(int index)
public abstract ClientTlsPolicy getClientTlsPolicies(int index)List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
| Name | Description |
| index | int |
| Type | Description |
| ClientTlsPolicy |
getClientTlsPoliciesCount()
public abstract int getClientTlsPoliciesCount()List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
| Type | Description |
| int |
getClientTlsPoliciesList()
public abstract List<ClientTlsPolicy> getClientTlsPoliciesList()List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
| Type | Description |
| List<ClientTlsPolicy> |
getClientTlsPoliciesOrBuilder(int index)
public abstract ClientTlsPolicyOrBuilder getClientTlsPoliciesOrBuilder(int index)List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
| Name | Description |
| index | int |
| Type | Description |
| ClientTlsPolicyOrBuilder |
getClientTlsPoliciesOrBuilderList()
public abstract List<? extends ClientTlsPolicyOrBuilder> getClientTlsPoliciesOrBuilderList()List of ClientTlsPolicy resources.
repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
| Type | Description |
| List<? extends com.google.cloud.networksecurity.v1beta1.ClientTlsPolicyOrBuilder> |
getNextPageToken()
public abstract 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |