Class DnsPeering.Builder (1.44.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.80.0 (latest)
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.1
publicstaticfinalclass DnsPeering.BuilderextendsGeneratedMessageV3.Builder<DnsPeering.Builder>implementsDnsPeeringOrBuilderDNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.
Protobuf type google.cloud.datafusion.v1beta1.DnsPeering
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DnsPeering.BuilderImplements
DnsPeeringOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicDnsPeering.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
build()
publicDnsPeeringbuild()| Returns | |
|---|---|
| Type | Description |
DnsPeering |
|
buildPartial()
publicDnsPeeringbuildPartial()| Returns | |
|---|---|
| Type | Description |
DnsPeering |
|
clear()
publicDnsPeering.Builderclear()| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
clearDescription()
publicDnsPeering.BuilderclearDescription()Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
clearDomain()
publicDnsPeering.BuilderclearDomain()Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicDnsPeering.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicDnsPeering.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
clearTargetNetwork()
publicDnsPeering.BuilderclearTargetNetwork()Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
clearTargetProject()
publicDnsPeering.BuilderclearTargetProject()Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
clearZone()
publicDnsPeering.BuilderclearZone()Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
clone()
publicDnsPeering.Builderclone()| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
getDefaultInstanceForType()
publicDnsPeeringgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DnsPeering |
|
getDescription()
publicStringgetDescription()Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
publicByteStringgetDescriptionBytes()Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDomain()
publicStringgetDomain()Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The domain. |
getDomainBytes()
publicByteStringgetDomainBytes()Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for domain. |
getTargetNetwork()
publicStringgetTargetNetwork()Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The targetNetwork. |
getTargetNetworkBytes()
publicByteStringgetTargetNetworkBytes()Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetNetwork. |
getTargetProject()
publicStringgetTargetProject()Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The targetProject. |
getTargetProjectBytes()
publicByteStringgetTargetProjectBytes()Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetProject. |
getZone()
publicStringgetZone()Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zone. |
getZoneBytes()
publicByteStringgetZoneBytes()Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zone. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DnsPeering other)
publicDnsPeering.BuildermergeFrom(DnsPeeringother)| Parameter | |
|---|---|
| Name | Description |
other |
DnsPeering |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicDnsPeering.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicDnsPeering.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalDnsPeering.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
setDescription(String value)
publicDnsPeering.BuildersetDescription(Stringvalue)Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The description to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setDescriptionBytes(ByteString value)
publicDnsPeering.BuildersetDescriptionBytes(ByteStringvalue)Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for description to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setDomain(String value)
publicDnsPeering.BuildersetDomain(Stringvalue)Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The domain to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setDomainBytes(ByteString value)
publicDnsPeering.BuildersetDomainBytes(ByteStringvalue)Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for domain to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicDnsPeering.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicDnsPeering.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
setTargetNetwork(String value)
publicDnsPeering.BuildersetTargetNetwork(Stringvalue)Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The targetNetwork to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setTargetNetworkBytes(ByteString value)
publicDnsPeering.BuildersetTargetNetworkBytes(ByteStringvalue)Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for targetNetwork to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setTargetProject(String value)
publicDnsPeering.BuildersetTargetProject(Stringvalue)Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
String The targetProject to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setTargetProjectBytes(ByteString value)
publicDnsPeering.BuildersetTargetProjectBytes(ByteStringvalue)Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for targetProject to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalDnsPeering.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
|
setZone(String value)
publicDnsPeering.BuildersetZone(Stringvalue)Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The zone to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |
setZoneBytes(ByteString value)
publicDnsPeering.BuildersetZoneBytes(ByteStringvalue)Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for zone to set. |
| Returns | |
|---|---|
| Type | Description |
DnsPeering.Builder |
This builder for chaining. |