Class: Google::Cloud::Batch::V1::ServiceAccount

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#email::String

Returns Email address of the service account.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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