Interface DnsPeeringOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DnsPeering
,DnsPeering.Builder
public interface DnsPeeringOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
Optional.com.google.protobuf.ByteString
getDescriptionBytes()
Optional.String
getDomain()
Required.com.google.protobuf.ByteString
getDomainBytes()
Required.String
getTargetNetwork()
Optional.com.google.protobuf.ByteString
getTargetNetworkBytes()
Optional.String
getTargetProject()
Optional.com.google.protobuf.ByteString
getTargetProjectBytes()
Optional.String
getZone()
Required.com.google.protobuf.ByteString
getZoneBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getZone
String getZone()
Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The zone.
-
getZoneBytes
com.google.protobuf.ByteString getZoneBytes()
Required. Name of the zone.
string zone = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for zone.
-
getDomain
String getDomain()
Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Required. Name of the dns.
string domain = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for domain.
-
getDescription
String getDescription()
Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Optional. Optional description of the dns zone.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for description.
-
getTargetProject
String getTargetProject()
Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The targetProject.
-
getTargetProjectBytes
com.google.protobuf.ByteString getTargetProjectBytes()
Optional. Optional target project to which dns peering should happen.
string target_project = 4 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for targetProject.
-
getTargetNetwork
String getTargetNetwork()
Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The targetNetwork.
-
getTargetNetworkBytes
com.google.protobuf.ByteString getTargetNetworkBytes()
Optional. Optional target network to which dns peering should happen.
string target_network = 5 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for targetNetwork.
-
-