Send feedback
Class Report (0.37.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.37.0 keyboard_arrow_down
public final class Report extends GeneratedMessageV3 implements ReportOrBuilder
Report represents a point-in-time rendering of the ReportConfig results.
Protobuf type google.cloud.migrationcenter.v1.Report
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
SUMMARY_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
Field Value
Type
Description
int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Type
Description
int
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Report getDefaultInstance ()
Returns
Type
Description
Report
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Report . Builder newBuilder ()
newBuilder(Report prototype)
public static Report . Builder newBuilder ( Report prototype )
Parameter
Name
Description
prototype
Report
public static Report parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Report
public static Report parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Report
parseFrom(byte[] data)
public static Report parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Report
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Report parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Report
parseFrom(ByteString data)
public static Report parseFrom ( ByteString data )
Returns
Type
Description
Report
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Report parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Report
public static Report parseFrom ( CodedInputStream input )
Returns
Type
Description
Report
public static Report parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Report
public static Report parseFrom ( InputStream input )
Returns
Type
Description
Report
public static Report parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Report
parseFrom(ByteBuffer data)
public static Report parseFrom ( ByteBuffer data )
Returns
Type
Description
Report
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Report parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Report
parser()
public static Parser<Report> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCreateTime()
public Timestamp getCreateTime ()
Output only. Creation timestamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
Timestamp
The createTime.
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder ()
Output only. Creation timestamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public Report getDefaultInstanceForType ()
Returns
Type
Description
Report
getDescription()
public String getDescription ()
Free-text description.
string description = 5;
Returns
Type
Description
String
The description.
getDescriptionBytes()
public ByteString getDescriptionBytes ()
Free-text description.
string description = 5;
Returns
Type
Description
ByteString
The bytes for description.
getDisplayName()
public String getDisplayName ()
User-friendly display name. Maximum length is 63 characters.
string display_name = 4;
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
User-friendly display name. Maximum length is 63 characters.
string display_name = 4;
Returns
Type
Description
ByteString
The bytes for displayName.
getName()
Output only. Name of resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Output only. Name of resource.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Report> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getState()
public Report . State getState ()
Report creation state.
.google.cloud.migrationcenter.v1.Report.State state = 7;
getStateValue()
public int getStateValue ()
Report creation state.
.google.cloud.migrationcenter.v1.Report.State state = 7;
Returns
Type
Description
int
The enum numeric value on the wire for state.
getSummary()
public ReportSummary getSummary ()
Output only. Summary view of the Report.
.google.cloud.migrationcenter.v1.ReportSummary summary = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getSummaryOrBuilder()
public ReportSummaryOrBuilder getSummaryOrBuilder ()
Output only. Summary view of the Report.
.google.cloud.migrationcenter.v1.ReportSummary summary = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getType()
public Report . Type getType ()
Report type.
.google.cloud.migrationcenter.v1.Report.Type type = 6;
getTypeValue()
public int getTypeValue ()
Report type.
.google.cloud.migrationcenter.v1.Report.Type type = 6;
Returns
Type
Description
int
The enum numeric value on the wire for type.
getUpdateTime()
public Timestamp getUpdateTime ()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
Timestamp
The updateTime.
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder ()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime()
public boolean hasCreateTime ()
Output only. Creation timestamp.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the createTime field is set.
hasSummary()
public boolean hasSummary ()
Output only. Summary view of the Report.
.google.cloud.migrationcenter.v1.ReportSummary summary = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the summary field is set.
hasUpdateTime()
public boolean hasUpdateTime ()
Output only. Last update timestamp.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
Whether the updateTime field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Report . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Report . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Report . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]