public interface CertificateIssuanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Set of labels associated with a CertificateIssuanceConfig.
|
CertificateIssuanceConfig.CertificateAuthorityConfig |
getCertificateAuthorityConfig()
Required.
|
CertificateIssuanceConfig.CertificateAuthorityConfigOrBuilder |
getCertificateAuthorityConfigOrBuilder()
Required.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
One or more paragraphs of text description of a CertificateIssuanceConfig.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
One or more paragraphs of text description of a CertificateIssuanceConfig.
|
CertificateIssuanceConfig.KeyAlgorithm |
getKeyAlgorithm()
Required.
|
int |
getKeyAlgorithmValue()
Required.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Set of labels associated with a CertificateIssuanceConfig.
|
Map<String,String> |
getLabelsMap()
Set of labels associated with a CertificateIssuanceConfig.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Set of labels associated with a CertificateIssuanceConfig.
|
String |
getLabelsOrThrow(String key)
Set of labels associated with a CertificateIssuanceConfig.
|
com.google.protobuf.Duration |
getLifetime()
Required.
|
com.google.protobuf.DurationOrBuilder |
getLifetimeOrBuilder()
Required.
|
String |
getName()
A user-defined name of the certificate issuance config.
|
com.google.protobuf.ByteString |
getNameBytes()
A user-defined name of the certificate issuance config.
|
int |
getRotationWindowPercentage()
Required.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCertificateAuthorityConfig()
Required.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasLifetime()
Required.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`.
string name = 1;boolean hasCreateTime()
Output only. The creation timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The creation timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The creation timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The last update timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The last update timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The last update timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;boolean containsLabels(String key)
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;String getDescription()
One or more paragraphs of text description of a CertificateIssuanceConfig.
string description = 5;com.google.protobuf.ByteString getDescriptionBytes()
One or more paragraphs of text description of a CertificateIssuanceConfig.
string description = 5;boolean hasCertificateAuthorityConfig()
Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.
.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.CertificateAuthorityConfig certificate_authority_config = 6 [(.google.api.field_behavior) = REQUIRED];
CertificateIssuanceConfig.CertificateAuthorityConfig getCertificateAuthorityConfig()
Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.
.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.CertificateAuthorityConfig certificate_authority_config = 6 [(.google.api.field_behavior) = REQUIRED];
CertificateIssuanceConfig.CertificateAuthorityConfigOrBuilder getCertificateAuthorityConfigOrBuilder()
Required. The CA that issues the workload certificate. It includes the CA address, type, authentication to CA service, etc.
.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.CertificateAuthorityConfig certificate_authority_config = 6 [(.google.api.field_behavior) = REQUIRED];
boolean hasLifetime()
Required. Workload certificate lifetime requested.
.google.protobuf.Duration lifetime = 7 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.Duration getLifetime()
Required. Workload certificate lifetime requested.
.google.protobuf.Duration lifetime = 7 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder()
Required. Workload certificate lifetime requested.
.google.protobuf.Duration lifetime = 7 [(.google.api.field_behavior) = REQUIRED];int getRotationWindowPercentage()
Required. Specifies the percentage of elapsed time of the certificate lifetime to wait before renewing the certificate. Must be a number between 1-99, inclusive.
int32 rotation_window_percentage = 8 [(.google.api.field_behavior) = REQUIRED];int getKeyAlgorithmValue()
Required. The key algorithm to use when generating the private key.
.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.KeyAlgorithm key_algorithm = 9 [(.google.api.field_behavior) = REQUIRED];
CertificateIssuanceConfig.KeyAlgorithm getKeyAlgorithm()
Required. The key algorithm to use when generating the private key.
.google.cloud.certificatemanager.v1.CertificateIssuanceConfig.KeyAlgorithm key_algorithm = 9 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.