public interface ResolveConnectSettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDnsName()
public abstract String getDnsName()Required. Cloud SQL instance ID. This does not include the project ID.
string dns_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The dnsName. |
getDnsNameBytes()
public abstract ByteString getDnsNameBytes()Required. Cloud SQL instance ID. This does not include the project ID.
string dns_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dnsName. |
getLocation()
public abstract String getLocation()Required. The region of the instance.
string location = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Required. The region of the instance.
string location = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |