Class ReportSummary.GroupPreferenceSetFinding (0.26.0)

public static final class ReportSummary.GroupPreferenceSetFinding extends GeneratedMessageV3 implements ReportSummary.GroupPreferenceSetFindingOrBuilder

Summary Findings for a specific Group/PreferenceSet combination.

Protobuf type google.cloud.migrationcenter.v1.ReportSummary.GroupPreferenceSetFinding

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReportSummary.GroupPreferenceSetFinding

Static Fields

COMPUTE_ENGINE_FINDING_FIELD_NUMBER

public static final int COMPUTE_ENGINE_FINDING_FIELD_NUMBER
Field Value
Type Description
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

MACHINE_PREFERENCES_FIELD_NUMBER

public static final int MACHINE_PREFERENCES_FIELD_NUMBER
Field Value
Type Description
int

MONTHLY_COST_COMPUTE_FIELD_NUMBER

public static final int MONTHLY_COST_COMPUTE_FIELD_NUMBER
Field Value
Type Description
int

MONTHLY_COST_NETWORK_EGRESS_FIELD_NUMBER

public static final int MONTHLY_COST_NETWORK_EGRESS_FIELD_NUMBER
Field Value
Type Description
int

MONTHLY_COST_OS_LICENSE_FIELD_NUMBER

public static final int MONTHLY_COST_OS_LICENSE_FIELD_NUMBER
Field Value
Type Description
int

MONTHLY_COST_OTHER_FIELD_NUMBER

public static final int MONTHLY_COST_OTHER_FIELD_NUMBER
Field Value
Type Description
int

MONTHLY_COST_STORAGE_FIELD_NUMBER

public static final int MONTHLY_COST_STORAGE_FIELD_NUMBER
Field Value
Type Description
int

MONTHLY_COST_TOTAL_FIELD_NUMBER

public static final int MONTHLY_COST_TOTAL_FIELD_NUMBER
Field Value
Type Description
int

SOLE_TENANT_FINDING_FIELD_NUMBER

public static final int SOLE_TENANT_FINDING_FIELD_NUMBER
Field Value
Type Description
int

VMWARE_ENGINE_FINDING_FIELD_NUMBER

public static final int VMWARE_ENGINE_FINDING_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReportSummary.GroupPreferenceSetFinding getDefaultInstance()
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ReportSummary.GroupPreferenceSetFinding.Builder newBuilder()
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding.Builder

newBuilder(ReportSummary.GroupPreferenceSetFinding prototype)

public static ReportSummary.GroupPreferenceSetFinding.Builder newBuilder(ReportSummary.GroupPreferenceSetFinding prototype)
Parameter
Name Description
prototype ReportSummary.GroupPreferenceSetFinding
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding.Builder

parseDelimitedFrom(InputStream input)

public static ReportSummary.GroupPreferenceSetFinding parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportSummary.GroupPreferenceSetFinding parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ReportSummary.GroupPreferenceSetFinding> parser()
Returns
Type Description
Parser<GroupPreferenceSetFinding>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getComputeEngineFinding()

public ReportSummary.ComputeEngineFinding getComputeEngineFinding()

A set of findings that applies to Compute Engine machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.ComputeEngineFinding compute_engine_finding = 10;

Returns
Type Description
ReportSummary.ComputeEngineFinding

The computeEngineFinding.

getComputeEngineFindingOrBuilder()

public ReportSummary.ComputeEngineFindingOrBuilder getComputeEngineFindingOrBuilder()

A set of findings that applies to Compute Engine machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.ComputeEngineFinding compute_engine_finding = 10;

Returns
Type Description
ReportSummary.ComputeEngineFindingOrBuilder

getDefaultInstanceForType()

public ReportSummary.GroupPreferenceSetFinding getDefaultInstanceForType()
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding

getDescription()

public String getDescription()

Description for the Preference Set.

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Description for the Preference Set.

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public String getDisplayName()

Display Name of the Preference Set

string display_name = 1;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Display Name of the Preference Set

string display_name = 1;

Returns
Type Description
ByteString

The bytes for displayName.

getMachinePreferences()

public VirtualMachinePreferences getMachinePreferences()

A set of preferences that applies to all machines in the context.

.google.cloud.migrationcenter.v1.VirtualMachinePreferences machine_preferences = 3;

Returns
Type Description
VirtualMachinePreferences

The machinePreferences.

getMachinePreferencesOrBuilder()

public VirtualMachinePreferencesOrBuilder getMachinePreferencesOrBuilder()

A set of preferences that applies to all machines in the context.

.google.cloud.migrationcenter.v1.VirtualMachinePreferences machine_preferences = 3;

Returns
Type Description
VirtualMachinePreferencesOrBuilder

getMonthlyCostCompute()

public Money getMonthlyCostCompute()

Compute monthly cost for this preference set.

.google.type.Money monthly_cost_compute = 5;

Returns
Type Description
com.google.type.Money

The monthlyCostCompute.

getMonthlyCostComputeOrBuilder()

public MoneyOrBuilder getMonthlyCostComputeOrBuilder()

Compute monthly cost for this preference set.

.google.type.Money monthly_cost_compute = 5;

Returns
Type Description
com.google.type.MoneyOrBuilder

getMonthlyCostNetworkEgress()

public Money getMonthlyCostNetworkEgress()

Network Egress monthly cost for this preference set.

.google.type.Money monthly_cost_network_egress = 7;

Returns
Type Description
com.google.type.Money

The monthlyCostNetworkEgress.

getMonthlyCostNetworkEgressOrBuilder()

public MoneyOrBuilder getMonthlyCostNetworkEgressOrBuilder()

Network Egress monthly cost for this preference set.

.google.type.Money monthly_cost_network_egress = 7;

Returns
Type Description
com.google.type.MoneyOrBuilder

getMonthlyCostOsLicense()

public Money getMonthlyCostOsLicense()

Licensing monthly cost for this preference set.

.google.type.Money monthly_cost_os_license = 6;

Returns
Type Description
com.google.type.Money

The monthlyCostOsLicense.

getMonthlyCostOsLicenseOrBuilder()

public MoneyOrBuilder getMonthlyCostOsLicenseOrBuilder()

Licensing monthly cost for this preference set.

.google.type.Money monthly_cost_os_license = 6;

Returns
Type Description
com.google.type.MoneyOrBuilder

getMonthlyCostOther()

public Money getMonthlyCostOther()

Miscellaneous monthly cost for this preference set.

.google.type.Money monthly_cost_other = 9;

Returns
Type Description
com.google.type.Money

The monthlyCostOther.

getMonthlyCostOtherOrBuilder()

public MoneyOrBuilder getMonthlyCostOtherOrBuilder()

Miscellaneous monthly cost for this preference set.

.google.type.Money monthly_cost_other = 9;

Returns
Type Description
com.google.type.MoneyOrBuilder

getMonthlyCostStorage()

public Money getMonthlyCostStorage()

Storage monthly cost for this preference set.

.google.type.Money monthly_cost_storage = 8;

Returns
Type Description
com.google.type.Money

The monthlyCostStorage.

getMonthlyCostStorageOrBuilder()

public MoneyOrBuilder getMonthlyCostStorageOrBuilder()

Storage monthly cost for this preference set.

.google.type.Money monthly_cost_storage = 8;

Returns
Type Description
com.google.type.MoneyOrBuilder

getMonthlyCostTotal()

public Money getMonthlyCostTotal()

Total monthly cost for this preference set.

.google.type.Money monthly_cost_total = 4;

Returns
Type Description
com.google.type.Money

The monthlyCostTotal.

getMonthlyCostTotalOrBuilder()

public MoneyOrBuilder getMonthlyCostTotalOrBuilder()

Total monthly cost for this preference set.

.google.type.Money monthly_cost_total = 4;

Returns
Type Description
com.google.type.MoneyOrBuilder

getParserForType()

public Parser<ReportSummary.GroupPreferenceSetFinding> getParserForType()
Returns
Type Description
Parser<GroupPreferenceSetFinding>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSoleTenantFinding()

public ReportSummary.SoleTenantFinding getSoleTenantFinding()

A set of findings that applies to Sole-Tenant machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.SoleTenantFinding sole_tenant_finding = 12;

Returns
Type Description
ReportSummary.SoleTenantFinding

The soleTenantFinding.

getSoleTenantFindingOrBuilder()

public ReportSummary.SoleTenantFindingOrBuilder getSoleTenantFindingOrBuilder()

A set of findings that applies to Sole-Tenant machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.SoleTenantFinding sole_tenant_finding = 12;

Returns
Type Description
ReportSummary.SoleTenantFindingOrBuilder

getVmwareEngineFinding()

public ReportSummary.VmwareEngineFinding getVmwareEngineFinding()

A set of findings that applies to VMWare machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding vmware_engine_finding = 11;

Returns
Type Description
ReportSummary.VmwareEngineFinding

The vmwareEngineFinding.

getVmwareEngineFindingOrBuilder()

public ReportSummary.VmwareEngineFindingOrBuilder getVmwareEngineFindingOrBuilder()

A set of findings that applies to VMWare machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding vmware_engine_finding = 11;

Returns
Type Description
ReportSummary.VmwareEngineFindingOrBuilder

hasComputeEngineFinding()

public boolean hasComputeEngineFinding()

A set of findings that applies to Compute Engine machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.ComputeEngineFinding compute_engine_finding = 10;

Returns
Type Description
boolean

Whether the computeEngineFinding field is set.

hasMachinePreferences()

public boolean hasMachinePreferences()

A set of preferences that applies to all machines in the context.

.google.cloud.migrationcenter.v1.VirtualMachinePreferences machine_preferences = 3;

Returns
Type Description
boolean

Whether the machinePreferences field is set.

hasMonthlyCostCompute()

public boolean hasMonthlyCostCompute()

Compute monthly cost for this preference set.

.google.type.Money monthly_cost_compute = 5;

Returns
Type Description
boolean

Whether the monthlyCostCompute field is set.

hasMonthlyCostNetworkEgress()

public boolean hasMonthlyCostNetworkEgress()

Network Egress monthly cost for this preference set.

.google.type.Money monthly_cost_network_egress = 7;

Returns
Type Description
boolean

Whether the monthlyCostNetworkEgress field is set.

hasMonthlyCostOsLicense()

public boolean hasMonthlyCostOsLicense()

Licensing monthly cost for this preference set.

.google.type.Money monthly_cost_os_license = 6;

Returns
Type Description
boolean

Whether the monthlyCostOsLicense field is set.

hasMonthlyCostOther()

public boolean hasMonthlyCostOther()

Miscellaneous monthly cost for this preference set.

.google.type.Money monthly_cost_other = 9;

Returns
Type Description
boolean

Whether the monthlyCostOther field is set.

hasMonthlyCostStorage()

public boolean hasMonthlyCostStorage()

Storage monthly cost for this preference set.

.google.type.Money monthly_cost_storage = 8;

Returns
Type Description
boolean

Whether the monthlyCostStorage field is set.

hasMonthlyCostTotal()

public boolean hasMonthlyCostTotal()

Total monthly cost for this preference set.

.google.type.Money monthly_cost_total = 4;

Returns
Type Description
boolean

Whether the monthlyCostTotal field is set.

hasSoleTenantFinding()

public boolean hasSoleTenantFinding()

A set of findings that applies to Sole-Tenant machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.SoleTenantFinding sole_tenant_finding = 12;

Returns
Type Description
boolean

Whether the soleTenantFinding field is set.

hasVmwareEngineFinding()

public boolean hasVmwareEngineFinding()

A set of findings that applies to VMWare machines in the input.

.google.cloud.migrationcenter.v1.ReportSummary.VmwareEngineFinding vmware_engine_finding = 11;

Returns
Type Description
boolean

Whether the vmwareEngineFinding field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ReportSummary.GroupPreferenceSetFinding.Builder newBuilderForType()
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReportSummary.GroupPreferenceSetFinding.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ReportSummary.GroupPreferenceSetFinding.Builder toBuilder()
Returns
Type Description
ReportSummary.GroupPreferenceSetFinding.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException