- 1.53.0 (latest)
- 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
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DnsPeering.BuilderImplements
DnsPeeringOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DnsPeering.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
build()
public DnsPeering build()
Returns | |
---|---|
Type | Description |
DnsPeering |
buildPartial()
public DnsPeering buildPartial()
Returns | |
---|---|
Type | Description |
DnsPeering |
clear()
public DnsPeering.Builder clear()
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
clearDescription()
public DnsPeering.Builder clearDescription()
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()
public DnsPeering.Builder clearDomain()
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)
public DnsPeering.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DnsPeering.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
DnsPeering.Builder | This builder for chaining. |
clone()
public DnsPeering.Builder clone()
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
getDefaultInstanceForType()
public DnsPeering getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DnsPeering |
getDescription()
public String getDescription()
Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getDomain()
public String getDomain()
Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The domain. |
getDomainBytes()
public ByteString getDomainBytes()
Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString | The bytes for targetProject. |
getZone()
public String getZone()
Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The zone. |
getZoneBytes()
public ByteString getZoneBytes()
Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for zone. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DnsPeering other)
public DnsPeering.Builder mergeFrom(DnsPeering other)
Parameter | |
---|---|
Name | Description |
other | DnsPeering |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DnsPeering.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DnsPeering.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DnsPeering.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
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 | |
---|---|
Name | Description |
value | String The description to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | ByteString The bytes for description to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | String The domain to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
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)
public DnsPeering.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DnsPeering.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
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 | |
---|---|
Name | Description |
value | String The targetNetwork to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | ByteString The bytes for targetNetwork to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | String The targetProject to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | ByteString The bytes for targetProject to set. |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final DnsPeering.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DnsPeering.Builder |
setZone(String value)
public DnsPeering.Builder setZone(String value)
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)
public DnsPeering.Builder setZoneBytes(ByteString value)
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. |