public static final class Project.ServiceTerms extends GeneratedMessageV3 implements Project.ServiceTermsOrBuilder
Metadata about the terms of service.
Protobuf type google.cloud.discoveryengine.v1.Project.ServiceTerms
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
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Project.ServiceTerms.Builder newBuilder()
newBuilder(Project.ServiceTerms prototype)
public static Project.ServiceTerms.Builder newBuilder(Project.ServiceTerms prototype)
public static Project.ServiceTerms parseDelimitedFrom(InputStream input)
public static Project.ServiceTerms parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Project.ServiceTerms parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Project.ServiceTerms parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Project.ServiceTerms parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Project.ServiceTerms parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Project.ServiceTerms parseFrom(CodedInputStream input)
public static Project.ServiceTerms parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Project.ServiceTerms parseFrom(InputStream input)
public static Project.ServiceTerms parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Project.ServiceTerms parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Project.ServiceTerms parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Project.ServiceTerms> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
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;
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;
getDefaultInstanceForType()
public Project.ServiceTerms getDefaultInstanceForType()
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()
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.v1.Project.ServiceTerms.State state = 4;
getStateValue()
public int getStateValue()
Whether the project has accepted/rejected the service terms or it is
still pending.
.google.cloud.discoveryengine.v1.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()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Project.ServiceTerms.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Project.ServiceTerms.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public Project.ServiceTerms.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides