public interface SqlInstancesResetSslConfigRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstance()
public abstract String getInstance()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getMode()
public abstract SqlInstancesResetSslConfigRequest.ResetSslMode getMode()Optional. Reset SSL mode to use.
.google.cloud.sql.v1beta4.SqlInstancesResetSslConfigRequest.ResetSslMode mode = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SqlInstancesResetSslConfigRequest.ResetSslMode |
The mode. |
getModeValue()
public abstract int getModeValue()Optional. Reset SSL mode to use.
.google.cloud.sql.v1beta4.SqlInstancesResetSslConfigRequest.ResetSslMode mode = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for mode. |
getProject()
public abstract String getProject()Project ID of the project that contains the instance.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID of the project that contains the instance.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |