Class AppliedLicense.Builder (1.5.0)

public static final class AppliedLicense.Builder extends GeneratedMessageV3.Builder<AppliedLicense.Builder> implements AppliedLicenseOrBuilder

AppliedLicense holds the license data returned by adaptation module report.

Protobuf type google.cloud.vmmigration.v1.AppliedLicense

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AppliedLicense.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AppliedLicense.Builder
Overrides

build()

public AppliedLicense build()
Returns
TypeDescription
AppliedLicense

buildPartial()

public AppliedLicense buildPartial()
Returns
TypeDescription
AppliedLicense

clear()

public AppliedLicense.Builder clear()
Returns
TypeDescription
AppliedLicense.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AppliedLicense.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AppliedLicense.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AppliedLicense.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AppliedLicense.Builder
Overrides

clearOsLicense()

public AppliedLicense.Builder clearOsLicense()

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

string os_license = 2;

Returns
TypeDescription
AppliedLicense.Builder

This builder for chaining.

clearType()

public AppliedLicense.Builder clearType()

The license type that was used in OS adaptation.

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

Returns
TypeDescription
AppliedLicense.Builder

This builder for chaining.

clone()

public AppliedLicense.Builder clone()
Returns
TypeDescription
AppliedLicense.Builder
Overrides

getDefaultInstanceForType()

public AppliedLicense getDefaultInstanceForType()
Returns
TypeDescription
AppliedLicense

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AppliedLicense other)

public AppliedLicense.Builder mergeFrom(AppliedLicense other)
Parameter
NameDescription
otherAppliedLicense
Returns
TypeDescription
AppliedLicense.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AppliedLicense.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppliedLicense.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AppliedLicense.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AppliedLicense.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AppliedLicense.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AppliedLicense.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AppliedLicense.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AppliedLicense.Builder
Overrides

setOsLicense(String value)

public AppliedLicense.Builder setOsLicense(String value)

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

string os_license = 2;

Parameter
NameDescription
valueString

The osLicense to set.

Returns
TypeDescription
AppliedLicense.Builder

This builder for chaining.

setOsLicenseBytes(ByteString value)

public AppliedLicense.Builder setOsLicenseBytes(ByteString value)

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

string os_license = 2;

Parameter
NameDescription
valueByteString

The bytes for osLicense to set.

Returns
TypeDescription
AppliedLicense.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AppliedLicense.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AppliedLicense.Builder
Overrides

setType(AppliedLicense.Type value)

public AppliedLicense.Builder setType(AppliedLicense.Type value)

The license type that was used in OS adaptation.

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

Parameter
NameDescription
valueAppliedLicense.Type

The type to set.

Returns
TypeDescription
AppliedLicense.Builder

This builder for chaining.

setTypeValue(int value)

public AppliedLicense.Builder setTypeValue(int value)

The license type that was used in OS adaptation.

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

Parameter
NameDescription
valueint

The enum numeric value on the wire for type to set.

Returns
TypeDescription
AppliedLicense.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AppliedLicense.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AppliedLicense.Builder
Overrides