Package viam.app.v1
Interface AppOuterClass.GetBillingServiceConfigResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetBillingServiceConfigResponse,AppOuterClass.GetBillingServiceConfigResponse.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.GetBillingServiceConfigResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.BillingAddress billing_address = 1 [json_name = "billingAddress"];string billing_dashboard_url = 4 [json_name = "billingDashboardUrl"];com.google.protobuf.ByteStringstring billing_dashboard_url = 4 [json_name = "billingDashboardUrl"];string logo_url = 3 [json_name = "logoUrl"];com.google.protobuf.ByteStringstring logo_url = 3 [json_name = "logoUrl"];string support_email = 2 [json_name = "supportEmail"];com.google.protobuf.ByteStringstring support_email = 2 [json_name = "supportEmail"];boolean.viam.app.v1.BillingAddress billing_address = 1 [json_name = "billingAddress"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasBillingAddress
boolean hasBillingAddress().viam.app.v1.BillingAddress billing_address = 1 [json_name = "billingAddress"];- Returns:
- Whether the billingAddress field is set.
-
getBillingAddress
AppOuterClass.BillingAddress getBillingAddress().viam.app.v1.BillingAddress billing_address = 1 [json_name = "billingAddress"];- Returns:
- The billingAddress.
-
getSupportEmail
String getSupportEmail()string support_email = 2 [json_name = "supportEmail"];- Returns:
- The supportEmail.
-
getSupportEmailBytes
com.google.protobuf.ByteString getSupportEmailBytes()string support_email = 2 [json_name = "supportEmail"];- Returns:
- The bytes for supportEmail.
-
getLogoUrl
String getLogoUrl()string logo_url = 3 [json_name = "logoUrl"];- Returns:
- The logoUrl.
-
getLogoUrlBytes
com.google.protobuf.ByteString getLogoUrlBytes()string logo_url = 3 [json_name = "logoUrl"];- Returns:
- The bytes for logoUrl.
-
getBillingDashboardUrl
String getBillingDashboardUrl()string billing_dashboard_url = 4 [json_name = "billingDashboardUrl"];- Returns:
- The billingDashboardUrl.
-
getBillingDashboardUrlBytes
com.google.protobuf.ByteString getBillingDashboardUrlBytes()string billing_dashboard_url = 4 [json_name = "billingDashboardUrl"];- Returns:
- The bytes for billingDashboardUrl.
-