Interface AutopilotCompatibilityIssueOrBuilder

    • Method Detail

      • hasLastObservation

        boolean hasLastObservation()
         The last time when this issue was observed.
         
        .google.protobuf.Timestamp last_observation = 1;
        Returns:
        Whether the lastObservation field is set.
      • getLastObservation

        com.google.protobuf.Timestamp getLastObservation()
         The last time when this issue was observed.
         
        .google.protobuf.Timestamp last_observation = 1;
        Returns:
        The lastObservation.
      • getLastObservationOrBuilder

        com.google.protobuf.TimestampOrBuilder getLastObservationOrBuilder()
         The last time when this issue was observed.
         
        .google.protobuf.Timestamp last_observation = 1;
      • getConstraintType

        String getConstraintType()
         The constraint type of the issue.
         
        string constraint_type = 2;
        Returns:
        The constraintType.
      • getConstraintTypeBytes

        com.google.protobuf.ByteString getConstraintTypeBytes()
         The constraint type of the issue.
         
        string constraint_type = 2;
        Returns:
        The bytes for constraintType.
      • getIncompatibilityTypeValue

        int getIncompatibilityTypeValue()
         The incompatibility type of this issue.
         
        .google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;
        Returns:
        The enum numeric value on the wire for incompatibilityType.
      • getIncompatibilityType

        AutopilotCompatibilityIssue.IssueType getIncompatibilityType()
         The incompatibility type of this issue.
         
        .google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;
        Returns:
        The incompatibilityType.
      • getSubjectsList

        List<String> getSubjectsList()
         The name of the resources which are subject to this issue.
         
        repeated string subjects = 4;
        Returns:
        A list containing the subjects.
      • getSubjectsCount

        int getSubjectsCount()
         The name of the resources which are subject to this issue.
         
        repeated string subjects = 4;
        Returns:
        The count of subjects.
      • getSubjects

        String getSubjects​(int index)
         The name of the resources which are subject to this issue.
         
        repeated string subjects = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The subjects at the given index.
      • getSubjectsBytes

        com.google.protobuf.ByteString getSubjectsBytes​(int index)
         The name of the resources which are subject to this issue.
         
        repeated string subjects = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the subjects at the given index.
      • getDocumentationUrl

        String getDocumentationUrl()
         A URL to a public documnetation, which addresses resolving this issue.
         
        string documentation_url = 5;
        Returns:
        The documentationUrl.
      • getDocumentationUrlBytes

        com.google.protobuf.ByteString getDocumentationUrlBytes()
         A URL to a public documnetation, which addresses resolving this issue.
         
        string documentation_url = 5;
        Returns:
        The bytes for documentationUrl.
      • getDescription

        String getDescription()
         The description of the issue.
         
        string description = 6;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         The description of the issue.
         
        string description = 6;
        Returns:
        The bytes for description.