com.google.ads.googleads.v17.resources.PaymentsAccount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/payments_account.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
/**
*
* A payments account, which can be used to set up billing for an Ads customer.
*
*
* Protobuf type {@code google.ads.googleads.v17.resources.PaymentsAccount}
*/
public final class PaymentsAccount extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v17.resources.PaymentsAccount)
PaymentsAccountOrBuilder {
private static final long serialVersionUID = 0L;
// Use PaymentsAccount.newBuilder() to construct.
private PaymentsAccount(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PaymentsAccount() {
resourceName_ = "";
paymentsAccountId_ = "";
name_ = "";
currencyCode_ = "";
paymentsProfileId_ = "";
secondaryPaymentsProfileId_ = "";
payingManagerCustomer_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PaymentsAccount();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.resources.PaymentsAccountProto.internal_static_google_ads_googleads_v17_resources_PaymentsAccount_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.resources.PaymentsAccountProto.internal_static_google_ads_googleads_v17_resources_PaymentsAccount_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.resources.PaymentsAccount.class, com.google.ads.googleads.v17.resources.PaymentsAccount.Builder.class);
}
private int bitField0_;
public static final int RESOURCE_NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object resourceName_ = "";
/**
*
* 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) = { ... }
* @return The resourceName.
*/
@java.lang.Override
public java.lang.String getResourceName() {
java.lang.Object ref = resourceName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
resourceName_ = s;
return s;
}
}
/**
*
* 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) = { ... }
* @return The bytes for resourceName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getResourceNameBytes() {
java.lang.Object ref = resourceName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
resourceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PAYMENTS_ACCOUNT_ID_FIELD_NUMBER = 8;
@SuppressWarnings("serial")
private volatile java.lang.Object paymentsAccountId_ = "";
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the paymentsAccountId field is set.
*/
@java.lang.Override
public boolean hasPaymentsAccountId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The paymentsAccountId.
*/
@java.lang.Override
public java.lang.String getPaymentsAccountId() {
java.lang.Object ref = paymentsAccountId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
paymentsAccountId_ = s;
return s;
}
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for paymentsAccountId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPaymentsAccountIdBytes() {
java.lang.Object ref = paymentsAccountId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
paymentsAccountId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NAME_FIELD_NUMBER = 9;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CURRENCY_CODE_FIELD_NUMBER = 10;
@SuppressWarnings("serial")
private volatile java.lang.Object currencyCode_ = "";
/**
*
* 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];
* @return Whether the currencyCode field is set.
*/
@java.lang.Override
public boolean hasCurrencyCode() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* 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];
* @return The currencyCode.
*/
@java.lang.Override
public java.lang.String getCurrencyCode() {
java.lang.Object ref = currencyCode_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
currencyCode_ = s;
return s;
}
}
/**
*
* 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];
* @return The bytes for currencyCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCurrencyCodeBytes() {
java.lang.Object ref = currencyCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
currencyCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PAYMENTS_PROFILE_ID_FIELD_NUMBER = 11;
@SuppressWarnings("serial")
private volatile java.lang.Object paymentsProfileId_ = "";
/**
*
* 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];
* @return Whether the paymentsProfileId field is set.
*/
@java.lang.Override
public boolean hasPaymentsProfileId() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
* 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];
* @return The paymentsProfileId.
*/
@java.lang.Override
public java.lang.String getPaymentsProfileId() {
java.lang.Object ref = paymentsProfileId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
paymentsProfileId_ = s;
return s;
}
}
/**
*
* 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];
* @return The bytes for paymentsProfileId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPaymentsProfileIdBytes() {
java.lang.Object ref = paymentsProfileId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
paymentsProfileId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SECONDARY_PAYMENTS_PROFILE_ID_FIELD_NUMBER = 12;
@SuppressWarnings("serial")
private volatile java.lang.Object secondaryPaymentsProfileId_ = "";
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the secondaryPaymentsProfileId field is set.
*/
@java.lang.Override
public boolean hasSecondaryPaymentsProfileId() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The secondaryPaymentsProfileId.
*/
@java.lang.Override
public java.lang.String getSecondaryPaymentsProfileId() {
java.lang.Object ref = secondaryPaymentsProfileId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
secondaryPaymentsProfileId_ = s;
return s;
}
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for secondaryPaymentsProfileId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSecondaryPaymentsProfileIdBytes() {
java.lang.Object ref = secondaryPaymentsProfileId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
secondaryPaymentsProfileId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int PAYING_MANAGER_CUSTOMER_FIELD_NUMBER = 13;
@SuppressWarnings("serial")
private volatile java.lang.Object payingManagerCustomer_ = "";
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the payingManagerCustomer field is set.
*/
@java.lang.Override
public boolean hasPayingManagerCustomer() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The payingManagerCustomer.
*/
@java.lang.Override
public java.lang.String getPayingManagerCustomer() {
java.lang.Object ref = payingManagerCustomer_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
payingManagerCustomer_ = s;
return s;
}
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for payingManagerCustomer.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPayingManagerCustomerBytes() {
java.lang.Object ref = payingManagerCustomer_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
payingManagerCustomer_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_);
}
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, paymentsAccountId_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, name_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, currencyCode_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, paymentsProfileId_);
}
if (((bitField0_ & 0x00000010) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, secondaryPaymentsProfileId_);
}
if (((bitField0_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, payingManagerCustomer_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resourceName_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, paymentsAccountId_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, name_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, currencyCode_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, paymentsProfileId_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, secondaryPaymentsProfileId_);
}
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, payingManagerCustomer_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.ads.googleads.v17.resources.PaymentsAccount)) {
return super.equals(obj);
}
com.google.ads.googleads.v17.resources.PaymentsAccount other = (com.google.ads.googleads.v17.resources.PaymentsAccount) obj;
if (!getResourceName()
.equals(other.getResourceName())) return false;
if (hasPaymentsAccountId() != other.hasPaymentsAccountId()) return false;
if (hasPaymentsAccountId()) {
if (!getPaymentsAccountId()
.equals(other.getPaymentsAccountId())) return false;
}
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName()
.equals(other.getName())) return false;
}
if (hasCurrencyCode() != other.hasCurrencyCode()) return false;
if (hasCurrencyCode()) {
if (!getCurrencyCode()
.equals(other.getCurrencyCode())) return false;
}
if (hasPaymentsProfileId() != other.hasPaymentsProfileId()) return false;
if (hasPaymentsProfileId()) {
if (!getPaymentsProfileId()
.equals(other.getPaymentsProfileId())) return false;
}
if (hasSecondaryPaymentsProfileId() != other.hasSecondaryPaymentsProfileId()) return false;
if (hasSecondaryPaymentsProfileId()) {
if (!getSecondaryPaymentsProfileId()
.equals(other.getSecondaryPaymentsProfileId())) return false;
}
if (hasPayingManagerCustomer() != other.hasPayingManagerCustomer()) return false;
if (hasPayingManagerCustomer()) {
if (!getPayingManagerCustomer()
.equals(other.getPayingManagerCustomer())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + RESOURCE_NAME_FIELD_NUMBER;
hash = (53 * hash) + getResourceName().hashCode();
if (hasPaymentsAccountId()) {
hash = (37 * hash) + PAYMENTS_ACCOUNT_ID_FIELD_NUMBER;
hash = (53 * hash) + getPaymentsAccountId().hashCode();
}
if (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
if (hasCurrencyCode()) {
hash = (37 * hash) + CURRENCY_CODE_FIELD_NUMBER;
hash = (53 * hash) + getCurrencyCode().hashCode();
}
if (hasPaymentsProfileId()) {
hash = (37 * hash) + PAYMENTS_PROFILE_ID_FIELD_NUMBER;
hash = (53 * hash) + getPaymentsProfileId().hashCode();
}
if (hasSecondaryPaymentsProfileId()) {
hash = (37 * hash) + SECONDARY_PAYMENTS_PROFILE_ID_FIELD_NUMBER;
hash = (53 * hash) + getSecondaryPaymentsProfileId().hashCode();
}
if (hasPayingManagerCustomer()) {
hash = (37 * hash) + PAYING_MANAGER_CUSTOMER_FIELD_NUMBER;
hash = (53 * hash) + getPayingManagerCustomer().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.ads.googleads.v17.resources.PaymentsAccount prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* A payments account, which can be used to set up billing for an Ads customer.
*
*
* Protobuf type {@code google.ads.googleads.v17.resources.PaymentsAccount}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.resources.PaymentsAccount)
com.google.ads.googleads.v17.resources.PaymentsAccountOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.resources.PaymentsAccountProto.internal_static_google_ads_googleads_v17_resources_PaymentsAccount_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.resources.PaymentsAccountProto.internal_static_google_ads_googleads_v17_resources_PaymentsAccount_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.resources.PaymentsAccount.class, com.google.ads.googleads.v17.resources.PaymentsAccount.Builder.class);
}
// Construct using com.google.ads.googleads.v17.resources.PaymentsAccount.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
resourceName_ = "";
paymentsAccountId_ = "";
name_ = "";
currencyCode_ = "";
paymentsProfileId_ = "";
secondaryPaymentsProfileId_ = "";
payingManagerCustomer_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v17.resources.PaymentsAccountProto.internal_static_google_ads_googleads_v17_resources_PaymentsAccount_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.PaymentsAccount getDefaultInstanceForType() {
return com.google.ads.googleads.v17.resources.PaymentsAccount.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.PaymentsAccount build() {
com.google.ads.googleads.v17.resources.PaymentsAccount result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.PaymentsAccount buildPartial() {
com.google.ads.googleads.v17.resources.PaymentsAccount result = new com.google.ads.googleads.v17.resources.PaymentsAccount(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.google.ads.googleads.v17.resources.PaymentsAccount result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.resourceName_ = resourceName_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.paymentsAccountId_ = paymentsAccountId_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.name_ = name_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.currencyCode_ = currencyCode_;
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.paymentsProfileId_ = paymentsProfileId_;
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.secondaryPaymentsProfileId_ = secondaryPaymentsProfileId_;
to_bitField0_ |= 0x00000010;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.payingManagerCustomer_ = payingManagerCustomer_;
to_bitField0_ |= 0x00000020;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.ads.googleads.v17.resources.PaymentsAccount) {
return mergeFrom((com.google.ads.googleads.v17.resources.PaymentsAccount)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v17.resources.PaymentsAccount other) {
if (other == com.google.ads.googleads.v17.resources.PaymentsAccount.getDefaultInstance()) return this;
if (!other.getResourceName().isEmpty()) {
resourceName_ = other.resourceName_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.hasPaymentsAccountId()) {
paymentsAccountId_ = other.paymentsAccountId_;
bitField0_ |= 0x00000002;
onChanged();
}
if (other.hasName()) {
name_ = other.name_;
bitField0_ |= 0x00000004;
onChanged();
}
if (other.hasCurrencyCode()) {
currencyCode_ = other.currencyCode_;
bitField0_ |= 0x00000008;
onChanged();
}
if (other.hasPaymentsProfileId()) {
paymentsProfileId_ = other.paymentsProfileId_;
bitField0_ |= 0x00000010;
onChanged();
}
if (other.hasSecondaryPaymentsProfileId()) {
secondaryPaymentsProfileId_ = other.secondaryPaymentsProfileId_;
bitField0_ |= 0x00000020;
onChanged();
}
if (other.hasPayingManagerCustomer()) {
payingManagerCustomer_ = other.payingManagerCustomer_;
bitField0_ |= 0x00000040;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
resourceName_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 66: {
paymentsAccountId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 66
case 74: {
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 74
case 82: {
currencyCode_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000008;
break;
} // case 82
case 90: {
paymentsProfileId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000010;
break;
} // case 90
case 98: {
secondaryPaymentsProfileId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000020;
break;
} // case 98
case 106: {
payingManagerCustomer_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000040;
break;
} // case 106
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object resourceName_ = "";
/**
*
* 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) = { ... }
* @return The resourceName.
*/
public java.lang.String getResourceName() {
java.lang.Object ref = resourceName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
resourceName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 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) = { ... }
* @return The bytes for resourceName.
*/
public com.google.protobuf.ByteString
getResourceNameBytes() {
java.lang.Object ref = resourceName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
resourceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 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) = { ... }
* @param value The resourceName to set.
* @return This builder for chaining.
*/
public Builder setResourceName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
resourceName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* 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) = { ... }
* @return This builder for chaining.
*/
public Builder clearResourceName() {
resourceName_ = getDefaultInstance().getResourceName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
* 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) = { ... }
* @param value The bytes for resourceName to set.
* @return This builder for chaining.
*/
public Builder setResourceNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
resourceName_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object paymentsAccountId_ = "";
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the paymentsAccountId field is set.
*/
public boolean hasPaymentsAccountId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The paymentsAccountId.
*/
public java.lang.String getPaymentsAccountId() {
java.lang.Object ref = paymentsAccountId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
paymentsAccountId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for paymentsAccountId.
*/
public com.google.protobuf.ByteString
getPaymentsAccountIdBytes() {
java.lang.Object ref = paymentsAccountId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
paymentsAccountId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The paymentsAccountId to set.
* @return This builder for chaining.
*/
public Builder setPaymentsAccountId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
paymentsAccountId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearPaymentsAccountId() {
paymentsAccountId_ = getDefaultInstance().getPaymentsAccountId();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
* Output only. A 16 digit ID used to identify a payments account.
*
*
* optional string payments_account_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The bytes for paymentsAccountId to set.
* @return This builder for chaining.
*/
public Builder setPaymentsAccountIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
paymentsAccountId_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object name_ = "";
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
name_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
* Output only. The name of the payments account.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object currencyCode_ = "";
/**
*
* 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];
* @return Whether the currencyCode field is set.
*/
public boolean hasCurrencyCode() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
* 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];
* @return The currencyCode.
*/
public java.lang.String getCurrencyCode() {
java.lang.Object ref = currencyCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
currencyCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 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];
* @return The bytes for currencyCode.
*/
public com.google.protobuf.ByteString
getCurrencyCodeBytes() {
java.lang.Object ref = currencyCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
currencyCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 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];
* @param value The currencyCode to set.
* @return This builder for chaining.
*/
public Builder setCurrencyCode(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
currencyCode_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
* 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];
* @return This builder for chaining.
*/
public Builder clearCurrencyCode() {
currencyCode_ = getDefaultInstance().getCurrencyCode();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
*
* 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];
* @param value The bytes for currencyCode to set.
* @return This builder for chaining.
*/
public Builder setCurrencyCodeBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
currencyCode_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private java.lang.Object paymentsProfileId_ = "";
/**
*
* 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];
* @return Whether the paymentsProfileId field is set.
*/
public boolean hasPaymentsProfileId() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
* 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];
* @return The paymentsProfileId.
*/
public java.lang.String getPaymentsProfileId() {
java.lang.Object ref = paymentsProfileId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
paymentsProfileId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* 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];
* @return The bytes for paymentsProfileId.
*/
public com.google.protobuf.ByteString
getPaymentsProfileIdBytes() {
java.lang.Object ref = paymentsProfileId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
paymentsProfileId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* 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];
* @param value The paymentsProfileId to set.
* @return This builder for chaining.
*/
public Builder setPaymentsProfileId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
paymentsProfileId_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
* 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];
* @return This builder for chaining.
*/
public Builder clearPaymentsProfileId() {
paymentsProfileId_ = getDefaultInstance().getPaymentsProfileId();
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
*
* 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];
* @param value The bytes for paymentsProfileId to set.
* @return This builder for chaining.
*/
public Builder setPaymentsProfileIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
paymentsProfileId_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
private java.lang.Object secondaryPaymentsProfileId_ = "";
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the secondaryPaymentsProfileId field is set.
*/
public boolean hasSecondaryPaymentsProfileId() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The secondaryPaymentsProfileId.
*/
public java.lang.String getSecondaryPaymentsProfileId() {
java.lang.Object ref = secondaryPaymentsProfileId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
secondaryPaymentsProfileId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for secondaryPaymentsProfileId.
*/
public com.google.protobuf.ByteString
getSecondaryPaymentsProfileIdBytes() {
java.lang.Object ref = secondaryPaymentsProfileId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
secondaryPaymentsProfileId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The secondaryPaymentsProfileId to set.
* @return This builder for chaining.
*/
public Builder setSecondaryPaymentsProfileId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
secondaryPaymentsProfileId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearSecondaryPaymentsProfileId() {
secondaryPaymentsProfileId_ = getDefaultInstance().getSecondaryPaymentsProfileId();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
*
* Output only. A secondary payments profile ID present in uncommon
* situations, for example, when a sequential liability agreement has been
* arranged.
*
*
* optional string secondary_payments_profile_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The bytes for secondaryPaymentsProfileId to set.
* @return This builder for chaining.
*/
public Builder setSecondaryPaymentsProfileIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
secondaryPaymentsProfileId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object payingManagerCustomer_ = "";
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the payingManagerCustomer field is set.
*/
public boolean hasPayingManagerCustomer() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The payingManagerCustomer.
*/
public java.lang.String getPayingManagerCustomer() {
java.lang.Object ref = payingManagerCustomer_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
payingManagerCustomer_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for payingManagerCustomer.
*/
public com.google.protobuf.ByteString
getPayingManagerCustomerBytes() {
java.lang.Object ref = payingManagerCustomer_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
payingManagerCustomer_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @param value The payingManagerCustomer to set.
* @return This builder for chaining.
*/
public Builder setPayingManagerCustomer(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
payingManagerCustomer_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearPayingManagerCustomer() {
payingManagerCustomer_ = getDefaultInstance().getPayingManagerCustomer();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
*
* Output only. Paying manager of this payment account.
*
*
* optional string paying_manager_customer = 13 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @param value The bytes for payingManagerCustomer to set.
* @return This builder for chaining.
*/
public Builder setPayingManagerCustomerBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
payingManagerCustomer_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.ads.googleads.v17.resources.PaymentsAccount)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v17.resources.PaymentsAccount)
private static final com.google.ads.googleads.v17.resources.PaymentsAccount DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v17.resources.PaymentsAccount();
}
public static com.google.ads.googleads.v17.resources.PaymentsAccount getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PaymentsAccount parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.PaymentsAccount getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy