Class ReportSummary.GroupPreferenceSetFinding (0.4.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
TypeDescription
int

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
TypeDescription
int

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

MACHINE_PREFERENCES_FIELD_NUMBER

public static final int MACHINE_PREFERENCES_FIELD_NUMBER
Field Value
TypeDescription
int

MONTHLY_COST_COMPUTE_FIELD_NUMBER

public static final int MONTHLY_COST_COMPUTE_FIELD_NUMBER
Field Value
TypeDescription
int

MONTHLY_COST_NETWORK_EGRESS_FIELD_NUMBER

public static final int MONTHLY_COST_NETWORK_EGRESS_FIELD_NUMBER
Field Value
TypeDescription
int

MONTHLY_COST_OS_LICENSE_FIELD_NUMBER

public static final int MONTHLY_COST_OS_LICENSE_FIELD_NUMBER
Field Value
TypeDescription
int

MONTHLY_COST_OTHER_FIELD_NUMBER

public static final int MONTHLY_COST_OTHER_FIELD_NUMBER
Field Value
TypeDescription
int

MONTHLY_COST_STORAGE_FIELD_NUMBER

public static final int MONTHLY_COST_STORAGE_FIELD_NUMBER
Field Value
TypeDescription
int

MONTHLY_COST_TOTAL_FIELD_NUMBER

public static final int MONTHLY_COST_TOTAL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ReportSummary.GroupPreferenceSetFinding getDefaultInstance()
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding

getDescriptor()

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

newBuilder()

public static ReportSummary.GroupPreferenceSetFinding.Builder newBuilder()
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding.Builder

newBuilder(ReportSummary.GroupPreferenceSetFinding prototype)

public static ReportSummary.GroupPreferenceSetFinding.Builder newBuilder(ReportSummary.GroupPreferenceSetFinding prototype)
Parameter
NameDescription
prototypeReportSummary.GroupPreferenceSetFinding
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding.Builder

parseDelimitedFrom(InputStream input)

public static ReportSummary.GroupPreferenceSetFinding parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static ReportSummary.GroupPreferenceSetFinding parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ReportSummary.ComputeEngineFindingOrBuilder

getDefaultInstanceForType()

public ReportSummary.GroupPreferenceSetFinding getDefaultInstanceForType()
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding

getDescription()

public String getDescription()

Description for the Preference Set.

string description = 2;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Description for the Preference Set.

string description = 2;

Returns
TypeDescription
ByteString

The bytes for description.

getDisplayName()

public String getDisplayName()

Display Name of the Preference Set

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Display Name of the Preference Set

string display_name = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
VirtualMachinePreferencesOrBuilder

getMonthlyCostCompute()

public Money getMonthlyCostCompute()

Compute monthly cost for this preference set.

.google.type.Money monthly_cost_compute = 5;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
com.google.type.MoneyOrBuilder

getMonthlyCostOsLicense()

public Money getMonthlyCostOsLicense()

Licensing monthly cost for this preference set.

.google.type.Money monthly_cost_os_license = 6;

Returns
TypeDescription
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
TypeDescription
com.google.type.MoneyOrBuilder

getMonthlyCostOther()

public Money getMonthlyCostOther()

Miscellaneous monthly cost for this preference set.

.google.type.Money monthly_cost_other = 9;

Returns
TypeDescription
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
TypeDescription
com.google.type.MoneyOrBuilder

getMonthlyCostStorage()

public Money getMonthlyCostStorage()

Storage monthly cost for this preference set.

.google.type.Money monthly_cost_storage = 8;

Returns
TypeDescription
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
TypeDescription
com.google.type.MoneyOrBuilder

getMonthlyCostTotal()

public Money getMonthlyCostTotal()

Total monthly cost for this preference set.

.google.type.Money monthly_cost_total = 4;

Returns
TypeDescription
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
TypeDescription
com.google.type.MoneyOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the monthlyCostTotal field is set.

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public ReportSummary.GroupPreferenceSetFinding.Builder toBuilder()
Returns
TypeDescription
ReportSummary.GroupPreferenceSetFinding.Builder

writeTo(CodedOutputStream output)

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