- 2.80.0 (latest)
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.72.0
 - 2.70.0
 - 2.69.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.4
 - 2.4.0
 - 2.3.0
 - 2.2.5
 
public static final class CertificateRevocationList.Builder extends GeneratedMessageV3.Builder<CertificateRevocationList.Builder> implements CertificateRevocationListOrBuilderA CertificateRevocationList corresponds to a signed X.509 certificate Revocation List (CRL). A CRL contains the serial numbers of certificates that should no longer be trusted.
 Protobuf type google.cloud.security.privateca.v1.CertificateRevocationList
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CertificateRevocationList.BuilderImplements
CertificateRevocationListOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addAllRevokedCertificates(Iterable<? extends CertificateRevocationList.RevokedCertificate> values)
public CertificateRevocationList.Builder addAllRevokedCertificates(Iterable<? extends CertificateRevocationList.RevokedCertificate> values)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| values | Iterable<? extends com.google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate> | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateRevocationList.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
addRevokedCertificates(CertificateRevocationList.RevokedCertificate value)
public CertificateRevocationList.Builder addRevokedCertificates(CertificateRevocationList.RevokedCertificate value)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | CertificateRevocationList.RevokedCertificate | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
addRevokedCertificates(CertificateRevocationList.RevokedCertificate.Builder builderForValue)
public CertificateRevocationList.Builder addRevokedCertificates(CertificateRevocationList.RevokedCertificate.Builder builderForValue)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | CertificateRevocationList.RevokedCertificate.Builder | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
addRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate value)
public CertificateRevocationList.Builder addRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate value)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| value | CertificateRevocationList.RevokedCertificate | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
addRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate.Builder builderForValue)
public CertificateRevocationList.Builder addRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate.Builder builderForValue)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| builderForValue | CertificateRevocationList.RevokedCertificate.Builder | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
addRevokedCertificatesBuilder()
public CertificateRevocationList.RevokedCertificate.Builder addRevokedCertificatesBuilder()Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| CertificateRevocationList.RevokedCertificate.Builder | 
addRevokedCertificatesBuilder(int index)
public CertificateRevocationList.RevokedCertificate.Builder addRevokedCertificatesBuilder(int index)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| CertificateRevocationList.RevokedCertificate.Builder | 
build()
public CertificateRevocationList build()| Type | Description | 
| CertificateRevocationList | 
buildPartial()
public CertificateRevocationList buildPartial()| Type | Description | 
| CertificateRevocationList | 
clear()
public CertificateRevocationList.Builder clear()| Type | Description | 
| CertificateRevocationList.Builder | 
clearAccessUrl()
public CertificateRevocationList.Builder clearAccessUrl()Output only. The location where 'pem_crl' can be accessed.
 string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
