Interface ObjectMappingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ObjectMapping, ObjectMapping.Builder

public interface ObjectMappingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getInstance(int index)
    Maps an enumeration instance to this object.
    com.google.protobuf.ByteString
    getInstanceBytes(int index)
    Maps an enumeration instance to this object.
    int
    Maps an enumeration instance to this object.
    Maps an enumeration instance to this object.

    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

    • getInstanceList

      List<String> getInstanceList()
       Maps an enumeration instance to this object. Enumeration membership is contextual.
       
      repeated string instance = 1 [json_name = "instance"];
      Returns:
      A list containing the instance.
    • getInstanceCount

      int getInstanceCount()
       Maps an enumeration instance to this object. Enumeration membership is contextual.
       
      repeated string instance = 1 [json_name = "instance"];
      Returns:
      The count of instance.
    • getInstance

      String getInstance(int index)
       Maps an enumeration instance to this object. Enumeration membership is contextual.
       
      repeated string instance = 1 [json_name = "instance"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The instance at the given index.
    • getInstanceBytes

      com.google.protobuf.ByteString getInstanceBytes(int index)
       Maps an enumeration instance to this object. Enumeration membership is contextual.
       
      repeated string instance = 1 [json_name = "instance"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the instance at the given index.