public final class GuestConfigDetails extends GeneratedMessageV3 implements GuestConfigDetailsOrBuilder
Guest OS config information.
Protobuf type google.cloud.migrationcenter.v1.GuestConfigDetails
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
FSTAB_FIELD_NUMBER
public static final int FSTAB_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
HOSTS_FIELD_NUMBER
public static final int HOSTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ISSUE_FIELD_NUMBER
public static final int ISSUE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NFS_EXPORTS_FIELD_NUMBER
public static final int NFS_EXPORTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SELINUX_MODE_FIELD_NUMBER
public static final int SELINUX_MODE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static GuestConfigDetails getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static GuestConfigDetails.Builder newBuilder()
newBuilder(GuestConfigDetails prototype)
public static GuestConfigDetails.Builder newBuilder(GuestConfigDetails prototype)
public static GuestConfigDetails parseDelimitedFrom(InputStream input)
public static GuestConfigDetails parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static GuestConfigDetails parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GuestConfigDetails parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static GuestConfigDetails parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestConfigDetails parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GuestConfigDetails parseFrom(CodedInputStream input)
public static GuestConfigDetails parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GuestConfigDetails parseFrom(InputStream input)
public static GuestConfigDetails parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static GuestConfigDetails parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GuestConfigDetails parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<GuestConfigDetails> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public GuestConfigDetails getDefaultInstanceForType()
getFstab()
public FstabEntryList getFstab()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;
getFstabOrBuilder()
public FstabEntryListOrBuilder getFstabOrBuilder()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;
getHosts()
public HostsEntryList getHosts()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;
getHostsOrBuilder()
public HostsEntryListOrBuilder getHostsOrBuilder()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;
getIssue()
OS issue (typically /etc/issue in Linux).
string issue = 1;
Returns |
---|
Type | Description |
String | The issue.
|
getIssueBytes()
public ByteString getIssueBytes()
OS issue (typically /etc/issue in Linux).
string issue = 1;
Returns |
---|
Type | Description |
ByteString | The bytes for issue.
|
getNfsExports()
public NfsExportList getNfsExports()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;
getNfsExportsOrBuilder()
public NfsExportListOrBuilder getNfsExportsOrBuilder()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;
getParserForType()
public Parser<GuestConfigDetails> getParserForType()
Overrides
getSelinuxMode()
public GuestConfigDetails.SeLinuxMode getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.
.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;
getSelinuxModeValue()
public int getSelinuxModeValue()
Security-Enhanced Linux (SELinux) mode.
.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for selinuxMode.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hasFstab()
public boolean hasFstab()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;
Returns |
---|
Type | Description |
boolean | Whether the fstab field is set.
|
hasHosts()
public boolean hasHosts()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;
Returns |
---|
Type | Description |
boolean | Whether the hosts field is set.
|
hasNfsExports()
public boolean hasNfsExports()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;
Returns |
---|
Type | Description |
boolean | Whether the nfsExports field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public GuestConfigDetails.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GuestConfigDetails.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public GuestConfigDetails.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides