Package Arp.Plc.Gds.Services.Grpc
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 TypeMethodDescription.Arp.Type.Grpc.ObjectType ForceValue = 2;.Arp.Type.Grpc.ObjectType ForceValue = 2;string VariableName = 1;com.google.protobuf.ByteStringstring VariableName = 1;boolean.Arp.Type.Grpc.ObjectType ForceValue = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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;
-