public interface SubmitUriMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Creation time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Creation time of the operation.
|
SubmitUriMetadata.State |
getState()
The state of the operation.
|
int |
getStateValue()
The state of the operation.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Latest update time of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Latest update time of the operation.
|
boolean |
hasCreateTime()
Creation time of the operation.
|
boolean |
hasUpdateTime()
Latest update time of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStateValue()
The state of the operation.
.google.cloud.webrisk.v1.SubmitUriMetadata.State state = 1;SubmitUriMetadata.State getState()
The state of the operation.
.google.cloud.webrisk.v1.SubmitUriMetadata.State state = 1;boolean hasCreateTime()
Creation time of the operation.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.Timestamp getCreateTime()
Creation time of the operation.
.google.protobuf.Timestamp create_time = 2;com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation time of the operation.
.google.protobuf.Timestamp create_time = 2;boolean hasUpdateTime()
Latest update time of the operation.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.Timestamp getUpdateTime()
Latest update time of the operation.
.google.protobuf.Timestamp update_time = 3;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Latest update time of the operation.
.google.protobuf.Timestamp update_time = 3;Copyright © 2024 Google LLC. All rights reserved.