public final class ComputeEngineShapeDescriptor extends com.google.protobuf.GeneratedMessageV3 implements ComputeEngineShapeDescriptorOrBuilder
Compute Engine target shape descriptor.Protobuf type
google.cloud.migrationcenter.v1.ComputeEngineShapeDescriptor| Modifier and Type | Class and Description |
|---|---|
static class |
ComputeEngineShapeDescriptor.Builder
Compute Engine target shape descriptor.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
LOGICAL_CORE_COUNT_FIELD_NUMBER |
static int |
MACHINE_TYPE_FIELD_NUMBER |
static int |
MEMORY_MB_FIELD_NUMBER |
static int |
PHYSICAL_CORE_COUNT_FIELD_NUMBER |
static int |
SERIES_FIELD_NUMBER |
static int |
STORAGE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ComputeEngineShapeDescriptor |
getDefaultInstance() |
ComputeEngineShapeDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getLogicalCoreCount()
Number of logical cores.
|
String |
getMachineType()
Compute Engine machine type.
|
com.google.protobuf.ByteString |
getMachineTypeBytes()
Compute Engine machine type.
|
int |
getMemoryMb()
Memory in mebibytes.
|
com.google.protobuf.Parser<ComputeEngineShapeDescriptor> |
getParserForType() |
int |
getPhysicalCoreCount()
Number of physical cores.
|
int |
getSerializedSize() |
String |
getSeries()
Compute Engine machine series.
|
com.google.protobuf.ByteString |
getSeriesBytes()
Compute Engine machine series.
|
ComputeStorageDescriptor |
getStorage(int index)
Compute Engine storage.
|
int |
getStorageCount()
Compute Engine storage.
|
List<ComputeStorageDescriptor> |
getStorageList()
Compute Engine storage.
|
ComputeStorageDescriptorOrBuilder |
getStorageOrBuilder(int index)
Compute Engine storage.
|
List<? extends ComputeStorageDescriptorOrBuilder> |
getStorageOrBuilderList()
Compute Engine storage.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ComputeEngineShapeDescriptor.Builder |
newBuilder() |
static ComputeEngineShapeDescriptor.Builder |
newBuilder(ComputeEngineShapeDescriptor prototype) |
ComputeEngineShapeDescriptor.Builder |
newBuilderForType() |
protected ComputeEngineShapeDescriptor.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ComputeEngineShapeDescriptor |
parseDelimitedFrom(InputStream input) |
static ComputeEngineShapeDescriptor |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeEngineShapeDescriptor |
parseFrom(byte[] data) |
static ComputeEngineShapeDescriptor |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeEngineShapeDescriptor |
parseFrom(ByteBuffer data) |
static ComputeEngineShapeDescriptor |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeEngineShapeDescriptor |
parseFrom(com.google.protobuf.ByteString data) |
static ComputeEngineShapeDescriptor |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeEngineShapeDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ComputeEngineShapeDescriptor |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ComputeEngineShapeDescriptor |
parseFrom(InputStream input) |
static ComputeEngineShapeDescriptor |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ComputeEngineShapeDescriptor> |
parser() |
ComputeEngineShapeDescriptor.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int MEMORY_MB_FIELD_NUMBER
public static final int PHYSICAL_CORE_COUNT_FIELD_NUMBER
public static final int LOGICAL_CORE_COUNT_FIELD_NUMBER
public static final int SERIES_FIELD_NUMBER
public static final int MACHINE_TYPE_FIELD_NUMBER
public static final int STORAGE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public int getMemoryMb()
Memory in mebibytes.
int32 memory_mb = 1;getMemoryMb in interface ComputeEngineShapeDescriptorOrBuilderpublic int getPhysicalCoreCount()
Number of physical cores.
int32 physical_core_count = 2;getPhysicalCoreCount in interface ComputeEngineShapeDescriptorOrBuilderpublic int getLogicalCoreCount()
Number of logical cores.
int32 logical_core_count = 3;getLogicalCoreCount in interface ComputeEngineShapeDescriptorOrBuilderpublic String getSeries()
Compute Engine machine series.
string series = 4;getSeries in interface ComputeEngineShapeDescriptorOrBuilderpublic com.google.protobuf.ByteString getSeriesBytes()
Compute Engine machine series.
string series = 4;getSeriesBytes in interface ComputeEngineShapeDescriptorOrBuilderpublic String getMachineType()
Compute Engine machine type.
string machine_type = 5;getMachineType in interface ComputeEngineShapeDescriptorOrBuilderpublic com.google.protobuf.ByteString getMachineTypeBytes()
Compute Engine machine type.
string machine_type = 5;getMachineTypeBytes in interface ComputeEngineShapeDescriptorOrBuilderpublic List<ComputeStorageDescriptor> getStorageList()
Compute Engine storage. Never empty.
repeated .google.cloud.migrationcenter.v1.ComputeStorageDescriptor storage = 6;getStorageList in interface ComputeEngineShapeDescriptorOrBuilderpublic List<? extends ComputeStorageDescriptorOrBuilder> getStorageOrBuilderList()
Compute Engine storage. Never empty.
repeated .google.cloud.migrationcenter.v1.ComputeStorageDescriptor storage = 6;getStorageOrBuilderList in interface ComputeEngineShapeDescriptorOrBuilderpublic int getStorageCount()
Compute Engine storage. Never empty.
repeated .google.cloud.migrationcenter.v1.ComputeStorageDescriptor storage = 6;getStorageCount in interface ComputeEngineShapeDescriptorOrBuilderpublic ComputeStorageDescriptor getStorage(int index)
Compute Engine storage. Never empty.
repeated .google.cloud.migrationcenter.v1.ComputeStorageDescriptor storage = 6;getStorage in interface ComputeEngineShapeDescriptorOrBuilderpublic ComputeStorageDescriptorOrBuilder getStorageOrBuilder(int index)
Compute Engine storage. Never empty.
repeated .google.cloud.migrationcenter.v1.ComputeStorageDescriptor storage = 6;getStorageOrBuilder in interface ComputeEngineShapeDescriptorOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ComputeEngineShapeDescriptor parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeEngineShapeDescriptor parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeEngineShapeDescriptor parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeEngineShapeDescriptor parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeEngineShapeDescriptor parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeEngineShapeDescriptor parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ComputeEngineShapeDescriptor parseFrom(InputStream input) throws IOException
IOExceptionpublic static ComputeEngineShapeDescriptor parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ComputeEngineShapeDescriptor parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ComputeEngineShapeDescriptor parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ComputeEngineShapeDescriptor parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ComputeEngineShapeDescriptor parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ComputeEngineShapeDescriptor.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ComputeEngineShapeDescriptor.Builder newBuilder()
public static ComputeEngineShapeDescriptor.Builder newBuilder(ComputeEngineShapeDescriptor prototype)
public ComputeEngineShapeDescriptor.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ComputeEngineShapeDescriptor.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ComputeEngineShapeDescriptor getDefaultInstance()
public static com.google.protobuf.Parser<ComputeEngineShapeDescriptor> parser()
public com.google.protobuf.Parser<ComputeEngineShapeDescriptor> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ComputeEngineShapeDescriptor getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.