public interface AssetFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttributes(String key)
Generic asset attributes.
|
boolean |
containsLabels(String key)
Labels as key value pairs.
|
Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
Generic asset attributes.
|
Map<String,String> |
getAttributesMap()
Generic asset attributes.
|
String |
getAttributesOrDefault(String key,
String defaultValue)
Generic asset attributes.
|
String |
getAttributesOrThrow(String key)
Generic asset attributes.
|
AssetFrame.FrameDataCase |
getFrameDataCase() |
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels as key value pairs.
|
Map<String,String> |
getLabelsMap()
Labels as key value pairs.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels as key value pairs.
|
String |
getLabelsOrThrow(String key)
Labels as key value pairs.
|
MachineDetails |
getMachineDetails()
Asset information specific for virtual machines.
|
MachineDetailsOrBuilder |
getMachineDetailsOrBuilder()
Asset information specific for virtual machines.
|
PerformanceSample |
getPerformanceSamples(int index)
Asset performance data samples.
|
int |
getPerformanceSamplesCount()
Asset performance data samples.
|
List<PerformanceSample> |
getPerformanceSamplesList()
Asset performance data samples.
|
PerformanceSampleOrBuilder |
getPerformanceSamplesOrBuilder(int index)
Asset performance data samples.
|
List<? extends PerformanceSampleOrBuilder> |
getPerformanceSamplesOrBuilderList()
Asset performance data samples.
|
com.google.protobuf.Timestamp |
getReportTime()
The time the data was reported.
|
com.google.protobuf.TimestampOrBuilder |
getReportTimeOrBuilder()
The time the data was reported.
|
String |
getTraceToken()
Optional.
|
com.google.protobuf.ByteString |
getTraceTokenBytes()
Optional.
|
boolean |
hasMachineDetails()
Asset information specific for virtual machines.
|
boolean |
hasReportTime()
The time the data was reported.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMachineDetails()
Asset information specific for virtual machines.
.google.cloud.migrationcenter.v1.MachineDetails machine_details = 1;MachineDetails getMachineDetails()
Asset information specific for virtual machines.
.google.cloud.migrationcenter.v1.MachineDetails machine_details = 1;MachineDetailsOrBuilder getMachineDetailsOrBuilder()
Asset information specific for virtual machines.
.google.cloud.migrationcenter.v1.MachineDetails machine_details = 1;boolean hasReportTime()
The time the data was reported.
.google.protobuf.Timestamp report_time = 10;com.google.protobuf.Timestamp getReportTime()
The time the data was reported.
.google.protobuf.Timestamp report_time = 10;com.google.protobuf.TimestampOrBuilder getReportTimeOrBuilder()
The time the data was reported.
.google.protobuf.Timestamp report_time = 10;int getLabelsCount()
Labels as key value pairs.
map<string, string> labels = 11;boolean containsLabels(String key)
Labels as key value pairs.
map<string, string> labels = 11;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels as key value pairs.
map<string, string> labels = 11;String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs.
map<string, string> labels = 11;String getLabelsOrThrow(String key)
Labels as key value pairs.
map<string, string> labels = 11;int getAttributesCount()
Generic asset attributes.
map<string, string> attributes = 12;boolean containsAttributes(String key)
Generic asset attributes.
map<string, string> attributes = 12;@Deprecated Map<String,String> getAttributes()
getAttributesMap() instead.Map<String,String> getAttributesMap()
Generic asset attributes.
map<string, string> attributes = 12;String getAttributesOrDefault(String key, String defaultValue)
Generic asset attributes.
map<string, string> attributes = 12;String getAttributesOrThrow(String key)
Generic asset attributes.
map<string, string> attributes = 12;List<PerformanceSample> getPerformanceSamplesList()
Asset performance data samples. Samples that are from more than 40 days ago or after tomorrow are ignored.
repeated .google.cloud.migrationcenter.v1.PerformanceSample performance_samples = 13;
PerformanceSample getPerformanceSamples(int index)
Asset performance data samples. Samples that are from more than 40 days ago or after tomorrow are ignored.
repeated .google.cloud.migrationcenter.v1.PerformanceSample performance_samples = 13;
int getPerformanceSamplesCount()
Asset performance data samples. Samples that are from more than 40 days ago or after tomorrow are ignored.
repeated .google.cloud.migrationcenter.v1.PerformanceSample performance_samples = 13;
List<? extends PerformanceSampleOrBuilder> getPerformanceSamplesOrBuilderList()
Asset performance data samples. Samples that are from more than 40 days ago or after tomorrow are ignored.
repeated .google.cloud.migrationcenter.v1.PerformanceSample performance_samples = 13;
PerformanceSampleOrBuilder getPerformanceSamplesOrBuilder(int index)
Asset performance data samples. Samples that are from more than 40 days ago or after tomorrow are ignored.
repeated .google.cloud.migrationcenter.v1.PerformanceSample performance_samples = 13;
String getTraceToken()
Optional. Trace token is optionally provided to assist with debugging and traceability.
string trace_token = 14 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTraceTokenBytes()
Optional. Trace token is optionally provided to assist with debugging and traceability.
string trace_token = 14 [(.google.api.field_behavior) = OPTIONAL];AssetFrame.FrameDataCase getFrameDataCase()
Copyright © 2024 Google LLC. All rights reserved.