Package viam.app.v1
Class App.EnableBillingServiceRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.EnableBillingServiceRequest,App.EnableBillingServiceRequest.Builder>
viam.app.v1.App.EnableBillingServiceRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.EnableBillingServiceRequestOrBuilder
- Enclosing class:
- App.EnableBillingServiceRequest
public static final class App.EnableBillingServiceRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.EnableBillingServiceRequest,App.EnableBillingServiceRequest.Builder>
implements App.EnableBillingServiceRequestOrBuilder
Protobuf type
viam.app.v1.EnableBillingServiceRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescription.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
string org_id = 1 [json_name = "orgId"];
.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"];
.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
setBillingAddress
(App.BillingAddress.Builder builderForValue) .viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
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, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrgId
string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgId
in interfaceApp.EnableBillingServiceRequestOrBuilder
- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 1 [json_name = "orgId"];
- Specified by:
getOrgIdBytes
in interfaceApp.EnableBillingServiceRequestOrBuilder
- 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
string org_id = 1 [json_name = "orgId"];
- Parameters:
value
- The bytes for orgId to set.- Returns:
- This builder for chaining.
-
hasBillingAddress
public boolean hasBillingAddress().viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
- Specified by:
hasBillingAddress
in interfaceApp.EnableBillingServiceRequestOrBuilder
- Returns:
- Whether the billingAddress field is set.
-
getBillingAddress
.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
- Specified by:
getBillingAddress
in interfaceApp.EnableBillingServiceRequestOrBuilder
- Returns:
- The billingAddress.
-
setBillingAddress
.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
-
setBillingAddress
public App.EnableBillingServiceRequest.Builder setBillingAddress(App.BillingAddress.Builder builderForValue) .viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
-
mergeBillingAddress
.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
-
clearBillingAddress
.viam.app.v1.BillingAddress billing_address = 2 [json_name = "billingAddress"];
-