public final class TermsOfService extends GeneratedMessageV3 implements TermsOfServiceOrBuilder
A TermsOfService
.
Protobuf type google.shopping.merchant.accounts.v1beta.TermsOfService
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int EXTERNAL_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int FILE_URI_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int KIND_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
public static final int REGION_CODE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
public static TermsOfService getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static TermsOfService.Builder newBuilder()
public static TermsOfService.Builder newBuilder(TermsOfService prototype)
public static TermsOfService parseDelimitedFrom(InputStream input)
public static TermsOfService parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TermsOfService parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
public static TermsOfService parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TermsOfService parseFrom(ByteString data)
public static TermsOfService parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TermsOfService parseFrom(CodedInputStream input)
public static TermsOfService parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TermsOfService parseFrom(InputStream input)
public static TermsOfService parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TermsOfService parseFrom(ByteBuffer data)
public static TermsOfService parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<TermsOfService> parser()
Methods
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
public TermsOfService getDefaultInstanceForType()
getExternal()
public boolean getExternal()
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;
Returns |
Type |
Description |
boolean |
The external.
|
public String getFileUri()
URI for terms of service file that needs to be displayed to signing users.
optional string file_uri = 4;
Returns |
Type |
Description |
String |
The fileUri.
|
public ByteString getFileUriBytes()
URI for terms of service file that needs to be displayed to signing users.
optional string file_uri = 4;
Returns |
Type |
Description |
ByteString |
The bytes for fileUri.
|
public TermsOfServiceKind getKind()
The Kind this terms of service version applies to.
.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
public int getKindValue()
The Kind this terms of service version applies to.
.google.shopping.merchant.accounts.v1beta.TermsOfServiceKind kind = 3;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for kind.
|
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) = { ... }
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
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) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
public Parser<TermsOfService> getParserForType()
Overrides
public String getRegionCode()
Region code as defined by CLDR. 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;
Returns |
Type |
Description |
String |
The regionCode.
|
public ByteString getRegionCodeBytes()
Region code as defined by CLDR. 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;
Returns |
Type |
Description |
ByteString |
The bytes for regionCode.
|
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
public boolean hasFileUri()
URI for terms of service file that needs to be displayed to signing users.
optional string file_uri = 4;
Returns |
Type |
Description |
boolean |
Whether the fileUri field is set.
|
Returns |
Type |
Description |
int |
|
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TermsOfService.Builder newBuilderForType()
protected TermsOfService.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
public TermsOfService.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides