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 TypeMethodDescriptionThe Carrier constant resource name.com.google.protobuf.ByteStringThe Carrier constant resource name.booleanThe Carrier 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
-
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.
-