Send feedback
Class PD (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 PD extends GeneratedMessageV3 implements PDOrBuilder
Deprecated: please use device_name instead.
Protobuf type google.cloud.batch.v1alpha.PD
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
DEVICE_FIELD_NUMBER
public static final int DEVICE_FIELD_NUMBER
Field Value
Type
Description
int
DISK_FIELD_NUMBER
public static final int DISK_FIELD_NUMBER
Field Value
Type
Description
int
EXISTING_FIELD_NUMBER
public static final int EXISTING_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static PD getDefaultInstance ()
Returns
Type
Description
PD
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static PD . Builder newBuilder ()
newBuilder(PD prototype)
public static PD . Builder newBuilder ( PD prototype )
Parameter
Name
Description
prototype
PD
public static PD parseDelimitedFrom ( InputStream input )
Returns
Type
Description
PD
public static PD parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
PD
parseFrom(byte[] data)
public static PD parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
PD
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PD parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
PD
parseFrom(ByteString data)
public static PD parseFrom ( ByteString data )
Returns
Type
Description
PD
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PD parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
PD
public static PD parseFrom ( CodedInputStream input )
Returns
Type
Description
PD
public static PD parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
PD
public static PD parseFrom ( InputStream input )
Returns
Type
Description
PD
public static PD parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
PD
parseFrom(ByteBuffer data)
public static PD parseFrom ( ByteBuffer data )
Returns
Type
Description
PD
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PD parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
PD
parser()
public static Parser<PD> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public PD getDefaultInstanceForType ()
Returns
Type
Description
PD
getDevice()
public String getDevice ()
PD device name, e.g. persistent-disk-1.
string device = 2;
Returns
Type
Description
String
The device.
getDeviceBytes()
public ByteString getDeviceBytes ()
PD device name, e.g. persistent-disk-1.
string device = 2;
Returns
Type
Description
ByteString
The bytes for device.
getDisk()
PD disk name, e.g. pd-1.
string disk = 1;
Returns
Type
Description
String
The disk.
getDiskBytes()
public ByteString getDiskBytes ()
PD disk name, e.g. pd-1.
string disk = 1;
Returns
Type
Description
ByteString
The bytes for disk.
getExisting() (deprecated)
public boolean getExisting ()
Deprecated. google.cloud.batch.v1alpha.PD.existing is deprecated. See
google/cloud/batch/v1alpha/volume.proto;l=89
Whether this is an existing PD. Default is false. If false, i.e., new
PD, we will format it into ext4 and mount to the given path. If true, i.e.,
existing PD, it should be in ext4 format and we will mount it to the given
path.
bool existing = 3 [deprecated = true];
Returns
Type
Description
boolean
The existing.
getParserForType()
public Parser<PD> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public PD . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PD . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public PD . 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-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."],[],[]]