Interface CertificateRevocationListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateRevocationList,CertificateRevocationList.Builder
public interface CertificateRevocationListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Optional.StringgetAccessUrl()Output only.com.google.protobuf.ByteStringgetAccessUrlBytes()Output only.com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Optional.Map<String,String>getLabelsMap()Optional.StringgetLabelsOrDefault(String key, String defaultValue)Optional.StringgetLabelsOrThrow(String key)Optional.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.StringgetPemCrl()Output only.com.google.protobuf.ByteStringgetPemCrlBytes()Output only.CertificateRevocationList.RevokedCertificategetRevokedCertificates(int index)Output only.intgetRevokedCertificatesCount()Output only.List<CertificateRevocationList.RevokedCertificate>getRevokedCertificatesList()Output only.CertificateRevocationList.RevokedCertificateOrBuildergetRevokedCertificatesOrBuilder(int index)Output only.List<? extends CertificateRevocationList.RevokedCertificateOrBuilder>getRevokedCertificatesOrBuilderList()Output only.longgetSequenceNumber()Output only.CertificateRevocationList.StategetState()Output only.intgetStateValue()Output only.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasUpdateTime()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The resource path for this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] in the format `projects/*/locations/*/certificateAuthorities/*/ certificateRevocationLists/*`.string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The resource path for this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] in the format `projects/*/locations/*/certificateAuthorities/*/ certificateRevocationLists/*`.string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
getSequenceNumber
long getSequenceNumber()
Output only. The CRL sequence number that appears in pem_crl.
int64 sequence_number = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The sequenceNumber.
-
getRevokedCertificatesList
List<CertificateRevocationList.RevokedCertificate> getRevokedCertificatesList()
Output only. The revoked serial numbers that appear in pem_crl.
repeated .google.cloud.security.privateca.v1beta1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRevokedCertificates
CertificateRevocationList.RevokedCertificate getRevokedCertificates(int index)
Output only. The revoked serial numbers that appear in pem_crl.
repeated .google.cloud.security.privateca.v1beta1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRevokedCertificatesCount
int getRevokedCertificatesCount()
Output only. The revoked serial numbers that appear in pem_crl.
repeated .google.cloud.security.privateca.v1beta1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRevokedCertificatesOrBuilderList
List<? extends CertificateRevocationList.RevokedCertificateOrBuilder> getRevokedCertificatesOrBuilderList()
Output only. The revoked serial numbers that appear in pem_crl.
repeated .google.cloud.security.privateca.v1beta1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getRevokedCertificatesOrBuilder
CertificateRevocationList.RevokedCertificateOrBuilder getRevokedCertificatesOrBuilder(int index)
Output only. The revoked serial numbers that appear in pem_crl.
repeated .google.cloud.security.privateca.v1beta1.CertificateRevocationList.RevokedCertificate revoked_certificates = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPemCrl
String getPemCrl()
Output only. The PEM-encoded X.509 CRL.
string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The pemCrl.
-
getPemCrlBytes
com.google.protobuf.ByteString getPemCrlBytes()
Output only. The PEM-encoded X.509 CRL.
string pem_crl = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for pemCrl.
-
getAccessUrl
String getAccessUrl()
Output only. The location where 'pem_crl' can be accessed.
string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The accessUrl.
-
getAccessUrlBytes
com.google.protobuf.ByteString getAccessUrlBytes()
Output only. The location where 'pem_crl' can be accessed.
string access_url = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for accessUrl.
-
getStateValue
int getStateValue()
Output only. The [State][google.cloud.security.privateca.v1beta1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList].
.google.cloud.security.privateca.v1beta1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for state.
-
getState
CertificateRevocationList.State getState()
Output only. The [State][google.cloud.security.privateca.v1beta1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList].
.google.cloud.security.privateca.v1beta1.CertificateRevocationList.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The state.
-
hasCreateTime
boolean hasCreateTime()
Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was created.
.google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1beta1.CertificateRevocationList] was updated.
.google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getLabelsCount
int getLabelsCount()
Optional. Labels with user-defined metadata.
map<string, string> labels = 9 [(.google.api.field_behavior) = OPTIONAL];
-
containsLabels
boolean containsLabels(String key)
Optional. Labels with user-defined metadata.
map<string, string> labels = 9 [(.google.api.field_behavior) = OPTIONAL];
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.
-
getLabelsMap
Map<String,String> getLabelsMap()
Optional. Labels with user-defined metadata.
map<string, string> labels = 9 [(.google.api.field_behavior) = OPTIONAL];
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Optional. Labels with user-defined metadata.
map<string, string> labels = 9 [(.google.api.field_behavior) = OPTIONAL];
-
-