public final class NfsExport extends GeneratedMessageV3 implements NfsExportOrBuilder
NFS export.
Protobuf type google.cloud.migrationcenter.v1.NfsExport
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > NfsExportImplements
NfsExportOrBuilderStatic Fields
EXPORT_DIRECTORY_FIELD_NUMBER
public static final int EXPORT_DIRECTORY_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
HOSTS_FIELD_NUMBER
public static final int HOSTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static NfsExport getDefaultInstance()
Returns | |
---|---|
Type | Description |
NfsExport |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static NfsExport.Builder newBuilder()
Returns | |
---|---|
Type | Description |
NfsExport.Builder |
newBuilder(NfsExport prototype)
public static NfsExport.Builder newBuilder(NfsExport prototype)
Parameter | |
---|---|
Name | Description |
prototype | NfsExport |
Returns | |
---|---|
Type | Description |
NfsExport.Builder |
parseDelimitedFrom(InputStream input)
public static NfsExport parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NfsExport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static NfsExport parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NfsExport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static NfsExport parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NfsExport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static NfsExport parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static NfsExport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static NfsExport parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static NfsExport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static NfsExport parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NfsExport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
NfsExport |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<NfsExport> parser()
Returns | |
---|---|
Type | Description |
Parser<NfsExport> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public NfsExport getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
NfsExport |
getExportDirectory()
public String getExportDirectory()
The directory being exported.
string export_directory = 1;
Returns | |
---|---|
Type | Description |
String | The exportDirectory. |
getExportDirectoryBytes()
public ByteString getExportDirectoryBytes()
The directory being exported.
string export_directory = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for exportDirectory. |
getHosts(int index)
public String getHosts(int index)
The hosts or networks to which the export is being shared.
repeated string hosts = 2;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The hosts at the given index. |
getHostsBytes(int index)
public ByteString getHostsBytes(int index)
The hosts or networks to which the export is being shared.
repeated string hosts = 2;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the hosts at the given index. |
getHostsCount()
public int getHostsCount()
The hosts or networks to which the export is being shared.
repeated string hosts = 2;
Returns | |
---|---|
Type | Description |
int | The count of hosts. |
getHostsList()
public ProtocolStringList getHostsList()
The hosts or networks to which the export is being shared.
repeated string hosts = 2;
Returns | |
---|---|
Type | Description |
ProtocolStringList | A list containing the hosts. |
getParserForType()
public Parser<NfsExport> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<NfsExport> |
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 NfsExport.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
NfsExport.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NfsExport.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
NfsExport.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public NfsExport.Builder toBuilder()
Returns | |
---|---|
Type | Description |
NfsExport.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |