public final class GuestConfigDetails extends com.google.protobuf.GeneratedMessageV3 implements GuestConfigDetailsOrBuilder
Guest OS config information.Protobuf type
google.cloud.migrationcenter.v1.GuestConfigDetails| Modifier and Type | Class and Description |
|---|---|
static class |
GuestConfigDetails.Builder
Guest OS config information.
|
static class |
GuestConfigDetails.SeLinuxMode
Security-Enhanced Linux (SELinux) mode.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FSTAB_FIELD_NUMBER |
static int |
HOSTS_FIELD_NUMBER |
static int |
ISSUE_FIELD_NUMBER |
static int |
NFS_EXPORTS_FIELD_NUMBER |
static int |
SELINUX_MODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GuestConfigDetails |
getDefaultInstance() |
GuestConfigDetails |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
FstabEntryList |
getFstab()
Mount list (Linux fstab).
|
FstabEntryListOrBuilder |
getFstabOrBuilder()
Mount list (Linux fstab).
|
HostsEntryList |
getHosts()
Hosts file (/etc/hosts).
|
HostsEntryListOrBuilder |
getHostsOrBuilder()
Hosts file (/etc/hosts).
|
String |
getIssue()
OS issue (typically /etc/issue in Linux).
|
com.google.protobuf.ByteString |
getIssueBytes()
OS issue (typically /etc/issue in Linux).
|
NfsExportList |
getNfsExports()
NFS exports.
|
NfsExportListOrBuilder |
getNfsExportsOrBuilder()
NFS exports.
|
com.google.protobuf.Parser<GuestConfigDetails> |
getParserForType() |
GuestConfigDetails.SeLinuxMode |
getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.
|
int |
getSelinuxModeValue()
Security-Enhanced Linux (SELinux) mode.
|
int |
getSerializedSize() |
boolean |
hasFstab()
Mount list (Linux fstab).
|
int |
hashCode() |
boolean |
hasHosts()
Hosts file (/etc/hosts).
|
boolean |
hasNfsExports()
NFS exports.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static GuestConfigDetails.Builder |
newBuilder() |
static GuestConfigDetails.Builder |
newBuilder(GuestConfigDetails prototype) |
GuestConfigDetails.Builder |
newBuilderForType() |
protected GuestConfigDetails.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GuestConfigDetails |
parseDelimitedFrom(InputStream input) |
static GuestConfigDetails |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestConfigDetails |
parseFrom(byte[] data) |
static GuestConfigDetails |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestConfigDetails |
parseFrom(ByteBuffer data) |
static GuestConfigDetails |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestConfigDetails |
parseFrom(com.google.protobuf.ByteString data) |
static GuestConfigDetails |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestConfigDetails |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GuestConfigDetails |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestConfigDetails |
parseFrom(InputStream input) |
static GuestConfigDetails |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GuestConfigDetails> |
parser() |
GuestConfigDetails.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int ISSUE_FIELD_NUMBER
public static final int FSTAB_FIELD_NUMBER
public static final int HOSTS_FIELD_NUMBER
public static final int NFS_EXPORTS_FIELD_NUMBER
public static final int SELINUX_MODE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getIssue()
OS issue (typically /etc/issue in Linux).
string issue = 1;getIssue in interface GuestConfigDetailsOrBuilderpublic com.google.protobuf.ByteString getIssueBytes()
OS issue (typically /etc/issue in Linux).
string issue = 1;getIssueBytes in interface GuestConfigDetailsOrBuilderpublic boolean hasFstab()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;hasFstab in interface GuestConfigDetailsOrBuilderpublic FstabEntryList getFstab()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;getFstab in interface GuestConfigDetailsOrBuilderpublic FstabEntryListOrBuilder getFstabOrBuilder()
Mount list (Linux fstab).
.google.cloud.migrationcenter.v1.FstabEntryList fstab = 2;getFstabOrBuilder in interface GuestConfigDetailsOrBuilderpublic boolean hasHosts()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;hasHosts in interface GuestConfigDetailsOrBuilderpublic HostsEntryList getHosts()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;getHosts in interface GuestConfigDetailsOrBuilderpublic HostsEntryListOrBuilder getHostsOrBuilder()
Hosts file (/etc/hosts).
.google.cloud.migrationcenter.v1.HostsEntryList hosts = 3;getHostsOrBuilder in interface GuestConfigDetailsOrBuilderpublic boolean hasNfsExports()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;hasNfsExports in interface GuestConfigDetailsOrBuilderpublic NfsExportList getNfsExports()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;getNfsExports in interface GuestConfigDetailsOrBuilderpublic NfsExportListOrBuilder getNfsExportsOrBuilder()
NFS exports.
.google.cloud.migrationcenter.v1.NfsExportList nfs_exports = 4;getNfsExportsOrBuilder in interface GuestConfigDetailsOrBuilderpublic int getSelinuxModeValue()
Security-Enhanced Linux (SELinux) mode.
.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;getSelinuxModeValue in interface GuestConfigDetailsOrBuilderpublic GuestConfigDetails.SeLinuxMode getSelinuxMode()
Security-Enhanced Linux (SELinux) mode.
.google.cloud.migrationcenter.v1.GuestConfigDetails.SeLinuxMode selinux_mode = 5;getSelinuxMode in interface GuestConfigDetailsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GuestConfigDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestConfigDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestConfigDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestConfigDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestConfigDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestConfigDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestConfigDetails parseFrom(InputStream input) throws IOException
IOExceptionpublic static GuestConfigDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GuestConfigDetails parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GuestConfigDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GuestConfigDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GuestConfigDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GuestConfigDetails.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GuestConfigDetails.Builder newBuilder()
public static GuestConfigDetails.Builder newBuilder(GuestConfigDetails prototype)
public GuestConfigDetails.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GuestConfigDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GuestConfigDetails getDefaultInstance()
public static com.google.protobuf.Parser<GuestConfigDetails> parser()
public com.google.protobuf.Parser<GuestConfigDetails> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GuestConfigDetails getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.