Interface CertificateIssuanceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CertificateIssuanceConfig
,CertificateIssuanceConfig.Builder
public interface CertificateIssuanceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
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()
A user-defined name of the certificate issuance config. CertificateIssuanceConfig names must be unique globally and match pattern `projects/*/locations/*/certificateIssuanceConfigs/*`.
string name = 1;
- Returns:
- The name.
-
getNameBytes
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;
- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Output only. The creation timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the createTime field is set.
-
getCreateTime
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];
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
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];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The last update timestamp of a CertificateIssuanceConfig.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
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];
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
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];
-
getLabelsCount
int getLabelsCount()
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;
-
containsLabels
boolean containsLabels(String key)
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.
-
getLabelsMap
Map<String,String> getLabelsMap()
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;
-
getLabelsOrThrow
String getLabelsOrThrow(String key)
Set of labels associated with a CertificateIssuanceConfig.
map<string, string> labels = 4;
-
getDescription
String getDescription()
One or more paragraphs of text description of a CertificateIssuanceConfig.
string description = 5;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
One or more paragraphs of text description of a CertificateIssuanceConfig.
string description = 5;
- Returns:
- The bytes for description.
-
hasCertificateAuthorityConfig
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];
- Returns:
- Whether the certificateAuthorityConfig field is set.
-
getCertificateAuthorityConfig
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];
- Returns:
- The certificateAuthorityConfig.
-
getCertificateAuthorityConfigOrBuilder
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];
-
hasLifetime
boolean hasLifetime()
Required. Workload certificate lifetime requested.
.google.protobuf.Duration lifetime = 7 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the lifetime field is set.
-
getLifetime
com.google.protobuf.Duration getLifetime()
Required. Workload certificate lifetime requested.
.google.protobuf.Duration lifetime = 7 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The lifetime.
-
getLifetimeOrBuilder
com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder()
Required. Workload certificate lifetime requested.
.google.protobuf.Duration lifetime = 7 [(.google.api.field_behavior) = REQUIRED];
-
getRotationWindowPercentage
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];
- Returns:
- The rotationWindowPercentage.
-
getKeyAlgorithmValue
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];
- Returns:
- The enum numeric value on the wire for keyAlgorithm.
-
getKeyAlgorithm
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];
- Returns:
- The keyAlgorithm.
-
-