Class: Google::Cloud::Iap::V1::CreateBrandRequest

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

Overview

The request sent to CreateBrand.

Instance Attribute Summary collapse

Instance Attribute Details

#brand::Google::Cloud::Iap::V1::Brand

Returns Required. The brand to be created.

Returns:



455
456
457
458
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 455

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

#parent::String

Returns Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.

Returns:

  • (::String)

    Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.



455
456
457
458
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 455

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