Interface ReportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Report,Report.Builder
public interface ReportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetCreateTime()Output only.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Output only.StringgetDescription()Free-text description.com.google.protobuf.ByteStringgetDescriptionBytes()Free-text description.StringgetDisplayName()User-friendly display name.com.google.protobuf.ByteStringgetDisplayNameBytes()User-friendly display name.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.Report.StategetState()Report creation state.intgetStateValue()Report creation state.ReportSummarygetSummary()Output only.ReportSummaryOrBuildergetSummaryOrBuilder()Output only.Report.TypegetType()Report type.intgetTypeValue()Report type.com.google.protobuf.TimestampgetUpdateTime()Output only.com.google.protobuf.TimestampOrBuildergetUpdateTimeOrBuilder()Output only.booleanhasCreateTime()Output only.booleanhasSummary()Output only.booleanhasUpdateTime()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. Name of resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Output only. Name of resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for name.
-
hasCreateTime
boolean hasCreateTime()
Output only. Creation timestamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Output only. Creation timestamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Creation timestamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasUpdateTime
boolean hasUpdateTime()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getDisplayName
String getDisplayName()
User-friendly display name. Maximum length is 63 characters.
string display_name = 4;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
User-friendly display name. Maximum length is 63 characters.
string display_name = 4;- Returns:
- The bytes for displayName.
-
getDescription
String getDescription()
Free-text description.
string description = 5;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Free-text description.
string description = 5;- Returns:
- The bytes for description.
-
getTypeValue
int getTypeValue()
Report type.
.google.cloud.migrationcenter.v1.Report.Type type = 6;- Returns:
- The enum numeric value on the wire for type.
-
getType
Report.Type getType()
Report type.
.google.cloud.migrationcenter.v1.Report.Type type = 6;- Returns:
- The type.
-
getStateValue
int getStateValue()
Report creation state.
.google.cloud.migrationcenter.v1.Report.State state = 7;- Returns:
- The enum numeric value on the wire for state.
-
getState
Report.State getState()
Report creation state.
.google.cloud.migrationcenter.v1.Report.State state = 7;- Returns:
- The state.
-
hasSummary
boolean hasSummary()
Output only. Summary view of the Report.
.google.cloud.migrationcenter.v1.ReportSummary summary = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the summary field is set.
-
getSummary
ReportSummary getSummary()
Output only. Summary view of the Report.
.google.cloud.migrationcenter.v1.ReportSummary summary = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The summary.
-
getSummaryOrBuilder
ReportSummaryOrBuilder getSummaryOrBuilder()
Output only. Summary view of the Report.
.google.cloud.migrationcenter.v1.ReportSummary summary = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-