Interface SiteVerificationInfoOrBuilder (0.37.0)

public interface SiteVerificationInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSiteVerificationState()

public abstract SiteVerificationInfo.SiteVerificationState getSiteVerificationState()

Site verification state indicating the ownership and validity.

.google.cloud.discoveryengine.v1beta.SiteVerificationInfo.SiteVerificationState site_verification_state = 1;

Returns
TypeDescription
SiteVerificationInfo.SiteVerificationState

The siteVerificationState.

getSiteVerificationStateValue()

public abstract int getSiteVerificationStateValue()

Site verification state indicating the ownership and validity.

.google.cloud.discoveryengine.v1beta.SiteVerificationInfo.SiteVerificationState site_verification_state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for siteVerificationState.

getVerifyTime()

public abstract Timestamp getVerifyTime()

Latest site verification time.

.google.protobuf.Timestamp verify_time = 2;

Returns
TypeDescription
Timestamp

The verifyTime.

getVerifyTimeOrBuilder()

public abstract TimestampOrBuilder getVerifyTimeOrBuilder()

Latest site verification time.

.google.protobuf.Timestamp verify_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasVerifyTime()

public abstract boolean hasVerifyTime()

Latest site verification time.

.google.protobuf.Timestamp verify_time = 2;

Returns
TypeDescription
boolean

Whether the verifyTime field is set.