Class: Google::Cloud::Iap::V1::ListBrandsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Iap::V1::ListBrandsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/iap/v1/service.rb
Overview
The request sent to ListBrands.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. GCP Project number/id. In the following format: projects/{project_number/id}.
433 434 435 436 |
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 433 class ListBrandsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |