Class: Google::Cloud::Channel::V1::CheckCloudIdentityAccountsExistRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns Required. Domain to fetch for Cloud Identity account customer.

Returns:

  • (::String)

    Required. Domain to fetch for Cloud Identity account customer.



32
33
34
35
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 32

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

#parent::String

Returns Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}.

Returns:

  • (::String)

    Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}



32
33
34
35
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 32

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