Package com.nhn.gameanvil.protocol
Interface Synchronize.SetCustomPropertyCasOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synchronize.SetCustomPropertyCas
,Synchronize.SetCustomPropertyCas.Builder
- Enclosing class:
- Synchronize
public static interface Synchronize.SetCustomPropertyCasOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Synchronize.MultiTypeValue
getCustomValue()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
Synchronize.MultiTypeValue
getCustomValueExpected()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
Synchronize.MultiTypeValueOrBuilder
getCustomValueExpectedOrBuilder()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
Synchronize.MultiTypeValueOrBuilder
getCustomValueOrBuilder()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
java.lang.String
getKey()
string key = 1;
com.google.protobuf.ByteString
getKeyBytes()
string key = 1;
boolean
hasCustomValue()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
boolean
hasCustomValueExpected()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getKey
java.lang.String getKey()
string key = 1;
- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
string key = 1;
- Returns:
- The bytes for key.
-
hasCustomValue
boolean hasCustomValue()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
- Returns:
- Whether the customValue field is set.
-
getCustomValue
Synchronize.MultiTypeValue getCustomValue()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
- Returns:
- The customValue.
-
getCustomValueOrBuilder
Synchronize.MultiTypeValueOrBuilder getCustomValueOrBuilder()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value = 2;
-
hasCustomValueExpected
boolean hasCustomValueExpected()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
- Returns:
- Whether the customValueExpected field is set.
-
getCustomValueExpected
Synchronize.MultiTypeValue getCustomValueExpected()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
- Returns:
- The customValueExpected.
-
getCustomValueExpectedOrBuilder
Synchronize.MultiTypeValueOrBuilder getCustomValueExpectedOrBuilder()
.com.nhn.gameanvil.protocol.MultiTypeValue custom_value_expected = 3;
-
-