Class AssetPerformanceData (0.24.0)

public final class AssetPerformanceData extends GeneratedMessageV3 implements AssetPerformanceDataOrBuilder

Performance data for an asset.

Protobuf type google.cloud.migrationcenter.v1.AssetPerformanceData

Static Fields

DAILY_RESOURCE_USAGE_AGGREGATIONS_FIELD_NUMBER

public static final int DAILY_RESOURCE_USAGE_AGGREGATIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AssetPerformanceData getDefaultInstance()
Returns
TypeDescription
AssetPerformanceData

getDescriptor()

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

newBuilder()

public static AssetPerformanceData.Builder newBuilder()
Returns
TypeDescription
AssetPerformanceData.Builder

newBuilder(AssetPerformanceData prototype)

public static AssetPerformanceData.Builder newBuilder(AssetPerformanceData prototype)
Parameter
NameDescription
prototypeAssetPerformanceData
Returns
TypeDescription
AssetPerformanceData.Builder

parseDelimitedFrom(InputStream input)

public static AssetPerformanceData parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AssetPerformanceData
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static AssetPerformanceData parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AssetPerformanceData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static AssetPerformanceData parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AssetPerformanceData
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static AssetPerformanceData parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AssetPerformanceData
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static AssetPerformanceData parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AssetPerformanceData
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<AssetPerformanceData> parser()
Returns
TypeDescription
Parser<AssetPerformanceData>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDailyResourceUsageAggregations(int index)

public DailyResourceUsageAggregation getDailyResourceUsageAggregations(int index)

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DailyResourceUsageAggregation

getDailyResourceUsageAggregationsCount()

public int getDailyResourceUsageAggregationsCount()

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;

Returns
TypeDescription
int

getDailyResourceUsageAggregationsList()

public List<DailyResourceUsageAggregation> getDailyResourceUsageAggregationsList()

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;

Returns
TypeDescription
List<DailyResourceUsageAggregation>

getDailyResourceUsageAggregationsOrBuilder(int index)

public DailyResourceUsageAggregationOrBuilder getDailyResourceUsageAggregationsOrBuilder(int index)

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DailyResourceUsageAggregationOrBuilder

getDailyResourceUsageAggregationsOrBuilderList()

public List<? extends DailyResourceUsageAggregationOrBuilder> getDailyResourceUsageAggregationsOrBuilderList()

Daily resource usage aggregations. Contains all of the data available for an asset, up to the last 420 days. Aggregations are sorted from oldest to most recent.

repeated .google.cloud.migrationcenter.v1.DailyResourceUsageAggregation daily_resource_usage_aggregations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.migrationcenter.v1.DailyResourceUsageAggregationOrBuilder>

getDefaultInstanceForType()

public AssetPerformanceData getDefaultInstanceForType()
Returns
TypeDescription
AssetPerformanceData

getParserForType()

public Parser<AssetPerformanceData> getParserForType()
Returns
TypeDescription
Parser<AssetPerformanceData>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public AssetPerformanceData.Builder toBuilder()
Returns
TypeDescription
AssetPerformanceData.Builder

writeTo(CodedOutputStream output)

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