Package com.google.maps.routing.v2
Interface TransitAgencyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TransitAgency
,TransitAgency.Builder
public interface TransitAgencyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name of this transit agency.
string name = 1;
- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of this transit agency.
string name = 1;
- Returns:
- The bytes for name.
-
getPhoneNumber
String getPhoneNumber()
The transit agency's locale-specific formatted phone number.
string phone_number = 2;
- Returns:
- The phoneNumber.
-
getPhoneNumberBytes
com.google.protobuf.ByteString getPhoneNumberBytes()
The transit agency's locale-specific formatted phone number.
string phone_number = 2;
- Returns:
- The bytes for phoneNumber.
-
getUri
String getUri()
The transit agency's URI.
string uri = 3;
- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
The transit agency's URI.
string uri = 3;
- Returns:
- The bytes for uri.
-
-