Interface CheckAutopilotCompatibilityResponseOrBuilder

    • Method Detail

      • getIssuesList

        List<AutopilotCompatibilityIssue> getIssuesList()
         The list of issues for the given operation.
         
        repeated .google.container.v1.AutopilotCompatibilityIssue issues = 1;
      • getIssues

        AutopilotCompatibilityIssue getIssues​(int index)
         The list of issues for the given operation.
         
        repeated .google.container.v1.AutopilotCompatibilityIssue issues = 1;
      • getIssuesCount

        int getIssuesCount()
         The list of issues for the given operation.
         
        repeated .google.container.v1.AutopilotCompatibilityIssue issues = 1;
      • getIssuesOrBuilderList

        List<? extends AutopilotCompatibilityIssueOrBuilder> getIssuesOrBuilderList()
         The list of issues for the given operation.
         
        repeated .google.container.v1.AutopilotCompatibilityIssue issues = 1;
      • getIssuesOrBuilder

        AutopilotCompatibilityIssueOrBuilder getIssuesOrBuilder​(int index)
         The list of issues for the given operation.
         
        repeated .google.container.v1.AutopilotCompatibilityIssue issues = 1;
      • getSummary

        String getSummary()
         The summary of the autopilot compatibility response.
         
        string summary = 2;
        Returns:
        The summary.
      • getSummaryBytes

        com.google.protobuf.ByteString getSummaryBytes()
         The summary of the autopilot compatibility response.
         
        string summary = 2;
        Returns:
        The bytes for summary.