Class Ops.Definition.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Ops.Definition.Builder>
com.google.protobuf.GeneratedMessage.Builder<Ops.Definition.Builder>
pb.Ops.Definition.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Ops.DefinitionOrBuilder
Enclosing class:
Ops.Definition

public static final class Ops.Definition.Builder extends com.google.protobuf.GeneratedMessage.Builder<Ops.Definition.Builder> implements Ops.DefinitionOrBuilder
 Definition is the LLB definition structure with per-vertex metadata entries
 
Protobuf type pb.Definition
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.Definition.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Ops.Definition.Builder>
    • internalGetFieldAccessorTable

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

      public Ops.Definition.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.Definition.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.Definition.Builder>
    • getDefaultInstanceForType

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

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

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

      public Ops.Definition.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.Definition.Builder>
    • mergeFrom

      public Ops.Definition.Builder mergeFrom(Ops.Definition 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.Definition.Builder>
    • mergeFrom

      public Ops.Definition.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.Definition.Builder>
      Throws:
      IOException
    • getDefList

      public List<com.google.protobuf.ByteString> getDefList()
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Specified by:
      getDefList in interface Ops.DefinitionOrBuilder
      Returns:
      A list containing the def.
    • getDefCount

      public int getDefCount()
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Specified by:
      getDefCount in interface Ops.DefinitionOrBuilder
      Returns:
      The count of def.
    • getDef

      public com.google.protobuf.ByteString getDef(int index)
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Specified by:
      getDef in interface Ops.DefinitionOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The def at the given index.
    • setDef

      public Ops.Definition.Builder setDef(int index, com.google.protobuf.ByteString value)
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Parameters:
      index - The index to set the value at.
      value - The def to set.
      Returns:
      This builder for chaining.
    • addDef

      public Ops.Definition.Builder addDef(com.google.protobuf.ByteString value)
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Parameters:
      value - The def to add.
      Returns:
      This builder for chaining.
    • addAllDef

      public Ops.Definition.Builder addAllDef(Iterable<? extends com.google.protobuf.ByteString> values)
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Parameters:
      values - The def to add.
      Returns:
      This builder for chaining.
    • clearDef

      public Ops.Definition.Builder clearDef()
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Returns:
      This builder for chaining.
    • getMetadataCount

      public int getMetadataCount()
      Description copied from interface: Ops.DefinitionOrBuilder
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
      Specified by:
      getMetadataCount in interface Ops.DefinitionOrBuilder
    • containsMetadata

      public boolean containsMetadata(String key)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
      Specified by:
      containsMetadata in interface Ops.DefinitionOrBuilder
    • getMetadata

      @Deprecated public Map<String,Ops.OpMetadata> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
      Specified by:
      getMetadata in interface Ops.DefinitionOrBuilder
    • getMetadataMap

      public Map<String,Ops.OpMetadata> getMetadataMap()
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
      Specified by:
      getMetadataMap in interface Ops.DefinitionOrBuilder
    • getMetadataOrDefault

      public Ops.OpMetadata getMetadataOrDefault(String key, Ops.OpMetadata defaultValue)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
      Specified by:
      getMetadataOrDefault in interface Ops.DefinitionOrBuilder
    • getMetadataOrThrow

      public Ops.OpMetadata getMetadataOrThrow(String key)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
      Specified by:
      getMetadataOrThrow in interface Ops.DefinitionOrBuilder
    • clearMetadata

      public Ops.Definition.Builder clearMetadata()
    • removeMetadata

      public Ops.Definition.Builder removeMetadata(String key)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
    • getMutableMetadata

      @Deprecated public Map<String,Ops.OpMetadata> getMutableMetadata()
      Deprecated.
      Use alternate mutation accessors instead.
    • putMetadata

      public Ops.Definition.Builder putMetadata(String key, Ops.OpMetadata value)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
    • putAllMetadata

      public Ops.Definition.Builder putAllMetadata(Map<String,Ops.OpMetadata> values)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
    • putMetadataBuilderIfAbsent

      public Ops.OpMetadata.Builder putMetadataBuilderIfAbsent(String key)
       metadata contains metadata for the each of the Op messages.
       A key must be an LLB op digest string. Currently, empty string is not expected as a key, but it may change in the future.
       
      map<string, .pb.OpMetadata> metadata = 2;
    • hasSource

      public boolean hasSource()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
      Specified by:
      hasSource in interface Ops.DefinitionOrBuilder
      Returns:
      Whether the source field is set.
    • getSource

      public Ops.Source getSource()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
      Specified by:
      getSource in interface Ops.DefinitionOrBuilder
      Returns:
      The source.
    • setSource

      public Ops.Definition.Builder setSource(Ops.Source value)
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
    • setSource

      public Ops.Definition.Builder setSource(Ops.Source.Builder builderForValue)
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
    • mergeSource

      public Ops.Definition.Builder mergeSource(Ops.Source value)
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
    • clearSource

      public Ops.Definition.Builder clearSource()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
    • getSourceBuilder

      public Ops.Source.Builder getSourceBuilder()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
    • getSourceOrBuilder

      public Ops.SourceOrBuilder getSourceOrBuilder()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
      Specified by:
      getSourceOrBuilder in interface Ops.DefinitionOrBuilder