Send feedback
Class CertificateAuthority.AccessUrls.Builder (2.2.5)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.2.5 keyboard_arrow_down
public static final class CertificateAuthority . AccessUrls . Builder extends GeneratedMessageV3 . Builder<CertificateAuthority . AccessUrls . Builder > implements CertificateAuthority . AccessUrlsOrBuilder
URLs where a CertificateAuthority will publish content.
Protobuf type google.cloud.security.privateca.v1beta1.CertificateAuthority.AccessUrls
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateAuthority . AccessUrls . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public CertificateAuthority . AccessUrls build ()
Returns
buildPartial()
public CertificateAuthority . AccessUrls buildPartial ()
Returns
clear()
public CertificateAuthority . AccessUrls . Builder clear ()
Returns
Overrides
clearCaCertificateAccessUrl()
public CertificateAuthority . AccessUrls . Builder clearCaCertificateAccessUrl ()
The URL where this CertificateAuthority 's CA certificate is
published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
Returns
clearCrlAccessUrl()
public CertificateAuthority . AccessUrls . Builder clearCrlAccessUrl ()
The URL where this CertificateAuthority 's CRLs are published. This
will only be set for CAs that have been activated.
string crl_access_url = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public CertificateAuthority . AccessUrls . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CertificateAuthority . AccessUrls . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public CertificateAuthority . AccessUrls . Builder clone ()
Returns
Overrides
getCaCertificateAccessUrl()
public String getCaCertificateAccessUrl ()
The URL where this CertificateAuthority 's CA certificate is
published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
Returns
Type Description String The caCertificateAccessUrl.
getCaCertificateAccessUrlBytes()
public ByteString getCaCertificateAccessUrlBytes ()
The URL where this CertificateAuthority 's CA certificate is
published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
Returns
Type Description ByteString The bytes for caCertificateAccessUrl.
getCrlAccessUrl()
public String getCrlAccessUrl ()
The URL where this CertificateAuthority 's CRLs are published. This
will only be set for CAs that have been activated.
string crl_access_url = 2;
Returns
Type Description String The crlAccessUrl.
getCrlAccessUrlBytes()
public ByteString getCrlAccessUrlBytes ()
The URL where this CertificateAuthority 's CRLs are published. This
will only be set for CAs that have been activated.
string crl_access_url = 2;
Returns
Type Description ByteString The bytes for crlAccessUrl.
getDefaultInstanceForType()
public CertificateAuthority . AccessUrls getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(CertificateAuthority.AccessUrls other)
public CertificateAuthority . AccessUrls . Builder mergeFrom ( CertificateAuthority . AccessUrls other )
Parameter
Returns
public CertificateAuthority . AccessUrls . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CertificateAuthority . AccessUrls . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateAuthority . AccessUrls . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setCaCertificateAccessUrl(String value)
public CertificateAuthority . AccessUrls . Builder setCaCertificateAccessUrl ( String value )
The URL where this CertificateAuthority 's CA certificate is
published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
Parameter
Name Description value String
The caCertificateAccessUrl to set.
Returns
setCaCertificateAccessUrlBytes(ByteString value)
public CertificateAuthority . AccessUrls . Builder setCaCertificateAccessUrlBytes ( ByteString value )
The URL where this CertificateAuthority 's CA certificate is
published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
Parameter
Name Description value ByteString
The bytes for caCertificateAccessUrl to set.
Returns
setCrlAccessUrl(String value)
public CertificateAuthority . AccessUrls . Builder setCrlAccessUrl ( String value )
The URL where this CertificateAuthority 's CRLs are published. This
will only be set for CAs that have been activated.
string crl_access_url = 2;
Parameter
Name Description value String
The crlAccessUrl to set.
Returns
setCrlAccessUrlBytes(ByteString value)
public CertificateAuthority . AccessUrls . Builder setCrlAccessUrlBytes ( ByteString value )
The URL where this CertificateAuthority 's CRLs are published. This
will only be set for CAs that have been activated.
string crl_access_url = 2;
Parameter
Name Description value ByteString
The bytes for crlAccessUrl to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateAuthority . AccessUrls . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateAuthority . AccessUrls . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CertificateAuthority . AccessUrls . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]