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 Type
    Method
    Description
    The CustomInterest resource name.
    com.google.protobuf.ByteString
    The CustomInterest resource name.
    boolean
    The CustomInterest resource name.

    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

    • 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.