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.Platform
 
Protobuf type pb.Platform
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
    • clear

      public Ops.Platform.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Ops.Platform.Builder>
    • getDefaultInstanceForType

      public Ops.Platform getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Ops.Platform build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Ops.Platform buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Ops.Platform.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.Platform.Builder>
    • mergeFrom

      public Ops.Platform.Builder mergeFrom(Ops.Platform other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.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 interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Ops.Platform.Builder>
      Throws:
      IOException
    • getArchitecture

      public String getArchitecture()
      string Architecture = 1;
      Specified by:
      getArchitecture in interface Ops.PlatformOrBuilder
      Returns:
      The architecture.
    • getArchitectureBytes

      public com.google.protobuf.ByteString getArchitectureBytes()
      string Architecture = 1;
      Specified by:
      getArchitectureBytes in interface Ops.PlatformOrBuilder
      Returns:
      The bytes for architecture.
    • setArchitecture

      public Ops.Platform.Builder setArchitecture(String value)
      string Architecture = 1;
      Parameters:
      value - The architecture to set.
      Returns:
      This builder for chaining.
    • clearArchitecture

      public Ops.Platform.Builder clearArchitecture()
      string Architecture = 1;
      Returns:
      This builder for chaining.
    • setArchitectureBytes

      public Ops.Platform.Builder setArchitectureBytes(com.google.protobuf.ByteString value)
      string Architecture = 1;
      Parameters:
      value - The bytes for architecture to set.
      Returns:
      This builder for chaining.
    • getOS

      public String getOS()
      string OS = 2;
      Specified by:
      getOS in interface Ops.PlatformOrBuilder
      Returns:
      The oS.
    • getOSBytes

      public com.google.protobuf.ByteString getOSBytes()
      string OS = 2;
      Specified by:
      getOSBytes in interface Ops.PlatformOrBuilder
      Returns:
      The bytes for oS.
    • setOS

      public Ops.Platform.Builder setOS(String value)
      string OS = 2;
      Parameters:
      value - The oS to set.
      Returns:
      This builder for chaining.
    • clearOS

      public Ops.Platform.Builder clearOS()
      string OS = 2;
      Returns:
      This builder for chaining.
    • setOSBytes

      public Ops.Platform.Builder setOSBytes(com.google.protobuf.ByteString value)
      string OS = 2;
      Parameters:
      value - The bytes for oS to set.
      Returns:
      This builder for chaining.
    • getVariant

      public String getVariant()
      string Variant = 3;
      Specified by:
      getVariant in interface Ops.PlatformOrBuilder
      Returns:
      The variant.
    • getVariantBytes

      public com.google.protobuf.ByteString getVariantBytes()
      string Variant = 3;
      Specified by:
      getVariantBytes in interface Ops.PlatformOrBuilder
      Returns:
      The bytes for variant.
    • setVariant

      public Ops.Platform.Builder setVariant(String value)
      string Variant = 3;
      Parameters:
      value - The variant to set.
      Returns:
      This builder for chaining.
    • clearVariant

      public Ops.Platform.Builder clearVariant()
      string Variant = 3;
      Returns:
      This builder for chaining.
    • setVariantBytes

      public Ops.Platform.Builder setVariantBytes(com.google.protobuf.ByteString value)
      string Variant = 3;
      Parameters:
      value - The bytes for variant to set.
      Returns:
      This builder for chaining.
    • getOSVersion

      public String getOSVersion()
      string OSVersion = 4;
      Specified by:
      getOSVersion in interface Ops.PlatformOrBuilder
      Returns:
      The oSVersion.
    • getOSVersionBytes

      public com.google.protobuf.ByteString getOSVersionBytes()
      string OSVersion = 4;
      Specified by:
      getOSVersionBytes in interface Ops.PlatformOrBuilder
      Returns:
      The bytes for oSVersion.
    • setOSVersion

      public Ops.Platform.Builder setOSVersion(String value)
      string OSVersion = 4;
      Parameters:
      value - The oSVersion to set.
      Returns:
      This builder for chaining.
    • clearOSVersion

      public Ops.Platform.Builder clearOSVersion()
      string OSVersion = 4;
      Returns:
      This builder for chaining.
    • setOSVersionBytes

      public Ops.Platform.Builder setOSVersionBytes(com.google.protobuf.ByteString value)
      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 interface Ops.PlatformOrBuilder
      Returns:
      A list containing the oSFeatures.
    • getOSFeaturesCount

      public int getOSFeaturesCount()
       unused
       
      repeated string OSFeatures = 5;
      Specified by:
      getOSFeaturesCount in interface Ops.PlatformOrBuilder
      Returns:
      The count of oSFeatures.
    • getOSFeatures

      public String getOSFeatures(int index)
       unused
       
      repeated string OSFeatures = 5;
      Specified by:
      getOSFeatures in interface Ops.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 interface Ops.PlatformOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the oSFeatures at the given index.
    • setOSFeatures

      public Ops.Platform.Builder setOSFeatures(int index, String value)
       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

      public Ops.Platform.Builder addOSFeatures(String value)
       unused
       
      repeated string OSFeatures = 5;
      Parameters:
      value - The oSFeatures to add.
      Returns:
      This builder for chaining.
    • addAllOSFeatures

      public Ops.Platform.Builder addAllOSFeatures(Iterable<String> values)
       unused
       
      repeated string OSFeatures = 5;
      Parameters:
      values - The oSFeatures to add.
      Returns:
      This builder for chaining.
    • clearOSFeatures

      public Ops.Platform.Builder clearOSFeatures()
       unused
       
      repeated string OSFeatures = 5;
      Returns:
      This builder for chaining.
    • addOSFeaturesBytes

      public Ops.Platform.Builder addOSFeaturesBytes(com.google.protobuf.ByteString value)
       unused
       
      repeated string OSFeatures = 5;
      Parameters:
      value - The bytes of the oSFeatures to add.
      Returns:
      This builder for chaining.