Interface CertificateAuthority.AccessUrlsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateAuthority.AccessUrls
,CertificateAuthority.AccessUrls.Builder
- Enclosing class:
- CertificateAuthority
public static interface CertificateAuthority.AccessUrlsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCaCertificateAccessUrl()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CA certificate is published.com.google.protobuf.ByteString
getCaCertificateAccessUrlBytes()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CA certificate is published.String
getCrlAccessUrl()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CRLs are published.com.google.protobuf.ByteString
getCrlAccessUrlBytes()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CRLs are published.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCaCertificateAccessUrl
String getCaCertificateAccessUrl()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CA certificate is published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
- Returns:
- The caCertificateAccessUrl.
-
getCaCertificateAccessUrlBytes
com.google.protobuf.ByteString getCaCertificateAccessUrlBytes()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CA certificate is published. This will only be set for CAs that have been activated.
string ca_certificate_access_url = 1;
- Returns:
- The bytes for caCertificateAccessUrl.
-
getCrlAccessUrl
String getCrlAccessUrl()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CRLs are published. This will only be set for CAs that have been activated.
string crl_access_url = 2;
- Returns:
- The crlAccessUrl.
-
getCrlAccessUrlBytes
com.google.protobuf.ByteString getCrlAccessUrlBytes()
The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CRLs are published. This will only be set for CAs that have been activated.
string crl_access_url = 2;
- Returns:
- The bytes for crlAccessUrl.
-
-