public static interface DnsAuthorization.DnsResourceRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getData()
public abstract String getData()Output only. Data of the DNS Resource Record.
string data = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The data. |
getDataBytes()
public abstract ByteString getDataBytes()Output only. Data of the DNS Resource Record.
string data = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for data. |
getName()
public abstract String getName() Output only. Fully qualified name of the DNS Resource Record.
e.g. _acme-challenge.example.com
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Output only. Fully qualified name of the DNS Resource Record.
e.g. _acme-challenge.example.com
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getType()
public abstract String getType()Output only. Type of the DNS Resource Record. Currently always set to "CNAME".
string type = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The type. |
getTypeBytes()
public abstract ByteString getTypeBytes()Output only. Type of the DNS Resource Record. Currently always set to "CNAME".
string type = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for type. |