public interface DailyResourceUsageAggregationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCpu()
public abstract DailyResourceUsageAggregation.CPU getCpu()CPU usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.CPU cpu = 2;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.CPU |
The cpu. |
getCpuOrBuilder()
public abstract DailyResourceUsageAggregation.CPUOrBuilder getCpuOrBuilder()CPU usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.CPU cpu = 2;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.CPUOrBuilder |
|
getDate()
public abstract Date getDate()Aggregation date. Day boundaries are at midnight UTC.
.google.type.Date date = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Date |
The date. |
getDateOrBuilder()
public abstract DateOrBuilder getDateOrBuilder()Aggregation date. Day boundaries are at midnight UTC.
.google.type.Date date = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.DateOrBuilder |
|
getDisk()
public abstract DailyResourceUsageAggregation.Disk getDisk()Disk usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Disk disk = 5;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.Disk |
The disk. |
getDiskOrBuilder()
public abstract DailyResourceUsageAggregation.DiskOrBuilder getDiskOrBuilder()Disk usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Disk disk = 5;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.DiskOrBuilder |
|
getMemory()
public abstract DailyResourceUsageAggregation.Memory getMemory()Memory usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Memory memory = 3;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.Memory |
The memory. |
getMemoryOrBuilder()
public abstract DailyResourceUsageAggregation.MemoryOrBuilder getMemoryOrBuilder()Memory usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Memory memory = 3;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.MemoryOrBuilder |
|
getNetwork()
public abstract DailyResourceUsageAggregation.Network getNetwork()Network usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Network network = 4;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.Network |
The network. |
getNetworkOrBuilder()
public abstract DailyResourceUsageAggregation.NetworkOrBuilder getNetworkOrBuilder()Network usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Network network = 4;
| Returns | |
|---|---|
| Type | Description |
DailyResourceUsageAggregation.NetworkOrBuilder |
|
hasCpu()
public abstract boolean hasCpu()CPU usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.CPU cpu = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cpu field is set. |
hasDate()
public abstract boolean hasDate()Aggregation date. Day boundaries are at midnight UTC.
.google.type.Date date = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the date field is set. |
hasDisk()
public abstract boolean hasDisk()Disk usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Disk disk = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the disk field is set. |
hasMemory()
public abstract boolean hasMemory()Memory usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Memory memory = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the memory field is set. |
hasNetwork()
public abstract boolean hasNetwork()Network usage.
.google.cloud.migrationcenter.v1.DailyResourceUsageAggregation.Network network = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the network field is set. |