Interface InsightListOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    InsightList, InsightList.Builder

    public interface InsightListOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getInsightsList

        List<Insight> getInsightsList()
         Output only. Insights of the list.
         
        repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getInsights

        Insight getInsights​(int index)
         Output only. Insights of the list.
         
        repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getInsightsCount

        int getInsightsCount()
         Output only. Insights of the list.
         
        repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getInsightsOrBuilderList

        List<? extends InsightOrBuilder> getInsightsOrBuilderList()
         Output only. Insights of the list.
         
        repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getInsightsOrBuilder

        InsightOrBuilder getInsightsOrBuilder​(int index)
         Output only. Insights of the list.
         
        repeated .google.cloud.migrationcenter.v1.Insight insights = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasUpdateTime

        boolean hasUpdateTime()
         Output only. Update timestamp.
         
        .google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Output only. Update timestamp.
         
        .google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Update timestamp.
         
        .google.protobuf.Timestamp update_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];