Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ProvisionCloudIdentityRequest (v0.13.0)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ProvisionCloudIdentityRequest.

Request message for CloudChannelService.ProvisionCloudIdentity

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cloud_identity_info

def cloud_identity_info() -> ::Google::Cloud::Channel::V1::CloudIdentityInfo
Returns

#cloud_identity_info=

def cloud_identity_info=(value) -> ::Google::Cloud::Channel::V1::CloudIdentityInfo
Parameter
Returns

#customer

def customer() -> ::String
Returns
  • (::String) — Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

#customer=

def customer=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
Returns
  • (::String) — Required. Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

#user

def user() -> ::Google::Cloud::Channel::V1::AdminUser
Returns

#user=

def user=(value) -> ::Google::Cloud::Channel::V1::AdminUser
Parameter
Returns

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Validate the request and preview the review, but do not post it.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Validate the request and preview the review, but do not post it.
Returns
  • (::Boolean) — Validate the request and preview the review, but do not post it.