Class CertificateAuthority.UserDefinedAccessUrls.Builder (2.85.0)

public static final class CertificateAuthority.UserDefinedAccessUrls.Builder extends GeneratedMessage.Builder<CertificateAuthority.UserDefinedAccessUrls.Builder> implements CertificateAuthority.UserDefinedAccessUrlsOrBuilder

User-defined URLs for accessing content published by this CertificateAuthority.

Protobuf type google.cloud.security.privateca.v1.CertificateAuthority.UserDefinedAccessUrls

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAiaIssuingCertificateUrls(String value)

public CertificateAuthority.UserDefinedAccessUrls.Builder addAiaIssuingCertificateUrls(String value)

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The aiaIssuingCertificateUrls to add.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

addAiaIssuingCertificateUrlsBytes(ByteString value)

public CertificateAuthority.UserDefinedAccessUrls.Builder addAiaIssuingCertificateUrlsBytes(ByteString value)

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the aiaIssuingCertificateUrls to add.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

addAllAiaIssuingCertificateUrls(Iterable<String> values)

public CertificateAuthority.UserDefinedAccessUrls.Builder addAllAiaIssuingCertificateUrls(Iterable<String> values)

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The aiaIssuingCertificateUrls to add.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

addAllCrlAccessUrls(Iterable<String> values)

public CertificateAuthority.UserDefinedAccessUrls.Builder addAllCrlAccessUrls(Iterable<String> values)

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<String>

The crlAccessUrls to add.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

addCrlAccessUrls(String value)

public CertificateAuthority.UserDefinedAccessUrls.Builder addCrlAccessUrls(String value)

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The crlAccessUrls to add.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

addCrlAccessUrlsBytes(ByteString value)

public CertificateAuthority.UserDefinedAccessUrls.Builder addCrlAccessUrlsBytes(ByteString value)

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes of the crlAccessUrls to add.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

build()

public CertificateAuthority.UserDefinedAccessUrls build()
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls

buildPartial()

public CertificateAuthority.UserDefinedAccessUrls buildPartial()
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls

clear()

public CertificateAuthority.UserDefinedAccessUrls.Builder clear()
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder
Overrides

clearAiaIssuingCertificateUrls()

public CertificateAuthority.UserDefinedAccessUrls.Builder clearAiaIssuingCertificateUrls()

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

clearCrlAccessUrls()

public CertificateAuthority.UserDefinedAccessUrls.Builder clearCrlAccessUrls()

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

getAiaIssuingCertificateUrls(int index)

public String getAiaIssuingCertificateUrls(int index)

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The aiaIssuingCertificateUrls at the given index.

getAiaIssuingCertificateUrlsBytes(int index)

public ByteString getAiaIssuingCertificateUrlsBytes(int index)

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the aiaIssuingCertificateUrls at the given index.

getAiaIssuingCertificateUrlsCount()

public int getAiaIssuingCertificateUrlsCount()

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of aiaIssuingCertificateUrls.

getAiaIssuingCertificateUrlsList()

public ProtocolStringList getAiaIssuingCertificateUrlsList()

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the aiaIssuingCertificateUrls.

getCrlAccessUrls(int index)

public String getCrlAccessUrls(int index)

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The crlAccessUrls at the given index.

getCrlAccessUrlsBytes(int index)

public ByteString getCrlAccessUrlsBytes(int index)

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the crlAccessUrls at the given index.

getCrlAccessUrlsCount()

public int getCrlAccessUrlsCount()

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of crlAccessUrls.

getCrlAccessUrlsList()

public ProtocolStringList getCrlAccessUrlsList()

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ProtocolStringList

A list containing the crlAccessUrls.

getDefaultInstanceForType()

public CertificateAuthority.UserDefinedAccessUrls getDefaultInstanceForType()
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CertificateAuthority.UserDefinedAccessUrls other)

public CertificateAuthority.UserDefinedAccessUrls.Builder mergeFrom(CertificateAuthority.UserDefinedAccessUrls other)
Parameter
Name Description
other CertificateAuthority.UserDefinedAccessUrls
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CertificateAuthority.UserDefinedAccessUrls.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CertificateAuthority.UserDefinedAccessUrls.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder
Overrides

setAiaIssuingCertificateUrls(int index, String value)

public CertificateAuthority.UserDefinedAccessUrls.Builder setAiaIssuingCertificateUrls(int index, String value)

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

repeated string aia_issuing_certificate_urls = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The aiaIssuingCertificateUrls to set.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.

setCrlAccessUrls(int index, String value)

public CertificateAuthority.UserDefinedAccessUrls.Builder setCrlAccessUrls(int index, String value)

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

repeated string crl_access_urls = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int

The index to set the value at.

value String

The crlAccessUrls to set.

Returns
Type Description
CertificateAuthority.UserDefinedAccessUrls.Builder

This builder for chaining.