Package com.google.webrisk.v1
Interface SubmitUriMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubmitUriMetadata
,SubmitUriMetadata.Builder
public interface SubmitUriMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
The state of the operation.
.google.cloud.webrisk.v1.SubmitUriMetadata.State state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
SubmitUriMetadata.State getState()
The state of the operation.
.google.cloud.webrisk.v1.SubmitUriMetadata.State state = 1;
- Returns:
- The state.
-
hasCreateTime
boolean hasCreateTime()
Creation time of the operation.
.google.protobuf.Timestamp create_time = 2;
- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Creation time of the operation.
.google.protobuf.Timestamp create_time = 2;
- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation time of the operation.
.google.protobuf.Timestamp create_time = 2;
-
hasUpdateTime
boolean hasUpdateTime()
Latest update time of the operation.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
com.google.protobuf.Timestamp getUpdateTime()
Latest update time of the operation.
.google.protobuf.Timestamp update_time = 3;
- Returns:
- The updateTime.
-
getUpdateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Latest update time of the operation.
.google.protobuf.Timestamp update_time = 3;
-
-