Package viam.app.v1
Interface AppOuterClass.BillingAddressOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.BillingAddress,AppOuterClass.BillingAddress.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.BillingAddressOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring address_line_1 = 1 [json_name = "addressLine1"];com.google.protobuf.ByteStringstring address_line_1 = 1 [json_name = "addressLine1"];optional string address_line_2 = 2 [json_name = "addressLine2"];com.google.protobuf.ByteStringoptional string address_line_2 = 2 [json_name = "addressLine2"];getCity()string city = 3 [json_name = "city"];com.google.protobuf.ByteStringstring city = 3 [json_name = "city"];string country = 6 [json_name = "country"];com.google.protobuf.ByteStringstring country = 6 [json_name = "country"];getState()string state = 4 [json_name = "state"];com.google.protobuf.ByteStringstring state = 4 [json_name = "state"];string zipcode = 5 [json_name = "zipcode"];com.google.protobuf.ByteStringstring zipcode = 5 [json_name = "zipcode"];booleanoptional string address_line_2 = 2 [json_name = "addressLine2"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAddressLine1
String getAddressLine1()string address_line_1 = 1 [json_name = "addressLine1"];- Returns:
- The addressLine1.
-
getAddressLine1Bytes
com.google.protobuf.ByteString getAddressLine1Bytes()string address_line_1 = 1 [json_name = "addressLine1"];- Returns:
- The bytes for addressLine1.
-
hasAddressLine2
boolean hasAddressLine2()optional string address_line_2 = 2 [json_name = "addressLine2"];- Returns:
- Whether the addressLine2 field is set.
-
getAddressLine2
String getAddressLine2()optional string address_line_2 = 2 [json_name = "addressLine2"];- Returns:
- The addressLine2.
-
getAddressLine2Bytes
com.google.protobuf.ByteString getAddressLine2Bytes()optional string address_line_2 = 2 [json_name = "addressLine2"];- Returns:
- The bytes for addressLine2.
-
getCity
String getCity()string city = 3 [json_name = "city"];- Returns:
- The city.
-
getCityBytes
com.google.protobuf.ByteString getCityBytes()string city = 3 [json_name = "city"];- Returns:
- The bytes for city.
-
getState
String getState()string state = 4 [json_name = "state"];- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()string state = 4 [json_name = "state"];- Returns:
- The bytes for state.
-
getZipcode
String getZipcode()string zipcode = 5 [json_name = "zipcode"];- Returns:
- The zipcode.
-
getZipcodeBytes
com.google.protobuf.ByteString getZipcodeBytes()string zipcode = 5 [json_name = "zipcode"];- Returns:
- The bytes for zipcode.
-
getCountry
String getCountry()string country = 6 [json_name = "country"];- Returns:
- The country.
-
getCountryBytes
com.google.protobuf.ByteString getCountryBytes()string country = 6 [json_name = "country"];- Returns:
- The bytes for country.
-