Interface BusinessRegistrationNumberOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BusinessRegistrationNumber,BusinessRegistrationNumber.Builder
public interface BusinessRegistrationNumberOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.com.google.protobuf.ByteStringOutput only.booleanOutput only.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
-
hasNumber
boolean hasNumber()Output only. Government-issued number for the business.
optional string number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the number field is set.
-
getNumber
String getNumber()Output only. Government-issued number for the business.
optional string number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The number.
-
getNumberBytes
com.google.protobuf.ByteString getNumberBytes()Output only. Government-issued number for the business.
optional string number = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for number.
-