public interface FutureReservationStatusExistingMatchingUsageInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCount()
public abstract long getCount()Output only. Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances)
optional int64 count = 94851343;
| Returns | |
|---|---|
| Type | Description |
long |
The count. |
getTimestamp()
public abstract String getTimestamp()Output only. Timestamp when the matching usage was calculated
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
String |
The timestamp. |
getTimestampBytes()
public abstract ByteString getTimestampBytes()Output only. Timestamp when the matching usage was calculated
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timestamp. |
hasCount()
public abstract boolean hasCount()Output only. Count to represent min(FR total_count, matching_reserved_capacity+matching_unreserved_instances)
optional int64 count = 94851343;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the count field is set. |
hasTimestamp()
public abstract boolean hasTimestamp()Output only. Timestamp when the matching usage was calculated
optional string timestamp = 55126294;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |