Send feedback
Class CertificateAuthority.AccessUrls.Builder (2.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.44.0 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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateAuthority . AccessUrls . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public CertificateAuthority . AccessUrls build ()
buildPartial()
public CertificateAuthority . AccessUrls buildPartial ()
clear()
public CertificateAuthority . AccessUrls . Builder clear ()
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;
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;
clearField(Descriptors.FieldDescriptor field)
public CertificateAuthority . AccessUrls . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CertificateAuthority . AccessUrls . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public CertificateAuthority . AccessUrls . Builder clone ()
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 ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(CertificateAuthority.AccessUrls other)
public CertificateAuthority . AccessUrls . Builder mergeFrom ( CertificateAuthority . AccessUrls other )
public CertificateAuthority . AccessUrls . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CertificateAuthority . AccessUrls . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateAuthority . AccessUrls . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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.
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.
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.
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.
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateAuthority . AccessUrls . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateAuthority . AccessUrls . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CertificateAuthority . AccessUrls . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-27 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-27 UTC."],[],[]]