Class: Google::Cloud::CloudControlsPartner::V1beta::Customer

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb

Overview

Contains metadata around a Cloud Controls Partner Customer

Instance Attribute Summary collapse

Instance Attribute Details

#customer_onboarding_state::Google::Cloud::CloudControlsPartner::V1beta::CustomerOnboardingState (readonly)

Returns Output only. Container for customer onboarding steps.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42

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

#display_name::String

Returns Required. Display name for the customer.

Returns:

  • (::String)

    Required. Display name for the customer



42
43
44
45
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42

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

#is_onboarded::Boolean (readonly)

Returns Output only. Indicates whether a customer is fully onboarded.

Returns:

  • (::Boolean)

    Output only. Indicates whether a customer is fully onboarded



42
43
44
45
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42

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

#name::String

Returns Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}.

Returns:

  • (::String)

    Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}



42
43
44
45
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42

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

#organization_domain::String (readonly)

Returns Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com".

Returns:

  • (::String)

    Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"



42
43
44
45
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1beta/customers.rb', line 42

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