Package viam.app.v1
Class Billing.GetInvoicePdfRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Billing.GetInvoicePdfRequest,Billing.GetInvoicePdfRequest.Builder>
viam.app.v1.Billing.GetInvoicePdfRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Billing.GetInvoicePdfRequestOrBuilder
- Enclosing class:
- Billing.GetInvoicePdfRequest
public static final class Billing.GetInvoicePdfRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Billing.GetInvoicePdfRequest,Billing.GetInvoicePdfRequest.Builder>
implements Billing.GetInvoicePdfRequestOrBuilder
Protobuf type
viam.app.v1.GetInvoicePdfRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionclearId()string id = 1 [json_name = "id"];string org_id = 2 [json_name = "orgId"];getId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];getOrgId()string org_id = 2 [json_name = "orgId"];com.google.protobuf.ByteStringstring org_id = 2 [json_name = "orgId"];string id = 1 [json_name = "id"];setIdBytes(com.google.protobuf.ByteString value) string id = 1 [json_name = "id"];string org_id = 2 [json_name = "orgId"];setOrgIdBytes(com.google.protobuf.ByteString value) string org_id = 2 [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
-
getId
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceBilling.GetInvoicePdfRequestOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceBilling.GetInvoicePdfRequestOrBuilder- Returns:
- The bytes for id.
-
setId
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getOrgId
string org_id = 2 [json_name = "orgId"];- Specified by:
getOrgIdin interfaceBilling.GetInvoicePdfRequestOrBuilder- Returns:
- The orgId.
-
getOrgIdBytes
public com.google.protobuf.ByteString getOrgIdBytes()string org_id = 2 [json_name = "orgId"];- Specified by:
getOrgIdBytesin interfaceBilling.GetInvoicePdfRequestOrBuilder- Returns:
- The bytes for orgId.
-
setOrgId
string org_id = 2 [json_name = "orgId"];- Parameters:
value- The orgId to set.- Returns:
- This builder for chaining.
-
clearOrgId
string org_id = 2 [json_name = "orgId"];- Returns:
- This builder for chaining.
-
setOrgIdBytes
string org_id = 2 [json_name = "orgId"];- Parameters:
value- The bytes for orgId to set.- Returns:
- This builder for chaining.
-