Interface ResourceRecordOrBuilder (2.1.10)

public interface ResourceRecordOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getRrdata()

public abstract String getRrdata()

Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

string rrdata = 2;

Returns
TypeDescription
String

The rrdata.

getRrdataBytes()

public abstract ByteString getRrdataBytes()

Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

string rrdata = 2;

Returns
TypeDescription
ByteString

The bytes for rrdata.

getType()

public abstract ResourceRecord.RecordType getType()

Resource record type. Example: AAAA.

.google.appengine.v1.ResourceRecord.RecordType type = 3;

Returns
TypeDescription
ResourceRecord.RecordType

The type.

getTypeValue()

public abstract int getTypeValue()

Resource record type. Example: AAAA.

.google.appengine.v1.ResourceRecord.RecordType type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for type.