Reference documentation and code samples for the Identity-Aware Proxy V1 API class Google::Cloud::Iap::V1::CreateBrandRequest.
The request sent to CreateBrand.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#brand
def brand() -> ::Google::Cloud::Iap::V1::Brand
Returns
- (::Google::Cloud::Iap::V1::Brand) — Required. The brand to be created.
#brand=
def brand=(value) -> ::Google::Cloud::Iap::V1::Brand
Parameter
- value (::Google::Cloud::Iap::V1::Brand) — Required. The brand to be created.
Returns
- (::Google::Cloud::Iap::V1::Brand) — Required. The brand to be created.
#parent
def parent() -> ::String
Returns
- (::String) — Required. GCP Project number/id under which the brand is to be created. In the following format: projects/{project_number/id}.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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}.