Class: Google::Cloud::StorageTransfer::V1::GoogleServiceAccount

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storagetransfer/v1/transfer_types.rb

Overview

Google service account

Instance Attribute Summary collapse

Instance Attribute Details

#account_email::String

Returns Email address of the service account.

Returns:

  • (::String)

    Email address of the service account.



31
32
33
34
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 31

class GoogleServiceAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#subject_id::String

Returns Unique identifier for the service account.

Returns:

  • (::String)

    Unique identifier for the service account.



31
32
33
34
# File 'proto_docs/google/storagetransfer/v1/transfer_types.rb', line 31

class GoogleServiceAccount
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end