public interface DnsNameMappingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConnectionType()
public abstract DnsNameMapping.ConnectionType getConnectionType()Output only. The connection type of the DNS name.
.google.cloud.sql.v1.DnsNameMapping.ConnectionType connection_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DnsNameMapping.ConnectionType |
The connectionType. |
getConnectionTypeValue()
public abstract int getConnectionTypeValue()Output only. The connection type of the DNS name.
.google.cloud.sql.v1.DnsNameMapping.ConnectionType connection_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for connectionType. |
getDnsScope()
public abstract DnsNameMapping.DnsScope getDnsScope()Output only. The scope that the DNS name applies to.
.google.cloud.sql.v1.DnsNameMapping.DnsScope dns_scope = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DnsNameMapping.DnsScope |
The dnsScope. |
getDnsScopeValue()
public abstract int getDnsScopeValue()Output only. The scope that the DNS name applies to.
.google.cloud.sql.v1.DnsNameMapping.DnsScope dns_scope = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dnsScope. |
getName()
public abstract String getName()Output only. The DNS name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Output only. The DNS name.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getRecordManager()
public abstract DnsNameMapping.RecordManager getRecordManager()Output only. The manager for this DNS record.
.google.cloud.sql.v1.DnsNameMapping.RecordManager record_manager = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DnsNameMapping.RecordManager |
The recordManager. |
getRecordManagerValue()
public abstract int getRecordManagerValue()Output only. The manager for this DNS record.
.google.cloud.sql.v1.DnsNameMapping.RecordManager record_manager = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for recordManager. |