public interface SiteVerificationInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
Timestamp |
The verifyTime. |
getVerifyTimeOrBuilder()
public abstract TimestampOrBuilder getVerifyTimeOrBuilder()Latest site verification time.
.google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasVerifyTime()
public abstract boolean hasVerifyTime()Latest site verification time.
.google.protobuf.Timestamp verify_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the verifyTime field is set. |