Send feedback
Class Resources (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.10.0 keyboard_arrow_down
public final class Resources extends GeneratedMessageV3 implements ResourcesOrBuilder
Machine resources for a version.
Protobuf type google.appengine.v1.Resources
Static Fields
CPU_FIELD_NUMBER
public static final int CPU_FIELD_NUMBER
Field Value
DISK_GB_FIELD_NUMBER
public static final int DISK_GB_FIELD_NUMBER
Field Value
KMS_KEY_REFERENCE_FIELD_NUMBER
public static final int KMS_KEY_REFERENCE_FIELD_NUMBER
Field Value
MEMORY_GB_FIELD_NUMBER
public static final int MEMORY_GB_FIELD_NUMBER
Field Value
VOLUMES_FIELD_NUMBER
public static final int VOLUMES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static Resources getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static Resources . Builder newBuilder ()
Returns
newBuilder(Resources prototype)
public static Resources . Builder newBuilder ( Resources prototype )
Parameter
Returns
public static Resources parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Resources parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static Resources parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Resources parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static Resources parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Resources parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Resources parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static Resources parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Resources parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static Resources parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static Resources parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Resources parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<Resources> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getCpu()
Number of CPU cores needed.
double cpu = 1;
Returns
getDefaultInstanceForType()
public Resources getDefaultInstanceForType ()
Returns
getDiskGb()
public double getDiskGb ()
Disk size (GB) needed.
double disk_gb = 2;
Returns
Type Description double
The diskGb.
getKmsKeyReference()
public String getKmsKeyReference ()
The name of the encryption key that is stored in Google Cloud KMS.
Only should be used by Cloud Composer to encrypt the vm disk
string kms_key_reference = 5;
Returns
Type Description String
The kmsKeyReference.
getKmsKeyReferenceBytes()
public ByteString getKmsKeyReferenceBytes ()
The name of the encryption key that is stored in Google Cloud KMS.
Only should be used by Cloud Composer to encrypt the vm disk
string kms_key_reference = 5;
Returns
Type Description ByteString
The bytes for kmsKeyReference.
getMemoryGb()
public double getMemoryGb ()
Memory (GB) needed.
double memory_gb = 3;
Returns
Type Description double
The memoryGb.
getParserForType()
public Parser<Resources> getParserForType ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
getVolumes(int index)
public Volume getVolumes ( int index )
User specified volumes.
repeated .google.appengine.v1.Volume volumes = 4;
Parameter
Returns
getVolumesCount()
public int getVolumesCount ()
User specified volumes.
repeated .google.appengine.v1.Volume volumes = 4;
Returns
getVolumesList()
public List<Volume> getVolumesList ()
User specified volumes.
repeated .google.appengine.v1.Volume volumes = 4;
Returns
getVolumesOrBuilder(int index)
public VolumeOrBuilder getVolumesOrBuilder ( int index )
User specified volumes.
repeated .google.appengine.v1.Volume volumes = 4;
Parameter
Returns
getVolumesOrBuilderList()
public List <? extends VolumeOrBuilder > getVolumesOrBuilderList ()
User specified volumes.
repeated .google.appengine.v1.Volume volumes = 4;
Returns
Type Description List <? extends com.google.appengine.v1.VolumeOrBuilder >
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public Resources . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Resources . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public Resources . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]