Class DnsPeering.Builder (1.12.0)

public static final class DnsPeering.Builder extends GeneratedMessageV3.Builder<DnsPeering.Builder> implements DnsPeeringOrBuilder

DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.

Protobuf type google.cloud.datafusion.v1beta1.DnsPeering

Implements

DnsPeeringOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DnsPeering.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DnsPeering.Builder
Overrides

build()

public DnsPeering build()
Returns
TypeDescription
DnsPeering

buildPartial()

public DnsPeering buildPartial()
Returns
TypeDescription
DnsPeering

clear()

public DnsPeering.Builder clear()
Returns
TypeDescription
DnsPeering.Builder
Overrides

clearDescription()

public DnsPeering.Builder clearDescription()

Optional. Optional description of the dns zone.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

clearDomain()

public DnsPeering.Builder clearDomain()

Required. Name of the dns.

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

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DnsPeering.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DnsPeering.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DnsPeering.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DnsPeering.Builder
Overrides

clearTargetNetwork()

public DnsPeering.Builder clearTargetNetwork()

Optional. Optional target network to which dns peering should happen.

string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

clearTargetProject()

public DnsPeering.Builder clearTargetProject()

Optional. Optional target project to which dns peering should happen.

string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

clearZone()

public DnsPeering.Builder clearZone()

Required. Name of the zone.

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

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

clone()

public DnsPeering.Builder clone()
Returns
TypeDescription
DnsPeering.Builder
Overrides

getDefaultInstanceForType()

public DnsPeering getDefaultInstanceForType()
Returns
TypeDescription
DnsPeering

getDescription()

public String getDescription()

Optional. Optional description of the dns zone.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Optional. Optional description of the dns zone.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for description.

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDomain()

public String getDomain()

Required. Name of the dns.

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

Returns
TypeDescription
String

The domain.

getDomainBytes()

public ByteString getDomainBytes()

Required. Name of the dns.

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

Returns
TypeDescription
ByteString

The bytes for domain.

getTargetNetwork()

public String getTargetNetwork()

Optional. Optional target network to which dns peering should happen.

string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The targetNetwork.

getTargetNetworkBytes()

public ByteString getTargetNetworkBytes()

Optional. Optional target network to which dns peering should happen.

string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for targetNetwork.

getTargetProject()

public String getTargetProject()

Optional. Optional target project to which dns peering should happen.

string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The targetProject.

getTargetProjectBytes()

public ByteString getTargetProjectBytes()

Optional. Optional target project to which dns peering should happen.

string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for targetProject.

getZone()

public String getZone()

Required. Name of the zone.

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

Returns
TypeDescription
String

The zone.

getZoneBytes()

public ByteString getZoneBytes()

Required. Name of the zone.

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

Returns
TypeDescription
ByteString

The bytes for zone.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DnsPeering other)

public DnsPeering.Builder mergeFrom(DnsPeering other)
Parameter
NameDescription
otherDnsPeering
Returns
TypeDescription
DnsPeering.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DnsPeering.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DnsPeering.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DnsPeering.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DnsPeering.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DnsPeering.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DnsPeering.Builder
Overrides

setDescription(String value)

public DnsPeering.Builder setDescription(String value)

Optional. Optional description of the dns zone.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The description to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public DnsPeering.Builder setDescriptionBytes(ByteString value)

Optional. Optional description of the dns zone.

string description = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for description to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setDomain(String value)

public DnsPeering.Builder setDomain(String value)

Required. Name of the dns.

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

Parameter
NameDescription
valueString

The domain to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setDomainBytes(ByteString value)

public DnsPeering.Builder setDomainBytes(ByteString value)

Required. Name of the dns.

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

Parameter
NameDescription
valueByteString

The bytes for domain to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DnsPeering.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DnsPeering.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DnsPeering.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DnsPeering.Builder
Overrides

setTargetNetwork(String value)

public DnsPeering.Builder setTargetNetwork(String value)

Optional. Optional target network to which dns peering should happen.

string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The targetNetwork to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setTargetNetworkBytes(ByteString value)

public DnsPeering.Builder setTargetNetworkBytes(ByteString value)

Optional. Optional target network to which dns peering should happen.

string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for targetNetwork to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setTargetProject(String value)

public DnsPeering.Builder setTargetProject(String value)

Optional. Optional target project to which dns peering should happen.

string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The targetProject to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setTargetProjectBytes(ByteString value)

public DnsPeering.Builder setTargetProjectBytes(ByteString value)

Optional. Optional target project to which dns peering should happen.

string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for targetProject to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final DnsPeering.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DnsPeering.Builder
Overrides

setZone(String value)

public DnsPeering.Builder setZone(String value)

Required. Name of the zone.

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

Parameter
NameDescription
valueString

The zone to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.

setZoneBytes(ByteString value)

public DnsPeering.Builder setZoneBytes(ByteString value)

Required. Name of the zone.

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

Parameter
NameDescription
valueByteString

The bytes for zone to set.

Returns
TypeDescription
DnsPeering.Builder

This builder for chaining.