Enum Project.ServiceTerms.State (0.39.0)

public enum Project.ServiceTerms.State extends Enum<Project.ServiceTerms.State> implements ProtocolMessageEnum

The agreement states this terms of service.

Protobuf enum google.cloud.discoveryengine.v1alpha.Project.ServiceTerms.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_UNSPECIFIED

The default value of the enum. This value is not actually used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value of the enum. This value is not actually used.

STATE_UNSPECIFIED = 0;

TERMS_ACCEPTED

The project has given consent to the terms of service.

TERMS_ACCEPTED = 1;

TERMS_ACCEPTED_VALUE

The project has given consent to the terms of service.

TERMS_ACCEPTED = 1;

TERMS_DECLINED

The project has declined or revoked the agreement to terms of service.

TERMS_DECLINED = 3;

TERMS_DECLINED_VALUE

The project has declined or revoked the agreement to terms of service.

TERMS_DECLINED = 3;

TERMS_PENDING

The project is pending to review and accept the terms of service.

TERMS_PENDING = 2;

TERMS_PENDING_VALUE

The project is pending to review and accept the terms of service.

TERMS_PENDING = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()