clearCreateTime()
public CertificateRevocationList.Builder clearCreateTime()Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| CertificateRevocationList.Builder | 
clearField(Descriptors.FieldDescriptor field)
public CertificateRevocationList.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
clearLabels()
public CertificateRevocationList.Builder clearLabels()| Type | Description | 
| CertificateRevocationList.Builder | 
clearName()
public CertificateRevocationList.Builder clearName() Output only. The resource name for this CertificateRevocationList in
 the format
 projects/*/locations/*/caPools/*certificateAuthorities/*/
    certificateRevocationLists/*.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public CertificateRevocationList.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
clearPemCrl()
public CertificateRevocationList.Builder clearPemCrl()Output only. The PEM-encoded X.509 CRL.
 string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
clearRevisionId()
public CertificateRevocationList.Builder clearRevisionId()Output only. The revision ID of this CertificateRevocationList. A new revision is committed whenever a new CRL is published. The format is an 8-character hexadecimal string.
 string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
clearRevokedCertificates()
public CertificateRevocationList.Builder clearRevokedCertificates()Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| CertificateRevocationList.Builder | 
clearSequenceNumber()
public CertificateRevocationList.Builder clearSequenceNumber()Output only. The CRL sequence number that appears in pem_crl.
 int64 sequence_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
clearState()
public CertificateRevocationList.Builder clearState()Output only. The State for this CertificateRevocationList.
 
 .google.cloud.security.privateca.v1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
clearUpdateTime()
public CertificateRevocationList.Builder clearUpdateTime()Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| CertificateRevocationList.Builder | 
clone()
public CertificateRevocationList.Builder clone()| Type | Description | 
| CertificateRevocationList.Builder | 
containsLabels(String key)
public boolean containsLabels(String key)Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| key | String | 
      
| Type | Description | 
| boolean | 
getAccessUrl()
public String getAccessUrl()Output only. The location where 'pem_crl' can be accessed.
 string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The accessUrl.  | 
      
getAccessUrlBytes()
public ByteString getAccessUrlBytes()Output only. The location where 'pem_crl' can be accessed.
 string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for accessUrl.  | 
      
getCreateTime()
public Timestamp getCreateTime()Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The createTime.  | 
      
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
getDefaultInstanceForType()
public CertificateRevocationList getDefaultInstanceForType()| Type | Description | 
| CertificateRevocationList | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getLabels()
public Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description | 
| Map<String,String> | 
getLabelsCount()
public int getLabelsCount()Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| int | 
getLabelsMap()
public Map<String,String> getLabelsMap()Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Type | Description | 
| Map<String,String> | 
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| key | String | 
      
| defaultValue | String | 
      
| Type | Description | 
| String | 
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| key | String | 
      
| Type | Description | 
| String | 
getMutableLabels()
public Map<String,String> getMutableLabels()Use alternate mutation accessors instead.
| Type | Description | 
| Map<String,String> | 
getName()
public String getName() Output only. The resource name for this CertificateRevocationList in
 the format
 projects/*/locations/*/caPools/*certificateAuthorities/*/
    certificateRevocationLists/*.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The name.  | 
      
getNameBytes()
public ByteString getNameBytes() Output only. The resource name for this CertificateRevocationList in
 the format
 projects/*/locations/*/caPools/*certificateAuthorities/*/
    certificateRevocationLists/*.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for name.  | 
      
getPemCrl()
public String getPemCrl()Output only. The PEM-encoded X.509 CRL.
 string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The pemCrl.  | 
      
getPemCrlBytes()
public ByteString getPemCrlBytes()Output only. The PEM-encoded X.509 CRL.
 string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for pemCrl.  | 
      
getRevisionId()
public String getRevisionId()Output only. The revision ID of this CertificateRevocationList. A new revision is committed whenever a new CRL is published. The format is an 8-character hexadecimal string.
 string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| String | The revisionId.  | 
      
getRevisionIdBytes()
public ByteString getRevisionIdBytes()Output only. The revision ID of this CertificateRevocationList. A new revision is committed whenever a new CRL is published. The format is an 8-character hexadecimal string.
 string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| ByteString | The bytes for revisionId.  | 
      
getRevokedCertificates(int index)
public CertificateRevocationList.RevokedCertificate getRevokedCertificates(int index)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| CertificateRevocationList.RevokedCertificate | 
getRevokedCertificatesBuilder(int index)
public CertificateRevocationList.RevokedCertificate.Builder getRevokedCertificatesBuilder(int index)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| CertificateRevocationList.RevokedCertificate.Builder | 
getRevokedCertificatesBuilderList()
public List<CertificateRevocationList.RevokedCertificate.Builder> getRevokedCertificatesBuilderList()Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| List<Builder> | 
getRevokedCertificatesCount()
public int getRevokedCertificatesCount()Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| int | 
getRevokedCertificatesList()
public List<CertificateRevocationList.RevokedCertificate> getRevokedCertificatesList()Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| List<RevokedCertificate> | 
getRevokedCertificatesOrBuilder(int index)
public CertificateRevocationList.RevokedCertificateOrBuilder getRevokedCertificatesOrBuilder(int index)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| CertificateRevocationList.RevokedCertificateOrBuilder | 
getRevokedCertificatesOrBuilderList()
public List<? extends CertificateRevocationList.RevokedCertificateOrBuilder> getRevokedCertificatesOrBuilderList()Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| List<? extends com.google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificateOrBuilder> | 
getSequenceNumber()
public long getSequenceNumber()Output only. The CRL sequence number that appears in pem_crl.
 int64 sequence_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description | 
| long | The sequenceNumber.  | 
      
getState()
public CertificateRevocationList.State getState()Output only. The State for this CertificateRevocationList.
 
 .google.cloud.security.privateca.v1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| CertificateRevocationList.State | The state.  | 
      
getStateValue()
public int getStateValue()Output only. The State for this CertificateRevocationList.
 
 .google.cloud.security.privateca.v1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| int | The enum numeric value on the wire for state.  | 
      
getUpdateTime()
public Timestamp getUpdateTime()Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Timestamp | The updateTime.  | 
      
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| Builder | 
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| TimestampOrBuilder | 
hasCreateTime()
public boolean hasCreateTime()Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the createTime field is set.  | 
      
hasUpdateTime()
public boolean hasUpdateTime()Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Type | Description | 
| boolean | Whether the updateTime field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
internalGetMapField(int number)
protected MapField internalGetMapField(int number)| Name | Description | 
| number | int | 
      
| Type | Description | 
| MapField | 
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)| Name | Description | 
| number | int | 
      
| Type | Description | 
| MapField | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeCreateTime(Timestamp value)
public CertificateRevocationList.Builder mergeCreateTime(Timestamp value)Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
mergeFrom(CertificateRevocationList other)
public CertificateRevocationList.Builder mergeFrom(CertificateRevocationList other)| Name | Description | 
| other | CertificateRevocationList | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CertificateRevocationList.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public CertificateRevocationList.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateRevocationList.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
mergeUpdateTime(Timestamp value)
public CertificateRevocationList.Builder mergeUpdateTime(Timestamp value)Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
putAllLabels(Map<String,String> values)
public CertificateRevocationList.Builder putAllLabels(Map<String,String> values)Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| values | Map<String,String> | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
putLabels(String key, String value)
public CertificateRevocationList.Builder putLabels(String key, String value)Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| key | String | 
      
| value | String | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
removeLabels(String key)
public CertificateRevocationList.Builder removeLabels(String key)Optional. Labels with user-defined metadata.
 map<string, string> labels = 10 [(.google.api.field_behavior) = OPTIONAL];
| Name | Description | 
| key | String | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
removeRevokedCertificates(int index)
public CertificateRevocationList.Builder removeRevokedCertificates(int index)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setAccessUrl(String value)
public CertificateRevocationList.Builder setAccessUrl(String value)Output only. The location where 'pem_crl' can be accessed.
 string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe accessUrl to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setAccessUrlBytes(ByteString value)
public CertificateRevocationList.Builder setAccessUrlBytes(ByteString value)Output only. The location where 'pem_crl' can be accessed.
 string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for accessUrl to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setCreateTime(Timestamp value)
public CertificateRevocationList.Builder setCreateTime(Timestamp value)Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setCreateTime(Timestamp.Builder builderForValue)
public CertificateRevocationList.Builder setCreateTime(Timestamp.Builder builderForValue)Output only. The time at which this CertificateRevocationList was created.
 
 .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateRevocationList.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setName(String value)
public CertificateRevocationList.Builder setName(String value) Output only. The resource name for this CertificateRevocationList in
 the format
 projects/*/locations/*/caPools/*certificateAuthorities/*/
    certificateRevocationLists/*.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe name to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setNameBytes(ByteString value)
public CertificateRevocationList.Builder setNameBytes(ByteString value) Output only. The resource name for this CertificateRevocationList in
 the format
 projects/*/locations/*/caPools/*certificateAuthorities/*/
    certificateRevocationLists/*.
 string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for name to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setPemCrl(String value)
public CertificateRevocationList.Builder setPemCrl(String value)Output only. The PEM-encoded X.509 CRL.
 string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe pemCrl to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setPemCrlBytes(ByteString value)
public CertificateRevocationList.Builder setPemCrlBytes(ByteString value)Output only. The PEM-encoded X.509 CRL.
 string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for pemCrl to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateRevocationList.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setRevisionId(String value)
public CertificateRevocationList.Builder setRevisionId(String value)Output only. The revision ID of this CertificateRevocationList. A new revision is committed whenever a new CRL is published. The format is an 8-character hexadecimal string.
 string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | StringThe revisionId to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setRevisionIdBytes(ByteString value)
public CertificateRevocationList.Builder setRevisionIdBytes(ByteString value)Output only. The revision ID of this CertificateRevocationList. A new revision is committed whenever a new CRL is published. The format is an 8-character hexadecimal string.
 string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | ByteStringThe bytes for revisionId to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate value)
public CertificateRevocationList.Builder setRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate value)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| value | CertificateRevocationList.RevokedCertificate | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate.Builder builderForValue)
public CertificateRevocationList.Builder setRevokedCertificates(int index, CertificateRevocationList.RevokedCertificate.Builder builderForValue)Output only. The revoked serial numbers that appear in pem_crl.
 
 repeated .google.cloud.security.privateca.v1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| index | int | 
      
| builderForValue | CertificateRevocationList.RevokedCertificate.Builder | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setSequenceNumber(long value)
public CertificateRevocationList.Builder setSequenceNumber(long value)Output only. The CRL sequence number that appears in pem_crl.
 int64 sequence_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description | 
| value | longThe sequenceNumber to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setState(CertificateRevocationList.State value)
public CertificateRevocationList.Builder setState(CertificateRevocationList.State value)Output only. The State for this CertificateRevocationList.
 
 .google.cloud.security.privateca.v1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | CertificateRevocationList.StateThe state to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setStateValue(int value)
public CertificateRevocationList.Builder setStateValue(int value)Output only. The State for this CertificateRevocationList.
 
 .google.cloud.security.privateca.v1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | intThe enum numeric value on the wire for state to set.  | 
      
| Type | Description | 
| CertificateRevocationList.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final CertificateRevocationList.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setUpdateTime(Timestamp value)
public CertificateRevocationList.Builder setUpdateTime(Timestamp value)Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| value | Timestamp | 
      
| Type | Description | 
| CertificateRevocationList.Builder | 
setUpdateTime(Timestamp.Builder builderForValue)
public CertificateRevocationList.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time at which this CertificateRevocationList was updated.
 
 .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Name | Description | 
| builderForValue | Builder | 
      
| Type | Description | 
| CertificateRevocationList.Builder |