Interface RefreshRuntimeTokenInternalResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAccessToken()
      The OAuth 2.0 access token.
      com.google.protobuf.ByteString getAccessTokenBytes()
      The OAuth 2.0 access token.
      com.google.protobuf.Timestamp getExpireTime()
      Output only.
      com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
      Output only.
      boolean hasExpireTime()
      Output only.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getAccessToken

        String getAccessToken()
         The OAuth 2.0 access token.
         
        string access_token = 1;
        Returns:
        The accessToken.
      • getAccessTokenBytes

        com.google.protobuf.ByteString getAccessTokenBytes()
         The OAuth 2.0 access token.
         
        string access_token = 1;
        Returns:
        The bytes for accessToken.
      • hasExpireTime

        boolean hasExpireTime()
         Output only. Token expiration time.
         
        .google.protobuf.Timestamp expire_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the expireTime field is set.
      • getExpireTime

        com.google.protobuf.Timestamp getExpireTime()
         Output only. Token expiration time.
         
        .google.protobuf.Timestamp expire_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The expireTime.
      • getExpireTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
         Output only. Token expiration time.
         
        .google.protobuf.Timestamp expire_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];