Interface CarrierInfoOrBuilder

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

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

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

    • hasCarrierConstant

      boolean hasCarrierConstant()
       The Carrier constant resource name.
       
      optional string carrier_constant = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      Whether the carrierConstant field is set.
    • getCarrierConstant

      String getCarrierConstant()
       The Carrier constant resource name.
       
      optional string carrier_constant = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      The carrierConstant.
    • getCarrierConstantBytes

      com.google.protobuf.ByteString getCarrierConstantBytes()
       The Carrier constant resource name.
       
      optional string carrier_constant = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for carrierConstant.