Class FstabEntry (0.19.0)

public final class FstabEntry extends GeneratedMessageV3 implements FstabEntryOrBuilder

Single fstab entry.

Protobuf type google.cloud.migrationcenter.v1.FstabEntry

Implements

FstabEntryOrBuilder

Static Fields

FILE_FIELD_NUMBER

public static final int FILE_FIELD_NUMBER
Field Value
TypeDescription
int

FREQ_FIELD_NUMBER

public static final int FREQ_FIELD_NUMBER
Field Value
TypeDescription
int

MNTOPS_FIELD_NUMBER

public static final int MNTOPS_FIELD_NUMBER
Field Value
TypeDescription
int

PASSNO_FIELD_NUMBER

public static final int PASSNO_FIELD_NUMBER
Field Value
TypeDescription
int

SPEC_FIELD_NUMBER

public static final int SPEC_FIELD_NUMBER
Field Value
TypeDescription
int

VFSTYPE_FIELD_NUMBER

public static final int VFSTYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FstabEntry getDefaultInstance()
Returns
TypeDescription
FstabEntry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FstabEntry.Builder newBuilder()
Returns
TypeDescription
FstabEntry.Builder

newBuilder(FstabEntry prototype)

public static FstabEntry.Builder newBuilder(FstabEntry prototype)
Parameter
NameDescription
prototypeFstabEntry
Returns
TypeDescription
FstabEntry.Builder

parseDelimitedFrom(InputStream input)

public static FstabEntry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FstabEntry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FstabEntry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FstabEntry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FstabEntry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FstabEntry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FstabEntry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FstabEntry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FstabEntry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FstabEntry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FstabEntry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FstabEntry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FstabEntry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FstabEntry> parser()
Returns
TypeDescription
Parser<FstabEntry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public FstabEntry getDefaultInstanceForType()
Returns
TypeDescription
FstabEntry

getFile()

public String getFile()

The mount point for the filesystem.

string file = 2;

Returns
TypeDescription
String

The file.

getFileBytes()

public ByteString getFileBytes()

The mount point for the filesystem.

string file = 2;

Returns
TypeDescription
ByteString

The bytes for file.

getFreq()

public int getFreq()

Used by dump to determine which filesystems need to be dumped.

int32 freq = 5;

Returns
TypeDescription
int

The freq.

getMntops()

public String getMntops()

Mount options associated with the filesystem.

string mntops = 4;

Returns
TypeDescription
String

The mntops.

getMntopsBytes()

public ByteString getMntopsBytes()

Mount options associated with the filesystem.

string mntops = 4;

Returns
TypeDescription
ByteString

The bytes for mntops.

getParserForType()

public Parser<FstabEntry> getParserForType()
Returns
TypeDescription
Parser<FstabEntry>
Overrides

getPassno()

public int getPassno()

Used by the fsck(8) program to determine the order in which filesystem checks are done at reboot time.

int32 passno = 6;

Returns
TypeDescription
int

The passno.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSpec()

public String getSpec()

The block special device or remote filesystem to be mounted.

string spec = 1;

Returns
TypeDescription
String

The spec.

getSpecBytes()

public ByteString getSpecBytes()

The block special device or remote filesystem to be mounted.

string spec = 1;

Returns
TypeDescription
ByteString

The bytes for spec.

getVfstype()

public String getVfstype()

The type of the filesystem.

string vfstype = 3;

Returns
TypeDescription
String

The vfstype.

getVfstypeBytes()

public ByteString getVfstypeBytes()

The type of the filesystem.

string vfstype = 3;

Returns
TypeDescription
ByteString

The bytes for vfstype.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FstabEntry.Builder newBuilderForType()
Returns
TypeDescription
FstabEntry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FstabEntry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FstabEntry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FstabEntry.Builder toBuilder()
Returns
TypeDescription
FstabEntry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException