Class CertificateAuthority.AccessUrls.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateAuthority.AccessUrls.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateAuthority.AccessUrls.Builder>
      • getDefaultInstanceForType

        public CertificateAuthority.AccessUrls getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public CertificateAuthority.AccessUrls build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public CertificateAuthority.AccessUrls buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CertificateAuthority.AccessUrls.Builder>
      • getCaCertificateAccessUrl

        public String getCaCertificateAccessUrl()
         The URL where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CA certificate is published. This will only be set for CAs that have been
         activated.
         
        string ca_certificate_access_url = 1;
        Specified by:
        getCaCertificateAccessUrl in interface CertificateAuthority.AccessUrlsOrBuilder
        Returns:
        The caCertificateAccessUrl.
      • getCaCertificateAccessUrlBytes

        public com.google.protobuf.ByteString getCaCertificateAccessUrlBytes()
         The URL where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CA certificate is published. This will only be set for CAs that have been
         activated.
         
        string ca_certificate_access_url = 1;
        Specified by:
        getCaCertificateAccessUrlBytes in interface CertificateAuthority.AccessUrlsOrBuilder
        Returns:
        The bytes for caCertificateAccessUrl.
      • setCaCertificateAccessUrl

        public CertificateAuthority.AccessUrls.Builder setCaCertificateAccessUrl​(String value)
         The URL where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CA certificate is published. This will only be set for CAs that have been
         activated.
         
        string ca_certificate_access_url = 1;
        Parameters:
        value - The caCertificateAccessUrl to set.
        Returns:
        This builder for chaining.
      • clearCaCertificateAccessUrl

        public CertificateAuthority.AccessUrls.Builder clearCaCertificateAccessUrl()
         The URL where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CA certificate is published. This will only be set for CAs that have been
         activated.
         
        string ca_certificate_access_url = 1;
        Returns:
        This builder for chaining.
      • setCaCertificateAccessUrlBytes

        public CertificateAuthority.AccessUrls.Builder setCaCertificateAccessUrlBytes​(com.google.protobuf.ByteString value)
         The URL where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CA certificate is published. This will only be set for CAs that have been
         activated.
         
        string ca_certificate_access_url = 1;
        Parameters:
        value - The bytes for caCertificateAccessUrl to set.
        Returns:
        This builder for chaining.
      • getCrlAccessUrlsList

        public com.google.protobuf.ProtocolStringList getCrlAccessUrlsList()
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Specified by:
        getCrlAccessUrlsList in interface CertificateAuthority.AccessUrlsOrBuilder
        Returns:
        A list containing the crlAccessUrls.
      • getCrlAccessUrlsCount

        public int getCrlAccessUrlsCount()
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Specified by:
        getCrlAccessUrlsCount in interface CertificateAuthority.AccessUrlsOrBuilder
        Returns:
        The count of crlAccessUrls.
      • getCrlAccessUrls

        public String getCrlAccessUrls​(int index)
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Specified by:
        getCrlAccessUrls in interface CertificateAuthority.AccessUrlsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The crlAccessUrls at the given index.
      • getCrlAccessUrlsBytes

        public com.google.protobuf.ByteString getCrlAccessUrlsBytes​(int index)
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Specified by:
        getCrlAccessUrlsBytes in interface CertificateAuthority.AccessUrlsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the crlAccessUrls at the given index.
      • setCrlAccessUrls

        public CertificateAuthority.AccessUrls.Builder setCrlAccessUrls​(int index,
                                                                        String value)
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Parameters:
        index - The index to set the value at.
        value - The crlAccessUrls to set.
        Returns:
        This builder for chaining.
      • addCrlAccessUrls

        public CertificateAuthority.AccessUrls.Builder addCrlAccessUrls​(String value)
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Parameters:
        value - The crlAccessUrls to add.
        Returns:
        This builder for chaining.
      • addAllCrlAccessUrls

        public CertificateAuthority.AccessUrls.Builder addAllCrlAccessUrls​(Iterable<String> values)
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Parameters:
        values - The crlAccessUrls to add.
        Returns:
        This builder for chaining.
      • clearCrlAccessUrls

        public CertificateAuthority.AccessUrls.Builder clearCrlAccessUrls()
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Returns:
        This builder for chaining.
      • addCrlAccessUrlsBytes

        public CertificateAuthority.AccessUrls.Builder addCrlAccessUrlsBytes​(com.google.protobuf.ByteString value)
         The URLs where this
         [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
         CRLs are published. This will only be set for CAs that have been
         activated.
         
        repeated string crl_access_urls = 2;
        Parameters:
        value - The bytes of the crlAccessUrls to add.
        Returns:
        This builder for chaining.