Package viam.app.v1
Interface AppOuterClass.UpdateBillingServiceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.UpdateBillingServiceRequest,AppOuterClass.UpdateBillingServiceRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.UpdateBillingServiceRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];getOrgId()string org_id = 1 [json_name = "orgId"];com.google.protobuf.ByteStringstring org_id = 1 [json_name = "orgId"];boolean.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
String getOrgId()string org_id = 1 [json_name = "orgId"];- Returns:
- The orgId.
-
getOrgIdBytes
com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];- Returns:
- The bytes for orgId.
-
hasBillingAddress
boolean hasBillingAddress().viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];- Returns:
- Whether the billingAddress field is set.
-
getBillingAddress
AppOuterClass.BillingAddress getBillingAddress().viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];- Returns:
- The billingAddress.
-