Class: Google::Ads::AdManager::V1::PrivateAuction
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::PrivateAuction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/private_auction_messages.rb
Overview
The PrivateAuction resource.
Instance Attribute Summary collapse
-
#archived ⇒ ::Boolean
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#private_auction_id ⇒ ::Integer
readonly
Output only.
-
#seller_contact_users ⇒ ::Array<::String>
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#archived ⇒ ::Boolean (readonly)
Returns Output only. Whether the PrivateAuction is archived.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The instant at which the PrivateAuction was created.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. Description of the PrivateAuction. This attribute has a
maximum length of 4096 bytes.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Display name of the PrivateAuction. This attribute has a
maximum length of 255 bytes.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the PrivateAuction.
Format:
networks/{network_code}/privateAuctions/{private_auction_id}.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#private_auction_id ⇒ ::Integer (readonly)
Returns Output only. PrivateAuction ID.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#seller_contact_users ⇒ ::Array<::String>
Returns Optional. The resource names of the seller contact users associated with
this PrivateAuction. Format: networks/{network_code}/users/{user_id}.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The instant at which the PrivateAuction was last updated.
54 55 56 57 |
# File 'proto_docs/google/ads/admanager/v1/private_auction_messages.rb', line 54 class PrivateAuction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |