Interface InvitationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Invitation,Invitation.Builder
@Generated(value="protoc",
comments="annotations:InvitationOrBuilder.java.pb.meta")
public interface InvitationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe date and time when the user was createdcom.google.protobuf.TimestampOrBuilderThe date and time when the user was createdcom.google.protobuf.TimestampThe date and time when the invitation expires or has expiredcom.google.protobuf.TimestampOrBuilderThe date and time when the invitation expires or has expiredbooleanThe date and time when the user was createdbooleanThe date and time when the invitation expires or has expiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCreatedTime
boolean hasCreatedTime()The date and time when the user was created
.google.protobuf.Timestamp created_time = 1;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
com.google.protobuf.Timestamp getCreatedTime()The date and time when the user was created
.google.protobuf.Timestamp created_time = 1;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()The date and time when the user was created
.google.protobuf.Timestamp created_time = 1; -
hasExpiredTime
boolean hasExpiredTime()The date and time when the invitation expires or has expired
.google.protobuf.Timestamp expired_time = 2;- Returns:
- Whether the expiredTime field is set.
-
getExpiredTime
com.google.protobuf.Timestamp getExpiredTime()The date and time when the invitation expires or has expired
.google.protobuf.Timestamp expired_time = 2;- Returns:
- The expiredTime.
-
getExpiredTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getExpiredTimeOrBuilder()The date and time when the invitation expires or has expired
.google.protobuf.Timestamp expired_time = 2;
-