Interface Ops.DefinitionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Ops.Definition, Ops.Definition.Builder
Enclosing class:
Ops

public static interface Ops.DefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    metadata contains metadata for the each of the Op messages.
    com.google.protobuf.ByteString
    getDef(int index)
    def is a list of marshaled Op messages
    int
    def is a list of marshaled Op messages
    List<com.google.protobuf.ByteString>
    def is a list of marshaled Op messages
    Deprecated.
    int
    metadata contains metadata for the each of the Op messages.
    metadata contains metadata for the each of the Op messages.
    metadata contains metadata for the each of the Op messages.
    metadata contains metadata for the each of the Op messages.
    Source contains the source mapping information for the vertexes in the definition
    Source contains the source mapping information for the vertexes in the definition
    boolean
    Source contains the source mapping information for the vertexes in the definition

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDefList

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

      int getDefCount()
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Returns:
      The count of def.
    • getDef

      com.google.protobuf.ByteString getDef(int index)
       def is a list of marshaled Op messages
       
      repeated bytes def = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The def at the given index.
    • getMetadataCount

      int getMetadataCount()
       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;
    • containsMetadata

      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;
    • getMetadata

      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      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;
    • getMetadataOrDefault

      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;
    • getMetadataOrThrow

      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;
    • hasSource

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

      Ops.Source getSource()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;
      Returns:
      The source.
    • getSourceOrBuilder

      Ops.SourceOrBuilder getSourceOrBuilder()
       Source contains the source mapping information for the vertexes in the definition
       
      .pb.Source Source = 3;