Interface ListClientTlsPoliciesResponseOrBuilder

    • Method Detail

      • getClientTlsPoliciesList

        List<ClientTlsPolicy> getClientTlsPoliciesList()
         List of ClientTlsPolicy resources.
         
        repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
      • getClientTlsPolicies

        ClientTlsPolicy getClientTlsPolicies​(int index)
         List of ClientTlsPolicy resources.
         
        repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
      • getClientTlsPoliciesCount

        int getClientTlsPoliciesCount()
         List of ClientTlsPolicy resources.
         
        repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
      • getClientTlsPoliciesOrBuilderList

        List<? extends ClientTlsPolicyOrBuilder> getClientTlsPoliciesOrBuilderList()
         List of ClientTlsPolicy resources.
         
        repeated .google.cloud.networksecurity.v1beta1.ClientTlsPolicy client_tls_policies = 1;
      • getClientTlsPoliciesOrBuilder

        ClientTlsPolicyOrBuilder getClientTlsPoliciesOrBuilder​(int index)
         List of ClientTlsPolicy resources.
         
        repeated .google.cloud.networksecurity.v1beta1.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.