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
Modifier and TypeMethodDescriptionThe mobile app category constant resource name.com.google.protobuf.ByteStringThe mobile app category constant resource name.booleanThe mobile app category constant 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
-
hasMobileAppCategoryConstant
boolean hasMobileAppCategoryConstant()The mobile app category constant resource name.
optional string mobile_app_category_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the mobileAppCategoryConstant field is set.
-
getMobileAppCategoryConstant
String getMobileAppCategoryConstant()The mobile app category constant resource name.
optional string mobile_app_category_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The mobileAppCategoryConstant.
-
getMobileAppCategoryConstantBytes
com.google.protobuf.ByteString getMobileAppCategoryConstantBytes()The mobile app category constant resource name.
optional string mobile_app_category_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for mobileAppCategoryConstant.
-