public static interface DnsAuthorization.DnsResourceRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Output only.
|
com.google.protobuf.ByteString |
getDataBytes()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
String |
getType()
Output only.
|
com.google.protobuf.ByteString |
getTypeBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-challenge.example.com`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. Fully qualified name of the DNS Resource Record. e.g. `_acme-challenge.example.com`
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];String getType()
Output only. Type of the DNS Resource Record. Currently always set to "CNAME".
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getTypeBytes()
Output only. Type of the DNS Resource Record. Currently always set to "CNAME".
string type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getData()
Output only. Data of the DNS Resource Record.
string data = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getDataBytes()
Output only. Data of the DNS Resource Record.
string data = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.