com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/shopping/merchant/accounts/v1beta/termsofserviceagreementstate.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.accounts.v1beta;
/**
*
*
*
* This resource represents the agreement state for a given account and terms of
* service kind.
* The state is as follows:
*
* * If the merchant has accepted a terms of service:
* [accepted](TermsOfServiceAggrementState.accepted) will be populated,
* otherwise it will be empty
* * If the merchant must sign a terms of service:
* [required](TermsOfServiceAggrementState.required) will be populated,
* otherwise it will be empty.
*
* Note that both [required](TermsOfServiceAggrementState.required) and
* [accepted](TermsOfServiceAggrementState.accepted) can be present. In this
* case the `accepted` terms of services will have an expiration date set in the
* [valid_until](Accepted.valid_until) field. The `required` terms of services
* need to be accepted before `valid_until` in order for the account to continue
* having a valid agreement. When accepting new terms of services we expect 3Ps
* to display the text associated with the given terms of service agreement (the
* url to the file containing the text is added in the Required message below as
* [tos_file_uri](Accepted.tos_file_uri). The actual acceptance of the terms of
* service is done by calling accept on the [TermsOfService](TermsOfService)
* resource.
*
*
* Protobuf type {@code google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState}
*/
public final class TermsOfServiceAgreementState extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState)
TermsOfServiceAgreementStateOrBuilder {
private static final long serialVersionUID = 0L;
// Use TermsOfServiceAgreementState.newBuilder() to construct.
private TermsOfServiceAgreementState(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private TermsOfServiceAgreementState() {
name_ = "";
regionCode_ = "";
termsOfServiceKind_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new TermsOfServiceAgreementState();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementStateProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfServiceAgreementState_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementStateProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfServiceAgreementState_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState.class,
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState.Builder
.class);
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @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;
}
}
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @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 REGION_CODE_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object regionCode_ = "";
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @return The regionCode.
*/
@java.lang.Override
public java.lang.String getRegionCode() {
java.lang.Object ref = regionCode_;
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();
regionCode_ = s;
return s;
}
}
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @return The bytes for regionCode.
*/
@java.lang.Override
public com.google.protobuf.ByteString getRegionCodeBytes() {
java.lang.Object ref = regionCode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
regionCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TERMS_OF_SERVICE_KIND_FIELD_NUMBER = 3;
private int termsOfServiceKind_ = 0;
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @return The enum numeric value on the wire for termsOfServiceKind.
*/
@java.lang.Override
public int getTermsOfServiceKindValue() {
return termsOfServiceKind_;
}
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @return The termsOfServiceKind.
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind getTermsOfServiceKind() {
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind result =
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.forNumber(
termsOfServiceKind_);
return result == null
? com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.UNRECOGNIZED
: result;
}
public static final int ACCEPTED_FIELD_NUMBER = 4;
private com.google.shopping.merchant.accounts.v1beta.Accepted accepted_;
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*
* @return Whether the accepted field is set.
*/
@java.lang.Override
public boolean hasAccepted() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*
* @return The accepted.
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.Accepted getAccepted() {
return accepted_ == null
? com.google.shopping.merchant.accounts.v1beta.Accepted.getDefaultInstance()
: accepted_;
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.AcceptedOrBuilder getAcceptedOrBuilder() {
return accepted_ == null
? com.google.shopping.merchant.accounts.v1beta.Accepted.getDefaultInstance()
: accepted_;
}
public static final int REQUIRED_FIELD_NUMBER = 5;
private com.google.shopping.merchant.accounts.v1beta.Required required_;
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*
* @return Whether the required field is set.
*/
@java.lang.Override
public boolean hasRequired() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*
* @return The required.
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.Required getRequired() {
return required_ == null
? com.google.shopping.merchant.accounts.v1beta.Required.getDefaultInstance()
: required_;
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.RequiredOrBuilder getRequiredOrBuilder() {
return required_ == null
? com.google.shopping.merchant.accounts.v1beta.Required.getDefaultInstance()
: required_;
}
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(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(regionCode_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, regionCode_);
}
if (termsOfServiceKind_
!= com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind
.TERMS_OF_SERVICE_KIND_UNSPECIFIED
.getNumber()) {
output.writeEnum(3, termsOfServiceKind_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(4, getAccepted());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(5, getRequired());
}
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(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(regionCode_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, regionCode_);
}
if (termsOfServiceKind_
!= com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind
.TERMS_OF_SERVICE_KIND_UNSPECIFIED
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, termsOfServiceKind_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(4, getAccepted());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, getRequired());
}
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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState)) {
return super.equals(obj);
}
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState other =
(com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState) obj;
if (!getName().equals(other.getName())) return false;
if (!getRegionCode().equals(other.getRegionCode())) return false;
if (termsOfServiceKind_ != other.termsOfServiceKind_) return false;
if (hasAccepted() != other.hasAccepted()) return false;
if (hasAccepted()) {
if (!getAccepted().equals(other.getAccepted())) return false;
}
if (hasRequired() != other.hasRequired()) return false;
if (hasRequired()) {
if (!getRequired().equals(other.getRequired())) 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) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (37 * hash) + REGION_CODE_FIELD_NUMBER;
hash = (53 * hash) + getRegionCode().hashCode();
hash = (37 * hash) + TERMS_OF_SERVICE_KIND_FIELD_NUMBER;
hash = (53 * hash) + termsOfServiceKind_;
if (hasAccepted()) {
hash = (37 * hash) + ACCEPTED_FIELD_NUMBER;
hash = (53 * hash) + getAccepted().hashCode();
}
if (hasRequired()) {
hash = (37 * hash) + REQUIRED_FIELD_NUMBER;
hash = (53 * hash) + getRequired().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState 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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState 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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState 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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState 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;
}
/**
*
*
*
* This resource represents the agreement state for a given account and terms of
* service kind.
* The state is as follows:
*
* * If the merchant has accepted a terms of service:
* [accepted](TermsOfServiceAggrementState.accepted) will be populated,
* otherwise it will be empty
* * If the merchant must sign a terms of service:
* [required](TermsOfServiceAggrementState.required) will be populated,
* otherwise it will be empty.
*
* Note that both [required](TermsOfServiceAggrementState.required) and
* [accepted](TermsOfServiceAggrementState.accepted) can be present. In this
* case the `accepted` terms of services will have an expiration date set in the
* [valid_until](Accepted.valid_until) field. The `required` terms of services
* need to be accepted before `valid_until` in order for the account to continue
* having a valid agreement. When accepting new terms of services we expect 3Ps
* to display the text associated with the given terms of service agreement (the
* url to the file containing the text is added in the Required message below as
* [tos_file_uri](Accepted.tos_file_uri). The actual acceptance of the terms of
* service is done by calling accept on the [TermsOfService](TermsOfService)
* resource.
*
*
* Protobuf type {@code google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState)
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementStateOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementStateProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfServiceAgreementState_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementStateProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfServiceAgreementState_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState.class,
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState.Builder
.class);
}
// Construct using
// com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
getAcceptedFieldBuilder();
getRequiredFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
regionCode_ = "";
termsOfServiceKind_ = 0;
accepted_ = null;
if (acceptedBuilder_ != null) {
acceptedBuilder_.dispose();
acceptedBuilder_ = null;
}
required_ = null;
if (requiredBuilder_ != null) {
requiredBuilder_.dispose();
requiredBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementStateProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfServiceAgreementState_descriptor;
}
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
getDefaultInstanceForType() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
.getDefaultInstance();
}
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState build() {
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState result =
buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
buildPartial() {
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState result =
new com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.regionCode_ = regionCode_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.termsOfServiceKind_ = termsOfServiceKind_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000008) != 0)) {
result.accepted_ = acceptedBuilder_ == null ? accepted_ : acceptedBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.required_ = requiredBuilder_ == null ? required_ : requiredBuilder_.build();
to_bitField0_ |= 0x00000002;
}
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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState) {
return mergeFrom(
(com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState other) {
if (other
== com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
.getDefaultInstance()) return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.getRegionCode().isEmpty()) {
regionCode_ = other.regionCode_;
bitField0_ |= 0x00000002;
onChanged();
}
if (other.termsOfServiceKind_ != 0) {
setTermsOfServiceKindValue(other.getTermsOfServiceKindValue());
}
if (other.hasAccepted()) {
mergeAccepted(other.getAccepted());
}
if (other.hasRequired()) {
mergeRequired(other.getRequired());
}
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:
{
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
regionCode_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 18
case 24:
{
termsOfServiceKind_ = input.readEnum();
bitField0_ |= 0x00000004;
break;
} // case 24
case 34:
{
input.readMessage(getAcceptedFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
case 42:
{
input.readMessage(getRequiredFieldBuilder().getBuilder(), extensionRegistry);
bitField0_ |= 0x00000010;
break;
} // case 42
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 name_ = "";
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @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;
}
}
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @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;
}
}
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @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_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*
*
* Identifier. The resource name of the terms of service version.
* Format: `accounts/{account}/termsOfServiceAgreementState/{identifier}`
* The identifier format is: `{TermsOfServiceKind}-{country}`
* For example, an identifier could be: `MERCHANT_CENTER-US`
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
*
* @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_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object regionCode_ = "";
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @return The regionCode.
*/
public java.lang.String getRegionCode() {
java.lang.Object ref = regionCode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
regionCode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @return The bytes for regionCode.
*/
public com.google.protobuf.ByteString getRegionCodeBytes() {
java.lang.Object ref = regionCode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
regionCode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @param value The regionCode to set.
* @return This builder for chaining.
*/
public Builder setRegionCode(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
regionCode_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @return This builder for chaining.
*/
public Builder clearRegionCode() {
regionCode_ = getDefaultInstance().getRegionCode();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
*
*
* Region code as defined by https://cldr.unicode.org/. This is the
* country the current state applies to.
*
*
* string region_code = 2;
*
* @param value The bytes for regionCode to set.
* @return This builder for chaining.
*/
public Builder setRegionCodeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
regionCode_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private int termsOfServiceKind_ = 0;
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @return The enum numeric value on the wire for termsOfServiceKind.
*/
@java.lang.Override
public int getTermsOfServiceKindValue() {
return termsOfServiceKind_;
}
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @param value The enum numeric value on the wire for termsOfServiceKind to set.
* @return This builder for chaining.
*/
public Builder setTermsOfServiceKindValue(int value) {
termsOfServiceKind_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @return The termsOfServiceKind.
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind getTermsOfServiceKind() {
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind result =
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.forNumber(
termsOfServiceKind_);
return result == null
? com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.UNRECOGNIZED
: result;
}
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @param value The termsOfServiceKind to set.
* @return This builder for chaining.
*/
public Builder setTermsOfServiceKind(
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
termsOfServiceKind_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* Terms of Service kind associated with the particular version.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind terms_of_service_kind = 3;
*
*
* @return This builder for chaining.
*/
public Builder clearTermsOfServiceKind() {
bitField0_ = (bitField0_ & ~0x00000004);
termsOfServiceKind_ = 0;
onChanged();
return this;
}
private com.google.shopping.merchant.accounts.v1beta.Accepted accepted_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.shopping.merchant.accounts.v1beta.Accepted,
com.google.shopping.merchant.accounts.v1beta.Accepted.Builder,
com.google.shopping.merchant.accounts.v1beta.AcceptedOrBuilder>
acceptedBuilder_;
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*
* @return Whether the accepted field is set.
*/
public boolean hasAccepted() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*
* @return The accepted.
*/
public com.google.shopping.merchant.accounts.v1beta.Accepted getAccepted() {
if (acceptedBuilder_ == null) {
return accepted_ == null
? com.google.shopping.merchant.accounts.v1beta.Accepted.getDefaultInstance()
: accepted_;
} else {
return acceptedBuilder_.getMessage();
}
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
public Builder setAccepted(com.google.shopping.merchant.accounts.v1beta.Accepted value) {
if (acceptedBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
accepted_ = value;
} else {
acceptedBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
public Builder setAccepted(
com.google.shopping.merchant.accounts.v1beta.Accepted.Builder builderForValue) {
if (acceptedBuilder_ == null) {
accepted_ = builderForValue.build();
} else {
acceptedBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
public Builder mergeAccepted(com.google.shopping.merchant.accounts.v1beta.Accepted value) {
if (acceptedBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0)
&& accepted_ != null
&& accepted_
!= com.google.shopping.merchant.accounts.v1beta.Accepted.getDefaultInstance()) {
getAcceptedBuilder().mergeFrom(value);
} else {
accepted_ = value;
}
} else {
acceptedBuilder_.mergeFrom(value);
}
if (accepted_ != null) {
bitField0_ |= 0x00000008;
onChanged();
}
return this;
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
public Builder clearAccepted() {
bitField0_ = (bitField0_ & ~0x00000008);
accepted_ = null;
if (acceptedBuilder_ != null) {
acceptedBuilder_.dispose();
acceptedBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
public com.google.shopping.merchant.accounts.v1beta.Accepted.Builder getAcceptedBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getAcceptedFieldBuilder().getBuilder();
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
public com.google.shopping.merchant.accounts.v1beta.AcceptedOrBuilder getAcceptedOrBuilder() {
if (acceptedBuilder_ != null) {
return acceptedBuilder_.getMessageOrBuilder();
} else {
return accepted_ == null
? com.google.shopping.merchant.accounts.v1beta.Accepted.getDefaultInstance()
: accepted_;
}
}
/**
*
*
*
* The accepted terms of service of this kind and for the associated
* region_code
*
*
* optional .google.shopping.merchant.accounts.v1beta.Accepted accepted = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.shopping.merchant.accounts.v1beta.Accepted,
com.google.shopping.merchant.accounts.v1beta.Accepted.Builder,
com.google.shopping.merchant.accounts.v1beta.AcceptedOrBuilder>
getAcceptedFieldBuilder() {
if (acceptedBuilder_ == null) {
acceptedBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.shopping.merchant.accounts.v1beta.Accepted,
com.google.shopping.merchant.accounts.v1beta.Accepted.Builder,
com.google.shopping.merchant.accounts.v1beta.AcceptedOrBuilder>(
getAccepted(), getParentForChildren(), isClean());
accepted_ = null;
}
return acceptedBuilder_;
}
private com.google.shopping.merchant.accounts.v1beta.Required required_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.shopping.merchant.accounts.v1beta.Required,
com.google.shopping.merchant.accounts.v1beta.Required.Builder,
com.google.shopping.merchant.accounts.v1beta.RequiredOrBuilder>
requiredBuilder_;
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*
* @return Whether the required field is set.
*/
public boolean hasRequired() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*
* @return The required.
*/
public com.google.shopping.merchant.accounts.v1beta.Required getRequired() {
if (requiredBuilder_ == null) {
return required_ == null
? com.google.shopping.merchant.accounts.v1beta.Required.getDefaultInstance()
: required_;
} else {
return requiredBuilder_.getMessage();
}
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
public Builder setRequired(com.google.shopping.merchant.accounts.v1beta.Required value) {
if (requiredBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
required_ = value;
} else {
requiredBuilder_.setMessage(value);
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
public Builder setRequired(
com.google.shopping.merchant.accounts.v1beta.Required.Builder builderForValue) {
if (requiredBuilder_ == null) {
required_ = builderForValue.build();
} else {
requiredBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
public Builder mergeRequired(com.google.shopping.merchant.accounts.v1beta.Required value) {
if (requiredBuilder_ == null) {
if (((bitField0_ & 0x00000010) != 0)
&& required_ != null
&& required_
!= com.google.shopping.merchant.accounts.v1beta.Required.getDefaultInstance()) {
getRequiredBuilder().mergeFrom(value);
} else {
required_ = value;
}
} else {
requiredBuilder_.mergeFrom(value);
}
if (required_ != null) {
bitField0_ |= 0x00000010;
onChanged();
}
return this;
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
public Builder clearRequired() {
bitField0_ = (bitField0_ & ~0x00000010);
required_ = null;
if (requiredBuilder_ != null) {
requiredBuilder_.dispose();
requiredBuilder_ = null;
}
onChanged();
return this;
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
public com.google.shopping.merchant.accounts.v1beta.Required.Builder getRequiredBuilder() {
bitField0_ |= 0x00000010;
onChanged();
return getRequiredFieldBuilder().getBuilder();
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
public com.google.shopping.merchant.accounts.v1beta.RequiredOrBuilder getRequiredOrBuilder() {
if (requiredBuilder_ != null) {
return requiredBuilder_.getMessageOrBuilder();
} else {
return required_ == null
? com.google.shopping.merchant.accounts.v1beta.Required.getDefaultInstance()
: required_;
}
}
/**
*
*
*
* The required terms of service
*
*
* optional .google.shopping.merchant.accounts.v1beta.Required required = 5;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.shopping.merchant.accounts.v1beta.Required,
com.google.shopping.merchant.accounts.v1beta.Required.Builder,
com.google.shopping.merchant.accounts.v1beta.RequiredOrBuilder>
getRequiredFieldBuilder() {
if (requiredBuilder_ == null) {
requiredBuilder_ =
new com.google.protobuf.SingleFieldBuilderV3<
com.google.shopping.merchant.accounts.v1beta.Required,
com.google.shopping.merchant.accounts.v1beta.Required.Builder,
com.google.shopping.merchant.accounts.v1beta.RequiredOrBuilder>(
getRequired(), getParentForChildren(), isClean());
required_ = null;
}
return requiredBuilder_;
}
@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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState)
}
// @@protoc_insertion_point(class_scope:google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState)
private static final com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState();
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public TermsOfServiceAgreementState 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.shopping.merchant.accounts.v1beta.TermsOfServiceAgreementState
getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy