Interface MobileAppCategoryInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMobileAppCategoryConstant()
      The mobile app category constant resource name.
      com.google.protobuf.ByteString getMobileAppCategoryConstantBytes()
      The mobile app category constant resource name.
      boolean hasMobileAppCategoryConstant()
      The mobile app category constant 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 Detail

      • hasMobileAppCategoryConstant

        boolean hasMobileAppCategoryConstant()
         The mobile app category constant resource name.
         
        optional string mobile_app_category_constant = 2;
        Returns:
        Whether the mobileAppCategoryConstant field is set.
      • getMobileAppCategoryConstant

        java.lang.String getMobileAppCategoryConstant()
         The mobile app category constant resource name.
         
        optional string mobile_app_category_constant = 2;
        Returns:
        The mobileAppCategoryConstant.
      • getMobileAppCategoryConstantBytes

        com.google.protobuf.ByteString getMobileAppCategoryConstantBytes()
         The mobile app category constant resource name.
         
        optional string mobile_app_category_constant = 2;
        Returns:
        The bytes for mobileAppCategoryConstant.