Package viam.app.v1

Interface App.GetBillingServiceConfigResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .viam.app.v1.BillingAddress billing_address = 1 [json_name = "billingAddress"];
    string billing_dashboard_url = 4 [json_name = "billingDashboardUrl"];
    com.google.protobuf.ByteString
    string billing_dashboard_url = 4 [json_name = "billingDashboardUrl"];
    string logo_url = 3 [json_name = "logoUrl"];
    com.google.protobuf.ByteString
    string logo_url = 3 [json_name = "logoUrl"];
    string support_email = 2 [json_name = "supportEmail"];
    com.google.protobuf.ByteString
    string 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

      App.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.