Package viam.app.v1
Interface Billing.GetCurrentMonthUsageRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Billing.GetCurrentMonthUsageRequest,Billing.GetCurrentMonthUsageRequest.Builder
- Enclosing class:
- Billing
public static interface Billing.GetCurrentMonthUsageRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOrgId()string org_id = 1 [json_name = "orgId"];com.google.protobuf.ByteStringstring org_id = 1 [json_name = "orgId"];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.
-