Class Ops.Platform.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.Platform.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
pb.Ops.Platform.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,Ops.PlatformOrBuilder
- Enclosing class:
Ops.Platform
public static final class Ops.Platform.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
implements Ops.PlatformOrBuilder
Platform is github.com/opencontainers/image-spec/specs-go/v1.PlatformProtobuf type
pb.Platform
-
Method Summary
Modifier and TypeMethodDescriptionaddAllOSFeatures
(Iterable<String> values) unusedaddOSFeatures
(String value) unusedaddOSFeaturesBytes
(com.google.protobuf.ByteString value) unusedbuild()
clear()
string Architecture = 1;
clearOS()
string OS = 2;
unusedstring OSVersion = 4;
string Variant = 3;
string Architecture = 1;
com.google.protobuf.ByteString
string Architecture = 1;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getOS()
string OS = 2;
com.google.protobuf.ByteString
string OS = 2;
getOSFeatures
(int index) unusedcom.google.protobuf.ByteString
getOSFeaturesBytes
(int index) unusedint
unusedcom.google.protobuf.ProtocolStringList
unusedstring OSVersion = 4;
com.google.protobuf.ByteString
string OSVersion = 4;
string Variant = 3;
com.google.protobuf.ByteString
string Variant = 3;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Ops.Platform other) setArchitecture
(String value) string Architecture = 1;
setArchitectureBytes
(com.google.protobuf.ByteString value) string Architecture = 1;
string OS = 2;
setOSBytes
(com.google.protobuf.ByteString value) string OS = 2;
setOSFeatures
(int index, String value) unusedsetOSVersion
(String value) string OSVersion = 4;
setOSVersionBytes
(com.google.protobuf.ByteString value) string OSVersion = 4;
setVariant
(String value) string Variant = 3;
setVariantBytes
(com.google.protobuf.ByteString value) string Variant = 3;
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, 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
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Ops.Platform.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
-
mergeFrom
public Ops.Platform.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Ops.Platform.Builder>
- Throws:
IOException
-
getArchitecture
string Architecture = 1;
- Specified by:
getArchitecture
in interfaceOps.PlatformOrBuilder
- Returns:
- The architecture.
-
getArchitectureBytes
public com.google.protobuf.ByteString getArchitectureBytes()string Architecture = 1;
- Specified by:
getArchitectureBytes
in interfaceOps.PlatformOrBuilder
- Returns:
- The bytes for architecture.
-
setArchitecture
string Architecture = 1;
- Parameters:
value
- The architecture to set.- Returns:
- This builder for chaining.
-
clearArchitecture
string Architecture = 1;
- Returns:
- This builder for chaining.
-
setArchitectureBytes
string Architecture = 1;
- Parameters:
value
- The bytes for architecture to set.- Returns:
- This builder for chaining.
-
getOS
string OS = 2;
- Specified by:
getOS
in interfaceOps.PlatformOrBuilder
- Returns:
- The oS.
-
getOSBytes
public com.google.protobuf.ByteString getOSBytes()string OS = 2;
- Specified by:
getOSBytes
in interfaceOps.PlatformOrBuilder
- Returns:
- The bytes for oS.
-
setOS
string OS = 2;
- Parameters:
value
- The oS to set.- Returns:
- This builder for chaining.
-
clearOS
-
setOSBytes
string OS = 2;
- Parameters:
value
- The bytes for oS to set.- Returns:
- This builder for chaining.
-
getVariant
string Variant = 3;
- Specified by:
getVariant
in interfaceOps.PlatformOrBuilder
- Returns:
- The variant.
-
getVariantBytes
public com.google.protobuf.ByteString getVariantBytes()string Variant = 3;
- Specified by:
getVariantBytes
in interfaceOps.PlatformOrBuilder
- Returns:
- The bytes for variant.
-
setVariant
string Variant = 3;
- Parameters:
value
- The variant to set.- Returns:
- This builder for chaining.
-
clearVariant
-
setVariantBytes
string Variant = 3;
- Parameters:
value
- The bytes for variant to set.- Returns:
- This builder for chaining.
-
getOSVersion
string OSVersion = 4;
- Specified by:
getOSVersion
in interfaceOps.PlatformOrBuilder
- Returns:
- The oSVersion.
-
getOSVersionBytes
public com.google.protobuf.ByteString getOSVersionBytes()string OSVersion = 4;
- Specified by:
getOSVersionBytes
in interfaceOps.PlatformOrBuilder
- Returns:
- The bytes for oSVersion.
-
setOSVersion
string OSVersion = 4;
- Parameters:
value
- The oSVersion to set.- Returns:
- This builder for chaining.
-
clearOSVersion
string OSVersion = 4;
- Returns:
- This builder for chaining.
-
setOSVersionBytes
string OSVersion = 4;
- Parameters:
value
- The bytes for oSVersion to set.- Returns:
- This builder for chaining.
-
getOSFeaturesList
public com.google.protobuf.ProtocolStringList getOSFeaturesList()unused
repeated string OSFeatures = 5;
- Specified by:
getOSFeaturesList
in interfaceOps.PlatformOrBuilder
- Returns:
- A list containing the oSFeatures.
-
getOSFeaturesCount
public int getOSFeaturesCount()unused
repeated string OSFeatures = 5;
- Specified by:
getOSFeaturesCount
in interfaceOps.PlatformOrBuilder
- Returns:
- The count of oSFeatures.
-
getOSFeatures
unused
repeated string OSFeatures = 5;
- Specified by:
getOSFeatures
in interfaceOps.PlatformOrBuilder
- Parameters:
index
- The index of the element to return.- Returns:
- The oSFeatures at the given index.
-
getOSFeaturesBytes
public com.google.protobuf.ByteString getOSFeaturesBytes(int index) unused
repeated string OSFeatures = 5;
- Specified by:
getOSFeaturesBytes
in interfaceOps.PlatformOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the oSFeatures at the given index.
-
setOSFeatures
unused
repeated string OSFeatures = 5;
- Parameters:
index
- The index to set the value at.value
- The oSFeatures to set.- Returns:
- This builder for chaining.
-
addOSFeatures
unused
repeated string OSFeatures = 5;
- Parameters:
value
- The oSFeatures to add.- Returns:
- This builder for chaining.
-
addAllOSFeatures
unused
repeated string OSFeatures = 5;
- Parameters:
values
- The oSFeatures to add.- Returns:
- This builder for chaining.
-
clearOSFeatures
unused
repeated string OSFeatures = 5;
- Returns:
- This builder for chaining.
-
addOSFeaturesBytes
unused
repeated string OSFeatures = 5;
- Parameters:
value
- The bytes of the oSFeatures to add.- Returns:
- This builder for chaining.
-