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
Modifier and TypeMethodDescriptionThe CustomInterest resource name.com.google.protobuf.ByteStringThe CustomInterest resource name.booleanThe CustomInterest resource name.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
-
hasCustomIntent
boolean hasCustomIntent()The CustomInterest resource name.
optional string custom_intent = 2;- Returns:
- Whether the customIntent field is set.
-
getCustomIntent
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.
-