public final class LicenseResourceRequirements extends GeneratedMessage implements LicenseResourceRequirementsOrBuilder Protobuf type google.cloud.compute.v1.LicenseResourceRequirements
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > LicenseResourceRequirementsImplements
LicenseResourceRequirementsOrBuilderStatic Fields
MIN_GUEST_CPU_COUNT_FIELD_NUMBER
public static final int MIN_GUEST_CPU_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MIN_MEMORY_MB_FIELD_NUMBER
public static final int MIN_MEMORY_MB_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static LicenseResourceRequirements getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static LicenseResourceRequirements.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements.Builder |
|
newBuilder(LicenseResourceRequirements prototype)
public static LicenseResourceRequirements.Builder newBuilder(LicenseResourceRequirements prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
LicenseResourceRequirements |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements.Builder |
|
parseDelimitedFrom(InputStream input)
public static LicenseResourceRequirements parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LicenseResourceRequirements parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static LicenseResourceRequirements parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static LicenseResourceRequirements parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static LicenseResourceRequirements parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static LicenseResourceRequirements parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static LicenseResourceRequirements parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static LicenseResourceRequirements parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static LicenseResourceRequirements parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static LicenseResourceRequirements parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static LicenseResourceRequirements parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static LicenseResourceRequirements parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<LicenseResourceRequirements> parser()| Returns | |
|---|---|
| Type | Description |
Parser<LicenseResourceRequirements> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public LicenseResourceRequirements getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements |
|
getMinGuestCpuCount()
public int getMinGuestCpuCount()[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
optional int32 min_guest_cpu_count = 477964836;
| Returns | |
|---|---|
| Type | Description |
int |
The minGuestCpuCount. |
getMinMemoryMb()
public int getMinMemoryMb()[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
optional int32 min_memory_mb = 504785894;
| Returns | |
|---|---|
| Type | Description |
int |
The minMemoryMb. |
getParserForType()
public Parser<LicenseResourceRequirements> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<LicenseResourceRequirements> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasMinGuestCpuCount()
public boolean hasMinGuestCpuCount()[Input Only] Deprecated. This field no longer reflects the minimum number of guest cpus required to use the Instance.
optional int32 min_guest_cpu_count = 477964836;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minGuestCpuCount field is set. |
hasMinMemoryMb()
public boolean hasMinMemoryMb()[Input Only] Deprecated. This field no longer reflects the minimum memory required to use the Instance.
optional int32 min_memory_mb = 504785894;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minMemoryMb field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public LicenseResourceRequirements.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected LicenseResourceRequirements.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements.Builder |
|
toBuilder()
public LicenseResourceRequirements.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
LicenseResourceRequirements.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|