Interface AdminConsoleProto.AccessTokenCreatedMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.AccessTokenCreatedMsgOutProto,AdminConsoleProto.AccessTokenCreatedMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.AccessTokenCreatedMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAccessId()optional string accessId = 2;com.google.protobuf.ByteStringgetAccessIdBytes()optional string accessId = 2;longgetExpiration()optional sint64 expiration = 3;java.lang.StringgetRefreshToken()optional string refreshToken = 1;com.google.protobuf.ByteStringgetRefreshTokenBytes()optional string refreshToken = 1;booleanhasAccessId()optional string accessId = 2;booleanhasExpiration()optional sint64 expiration = 3;booleanhasRefreshToken()optional string refreshToken = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRefreshToken
boolean hasRefreshToken()
optional string refreshToken = 1;
-
getRefreshToken
java.lang.String getRefreshToken()
optional string refreshToken = 1;
-
getRefreshTokenBytes
com.google.protobuf.ByteString getRefreshTokenBytes()
optional string refreshToken = 1;
-
hasAccessId
boolean hasAccessId()
optional string accessId = 2;
-
getAccessId
java.lang.String getAccessId()
optional string accessId = 2;
-
getAccessIdBytes
com.google.protobuf.ByteString getAccessIdBytes()
optional string accessId = 2;
-
hasExpiration
boolean hasExpiration()
optional sint64 expiration = 3;
-
getExpiration
long getExpiration()
optional sint64 expiration = 3;
-
-