Package com.google.cloud.redis.v1
Interface OperationMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OperationMetadata,OperationMetadata.Builder
public interface OperationMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApiVersion()API version.com.google.protobuf.ByteStringgetApiVersionBytes()API version.booleangetCancelRequested()Specifies if cancellation was requested for the operation.com.google.protobuf.TimestampgetCreateTime()Creation timestamp.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()Creation timestamp.com.google.protobuf.TimestampgetEndTime()End timestamp.com.google.protobuf.TimestampOrBuildergetEndTimeOrBuilder()End timestamp.StringgetStatusDetail()Operation status details.com.google.protobuf.ByteStringgetStatusDetailBytes()Operation status details.StringgetTarget()Operation target.com.google.protobuf.ByteStringgetTargetBytes()Operation target.StringgetVerb()Operation verb.com.google.protobuf.ByteStringgetVerbBytes()Operation verb.booleanhasCreateTime()Creation timestamp.booleanhasEndTime()End timestamp.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCreateTime
boolean hasCreateTime()
Creation timestamp.
.google.protobuf.Timestamp create_time = 1;- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()
Creation timestamp.
.google.protobuf.Timestamp create_time = 1;- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Creation timestamp.
.google.protobuf.Timestamp create_time = 1;
-
hasEndTime
boolean hasEndTime()
End timestamp.
.google.protobuf.Timestamp end_time = 2;- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
End timestamp.
.google.protobuf.Timestamp end_time = 2;- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
End timestamp.
.google.protobuf.Timestamp end_time = 2;
-
getTarget
String getTarget()
Operation target.
string target = 3;- Returns:
- The target.
-
getTargetBytes
com.google.protobuf.ByteString getTargetBytes()
Operation target.
string target = 3;- Returns:
- The bytes for target.
-
getVerb
String getVerb()
Operation verb.
string verb = 4;- Returns:
- The verb.
-
getVerbBytes
com.google.protobuf.ByteString getVerbBytes()
Operation verb.
string verb = 4;- Returns:
- The bytes for verb.
-
getStatusDetail
String getStatusDetail()
Operation status details.
string status_detail = 5;- Returns:
- The statusDetail.
-
getStatusDetailBytes
com.google.protobuf.ByteString getStatusDetailBytes()
Operation status details.
string status_detail = 5;- Returns:
- The bytes for statusDetail.
-
getCancelRequested
boolean getCancelRequested()
Specifies if cancellation was requested for the operation.
bool cancel_requested = 6;- Returns:
- The cancelRequested.
-
getApiVersion
String getApiVersion()
API version.
string api_version = 7;- Returns:
- The apiVersion.
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()
API version.
string api_version = 7;- Returns:
- The bytes for apiVersion.
-
-