Class: Google::Cloud::StorageTransfer::V1::GoogleServiceAccount
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::GoogleServiceAccount
- 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
-
#account_email ⇒ ::String
Email address of the service account.
-
#subject_id ⇒ ::String
Unique identifier for the service account.
Instance Attribute Details
#account_email ⇒ ::String
Returns 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.
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 |