Interface ForceItemOuterClass.ForceItemOrBuilder

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

public static interface ForceItemOuterClass.ForceItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .Arp.Type.Grpc.ObjectType ForceValue = 2;
    .Arp.Type.Grpc.ObjectType ForceValue = 2;
    string VariableName = 1;
    com.google.protobuf.ByteString
    string VariableName = 1;
    boolean
    .Arp.Type.Grpc.ObjectType ForceValue = 2;

    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

    • getVariableName

      String getVariableName()
      string VariableName = 1;
    • getVariableNameBytes

      com.google.protobuf.ByteString getVariableNameBytes()
      string VariableName = 1;
    • hasForceValue

      boolean hasForceValue()
      .Arp.Type.Grpc.ObjectType ForceValue = 2;
    • getForceValue

      ArpTypes.ObjectType getForceValue()
      .Arp.Type.Grpc.ObjectType ForceValue = 2;
    • getForceValueOrBuilder

      ArpTypes.ObjectTypeOrBuilder getForceValueOrBuilder()
      .Arp.Type.Grpc.ObjectType ForceValue = 2;