Send feedback
Class WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.3.0keyboard_arrow_down
public static final class WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk extends GeneratedMessageV3 implements WorkstationConfig . PersistentDirectory . GceRegionalPersistentDiskOrBuilder
A PersistentDirectory backed by a Compute Engine regional persistent
disk.
Protobuf type
google.cloud.workstations.v1beta.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk
Static Fields
DISK_TYPE_FIELD_NUMBER
public static final int DISK_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
FS_TYPE_FIELD_NUMBER
public static final int FS_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
RECLAIM_POLICY_FIELD_NUMBER
public static final int RECLAIM_POLICY_FIELD_NUMBER
Field Value
Type
Description
int
SIZE_GB_FIELD_NUMBER
public static final int SIZE_GB_FIELD_NUMBER
Field Value
Type
Description
int
SOURCE_SNAPSHOT_FIELD_NUMBER
public static final int SOURCE_SNAPSHOT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk . Builder newBuilder ()
newBuilder(WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk prototype)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk . Builder newBuilder ( WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk prototype )
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseDelimitedFrom ( InputStream input )
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( CodedInputStream input )
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( InputStream input )
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk getDefaultInstanceForType ()
getDiskType()
public String getDiskType ()
Type of the disk to use.
string disk_type = 3;
Returns
Type
Description
String
The diskType.
getDiskTypeBytes()
public ByteString getDiskTypeBytes ()
Type of the disk to use.
string disk_type = 3;
Returns
Type
Description
ByteString
The bytes for diskType.
getFsType()
public String getFsType ()
Type of file system that the disk should be formatted with. The
workstation image must support this file system type. Must be empty
if source_snapshot is set.
string fs_type = 2;
Returns
Type
Description
String
The fsType.
getFsTypeBytes()
public ByteString getFsTypeBytes ()
Type of file system that the disk should be formatted with. The
workstation image must support this file system type. Must be empty
if source_snapshot is set.
string fs_type = 2;
Returns
Type
Description
ByteString
The bytes for fsType.
getParserForType()
public Parser<WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk > getParserForType ()
Overrides
getReclaimPolicy()
public WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk . ReclaimPolicy getReclaimPolicy ()
What should happen to the disk after the workstation is deleted.
Defaults to DELETE.
.google.cloud.workstations.v1beta.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk.ReclaimPolicy reclaim_policy = 4;
getReclaimPolicyValue()
public int getReclaimPolicyValue ()
What should happen to the disk after the workstation is deleted.
Defaults to DELETE.
.google.cloud.workstations.v1beta.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk.ReclaimPolicy reclaim_policy = 4;
Returns
Type
Description
int
The enum numeric value on the wire for reclaimPolicy.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getSizeGb()
Size of the disk in GB. Must be empty if source_snapshot is set.
int32 size_gb = 1;
Returns
Type
Description
int
The sizeGb.
getSourceSnapshot()
public String getSourceSnapshot ()
Name of the snapshot to use as the source for the disk. If set,
size_gb and fs_type must be empty.
string source_snapshot = 5;
Returns
Type
Description
String
The sourceSnapshot.
getSourceSnapshotBytes()
public ByteString getSourceSnapshotBytes ()
Name of the snapshot to use as the source for the disk. If set,
size_gb and fs_type must be empty.
string source_snapshot = 5;
Returns
Type
Description
ByteString
The bytes for sourceSnapshot.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public WorkstationConfig . PersistentDirectory . GceRegionalPersistentDisk . 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-05-10 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-05-10 UTC."],[],[]]