Interface BasicBoundPropertySetProto.BoundValuePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BasicBoundPropertySetProto.BoundValuePB
,BasicBoundPropertySetProto.BoundValuePB.Builder
- Enclosing class:
- BasicBoundPropertySetProto
public static interface BasicBoundPropertySetProto.BoundValuePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring binding = 2;
com.google.protobuf.ByteString
string binding = 2;
string bindType = 1;
com.google.protobuf.ByteString
string bindType = 1;
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
-
getBindType
String getBindType()string bindType = 1;
- Returns:
- The bindType.
-
getBindTypeBytes
com.google.protobuf.ByteString getBindTypeBytes()string bindType = 1;
- Returns:
- The bytes for bindType.
-
getBinding
String getBinding()string binding = 2;
- Returns:
- The binding.
-
getBindingBytes
com.google.protobuf.ByteString getBindingBytes()string binding = 2;
- Returns:
- The bytes for binding.
-