Class AppliedLicense.Builder (1.44.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AppliedLicense.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AppliedLicense.Builder
Overrides

build()

public AppliedLicense build()
Returns
Type Description
AppliedLicense

buildPartial()

public AppliedLicense buildPartial()
Returns
Type Description
AppliedLicense

clear()

public AppliedLicense.Builder clear()
Returns
Type Description
AppliedLicense.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AppliedLicense.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AppliedLicense.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AppliedLicense.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
AppliedLicense.Builder
Overrides

clearOsLicense()

public AppliedLicense.Builder clearOsLicense()

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

string os_license = 2;

Returns
Type Description
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
Type Description
AppliedLicense.Builder

This builder for chaining.

clone()

public AppliedLicense.Builder clone()
Returns
Type Description
AppliedLicense.Builder
Overrides

getDefaultInstanceForType()

public AppliedLicense getDefaultInstanceForType()
Returns
Type Description
AppliedLicense

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

getType()

public AppliedLicense.Type getType()

The license type that was used in OS adaptation.

.google.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.cloud.vmmigration.v1.AppliedLicense.Type type = 1;

Returns
Type Description
int

The enum numeric value on the wire for type.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AppliedLicense other)

public AppliedLicense.Builder mergeFrom(AppliedLicense other)
Parameter
Name Description
other AppliedLicense
Returns
Type Description
AppliedLicense.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AppliedLicense.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AppliedLicense.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AppliedLicense.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AppliedLicense.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AppliedLicense.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppliedLicense.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AppliedLicense.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The osLicense to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for osLicense to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
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
Name Description
value AppliedLicense.Type

The type to set.

Returns
Type Description
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
Name Description
value int

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

Returns
Type Description
AppliedLicense.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AppliedLicense.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AppliedLicense.Builder
Overrides