Interface ApproveApprovalRequestMessageOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApproveApprovalRequestMessage,ApproveApprovalRequestMessage.Builder
public interface ApproveApprovalRequestMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.TimestampgetExpireTime()The expiration time of this approval.com.google.protobuf.TimestampOrBuildergetExpireTimeOrBuilder()The expiration time of this approval.StringgetName()Name of the approval request to approve.com.google.protobuf.ByteStringgetNameBytes()Name of the approval request to approve.booleanhasExpireTime()The expiration time of this approval.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
Name of the approval request to approve.
string name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Name of the approval request to approve.
string name = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
hasExpireTime
boolean hasExpireTime()
The expiration time of this approval.
.google.protobuf.Timestamp expire_time = 2;- Returns:
- Whether the expireTime field is set.
-
getExpireTime
com.google.protobuf.Timestamp getExpireTime()
The expiration time of this approval.
.google.protobuf.Timestamp expire_time = 2;- Returns:
- The expireTime.
-
getExpireTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
The expiration time of this approval.
.google.protobuf.Timestamp expire_time = 2;
-
-