public interface AllConnectionStringsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHigh()
public abstract String getHigh()
Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The high. |
getHighBytes()
public abstract ByteString getHighBytes()
Output only. The database service provides the highest level of resources to each SQL statement.
string high = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for high. |
getLow()
public abstract String getLow()
Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The low. |
getLowBytes()
public abstract ByteString getLowBytes()
Output only. The database service provides the least level of resources to each SQL statement.
string low = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for low. |
getMedium()
public abstract String getMedium()
Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The medium. |
getMediumBytes()
public abstract ByteString getMediumBytes()
Output only. The database service provides a lower level of resources to each SQL statement.
string medium = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for medium. |