public static interface Procedure.ParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIsNull()
optional bool is_null = 3; |
java.lang.String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
java.lang.String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;java.lang.String getValue()
optional string value = 2;com.google.protobuf.ByteString getValueBytes()
optional string value = 2;boolean getIsNull()
optional bool is_null = 3;