Class InsightList (0.4.0)

public final class InsightList extends GeneratedMessageV3 implements InsightListOrBuilder

Message containing insights list.

Protobuf type google.cloud.migrationcenter.v1.InsightList

Static Fields

INSIGHTS_FIELD_NUMBER

public static final int INSIGHTS_FIELD_NUMBER
Field Value
TypeDescription
int

UPDATE_TIME_FIELD_NUMBER

public static final int UPDATE_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static InsightList getDefaultInstance()
Returns
TypeDescription
InsightList

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static InsightList.Builder newBuilder()
Returns
TypeDescription
InsightList.Builder

newBuilder(InsightList prototype)

public static InsightList.Builder newBuilder(InsightList prototype)
Parameter
NameDescription
prototypeInsightList
Returns
TypeDescription
InsightList.Builder

parseDelimitedFrom(InputStream input)

public static InsightList parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsightList parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static InsightList parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static InsightList parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static InsightList parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static InsightList parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static InsightList parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static InsightList parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static InsightList parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static InsightList parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static InsightList parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static InsightList parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightList
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<InsightList> parser()
Returns
TypeDescription
Parser<InsightList>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public InsightList getDefaultInstanceForType()
Returns
TypeDescription
InsightList

getInsights(int index)

public Insight getInsights(int index)

Output only. Insights of the list.

repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
Insight

getInsightsCount()

public int getInsightsCount()

Output only. Insights of the list.

repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getInsightsList()

public List<Insight> getInsightsList()

Output only. Insights of the list.

repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<Insight>

getInsightsOrBuilder(int index)

public InsightOrBuilder getInsightsOrBuilder(int index)

Output only. Insights of the list.

repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
InsightOrBuilder

getInsightsOrBuilderList()

public List<? extends InsightOrBuilder> getInsightsOrBuilderList()

Output only. Insights of the list.

repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.migrationcenter.v1.InsightOrBuilder>

getParserForType()

public Parser<InsightList> getParserForType()
Returns
TypeDescription
Parser<InsightList>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUpdateTime()

public Timestamp getUpdateTime()

Output only. Update timestamp.

.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Update timestamp.

.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

hasUpdateTime()

public boolean hasUpdateTime()

Output only. Update timestamp.

.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the updateTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public InsightList.Builder newBuilderForType()
Returns
TypeDescription
InsightList.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected InsightList.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
InsightList.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public InsightList.Builder toBuilder()
Returns
TypeDescription
InsightList.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException