Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::InstancesSetServiceAccountRequest (v1.5.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::InstancesSetServiceAccountRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#email

def email() -> ::String
Returns
  • (::String) — Email address of the service account.

#email=

def email=(value) -> ::String
Parameter
  • value (::String) — Email address of the service account.
Returns
  • (::String) — Email address of the service account.

#scopes

def scopes() -> ::Array<::String>
Returns
  • (::Array<::String>) — The list of scopes to be made available for this service account.

#scopes=

def scopes=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The list of scopes to be made available for this service account.
Returns
  • (::Array<::String>) — The list of scopes to be made available for this service account.