public interface SqlSslCertsDeleteRequestOrBuilder 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. |
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. |
getSha1Fingerprint()
public abstract String getSha1Fingerprint()Sha1 FingerPrint.
string sha1_fingerprint = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The sha1Fingerprint. |
getSha1FingerprintBytes()
public abstract ByteString getSha1FingerprintBytes()Sha1 FingerPrint.
string sha1_fingerprint = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sha1Fingerprint. |