public static interface Dns.QuestionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClass_()
public abstract int getClass_()The code specifying the class of the query.
uint32 class = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The class. |
getName()
public abstract String getName()The domain name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The domain name.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPrevalence()
public abstract Prevalence getPrevalence()The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 4;
| Returns | |
|---|---|
| Type | Description |
Prevalence |
The prevalence. |
getPrevalenceOrBuilder()
public abstract PrevalenceOrBuilder getPrevalenceOrBuilder()The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 4;
| Returns | |
|---|---|
| Type | Description |
PrevalenceOrBuilder |
|
getType()
public abstract int getType()The code specifying the type of the query.
uint32 type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The type. |
hasPrevalence()
public abstract boolean hasPrevalence()The prevalence of the domain within the customer's environment.
.google.backstory.Prevalence prevalence = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the prevalence field is set. |