Class: Google::Cloud::StorageTransfer::V1::GetGoogleServiceAccountRequest

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

Overview

Request passed to GetGoogleServiceAccount.

Instance Attribute Summary collapse

Instance Attribute Details

#project_id::String

Returns Required. The ID of the Google Cloud project that the Google service account is associated with.

Returns:

  • (::String)

    Required. The ID of the Google Cloud project that the Google service account is associated with.



29
30
31
32
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 29

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