Uses of Class
com.google.cloud.migrationcenter.v1.CpuUsageSample
-
Packages that use CpuUsageSample Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of CpuUsageSample in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return CpuUsageSample Modifier and Type Method Description CpuUsageSample
CpuUsageSample.Builder. build()
CpuUsageSample
CpuUsageSample.Builder. buildPartial()
CpuUsageSample
PerformanceSample.Builder. getCpu()
CPU usage sample.CpuUsageSample
PerformanceSample. getCpu()
CPU usage sample.CpuUsageSample
PerformanceSampleOrBuilder. getCpu()
CPU usage sample.static CpuUsageSample
CpuUsageSample. getDefaultInstance()
CpuUsageSample
CpuUsageSample.Builder. getDefaultInstanceForType()
CpuUsageSample
CpuUsageSample. getDefaultInstanceForType()
static CpuUsageSample
CpuUsageSample. parseDelimitedFrom(InputStream input)
static CpuUsageSample
CpuUsageSample. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CpuUsageSample
CpuUsageSample. parseFrom(byte[] data)
static CpuUsageSample
CpuUsageSample. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CpuUsageSample
CpuUsageSample. parseFrom(com.google.protobuf.ByteString data)
static CpuUsageSample
CpuUsageSample. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CpuUsageSample
CpuUsageSample. parseFrom(com.google.protobuf.CodedInputStream input)
static CpuUsageSample
CpuUsageSample. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CpuUsageSample
CpuUsageSample. parseFrom(InputStream input)
static CpuUsageSample
CpuUsageSample. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CpuUsageSample
CpuUsageSample. parseFrom(ByteBuffer data)
static CpuUsageSample
CpuUsageSample. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type CpuUsageSample Modifier and Type Method Description com.google.protobuf.Parser<CpuUsageSample>
CpuUsageSample. getParserForType()
static com.google.protobuf.Parser<CpuUsageSample>
CpuUsageSample. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type CpuUsageSample Modifier and Type Method Description PerformanceSample.Builder
PerformanceSample.Builder. mergeCpu(CpuUsageSample value)
CPU usage sample.CpuUsageSample.Builder
CpuUsageSample.Builder. mergeFrom(CpuUsageSample other)
static CpuUsageSample.Builder
CpuUsageSample. newBuilder(CpuUsageSample prototype)
PerformanceSample.Builder
PerformanceSample.Builder. setCpu(CpuUsageSample value)
CPU usage sample.
-