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