Class AppliedLicense (1.15.0)

public final class AppliedLicense extends GeneratedMessageV3 implements AppliedLicenseOrBuilder

AppliedLicense holds the license data returned by adaptation module report.

Protobuf type google.cloud.vmmigration.v1.AppliedLicense

Static Fields

OS_LICENSE_FIELD_NUMBER

public static final int OS_LICENSE_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AppliedLicense getDefaultInstance()
Returns
TypeDescription
AppliedLicense

getDescriptor()

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

newBuilder()

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

newBuilder(AppliedLicense prototype)

public static AppliedLicense.Builder newBuilder(AppliedLicense prototype)
Parameter
NameDescription
prototypeAppliedLicense
Returns
TypeDescription
AppliedLicense.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public AppliedLicense getDefaultInstanceForType()
Returns
TypeDescription
AppliedLicense

getOsLicense()

public String getOsLicense()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
TypeDescription
String

The osLicense.

getOsLicenseBytes()

public ByteString getOsLicenseBytes()

The OS license returned from the adaptation module's report.

string os_license = 2;

Returns
TypeDescription
ByteString

The bytes for osLicense.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getType()

public AppliedLicense.Type getType()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
TypeDescription
AppliedLicense.Type

The type.

getTypeValue()

public int getTypeValue()

The license type that was used in OS adaptation.

.google.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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 AppliedLicense.Builder newBuilderForType()
Returns
TypeDescription
AppliedLicense.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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