Interface ListCertificateTemplatesResponseOrBuilder

    • Method Detail

      • getCertificateTemplatesList

        List<CertificateTemplate> getCertificateTemplatesList()
         The list of
         [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
         
        repeated .google.cloud.security.privateca.v1.CertificateTemplate certificate_templates = 1;
      • getCertificateTemplates

        CertificateTemplate getCertificateTemplates​(int index)
         The list of
         [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
         
        repeated .google.cloud.security.privateca.v1.CertificateTemplate certificate_templates = 1;
      • getCertificateTemplatesCount

        int getCertificateTemplatesCount()
         The list of
         [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
         
        repeated .google.cloud.security.privateca.v1.CertificateTemplate certificate_templates = 1;
      • getCertificateTemplatesOrBuilderList

        List<? extends CertificateTemplateOrBuilder> getCertificateTemplatesOrBuilderList()
         The list of
         [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
         
        repeated .google.cloud.security.privateca.v1.CertificateTemplate certificate_templates = 1;
      • getCertificateTemplatesOrBuilder

        CertificateTemplateOrBuilder getCertificateTemplatesOrBuilder​(int index)
         The list of
         [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
         
        repeated .google.cloud.security.privateca.v1.CertificateTemplate certificate_templates = 1;
      • getNextPageToken

        String getNextPageToken()
         A token to retrieve next page of results. Pass this value in
         [ListCertificateTemplatesRequest.next_page_token][] to retrieve
         the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token to retrieve next page of results. Pass this value in
         [ListCertificateTemplatesRequest.next_page_token][] to retrieve
         the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.
      • getUnreachableList

        List<String> getUnreachableList()
         A list of locations (e.g. "us-west1") that could not be reached.
         
        repeated string unreachable = 3;
        Returns:
        A list containing the unreachable.
      • getUnreachableCount

        int getUnreachableCount()
         A list of locations (e.g. "us-west1") that could not be reached.
         
        repeated string unreachable = 3;
        Returns:
        The count of unreachable.
      • getUnreachable

        String getUnreachable​(int index)
         A list of locations (e.g. "us-west1") that could not be reached.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The unreachable at the given index.
      • getUnreachableBytes

        com.google.protobuf.ByteString getUnreachableBytes​(int index)
         A list of locations (e.g. "us-west1") that could not be reached.
         
        repeated string unreachable = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the unreachable at the given index.