Package com.google.container.v1beta1
Class AutopilotCompatibilityIssue.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
- com.google.container.v1beta1.AutopilotCompatibilityIssue.Builder
-
- All Implemented Interfaces:
AutopilotCompatibilityIssueOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AutopilotCompatibilityIssue
public static final class AutopilotCompatibilityIssue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder> implements AutopilotCompatibilityIssueOrBuilder
AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.
Protobuf typegoogle.container.v1beta1.AutopilotCompatibilityIssue
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutopilotCompatibilityIssue.BuilderaddAllSubjects(Iterable<String> values)The name of the resources which are subject to this issue.AutopilotCompatibilityIssue.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AutopilotCompatibilityIssue.BuilderaddSubjects(String value)The name of the resources which are subject to this issue.AutopilotCompatibilityIssue.BuilderaddSubjectsBytes(com.google.protobuf.ByteString value)The name of the resources which are subject to this issue.AutopilotCompatibilityIssuebuild()AutopilotCompatibilityIssuebuildPartial()AutopilotCompatibilityIssue.Builderclear()AutopilotCompatibilityIssue.BuilderclearConstraintType()The constraint type of the issue.AutopilotCompatibilityIssue.BuilderclearDescription()The description of the issue.AutopilotCompatibilityIssue.BuilderclearDocumentationUrl()A URL to a public documnetation, which addresses resolving this issue.AutopilotCompatibilityIssue.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)AutopilotCompatibilityIssue.BuilderclearIncompatibilityType()The incompatibility type of this issue.AutopilotCompatibilityIssue.BuilderclearLastObservation()The last time when this issue was observed.AutopilotCompatibilityIssue.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)AutopilotCompatibilityIssue.BuilderclearSubjects()The name of the resources which are subject to this issue.AutopilotCompatibilityIssue.Builderclone()StringgetConstraintType()The constraint type of the issue.com.google.protobuf.ByteStringgetConstraintTypeBytes()The constraint type of the issue.AutopilotCompatibilityIssuegetDefaultInstanceForType()StringgetDescription()The description of the issue.com.google.protobuf.ByteStringgetDescriptionBytes()The description of the issue.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()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.Timestamp.BuildergetLastObservationBuilder()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.com.google.protobuf.ProtocolStringListgetSubjectsList()The name of the resources which are subject to this issue.booleanhasLastObservation()The last time when this issue was observed.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()AutopilotCompatibilityIssue.BuildermergeFrom(AutopilotCompatibilityIssue other)AutopilotCompatibilityIssue.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)AutopilotCompatibilityIssue.BuildermergeFrom(com.google.protobuf.Message other)AutopilotCompatibilityIssue.BuildermergeLastObservation(com.google.protobuf.Timestamp value)The last time when this issue was observed.AutopilotCompatibilityIssue.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)AutopilotCompatibilityIssue.BuildersetConstraintType(String value)The constraint type of the issue.AutopilotCompatibilityIssue.BuildersetConstraintTypeBytes(com.google.protobuf.ByteString value)The constraint type of the issue.AutopilotCompatibilityIssue.BuildersetDescription(String value)The description of the issue.AutopilotCompatibilityIssue.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)The description of the issue.AutopilotCompatibilityIssue.BuildersetDocumentationUrl(String value)A URL to a public documnetation, which addresses resolving this issue.AutopilotCompatibilityIssue.BuildersetDocumentationUrlBytes(com.google.protobuf.ByteString value)A URL to a public documnetation, which addresses resolving this issue.AutopilotCompatibilityIssue.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)AutopilotCompatibilityIssue.BuildersetIncompatibilityType(AutopilotCompatibilityIssue.IssueType value)The incompatibility type of this issue.AutopilotCompatibilityIssue.BuildersetIncompatibilityTypeValue(int value)The incompatibility type of this issue.AutopilotCompatibilityIssue.BuildersetLastObservation(com.google.protobuf.Timestamp value)The last time when this issue was observed.AutopilotCompatibilityIssue.BuildersetLastObservation(com.google.protobuf.Timestamp.Builder builderForValue)The last time when this issue was observed.AutopilotCompatibilityIssue.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)AutopilotCompatibilityIssue.BuildersetSubjects(int index, String value)The name of the resources which are subject to this issue.AutopilotCompatibilityIssue.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
clear
public AutopilotCompatibilityIssue.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
getDefaultInstanceForType
public AutopilotCompatibilityIssue getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AutopilotCompatibilityIssue build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AutopilotCompatibilityIssue buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AutopilotCompatibilityIssue.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
setField
public AutopilotCompatibilityIssue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
clearField
public AutopilotCompatibilityIssue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
clearOneof
public AutopilotCompatibilityIssue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
setRepeatedField
public AutopilotCompatibilityIssue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
addRepeatedField
public AutopilotCompatibilityIssue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
mergeFrom
public AutopilotCompatibilityIssue.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AutopilotCompatibilityIssue.Builder>
-
mergeFrom
public AutopilotCompatibilityIssue.Builder mergeFrom(AutopilotCompatibilityIssue other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
mergeFrom
public AutopilotCompatibilityIssue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AutopilotCompatibilityIssue.Builder>- Throws:
IOException
-
hasLastObservation
public boolean hasLastObservation()
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;- Specified by:
hasLastObservationin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- Whether the lastObservation field is set.
-
getLastObservation
public com.google.protobuf.Timestamp getLastObservation()
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;- Specified by:
getLastObservationin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The lastObservation.
-
setLastObservation
public AutopilotCompatibilityIssue.Builder setLastObservation(com.google.protobuf.Timestamp value)
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;
-
setLastObservation
public AutopilotCompatibilityIssue.Builder setLastObservation(com.google.protobuf.Timestamp.Builder builderForValue)
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;
-
mergeLastObservation
public AutopilotCompatibilityIssue.Builder mergeLastObservation(com.google.protobuf.Timestamp value)
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;
-
clearLastObservation
public AutopilotCompatibilityIssue.Builder clearLastObservation()
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;
-
getLastObservationBuilder
public com.google.protobuf.Timestamp.Builder getLastObservationBuilder()
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;
-
getLastObservationOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastObservationOrBuilder()
The last time when this issue was observed.
.google.protobuf.Timestamp last_observation = 1;- Specified by:
getLastObservationOrBuilderin interfaceAutopilotCompatibilityIssueOrBuilder
-
getConstraintType
public String getConstraintType()
The constraint type of the issue.
string constraint_type = 2;- Specified by:
getConstraintTypein interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The constraintType.
-
getConstraintTypeBytes
public com.google.protobuf.ByteString getConstraintTypeBytes()
The constraint type of the issue.
string constraint_type = 2;- Specified by:
getConstraintTypeBytesin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The bytes for constraintType.
-
setConstraintType
public AutopilotCompatibilityIssue.Builder setConstraintType(String value)
The constraint type of the issue.
string constraint_type = 2;- Parameters:
value- The constraintType to set.- Returns:
- This builder for chaining.
-
clearConstraintType
public AutopilotCompatibilityIssue.Builder clearConstraintType()
The constraint type of the issue.
string constraint_type = 2;- Returns:
- This builder for chaining.
-
setConstraintTypeBytes
public AutopilotCompatibilityIssue.Builder setConstraintTypeBytes(com.google.protobuf.ByteString value)
The constraint type of the issue.
string constraint_type = 2;- Parameters:
value- The bytes for constraintType to set.- Returns:
- This builder for chaining.
-
getIncompatibilityTypeValue
public int getIncompatibilityTypeValue()
The incompatibility type of this issue.
.google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;- Specified by:
getIncompatibilityTypeValuein interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The enum numeric value on the wire for incompatibilityType.
-
setIncompatibilityTypeValue
public AutopilotCompatibilityIssue.Builder setIncompatibilityTypeValue(int value)
The incompatibility type of this issue.
.google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;- Parameters:
value- The enum numeric value on the wire for incompatibilityType to set.- Returns:
- This builder for chaining.
-
getIncompatibilityType
public AutopilotCompatibilityIssue.IssueType getIncompatibilityType()
The incompatibility type of this issue.
.google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;- Specified by:
getIncompatibilityTypein interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The incompatibilityType.
-
setIncompatibilityType
public AutopilotCompatibilityIssue.Builder setIncompatibilityType(AutopilotCompatibilityIssue.IssueType value)
The incompatibility type of this issue.
.google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;- Parameters:
value- The incompatibilityType to set.- Returns:
- This builder for chaining.
-
clearIncompatibilityType
public AutopilotCompatibilityIssue.Builder clearIncompatibilityType()
The incompatibility type of this issue.
.google.container.v1beta1.AutopilotCompatibilityIssue.IssueType incompatibility_type = 3;- Returns:
- This builder for chaining.
-
getSubjectsList
public com.google.protobuf.ProtocolStringList getSubjectsList()
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Specified by:
getSubjectsListin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- A list containing the subjects.
-
getSubjectsCount
public int getSubjectsCount()
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Specified by:
getSubjectsCountin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The count of subjects.
-
getSubjects
public String getSubjects(int index)
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Specified by:
getSubjectsin interfaceAutopilotCompatibilityIssueOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The subjects at the given index.
-
getSubjectsBytes
public com.google.protobuf.ByteString getSubjectsBytes(int index)
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Specified by:
getSubjectsBytesin interfaceAutopilotCompatibilityIssueOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the subjects at the given index.
-
setSubjects
public AutopilotCompatibilityIssue.Builder setSubjects(int index, String value)
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Parameters:
index- The index to set the value at.value- The subjects to set.- Returns:
- This builder for chaining.
-
addSubjects
public AutopilotCompatibilityIssue.Builder addSubjects(String value)
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Parameters:
value- The subjects to add.- Returns:
- This builder for chaining.
-
addAllSubjects
public AutopilotCompatibilityIssue.Builder addAllSubjects(Iterable<String> values)
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Parameters:
values- The subjects to add.- Returns:
- This builder for chaining.
-
clearSubjects
public AutopilotCompatibilityIssue.Builder clearSubjects()
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Returns:
- This builder for chaining.
-
addSubjectsBytes
public AutopilotCompatibilityIssue.Builder addSubjectsBytes(com.google.protobuf.ByteString value)
The name of the resources which are subject to this issue.
repeated string subjects = 4;- Parameters:
value- The bytes of the subjects to add.- Returns:
- This builder for chaining.
-
getDocumentationUrl
public String getDocumentationUrl()
A URL to a public documnetation, which addresses resolving this issue.
string documentation_url = 5;- Specified by:
getDocumentationUrlin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The documentationUrl.
-
getDocumentationUrlBytes
public com.google.protobuf.ByteString getDocumentationUrlBytes()
A URL to a public documnetation, which addresses resolving this issue.
string documentation_url = 5;- Specified by:
getDocumentationUrlBytesin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The bytes for documentationUrl.
-
setDocumentationUrl
public AutopilotCompatibilityIssue.Builder setDocumentationUrl(String value)
A URL to a public documnetation, which addresses resolving this issue.
string documentation_url = 5;- Parameters:
value- The documentationUrl to set.- Returns:
- This builder for chaining.
-
clearDocumentationUrl
public AutopilotCompatibilityIssue.Builder clearDocumentationUrl()
A URL to a public documnetation, which addresses resolving this issue.
string documentation_url = 5;- Returns:
- This builder for chaining.
-
setDocumentationUrlBytes
public AutopilotCompatibilityIssue.Builder setDocumentationUrlBytes(com.google.protobuf.ByteString value)
A URL to a public documnetation, which addresses resolving this issue.
string documentation_url = 5;- Parameters:
value- The bytes for documentationUrl to set.- Returns:
- This builder for chaining.
-
getDescription
public String getDescription()
The description of the issue.
string description = 6;- Specified by:
getDescriptionin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
The description of the issue.
string description = 6;- Specified by:
getDescriptionBytesin interfaceAutopilotCompatibilityIssueOrBuilder- Returns:
- The bytes for description.
-
setDescription
public AutopilotCompatibilityIssue.Builder setDescription(String value)
The description of the issue.
string description = 6;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public AutopilotCompatibilityIssue.Builder clearDescription()
The description of the issue.
string description = 6;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public AutopilotCompatibilityIssue.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
The description of the issue.
string description = 6;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final AutopilotCompatibilityIssue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
mergeUnknownFields
public final AutopilotCompatibilityIssue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AutopilotCompatibilityIssue.Builder>
-
-