Interface MobileDeviceInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MobileDeviceInfo,MobileDeviceInfo.Builder
public interface MobileDeviceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe mobile device constant resource name.com.google.protobuf.ByteStringThe mobile device constant resource name.booleanThe mobile device 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
-
hasMobileDeviceConstant
boolean hasMobileDeviceConstant()The mobile device constant resource name.
optional string mobile_device_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the mobileDeviceConstant field is set.
-
getMobileDeviceConstant
String getMobileDeviceConstant()The mobile device constant resource name.
optional string mobile_device_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The mobileDeviceConstant.
-
getMobileDeviceConstantBytes
com.google.protobuf.ByteString getMobileDeviceConstantBytes()The mobile device constant resource name.
optional string mobile_device_constant = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for mobileDeviceConstant.
-