Interface AudienceInsightsCategoryOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AudienceInsightsCategory, AudienceInsightsCategory.Builder

    public interface AudienceInsightsCategoryOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCategoryId()
      Required.
      com.google.protobuf.ByteString getCategoryIdBytes()
      Required.
      • 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 Detail

      • getCategoryId

        java.lang.String getCategoryId()
         Required. The criterion id of the category.
         
        string category_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The categoryId.
      • getCategoryIdBytes

        com.google.protobuf.ByteString getCategoryIdBytes()
         Required. The criterion id of the category.
         
        string category_id = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for categoryId.