Interface SignJwtResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SignJwtResponse, SignJwtResponse.Builder

    public interface SignJwtResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getKeyId()
      Deprecated.
      google.iam.admin.v1.SignJwtResponse.key_id is deprecated.
      com.google.protobuf.ByteString getKeyIdBytes()
      Deprecated.
      google.iam.admin.v1.SignJwtResponse.key_id is deprecated.
      String getSignedJwt()
      Deprecated.
      google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated.
      com.google.protobuf.ByteString getSignedJwtBytes()
      Deprecated.
      google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated.
      • 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

      • getKeyId

        @Deprecated
        String getKeyId()
        Deprecated.
        google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
         Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The id of the key used to sign the JWT.
         
        string key_id = 1 [deprecated = true];
        Returns:
        The keyId.
      • getKeyIdBytes

        @Deprecated
        com.google.protobuf.ByteString getKeyIdBytes()
        Deprecated.
        google.iam.admin.v1.SignJwtResponse.key_id is deprecated. See google/iam/admin/v1/iam.proto;l=1059
         Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The id of the key used to sign the JWT.
         
        string key_id = 1 [deprecated = true];
        Returns:
        The bytes for keyId.
      • getSignedJwt

        @Deprecated
        String getSignedJwt()
        Deprecated.
        google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
         Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The signed JWT.
         
        string signed_jwt = 2 [deprecated = true];
        Returns:
        The signedJwt.
      • getSignedJwtBytes

        @Deprecated
        com.google.protobuf.ByteString getSignedJwtBytes()
        Deprecated.
        google.iam.admin.v1.SignJwtResponse.signed_jwt is deprecated. See google/iam/admin/v1/iam.proto;l=1065
         Deprecated. [Migrate to Service Account Credentials
         API](https://cloud.google.com/iam/help/credentials/migrate-api).
        
         The signed JWT.
         
        string signed_jwt = 2 [deprecated = true];
        Returns:
        The bytes for signedJwt.