public interface SiteVerificationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
SiteVerificationInfo.SiteVerificationState |
getSiteVerificationState()
Site verification state indicating the ownership and validity.
|
int |
getSiteVerificationStateValue()
Site verification state indicating the ownership and validity.
|
com.google.protobuf.Timestamp |
getVerifyTime()
Latest site verification time.
|
com.google.protobuf.TimestampOrBuilder |
getVerifyTimeOrBuilder()
Latest site verification time.
|
boolean |
hasVerifyTime()
Latest site verification time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSiteVerificationStateValue()
Site verification state indicating the ownership and validity.
.google.cloud.discoveryengine.v1beta.SiteVerificationInfo.SiteVerificationState site_verification_state = 1;
SiteVerificationInfo.SiteVerificationState getSiteVerificationState()
Site verification state indicating the ownership and validity.
.google.cloud.discoveryengine.v1beta.SiteVerificationInfo.SiteVerificationState site_verification_state = 1;
boolean hasVerifyTime()
Latest site verification time.
.google.protobuf.Timestamp verify_time = 2;com.google.protobuf.Timestamp getVerifyTime()
Latest site verification time.
.google.protobuf.Timestamp verify_time = 2;com.google.protobuf.TimestampOrBuilder getVerifyTimeOrBuilder()
Latest site verification time.
.google.protobuf.Timestamp verify_time = 2;Copyright © 2025 Google LLC. All rights reserved.