public interface SqlExternalSyncSettingErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetail()
public abstract String getDetail()Additional information about the error encountered.
string detail = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The detail. |
getDetailBytes()
public abstract ByteString getDetailBytes()Additional information about the error encountered.
string detail = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for detail. |
getKind()
public abstract String getKind() Can be sql#externalSyncSettingError or
sql#externalSyncSettingWarning.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() Can be sql#externalSyncSettingError or
sql#externalSyncSettingWarning.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getType()
public abstract SqlExternalSyncSettingError.SqlExternalSyncSettingErrorType getType()Identifies the specific error that occurred.
.google.cloud.sql.v1beta4.SqlExternalSyncSettingError.SqlExternalSyncSettingErrorType type = 2;
| Returns | |
|---|---|
| Type | Description |
SqlExternalSyncSettingError.SqlExternalSyncSettingErrorType |
The type. |
getTypeValue()
public abstract int getTypeValue()Identifies the specific error that occurred.
.google.cloud.sql.v1beta4.SqlExternalSyncSettingError.SqlExternalSyncSettingErrorType type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |