com.google.shopping.merchant.accounts.v1beta.TermsOfService 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/termsofservice.proto
// Protobuf Java Version: 3.25.5
package com.google.shopping.merchant.accounts.v1beta;
/**
*
*
*
* A `TermsOfService`.
*
*
* Protobuf type {@code google.shopping.merchant.accounts.v1beta.TermsOfService}
*/
public final class TermsOfService extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.shopping.merchant.accounts.v1beta.TermsOfService)
TermsOfServiceOrBuilder {
private static final long serialVersionUID = 0L;
// Use TermsOfService.newBuilder() to construct.
private TermsOfService(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private TermsOfService() {
name_ = "";
regionCode_ = "";
kind_ = 0;
fileUri_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new TermsOfService();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfService_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfService_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.shopping.merchant.accounts.v1beta.TermsOfService.class,
com.google.shopping.merchant.accounts.v1beta.TermsOfService.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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 KIND_FIELD_NUMBER = 3;
private int kind_ = 0;
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @return The enum numeric value on the wire for kind.
*/
@java.lang.Override
public int getKindValue() {
return kind_;
}
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @return The kind.
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind getKind() {
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind result =
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.forNumber(kind_);
return result == null
? com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.UNRECOGNIZED
: result;
}
public static final int FILE_URI_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object fileUri_ = "";
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return Whether the fileUri field is set.
*/
@java.lang.Override
public boolean hasFileUri() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return The fileUri.
*/
@java.lang.Override
public java.lang.String getFileUri() {
java.lang.Object ref = fileUri_;
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();
fileUri_ = s;
return s;
}
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return The bytes for fileUri.
*/
@java.lang.Override
public com.google.protobuf.ByteString getFileUriBytes() {
java.lang.Object ref = fileUri_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
fileUri_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int EXTERNAL_FIELD_NUMBER = 5;
private boolean external_ = false;
/**
*
*
*
* Whether this terms of service version is external. External terms of
* service versions can only be agreed through external processes and not
* directly by the merchant through UI or API.
*
*
* bool external = 5;
*
* @return The external.
*/
@java.lang.Override
public boolean getExternal() {
return external_;
}
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 (kind_
!= com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind
.TERMS_OF_SERVICE_KIND_UNSPECIFIED
.getNumber()) {
output.writeEnum(3, kind_);
}
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, fileUri_);
}
if (external_ != false) {
output.writeBool(5, external_);
}
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 (kind_
!= com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind
.TERMS_OF_SERVICE_KIND_UNSPECIFIED
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(3, kind_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, fileUri_);
}
if (external_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(5, external_);
}
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.TermsOfService)) {
return super.equals(obj);
}
com.google.shopping.merchant.accounts.v1beta.TermsOfService other =
(com.google.shopping.merchant.accounts.v1beta.TermsOfService) obj;
if (!getName().equals(other.getName())) return false;
if (!getRegionCode().equals(other.getRegionCode())) return false;
if (kind_ != other.kind_) return false;
if (hasFileUri() != other.hasFileUri()) return false;
if (hasFileUri()) {
if (!getFileUri().equals(other.getFileUri())) return false;
}
if (getExternal() != other.getExternal()) 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) + KIND_FIELD_NUMBER;
hash = (53 * hash) + kind_;
if (hasFileUri()) {
hash = (37 * hash) + FILE_URI_FIELD_NUMBER;
hash = (53 * hash) + getFileUri().hashCode();
}
hash = (37 * hash) + EXTERNAL_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getExternal());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfService parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfService 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.TermsOfService parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfService 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.TermsOfService parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfService 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.TermsOfService 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.TermsOfService 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.TermsOfService 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.TermsOfService 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.TermsOfService 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.TermsOfService 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.TermsOfService 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 `TermsOfService`.
*
*
* Protobuf type {@code google.shopping.merchant.accounts.v1beta.TermsOfService}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.shopping.merchant.accounts.v1beta.TermsOfService)
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfService_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfService_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.shopping.merchant.accounts.v1beta.TermsOfService.class,
com.google.shopping.merchant.accounts.v1beta.TermsOfService.Builder.class);
}
// Construct using com.google.shopping.merchant.accounts.v1beta.TermsOfService.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
regionCode_ = "";
kind_ = 0;
fileUri_ = "";
external_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfServiceProto
.internal_static_google_shopping_merchant_accounts_v1beta_TermsOfService_descriptor;
}
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfService getDefaultInstanceForType() {
return com.google.shopping.merchant.accounts.v1beta.TermsOfService.getDefaultInstance();
}
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfService build() {
com.google.shopping.merchant.accounts.v1beta.TermsOfService result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfService buildPartial() {
com.google.shopping.merchant.accounts.v1beta.TermsOfService result =
new com.google.shopping.merchant.accounts.v1beta.TermsOfService(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.shopping.merchant.accounts.v1beta.TermsOfService 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.kind_ = kind_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000008) != 0)) {
result.fileUri_ = fileUri_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.external_ = external_;
}
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.TermsOfService) {
return mergeFrom((com.google.shopping.merchant.accounts.v1beta.TermsOfService) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.shopping.merchant.accounts.v1beta.TermsOfService other) {
if (other == com.google.shopping.merchant.accounts.v1beta.TermsOfService.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.kind_ != 0) {
setKindValue(other.getKindValue());
}
if (other.hasFileUri()) {
fileUri_ = other.fileUri_;
bitField0_ |= 0x00000008;
onChanged();
}
if (other.getExternal() != false) {
setExternal(other.getExternal());
}
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:
{
kind_ = input.readEnum();
bitField0_ |= 0x00000004;
break;
} // case 24
case 34:
{
fileUri_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000008;
break;
} // case 34
case 40:
{
external_ = input.readBool();
bitField0_ |= 0x00000010;
break;
} // case 40
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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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: `termsOfService/{version}`
*
*
*
* string name = 1 [(.google.api.field_behavior) = IDENTIFIER, (.google.api.resource_reference) = { ... }
*
*
* @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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 [CLDR](https://cldr.unicode.org/). This is either
* a country where the ToS applies specifically to that country or `001` when
* the same `TermsOfService` can be signed in any country. However note that
* when signing a ToS that applies globally we still expect that a specific
* country is provided (this should be merchant business country or program
* country of participation).
*
*
* 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 kind_ = 0;
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @return The enum numeric value on the wire for kind.
*/
@java.lang.Override
public int getKindValue() {
return kind_;
}
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @param value The enum numeric value on the wire for kind to set.
* @return This builder for chaining.
*/
public Builder setKindValue(int value) {
kind_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @return The kind.
*/
@java.lang.Override
public com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind getKind() {
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind result =
com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.forNumber(kind_);
return result == null
? com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind.UNRECOGNIZED
: result;
}
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @param value The kind to set.
* @return This builder for chaining.
*/
public Builder setKind(com.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
kind_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* The Kind this terms of service version applies to.
*
*
* .google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
*
* @return This builder for chaining.
*/
public Builder clearKind() {
bitField0_ = (bitField0_ & ~0x00000004);
kind_ = 0;
onChanged();
return this;
}
private java.lang.Object fileUri_ = "";
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return Whether the fileUri field is set.
*/
public boolean hasFileUri() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return The fileUri.
*/
public java.lang.String getFileUri() {
java.lang.Object ref = fileUri_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
fileUri_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return The bytes for fileUri.
*/
public com.google.protobuf.ByteString getFileUriBytes() {
java.lang.Object ref = fileUri_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
fileUri_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @param value The fileUri to set.
* @return This builder for chaining.
*/
public Builder setFileUri(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
fileUri_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @return This builder for chaining.
*/
public Builder clearFileUri() {
fileUri_ = getDefaultInstance().getFileUri();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
*
*
*
* URI for terms of service file that needs to be displayed to signing users.
*
*
* optional string file_uri = 4;
*
* @param value The bytes for fileUri to set.
* @return This builder for chaining.
*/
public Builder setFileUriBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
fileUri_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
private boolean external_;
/**
*
*
*
* Whether this terms of service version is external. External terms of
* service versions can only be agreed through external processes and not
* directly by the merchant through UI or API.
*
*
* bool external = 5;
*
* @return The external.
*/
@java.lang.Override
public boolean getExternal() {
return external_;
}
/**
*
*
*
* Whether this terms of service version is external. External terms of
* service versions can only be agreed through external processes and not
* directly by the merchant through UI or API.
*
*
* bool external = 5;
*
* @param value The external to set.
* @return This builder for chaining.
*/
public Builder setExternal(boolean value) {
external_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* Whether this terms of service version is external. External terms of
* service versions can only be agreed through external processes and not
* directly by the merchant through UI or API.
*
*
* bool external = 5;
*
* @return This builder for chaining.
*/
public Builder clearExternal() {
bitField0_ = (bitField0_ & ~0x00000010);
external_ = false;
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.shopping.merchant.accounts.v1beta.TermsOfService)
}
// @@protoc_insertion_point(class_scope:google.shopping.merchant.accounts.v1beta.TermsOfService)
private static final com.google.shopping.merchant.accounts.v1beta.TermsOfService DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.shopping.merchant.accounts.v1beta.TermsOfService();
}
public static com.google.shopping.merchant.accounts.v1beta.TermsOfService getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public TermsOfService 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.TermsOfService getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy