Interface ErrorFrameOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ErrorFrame,ErrorFrame.Builder
public interface ErrorFrameOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetIngestionTime()Output only.com.google.protobuf.TimestampOrBuildergetIngestionTimeOrBuilder()Output only.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.AssetFramegetOriginalFrame()Output only.AssetFrameOrBuildergetOriginalFrameOrBuilder()Output only.FrameViolationEntrygetViolations(int index)Output only.intgetViolationsCount()Output only.List<FrameViolationEntry>getViolationsList()Output only.FrameViolationEntryOrBuildergetViolationsOrBuilder(int index)Output only.List<? extends FrameViolationEntryOrBuilder>getViolationsOrBuilderList()Output only.booleanhasIngestionTime()Output only.booleanhasOriginalFrame()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
getViolationsList
List<FrameViolationEntry> getViolationsList()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getViolations
FrameViolationEntry getViolations(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getViolationsCount
int getViolationsCount()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getViolationsOrBuilderList
List<? extends FrameViolationEntryOrBuilder> getViolationsOrBuilderList()
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getViolationsOrBuilder
FrameViolationEntryOrBuilder getViolationsOrBuilder(int index)
Output only. All the violations that were detected for the frame.
repeated .google.cloud.migrationcenter.v1.FrameViolationEntry violations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasOriginalFrame
boolean hasOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the originalFrame field is set.
-
getOriginalFrame
AssetFrame getOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The originalFrame.
-
getOriginalFrameOrBuilder
AssetFrameOrBuilder getOriginalFrameOrBuilder()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasIngestionTime
boolean hasIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the ingestionTime field is set.
-
getIngestionTime
com.google.protobuf.Timestamp getIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The ingestionTime.
-
getIngestionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getIngestionTimeOrBuilder()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-