Class DnsForwarding.ForwardingRule (0.38.0)

public static final class DnsForwarding.ForwardingRule extends GeneratedMessageV3 implements DnsForwarding.ForwardingRuleOrBuilder

A forwarding rule is a mapping of a domain to name_servers. This mapping allows VMware Engine to resolve domains for attached private clouds by forwarding DNS requests for a given domain to the specified nameservers.

Protobuf type google.cloud.vmwareengine.v1.DnsForwarding.ForwardingRule

Static Fields

DOMAIN_FIELD_NUMBER

public static final int DOMAIN_FIELD_NUMBER
Field Value
Type Description
int

NAME_SERVERS_FIELD_NUMBER

public static final int NAME_SERVERS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DnsForwarding.ForwardingRule getDefaultInstance()
Returns
Type Description
DnsForwarding.ForwardingRule

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DnsForwarding.ForwardingRule.Builder newBuilder()
Returns
Type Description
DnsForwarding.ForwardingRule.Builder

newBuilder(DnsForwarding.ForwardingRule prototype)

public static DnsForwarding.ForwardingRule.Builder newBuilder(DnsForwarding.ForwardingRule prototype)
Parameter
Name Description
prototype DnsForwarding.ForwardingRule
Returns
Type Description
DnsForwarding.ForwardingRule.Builder

parseDelimitedFrom(InputStream input)

public static DnsForwarding.ForwardingRule parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DnsForwarding.ForwardingRule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DnsForwarding.ForwardingRule parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DnsForwarding.ForwardingRule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DnsForwarding.ForwardingRule parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DnsForwarding.ForwardingRule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DnsForwarding.ForwardingRule parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DnsForwarding.ForwardingRule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DnsForwarding.ForwardingRule parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DnsForwarding.ForwardingRule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DnsForwarding.ForwardingRule parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DnsForwarding.ForwardingRule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DnsForwarding.ForwardingRule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DnsForwarding.ForwardingRule> parser()
Returns
Type Description
Parser<ForwardingRule>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public DnsForwarding.ForwardingRule getDefaultInstanceForType()
Returns
Type Description
DnsForwarding.ForwardingRule

getDomain()

public String getDomain()

Required. Domain used to resolve a name_servers list.

string domain = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The domain.

getDomainBytes()

public ByteString getDomainBytes()

Required. Domain used to resolve a name_servers list.

string domain = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for domain.

getNameServers(int index)

public String getNameServers(int index)

Required. List of DNS servers to use for domain resolution

repeated string name_servers = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The nameServers at the given index.

getNameServersBytes(int index)

public ByteString getNameServersBytes(int index)

Required. List of DNS servers to use for domain resolution

repeated string name_servers = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the nameServers at the given index.

getNameServersCount()

public int getNameServersCount()

Required. List of DNS servers to use for domain resolution

repeated string name_servers = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of nameServers.

getNameServersList()

public ProtocolStringList getNameServersList()

Required. List of DNS servers to use for domain resolution

repeated string name_servers = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProtocolStringList

A list containing the nameServers.

getParserForType()

public Parser<DnsForwarding.ForwardingRule> getParserForType()
Returns
Type Description
Parser<ForwardingRule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DnsForwarding.ForwardingRule.Builder newBuilderForType()
Returns
Type Description
DnsForwarding.ForwardingRule.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DnsForwarding.ForwardingRule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DnsForwarding.ForwardingRule.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public DnsForwarding.ForwardingRule.Builder toBuilder()
Returns
Type Description
DnsForwarding.ForwardingRule.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException