Package viam.app.v1

Interface App.BillingAddressOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.BillingAddress, App.BillingAddress.Builder
Enclosing class:
App

public static interface App.BillingAddressOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string address_line_1 = 1 [json_name = "addressLine1"];
    com.google.protobuf.ByteString
    string address_line_1 = 1 [json_name = "addressLine1"];
    optional string address_line_2 = 2 [json_name = "addressLine2"];
    com.google.protobuf.ByteString
    optional string address_line_2 = 2 [json_name = "addressLine2"];
    string city = 3 [json_name = "city"];
    com.google.protobuf.ByteString
    string city = 3 [json_name = "city"];
    string state = 4 [json_name = "state"];
    com.google.protobuf.ByteString
    string state = 4 [json_name = "state"];
    string zipcode = 5 [json_name = "zipcode"];
    com.google.protobuf.ByteString
    string zipcode = 5 [json_name = "zipcode"];
    boolean
    optional 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.