public interface ErrorFrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getIngestionTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getIngestionTimeOrBuilder()
Output only.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
AssetFrame |
getOriginalFrame()
Output only.
|
AssetFrameOrBuilder |
getOriginalFrameOrBuilder()
Output only.
|
FrameViolationEntry |
getViolations(int index)
Output only.
|
int |
getViolationsCount()
Output only.
|
List<FrameViolationEntry> |
getViolationsList()
Output only.
|
FrameViolationEntryOrBuilder |
getViolationsOrBuilder(int index)
Output only.
|
List<? extends FrameViolationEntryOrBuilder> |
getViolationsOrBuilderList()
Output only.
|
boolean |
hasIngestionTime()
Output only.
|
boolean |
hasOriginalFrame()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The identifier of the ErrorFrame.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];
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];
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];
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];
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];
boolean hasOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
AssetFrame getOriginalFrame()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
AssetFrameOrBuilder getOriginalFrameOrBuilder()
Output only. The frame that was originally reported.
.google.cloud.migrationcenter.v1.AssetFrame original_frame = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getIngestionTime()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getIngestionTimeOrBuilder()
Output only. Frame ingestion time.
.google.protobuf.Timestamp ingestion_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.