public final class FstabEntryList extends GeneratedMessageV3 implements FstabEntryListOrBuilder
Fstab content.
Protobuf type google.cloud.migrationcenter.v1.FstabEntryList
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > FstabEntryListImplements
FstabEntryListOrBuilderStatic Fields
ENTRIES_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static FstabEntryList getDefaultInstance()
Returns | |
---|---|
Type | Description |
FstabEntryList |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static FstabEntryList.Builder newBuilder()
Returns | |
---|---|
Type | Description |
FstabEntryList.Builder |
newBuilder(FstabEntryList prototype)
public static FstabEntryList.Builder newBuilder(FstabEntryList prototype)
Parameter | |
---|---|
Name | Description |
prototype | FstabEntryList |
Returns | |
---|---|
Type | Description |
FstabEntryList.Builder |
parseDelimitedFrom(InputStream input)
public static FstabEntryList parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FstabEntryList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static FstabEntryList parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FstabEntryList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static FstabEntryList parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FstabEntryList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static FstabEntryList parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FstabEntryList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static FstabEntryList parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FstabEntryList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static FstabEntryList parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FstabEntryList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FstabEntryList |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<FstabEntryList> parser()
Returns | |
---|---|
Type | Description |
Parser<FstabEntryList> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public FstabEntryList getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FstabEntryList |
getEntries(int index)
public FstabEntry getEntries(int index)
Fstab entries.
repeated .google.cloud.migrationcenter.v1.FstabEntry entries = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
FstabEntry |
getEntriesCount()
public int getEntriesCount()
Fstab entries.
repeated .google.cloud.migrationcenter.v1.FstabEntry entries = 1;
Returns | |
---|---|
Type | Description |
int |
getEntriesList()
public List<FstabEntry> getEntriesList()
Fstab entries.
repeated .google.cloud.migrationcenter.v1.FstabEntry entries = 1;
Returns | |
---|---|
Type | Description |
List<FstabEntry> |
getEntriesOrBuilder(int index)
public FstabEntryOrBuilder getEntriesOrBuilder(int index)
Fstab entries.
repeated .google.cloud.migrationcenter.v1.FstabEntry entries = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
FstabEntryOrBuilder |
getEntriesOrBuilderList()
public List<? extends FstabEntryOrBuilder> getEntriesOrBuilderList()
Fstab entries.
repeated .google.cloud.migrationcenter.v1.FstabEntry entries = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.FstabEntryOrBuilder> |
getParserForType()
public Parser<FstabEntryList> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<FstabEntryList> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public FstabEntryList.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
FstabEntryList.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FstabEntryList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
FstabEntryList.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public FstabEntryList.Builder toBuilder()
Returns | |
---|---|
Type | Description |
FstabEntryList.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |