Class: Google::Cloud::Batch::V1::ServiceAccount
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::ServiceAccount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/job.rb
Overview
Carries information about a Google Cloud service account.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Email address of the service account.
-
#scopes ⇒ ::Array<::String>
List of scopes to be enabled for this service account.
Instance Attribute Details
#email ⇒ ::String
Returns Email address of the service account.
705 706 707 708 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 705 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#scopes ⇒ ::Array<::String>
Returns List of scopes to be enabled for this service account.
705 706 707 708 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 705 class ServiceAccount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |