public final class AppliedLicense extends GeneratedMessageV3 implements AppliedLicenseOrBuilder
AppliedLicense holds the license data returned by adaptation module report.
Protobuf type google.events.cloud.vmmigration.v1.AppliedLicense
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AppliedLicenseImplements
AppliedLicenseOrBuilderStatic Fields
OS_LICENSE_FIELD_NUMBER
public static final int OS_LICENSE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static AppliedLicense getDefaultInstance()
Returns | |
---|---|
Type | Description |
AppliedLicense |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static AppliedLicense.Builder newBuilder()
Returns | |
---|---|
Type | Description |
AppliedLicense.Builder |
newBuilder(AppliedLicense prototype)
public static AppliedLicense.Builder newBuilder(AppliedLicense prototype)
Parameter | |
---|---|
Name | Description |
prototype |
AppliedLicense |
Returns | |
---|---|
Type | Description |
AppliedLicense.Builder |
parseDelimitedFrom(InputStream input)
public static AppliedLicense parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AppliedLicense parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static AppliedLicense parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppliedLicense parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static AppliedLicense parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppliedLicense parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static AppliedLicense parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static AppliedLicense parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static AppliedLicense parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static AppliedLicense parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static AppliedLicense parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppliedLicense parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
AppliedLicense |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<AppliedLicense> parser()
Returns | |
---|---|
Type | Description |
Parser<AppliedLicense> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public AppliedLicense getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
AppliedLicense |
getOsLicense()
public String getOsLicense()
The OS license returned from the adaptation module's report.
string os_license = 2;
Returns | |
---|---|
Type | Description |
String |
The osLicense. |
getOsLicenseBytes()
public ByteString getOsLicenseBytes()
The OS license returned from the adaptation module's report.
string os_license = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for osLicense. |
getParserForType()
public Parser<AppliedLicense> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<AppliedLicense> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getType()
public AppliedLicense.Type getType()
The license type that was used in OS adaptation.
.google.events.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
Returns | |
---|---|
Type | Description |
AppliedLicense.Type |
The type. |
getTypeValue()
public int getTypeValue()
The license type that was used in OS adaptation.
.google.events.cloud.vmmigration.v1.AppliedLicense.Type type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
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 AppliedLicense.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
AppliedLicense.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppliedLicense.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
AppliedLicense.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public AppliedLicense.Builder toBuilder()
Returns | |
---|---|
Type | Description |
AppliedLicense.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |