Package com.google.container.v1beta1
Interface AutopilotCompatibilityIssueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutopilotCompatibilityIssue,AutopilotCompatibilityIssue.Builder
public interface AutopilotCompatibilityIssueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetConstraintType()The constraint type of the issue.com.google.protobuf.ByteStringgetConstraintTypeBytes()The constraint type of the issue.StringgetDescription()The description of the issue.com.google.protobuf.ByteStringgetDescriptionBytes()The description of the issue.StringgetDocumentationUrl()A URL to a public documnetation, which addresses resolving this issue.com.google.protobuf.ByteStringgetDocumentationUrlBytes()A URL to a public documnetation, which addresses resolving this issue.AutopilotCompatibilityIssue.IssueTypegetIncompatibilityType()The incompatibility type of this issue.intgetIncompatibilityTypeValue()The incompatibility type of this issue.com.google.protobuf.TimestampgetLastObservation()The last time when this issue was observed.com.google.protobuf.TimestampOrBuildergetLastObservationOrBuilder()The last time when this issue was observed.StringgetSubjects(int index)The name of the resources which are subject to this issue.com.google.protobuf.ByteStringgetSubjectsBytes(int index)The name of the resources which are subject to this issue.intgetSubjectsCount()The name of the resources which are subject to this issue.List<String>getSubjectsList()The name of the resources which are subject to this issue.booleanhasLastObservation()The last time when this issue was observed.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-