Interface ValueOuterClass.ListOrBuilder

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

public static interface ValueOuterClass.ListOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getElements(int index)
    The elements must all be of the same concrete value type.
    int
    The elements must all be of the same concrete value type.
    The elements must all be of the same concrete value type.
    The elements must all be of the same concrete value type.
    The elements must all be of the same concrete value type.

    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

    • getElementsList

      List<ValueOuterClass.Value> getElementsList()
       The elements must all be of the same concrete value type.
       Optional
       
      repeated .com.daml.ledger.api.v2.Value elements = 1 [json_name = "elements"];
    • getElements

      ValueOuterClass.Value getElements(int index)
       The elements must all be of the same concrete value type.
       Optional
       
      repeated .com.daml.ledger.api.v2.Value elements = 1 [json_name = "elements"];
    • getElementsCount

      int getElementsCount()
       The elements must all be of the same concrete value type.
       Optional
       
      repeated .com.daml.ledger.api.v2.Value elements = 1 [json_name = "elements"];
    • getElementsOrBuilderList

      List<? extends ValueOuterClass.ValueOrBuilder> getElementsOrBuilderList()
       The elements must all be of the same concrete value type.
       Optional
       
      repeated .com.daml.ledger.api.v2.Value elements = 1 [json_name = "elements"];
    • getElementsOrBuilder

      ValueOuterClass.ValueOrBuilder getElementsOrBuilder(int index)
       The elements must all be of the same concrete value type.
       Optional
       
      repeated .com.daml.ledger.api.v2.Value elements = 1 [json_name = "elements"];