Class: Google::Ads::AdManager::V1::Role
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Role
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/role_messages.rb
Overview
The Role
resource.
Instance Attribute Summary collapse
-
#built_in ⇒ ::Boolean
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#role_id ⇒ ::Integer
readonly
Output only.
-
#status ⇒ ::Google::Ads::AdManager::V1::RoleStatusEnum::RoleStatus
readonly
Output only.
Instance Attribute Details
#built_in ⇒ ::Boolean (readonly)
Returns Output only. Whether the Role
is a built-in or custom user role.
44 45 46 47 |
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44 class Role include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. The description of the Role
.
44 45 46 47 |
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44 class Role include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the Role
.
44 45 46 47 |
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44 class Role include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Role
.
Format: networks/{network_code}/roles/{role_id}
.
44 45 46 47 |
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44 class Role include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#role_id ⇒ ::Integer (readonly)
Returns Output only. Role
ID.
44 45 46 47 |
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44 class Role include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Ads::AdManager::V1::RoleStatusEnum::RoleStatus (readonly)
Returns Output only. The status of the Role
.
44 45 46 47 |
# File 'proto_docs/google/ads/admanager/v1/role_messages.rb', line 44 class Role include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |