Class PaymentsAccount.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
- com.google.ads.googleads.v10.resources.PaymentsAccount.Builder
-
- All Implemented Interfaces:
PaymentsAccountOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- PaymentsAccount
public static final class PaymentsAccount.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder> implements PaymentsAccountOrBuilder
A payments account, which can be used to set up billing for an Ads customer.
Protobuf typegoogle.ads.googleads.v10.resources.PaymentsAccount
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentsAccount.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)PaymentsAccountbuild()PaymentsAccountbuildPartial()PaymentsAccount.Builderclear()PaymentsAccount.BuilderclearCurrencyCode()Output only.PaymentsAccount.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)PaymentsAccount.BuilderclearName()Output only.PaymentsAccount.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)PaymentsAccount.BuilderclearPayingManagerCustomer()Output only.PaymentsAccount.BuilderclearPaymentsAccountId()Output only.PaymentsAccount.BuilderclearPaymentsProfileId()Output only.PaymentsAccount.BuilderclearResourceName()Output only.PaymentsAccount.BuilderclearSecondaryPaymentsProfileId()Output only.PaymentsAccount.Builderclone()java.lang.StringgetCurrencyCode()Output only.com.google.protobuf.ByteStringgetCurrencyCodeBytes()Output only.PaymentsAccountgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.java.lang.StringgetPayingManagerCustomer()Output only.com.google.protobuf.ByteStringgetPayingManagerCustomerBytes()Output only.java.lang.StringgetPaymentsAccountId()Output only.com.google.protobuf.ByteStringgetPaymentsAccountIdBytes()Output only.java.lang.StringgetPaymentsProfileId()Output only.com.google.protobuf.ByteStringgetPaymentsProfileIdBytes()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.java.lang.StringgetSecondaryPaymentsProfileId()Output only.com.google.protobuf.ByteStringgetSecondaryPaymentsProfileIdBytes()Output only.booleanhasCurrencyCode()Output only.booleanhasName()Output only.booleanhasPayingManagerCustomer()Output only.booleanhasPaymentsAccountId()Output only.booleanhasPaymentsProfileId()Output only.booleanhasSecondaryPaymentsProfileId()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()PaymentsAccount.BuildermergeFrom(PaymentsAccount other)PaymentsAccount.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)PaymentsAccount.BuildermergeFrom(com.google.protobuf.Message other)PaymentsAccount.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)PaymentsAccount.BuildersetCurrencyCode(java.lang.String value)Output only.PaymentsAccount.BuildersetCurrencyCodeBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)PaymentsAccount.BuildersetName(java.lang.String value)Output only.PaymentsAccount.BuildersetNameBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetPayingManagerCustomer(java.lang.String value)Output only.PaymentsAccount.BuildersetPayingManagerCustomerBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetPaymentsAccountId(java.lang.String value)Output only.PaymentsAccount.BuildersetPaymentsAccountIdBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetPaymentsProfileId(java.lang.String value)Output only.PaymentsAccount.BuildersetPaymentsProfileIdBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)PaymentsAccount.BuildersetResourceName(java.lang.String value)Output only.PaymentsAccount.BuildersetResourceNameBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetSecondaryPaymentsProfileId(java.lang.String value)Output only.PaymentsAccount.BuildersetSecondaryPaymentsProfileIdBytes(com.google.protobuf.ByteString value)Output only.PaymentsAccount.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
clear
public PaymentsAccount.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
getDefaultInstanceForType
public PaymentsAccount getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public PaymentsAccount build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public PaymentsAccount buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public PaymentsAccount.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
setField
public PaymentsAccount.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
clearField
public PaymentsAccount.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
clearOneof
public PaymentsAccount.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
setRepeatedField
public PaymentsAccount.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
addRepeatedField
public PaymentsAccount.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
mergeFrom
public PaymentsAccount.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PaymentsAccount.Builder>
-
mergeFrom
public PaymentsAccount.Builder mergeFrom(PaymentsAccount other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
mergeFrom
public PaymentsAccount.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<PaymentsAccount.Builder>- Throws:
java.io.IOException
-
getResourceName
public java.lang.String getResourceName()
Output only. The resource name of the payments account. PaymentsAccount resource names have the form: `customers/{customer_id}/paymentsAccounts/{payments_account_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNamein interfacePaymentsAccountOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the payments account. PaymentsAccount resource names have the form: `customers/{customer_id}/paymentsAccounts/{payments_account_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNameBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for resourceName.
-
setResourceName
public PaymentsAccount.Builder setResourceName(java.lang.String value)
Output only. The resource name of the payments account. PaymentsAccount resource names have the form: `customers/{customer_id}/paymentsAccounts/{payments_account_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The resourceName to set.- Returns:
- This builder for chaining.
-
clearResourceName
public PaymentsAccount.Builder clearResourceName()
Output only. The resource name of the payments account. PaymentsAccount resource names have the form: `customers/{customer_id}/paymentsAccounts/{payments_account_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setResourceNameBytes
public PaymentsAccount.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
Output only. The resource name of the payments account. PaymentsAccount resource names have the form: `customers/{customer_id}/paymentsAccounts/{payments_account_id}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for resourceName to set.- Returns:
- This builder for chaining.
-
hasPaymentsAccountId
public boolean hasPaymentsAccountId()
Output only. A 16 digit ID used to identify a payments account.
optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasPaymentsAccountIdin interfacePaymentsAccountOrBuilder- Returns:
- Whether the paymentsAccountId field is set.
-
getPaymentsAccountId
public java.lang.String getPaymentsAccountId()
Output only. A 16 digit ID used to identify a payments account.
optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPaymentsAccountIdin interfacePaymentsAccountOrBuilder- Returns:
- The paymentsAccountId.
-
getPaymentsAccountIdBytes
public com.google.protobuf.ByteString getPaymentsAccountIdBytes()
Output only. A 16 digit ID used to identify a payments account.
optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPaymentsAccountIdBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for paymentsAccountId.
-
setPaymentsAccountId
public PaymentsAccount.Builder setPaymentsAccountId(java.lang.String value)
Output only. A 16 digit ID used to identify a payments account.
optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The paymentsAccountId to set.- Returns:
- This builder for chaining.
-
clearPaymentsAccountId
public PaymentsAccount.Builder clearPaymentsAccountId()
Output only. A 16 digit ID used to identify a payments account.
optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setPaymentsAccountIdBytes
public PaymentsAccount.Builder setPaymentsAccountIdBytes(com.google.protobuf.ByteString value)
Output only. A 16 digit ID used to identify a payments account.
optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for paymentsAccountId to set.- Returns:
- This builder for chaining.
-
hasName
public boolean hasName()
Output only. The name of the payments account.
optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasNamein interfacePaymentsAccountOrBuilder- Returns:
- Whether the name field is set.
-
getName
public java.lang.String getName()
Output only. The name of the payments account.
optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNamein interfacePaymentsAccountOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Output only. The name of the payments account.
optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNameBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for name.
-
setName
public PaymentsAccount.Builder setName(java.lang.String value)
Output only. The name of the payments account.
optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public PaymentsAccount.Builder clearName()
Output only. The name of the payments account.
optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setNameBytes
public PaymentsAccount.Builder setNameBytes(com.google.protobuf.ByteString value)
Output only. The name of the payments account.
optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
hasCurrencyCode
public boolean hasCurrencyCode()
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
optional string currency_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCurrencyCodein interfacePaymentsAccountOrBuilder- Returns:
- Whether the currencyCode field is set.
-
getCurrencyCode
public java.lang.String getCurrencyCode()
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
optional string currency_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCurrencyCodein interfacePaymentsAccountOrBuilder- Returns:
- The currencyCode.
-
getCurrencyCodeBytes
public com.google.protobuf.ByteString getCurrencyCodeBytes()
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
optional string currency_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCurrencyCodeBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for currencyCode.
-
setCurrencyCode
public PaymentsAccount.Builder setCurrencyCode(java.lang.String value)
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
optional string currency_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The currencyCode to set.- Returns:
- This builder for chaining.
-
clearCurrencyCode
public PaymentsAccount.Builder clearCurrencyCode()
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
optional string currency_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setCurrencyCodeBytes
public PaymentsAccount.Builder setCurrencyCodeBytes(com.google.protobuf.ByteString value)
Output only. The currency code of the payments account. A subset of the currency codes derived from the ISO 4217 standard is supported.
optional string currency_code = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for currencyCode to set.- Returns:
- This builder for chaining.
-
hasPaymentsProfileId
public boolean hasPaymentsProfileId()
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
optional string payments_profile_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasPaymentsProfileIdin interfacePaymentsAccountOrBuilder- Returns:
- Whether the paymentsProfileId field is set.
-
getPaymentsProfileId
public java.lang.String getPaymentsProfileId()
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
optional string payments_profile_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPaymentsProfileIdin interfacePaymentsAccountOrBuilder- Returns:
- The paymentsProfileId.
-
getPaymentsProfileIdBytes
public com.google.protobuf.ByteString getPaymentsProfileIdBytes()
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
optional string payments_profile_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getPaymentsProfileIdBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for paymentsProfileId.
-
setPaymentsProfileId
public PaymentsAccount.Builder setPaymentsProfileId(java.lang.String value)
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
optional string payments_profile_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The paymentsProfileId to set.- Returns:
- This builder for chaining.
-
clearPaymentsProfileId
public PaymentsAccount.Builder clearPaymentsProfileId()
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
optional string payments_profile_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setPaymentsProfileIdBytes
public PaymentsAccount.Builder setPaymentsProfileIdBytes(com.google.protobuf.ByteString value)
Output only. A 12 digit ID used to identify the payments profile associated with the payments account.
optional string payments_profile_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for paymentsProfileId to set.- Returns:
- This builder for chaining.
-
hasSecondaryPaymentsProfileId
public boolean hasSecondaryPaymentsProfileId()
Output only. A secondary payments profile ID present in uncommon situations, e.g. when a sequential liability agreement has been arranged.
optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasSecondaryPaymentsProfileIdin interfacePaymentsAccountOrBuilder- Returns:
- Whether the secondaryPaymentsProfileId field is set.
-
getSecondaryPaymentsProfileId
public java.lang.String getSecondaryPaymentsProfileId()
Output only. A secondary payments profile ID present in uncommon situations, e.g. when a sequential liability agreement has been arranged.
optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getSecondaryPaymentsProfileIdin interfacePaymentsAccountOrBuilder- Returns:
- The secondaryPaymentsProfileId.
-
getSecondaryPaymentsProfileIdBytes
public com.google.protobuf.ByteString getSecondaryPaymentsProfileIdBytes()
Output only. A secondary payments profile ID present in uncommon situations, e.g. when a sequential liability agreement has been arranged.
optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getSecondaryPaymentsProfileIdBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for secondaryPaymentsProfileId.
-
setSecondaryPaymentsProfileId
public PaymentsAccount.Builder setSecondaryPaymentsProfileId(java.lang.String value)
Output only. A secondary payments profile ID present in uncommon situations, e.g. when a sequential liability agreement has been arranged.
optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The secondaryPaymentsProfileId to set.- Returns:
- This builder for chaining.
-
clearSecondaryPaymentsProfileId
public PaymentsAccount.Builder clearSecondaryPaymentsProfileId()
Output only. A secondary payments profile ID present in uncommon situations, e.g. when a sequential liability agreement has been arranged.
optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setSecondaryPaymentsProfileIdBytes
public PaymentsAccount.Builder setSecondaryPaymentsProfileIdBytes(com.google.protobuf.ByteString value)
Output only. A secondary payments profile ID present in uncommon situations, e.g. when a sequential liability agreement has been arranged.
optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for secondaryPaymentsProfileId to set.- Returns:
- This builder for chaining.
-
hasPayingManagerCustomer
public boolean hasPayingManagerCustomer()
Output only. Paying manager of this payment account.
optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
hasPayingManagerCustomerin interfacePaymentsAccountOrBuilder- Returns:
- Whether the payingManagerCustomer field is set.
-
getPayingManagerCustomer
public java.lang.String getPayingManagerCustomer()
Output only. Paying manager of this payment account.
optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getPayingManagerCustomerin interfacePaymentsAccountOrBuilder- Returns:
- The payingManagerCustomer.
-
getPayingManagerCustomerBytes
public com.google.protobuf.ByteString getPayingManagerCustomerBytes()
Output only. Paying manager of this payment account.
optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getPayingManagerCustomerBytesin interfacePaymentsAccountOrBuilder- Returns:
- The bytes for payingManagerCustomer.
-
setPayingManagerCustomer
public PaymentsAccount.Builder setPayingManagerCustomer(java.lang.String value)
Output only. Paying manager of this payment account.
optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The payingManagerCustomer to set.- Returns:
- This builder for chaining.
-
clearPayingManagerCustomer
public PaymentsAccount.Builder clearPayingManagerCustomer()
Output only. Paying manager of this payment account.
optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setPayingManagerCustomerBytes
public PaymentsAccount.Builder setPayingManagerCustomerBytes(com.google.protobuf.ByteString value)
Output only. Paying manager of this payment account.
optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for payingManagerCustomer to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final PaymentsAccount.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
mergeUnknownFields
public final PaymentsAccount.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<PaymentsAccount.Builder>
-
-