public interface SqlInstancesGetDiskShrinkConfigResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKind()
public abstract String getKind() This is always sql#getDiskShrinkConfig.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes() This is always sql#getDiskShrinkConfig.
string kind = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getMessage()
public abstract String getMessage()Additional message to customers.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Additional message to customers.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |
getMinimalTargetSizeGb()
public abstract long getMinimalTargetSizeGb()The minimum size to which a disk can be shrunk in GigaBytes.
int64 minimal_target_size_gb = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The minimalTargetSizeGb. |