Send feedback
Class Resources (0.48.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.48.0 keyboard_arrow_down
public final class Resources extends GeneratedMessageV3 implements ResourcesOrBuilder
The system resources for the pipeline run.
At least one zone or region must be specified or the pipeline run will fail.
Protobuf type google.cloud.lifesciences.v2beta.Resources
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
REGIONS_FIELD_NUMBER
public static final int REGIONS_FIELD_NUMBER
Field Value
Type
Description
int
VIRTUAL_MACHINE_FIELD_NUMBER
public static final int VIRTUAL_MACHINE_FIELD_NUMBER
Field Value
Type
Description
int
ZONES_FIELD_NUMBER
public static final int ZONES_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Resources getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Resources . Builder newBuilder ()
newBuilder(Resources prototype)
public static Resources . Builder newBuilder ( Resources prototype )
Parameter
Name
Description
prototype
Resources
public static Resources parseDelimitedFrom ( InputStream input )
public static Resources parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Resources parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Resources parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Resources parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Resources parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Resources parseFrom ( CodedInputStream input )
public static Resources parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Resources parseFrom ( InputStream input )
public static Resources parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Resources parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Resources parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Resources> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Resources getDefaultInstanceForType ()
getParserForType()
public Parser<Resources> getParserForType ()
Overrides
getRegions(int index)
public String getRegions ( int index )
The list of regions allowed for VM allocation. If set, the zones
field
must not be set.
repeated string regions = 2;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The regions at the given index.
getRegionsBytes(int index)
public ByteString getRegionsBytes ( int index )
The list of regions allowed for VM allocation. If set, the zones
field
must not be set.
repeated string regions = 2;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the regions at the given index.
getRegionsCount()
public int getRegionsCount ()
The list of regions allowed for VM allocation. If set, the zones
field
must not be set.
repeated string regions = 2;
Returns
Type
Description
int
The count of regions.
getRegionsList()
public ProtocolStringList getRegionsList ()
The list of regions allowed for VM allocation. If set, the zones
field
must not be set.
repeated string regions = 2;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getVirtualMachine()
public VirtualMachine getVirtualMachine ()
The virtual machine specification.
.google.cloud.lifesciences.v2beta.VirtualMachine virtual_machine = 4;
getVirtualMachineOrBuilder()
public VirtualMachineOrBuilder getVirtualMachineOrBuilder ()
The virtual machine specification.
.google.cloud.lifesciences.v2beta.VirtualMachine virtual_machine = 4;
getZones(int index)
public String getZones ( int index )
The list of zones allowed for VM allocation. If set, the regions
field
must not be set.
repeated string zones = 3;
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The zones at the given index.
getZonesBytes(int index)
public ByteString getZonesBytes ( int index )
The list of zones allowed for VM allocation. If set, the regions
field
must not be set.
repeated string zones = 3;
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the zones at the given index.
getZonesCount()
public int getZonesCount ()
The list of zones allowed for VM allocation. If set, the regions
field
must not be set.
repeated string zones = 3;
Returns
Type
Description
int
The count of zones.
getZonesList()
public ProtocolStringList getZonesList ()
The list of zones allowed for VM allocation. If set, the regions
field
must not be set.
repeated string zones = 3;
hasVirtualMachine()
public boolean hasVirtualMachine ()
The virtual machine specification.
.google.cloud.lifesciences.v2beta.VirtualMachine virtual_machine = 4;
Returns
Type
Description
boolean
Whether the virtualMachine field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Resources . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Resources . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Resources . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-27 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-27 UTC."],[],[]]