Class Project.ServiceTerms (0.39.0)

public static final class Project.ServiceTerms extends GeneratedMessageV3 implements Project.ServiceTermsOrBuilder

Metadata about the terms of service.

Protobuf type google.cloud.discoveryengine.v1alpha.Project.ServiceTerms

Static Fields

ACCEPT_TIME_FIELD_NUMBER

public static final int ACCEPT_TIME_FIELD_NUMBER
Field Value
Type Description
int

DECLINE_TIME_FIELD_NUMBER

public static final int DECLINE_TIME_FIELD_NUMBER
Field Value
Type Description
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
Type Description
int

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Project.ServiceTerms getDefaultInstance()
Returns
Type Description
Project.ServiceTerms

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Project.ServiceTerms.Builder newBuilder()
Returns
Type Description
Project.ServiceTerms.Builder

newBuilder(Project.ServiceTerms prototype)

public static Project.ServiceTerms.Builder newBuilder(Project.ServiceTerms prototype)
Parameter
Name Description
prototype Project.ServiceTerms
Returns
Type Description
Project.ServiceTerms.Builder

parseDelimitedFrom(InputStream input)

public static Project.ServiceTerms parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Project.ServiceTerms parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Project.ServiceTerms parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Project.ServiceTerms parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Project.ServiceTerms parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Project.ServiceTerms parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Project.ServiceTerms parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Project.ServiceTerms parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Project.ServiceTerms parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Project.ServiceTerms parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Project.ServiceTerms parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Project.ServiceTerms parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Project.ServiceTerms
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Project.ServiceTerms> parser()
Returns
Type Description
Parser<ServiceTerms>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAcceptTime()

public Timestamp getAcceptTime()

The last time when the project agreed to the terms of service.

.google.protobuf.Timestamp accept_time = 5;

Returns
Type Description
Timestamp

The acceptTime.

getAcceptTimeOrBuilder()

public TimestampOrBuilder getAcceptTimeOrBuilder()

The last time when the project agreed to the terms of service.

.google.protobuf.Timestamp accept_time = 5;

Returns
Type Description
TimestampOrBuilder

getDeclineTime()

public Timestamp getDeclineTime()

The last time when the project declined or revoked the agreement to terms of service.

.google.protobuf.Timestamp decline_time = 6;

Returns
Type Description
Timestamp

The declineTime.

getDeclineTimeOrBuilder()

public TimestampOrBuilder getDeclineTimeOrBuilder()

The last time when the project declined or revoked the agreement to terms of service.

.google.protobuf.Timestamp decline_time = 6;

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Project.ServiceTerms getDefaultInstanceForType()
Returns
Type Description
Project.ServiceTerms

getId()

public String getId()

The unique identifier of this terms of service. Available terms:

  • GA_DATA_USE_TERMS: Terms for data use. When using this as id, the acceptable version to provide is 2022-11-23.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The unique identifier of this terms of service. Available terms:

  • GA_DATA_USE_TERMS: Terms for data use. When using this as id, the acceptable version to provide is 2022-11-23.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getParserForType()

public Parser<Project.ServiceTerms> getParserForType()
Returns
Type Description
Parser<ServiceTerms>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getState()

public Project.ServiceTerms.State getState()

Whether the project has accepted/rejected the service terms or it is still pending.

.google.cloud.discoveryengine.v1alpha.Project.ServiceTerms.State state = 4;

Returns
Type Description
Project.ServiceTerms.State

The state.

getStateValue()

public int getStateValue()

Whether the project has accepted/rejected the service terms or it is still pending.

.google.cloud.discoveryengine.v1alpha.Project.ServiceTerms.State state = 4;

Returns
Type Description
int

The enum numeric value on the wire for state.

getVersion()

public String getVersion()

The version string of the terms of service. For acceptable values, see the comments for id above.

string version = 2;

Returns
Type Description
String

The version.

getVersionBytes()

public ByteString getVersionBytes()

The version string of the terms of service. For acceptable values, see the comments for id above.

string version = 2;

Returns
Type Description
ByteString

The bytes for version.

hasAcceptTime()

public boolean hasAcceptTime()

The last time when the project agreed to the terms of service.

.google.protobuf.Timestamp accept_time = 5;

Returns
Type Description
boolean

Whether the acceptTime field is set.

hasDeclineTime()

public boolean hasDeclineTime()

The last time when the project declined or revoked the agreement to terms of service.

.google.protobuf.Timestamp decline_time = 6;

Returns
Type Description
boolean

Whether the declineTime field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Project.ServiceTerms.Builder newBuilderForType()
Returns
Type Description
Project.ServiceTerms.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Project.ServiceTerms.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Project.ServiceTerms.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Project.ServiceTerms.Builder toBuilder()
Returns
Type Description
Project.ServiceTerms.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException