Interface CustomIntentInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomIntentInfo,CustomIntentInfo.Builder
public interface CustomIntentInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCustomIntent()The CustomInterest resource name.com.google.protobuf.ByteStringgetCustomIntentBytes()The CustomInterest resource name.booleanhasCustomIntent()The CustomInterest resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCustomIntent
boolean hasCustomIntent()
The CustomInterest resource name.
optional string custom_intent = 2;- Returns:
- Whether the customIntent field is set.
-
getCustomIntent
java.lang.String getCustomIntent()
The CustomInterest resource name.
optional string custom_intent = 2;- Returns:
- The customIntent.
-
getCustomIntentBytes
com.google.protobuf.ByteString getCustomIntentBytes()
The CustomInterest resource name.
optional string custom_intent = 2;- Returns:
- The bytes for customIntent.
-
-