public interface TransitAgencyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of this transit agency.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of this transit agency.
|
String |
getPhoneNumber()
The transit agency's locale-specific formatted phone number.
|
com.google.protobuf.ByteString |
getPhoneNumberBytes()
The transit agency's locale-specific formatted phone number.
|
String |
getUri()
The transit agency's URI.
|
com.google.protobuf.ByteString |
getUriBytes()
The transit agency's URI.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of this transit agency.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of this transit agency.
string name = 1;String getPhoneNumber()
The transit agency's locale-specific formatted phone number.
string phone_number = 2;com.google.protobuf.ByteString getPhoneNumberBytes()
The transit agency's locale-specific formatted phone number.
string phone_number = 2;String getUri()
The transit agency's URI.
string uri = 3;com.google.protobuf.ByteString getUriBytes()
The transit agency's URI.
string uri = 3;Copyright © 2025 Google LLC. All rights reserved.