Interface DnsAuthorizationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DnsAuthorization,DnsAuthorization.Builder
public interface DnsAuthorizationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)Set of labels associated with a DnsAuthorization.com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDescription()One or more paragraphs of text description of a DnsAuthorization.com.google.protobuf.ByteStringgetDescriptionBytes()One or more paragraphs of text description of a DnsAuthorization.DnsAuthorization.DnsResourceRecordgetDnsResourceRecord()Output only.DnsAuthorization.DnsResourceRecordOrBuildergetDnsResourceRecordOrBuilder()Output only.StringgetDomain()Required.com.google.protobuf.ByteStringgetDomainBytes()Required.Map<String,String>getLabels()Deprecated.intgetLabelsCount()Set of labels associated with a DnsAuthorization.Map<String,String>getLabelsMap()Set of labels associated with a DnsAuthorization.StringgetLabelsOrDefault(String key, String defaultValue)Set of labels associated with a DnsAuthorization.StringgetLabelsOrThrow(String key)Set of labels associated with a DnsAuthorization.StringgetName()A user-defined name of the dns authorization.com.google.protobuf.ByteStringgetNameBytes()A user-defined name of the dns authorization.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasDnsResourceRecord()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()
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
A user-defined name of the dns authorization. DnsAuthorization names must be unique globally and match pattern `projects/*/locations/*/dnsAuthorizations/*`.
string name = 1;- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Output only. The creation timestamp of a DnsAuthorization.
.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 DnsAuthorization.
.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 DnsAuthorization.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. The last update timestamp of a DnsAuthorization.
.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 DnsAuthorization.
.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 DnsAuthorization.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getLabelsCount
int getLabelsCount()
Set of labels associated with a DnsAuthorization.
map<string, string> labels = 4;
-
containsLabels
boolean containsLabels(String key)
Set of labels associated with a DnsAuthorization.
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 DnsAuthorization.
map<string, string> labels = 4;
-
getLabelsOrDefault
String getLabelsOrDefault(String key, String defaultValue)
Set of labels associated with a DnsAuthorization.
map<string, string> labels = 4;
-
getLabelsOrThrow
String getLabelsOrThrow(String key)
Set of labels associated with a DnsAuthorization.
map<string, string> labels = 4;
-
getDescription
String getDescription()
One or more paragraphs of text description of a DnsAuthorization.
string description = 5;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
One or more paragraphs of text description of a DnsAuthorization.
string description = 5;- Returns:
- The bytes for description.
-
getDomain
String getDomain()
Required. Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for `example.com` can be used to issue certificates for `example.com` and `*.example.com`.
string domain = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Required. Immutable. A domain that is being authorized. A DnsAuthorization resource covers a single domain and its wildcard, e.g. authorization for `example.com` can be used to issue certificates for `example.com` and `*.example.com`.
string domain = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];- Returns:
- The bytes for domain.
-
hasDnsResourceRecord
boolean hasDnsResourceRecord()
Output only. DNS Resource Record that needs to be added to DNS configuration.
.google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecord dns_resource_record = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the dnsResourceRecord field is set.
-
getDnsResourceRecord
DnsAuthorization.DnsResourceRecord getDnsResourceRecord()
Output only. DNS Resource Record that needs to be added to DNS configuration.
.google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecord dns_resource_record = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The dnsResourceRecord.
-
getDnsResourceRecordOrBuilder
DnsAuthorization.DnsResourceRecordOrBuilder getDnsResourceRecordOrBuilder()
Output only. DNS Resource Record that needs to be added to DNS configuration.
.google.cloud.certificatemanager.v1.DnsAuthorization.DnsResourceRecord dns_resource_record = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-