Package viam.app.v1
Class Billing.GetOrgBillingInformationRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Billing.GetOrgBillingInformationRequest,Billing.GetOrgBillingInformationRequest.Builder>
viam.app.v1.Billing.GetOrgBillingInformationRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Billing.GetOrgBillingInformationRequestOrBuilder
- Enclosing class:
- Billing.GetOrgBillingInformationRequest
public static final class Billing.GetOrgBillingInformationRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Billing.GetOrgBillingInformationRequest,Billing.GetOrgBillingInformationRequest.Builder>
implements Billing.GetOrgBillingInformationRequestOrBuilder
Protobuf type
viam.app.v1.GetOrgBillingInformationRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionstring org_id = 1 [json_name = "orgId"];getOrgId()string org_id = 1 [json_name = "orgId"];com.google.protobuf.ByteStringstring org_id = 1 [json_name = "orgId"];string org_id = 1 [json_name = "orgId"];setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
string org_id = 1 [json_name = "orgId"];- Specified by:
getOrgIdin interfaceBilling.GetOrgBillingInformationRequestOrBuilder- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];- Specified by:
getOrgIdBytesin interfaceBilling.GetOrgBillingInformationRequestOrBuilder- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 1 [json_name = "orgId"];- Parameters:
value- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 1 [json_name = "orgId"];- Returns:
- This builder for chaining.
-
setOrgIdBytes
public Billing.GetOrgBillingInformationRequest.Builder setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 1 [json_name = "orgId"];- Parameters:
value- The bytes for orgId to set.- Returns:
- This builder for chaining.
-