Package viam.app.v1
Interface App.UpdateBillingServiceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateBillingServiceRequest
,App.UpdateBillingServiceRequest.Builder
- Enclosing class:
- App
public static interface App.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.ByteString
string 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
App.BillingAddress getBillingAddress().viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
- Returns:
- The billingAddress.
-