public interface InsightListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInsights(int index)
public abstract 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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Insight |
getInsightsCount()
public abstract int getInsightsCount()
Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getInsightsList()
public abstract List<Insight> getInsightsList()
Output only. Insights of the list.
repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<Insight> |
getInsightsOrBuilder(int index)
public abstract 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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
InsightOrBuilder |
getInsightsOrBuilderList()
public abstract 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 | |
---|---|
Type | Description |
List<? extends com.google.cloud.migrationcenter.v1.InsightOrBuilder> |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Output only. Update timestamp.
.google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |