public
final
class
Order
extends
GeneratedMessageV3
implements
OrderOrBuilder
The Order
resource.
Protobuf type google.ads.admanager.v1.Order
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OrderImplements
OrderOrBuilderStatic Fields
ADVERTISER_CONTACTS_FIELD_NUMBER
public
static
final
int
ADVERTISER_CONTACTS_FIELD_NUMBER
ADVERTISER_FIELD_NUMBER
public
static
final
int
ADVERTISER_FIELD_NUMBER
AGENCY_CONTACTS_FIELD_NUMBER
public
static
final
int
AGENCY_CONTACTS_FIELD_NUMBER
AGENCY_FIELD_NUMBER
public
static
final
int
AGENCY_FIELD_NUMBER
APPLIED_LABELS_FIELD_NUMBER
public
static
final
int
APPLIED_LABELS_FIELD_NUMBER
APPLIED_TEAMS_FIELD_NUMBER
public
static
final
int
APPLIED_TEAMS_FIELD_NUMBER
ARCHIVED_FIELD_NUMBER
public
static
final
int
ARCHIVED_FIELD_NUMBER
CREATOR_FIELD_NUMBER
public
static
final
int
CREATOR_FIELD_NUMBER
CURRENCY_CODE_FIELD_NUMBER
public
static
final
int
CURRENCY_CODE_FIELD_NUMBER
CUSTOM_FIELD_VALUES_FIELD_NUMBER
public
static
final
int
CUSTOM_FIELD_VALUES_FIELD_NUMBER
DISPLAY_NAME_FIELD_NUMBER
public
static
final
int
DISPLAY_NAME_FIELD_NUMBER
EFFECTIVE_APPLIED_LABELS_FIELD_NUMBER
public
static
final
int
EFFECTIVE_APPLIED_LABELS_FIELD_NUMBER
EFFECTIVE_TEAMS_FIELD_NUMBER
public
static
final
int
EFFECTIVE_TEAMS_FIELD_NUMBER
END_TIME_FIELD_NUMBER
public
static
final
int
END_TIME_FIELD_NUMBER
EXTERNAL_ORDER_ID_FIELD_NUMBER
public
static
final
int
EXTERNAL_ORDER_ID_FIELD_NUMBER
LAST_MODIFIED_BY_APP_FIELD_NUMBER
public
static
final
int
LAST_MODIFIED_BY_APP_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
NOTES_FIELD_NUMBER
public
static
final
int
NOTES_FIELD_NUMBER
ORDER_ID_FIELD_NUMBER
public
static
final
int
ORDER_ID_FIELD_NUMBER
PO_NUMBER_FIELD_NUMBER
public
static
final
int
PO_NUMBER_FIELD_NUMBER
PROGRAMMATIC_FIELD_NUMBER
public
static
final
int
PROGRAMMATIC_FIELD_NUMBER
SALESPERSON_FIELD_NUMBER
public
static
final
int
SALESPERSON_FIELD_NUMBER
SECONDARY_SALESPEOPLE_FIELD_NUMBER
public
static
final
int
SECONDARY_SALESPEOPLE_FIELD_NUMBER
SECONDARY_TRAFFICKERS_FIELD_NUMBER
public
static
final
int
SECONDARY_TRAFFICKERS_FIELD_NUMBER
START_TIME_FIELD_NUMBER
public
static
final
int
START_TIME_FIELD_NUMBER
STATUS_FIELD_NUMBER
public
static
final
int
STATUS_FIELD_NUMBER
TRAFFICKER_FIELD_NUMBER
public
static
final
int
TRAFFICKER_FIELD_NUMBER
UNLIMITED_END_TIME_FIELD_NUMBER
public
static
final
int
UNLIMITED_END_TIME_FIELD_NUMBER
UPDATE_TIME_FIELD_NUMBER
public
static
final
int
UPDATE_TIME_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
Order
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
Order
.
Builder
newBuilder
()
newBuilder(Order prototype)
public
static
Order
.
Builder
newBuilder
(
Order
prototype
)
parseDelimitedFrom(InputStream input)
public
static
Order
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Order
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
Order
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
Order
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
Order
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
Order
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
Order
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Order
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
Order
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
Order
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
Order
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
Order
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<Order>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getAdvertiser()
public
String
getAdvertiser
()
Required. The resource name of the Company, which is of type Company.Type.ADVERTISER, to which this order belongs. Format: "networks/{network_code}/companies/{company_id}"
optional string advertiser = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getAdvertiserBytes()
public
ByteString
getAdvertiserBytes
()
Required. The resource name of the Company, which is of type Company.Type.ADVERTISER, to which this order belongs. Format: "networks/{network_code}/companies/{company_id}"
optional string advertiser = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getAdvertiserContacts(int index)
public
String
getAdvertiserContacts
(
int
index
)
Optional. The resource names of Contacts from the advertiser of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string advertiser_contacts = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAdvertiserContactsBytes(int index)
public
ByteString
getAdvertiserContactsBytes
(
int
index
)
Optional. The resource names of Contacts from the advertiser of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string advertiser_contacts = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAdvertiserContactsCount()
public
int
getAdvertiserContactsCount
()
Optional. The resource names of Contacts from the advertiser of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string advertiser_contacts = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAdvertiserContactsList()
public
ProtocolStringList
getAdvertiserContactsList
()
Optional. The resource names of Contacts from the advertiser of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string advertiser_contacts = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAgency()
public
String
getAgency
()
Optional. The resource name of the Company, which is of type Company.Type.AGENCY, with which this order is associated. Format: "networks/{network_code}/companies/{company_id}"
optional string agency = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAgencyBytes()
public
ByteString
getAgencyBytes
()
Optional. The resource name of the Company, which is of type Company.Type.AGENCY, with which this order is associated. Format: "networks/{network_code}/companies/{company_id}"
optional string agency = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAgencyContacts(int index)
public
String
getAgencyContacts
(
int
index
)
Optional. The resource names of Contacts from the advertising Agency of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string agency_contacts = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAgencyContactsBytes(int index)
public
ByteString
getAgencyContactsBytes
(
int
index
)
Optional. The resource names of Contacts from the advertising Agency of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string agency_contacts = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAgencyContactsCount()
public
int
getAgencyContactsCount
()
Optional. The resource names of Contacts from the advertising Agency of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string agency_contacts = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAgencyContactsList()
public
ProtocolStringList
getAgencyContactsList
()
Optional. The resource names of Contacts from the advertising Agency of this Order. Format: "networks/{network_code}/contacts/{contact_id}"
repeated string agency_contacts = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAppliedLabels(int index)
public
AppliedLabel
getAppliedLabels
(
int
index
)
Optional. The set of labels applied directly to this order.
repeated .google.ads.admanager.v1.AppliedLabel applied_labels = 25 [(.google.api.field_behavior) = OPTIONAL];
getAppliedLabelsCount()
public
int
getAppliedLabelsCount
()
Optional. The set of labels applied directly to this order.
repeated .google.ads.admanager.v1.AppliedLabel applied_labels = 25 [(.google.api.field_behavior) = OPTIONAL];
getAppliedLabelsList()
public
List<AppliedLabel>
getAppliedLabelsList
()
Optional. The set of labels applied directly to this order.
repeated .google.ads.admanager.v1.AppliedLabel applied_labels = 25 [(.google.api.field_behavior) = OPTIONAL];
getAppliedLabelsOrBuilder(int index)
public
AppliedLabelOrBuilder
getAppliedLabelsOrBuilder
(
int
index
)
Optional. The set of labels applied directly to this order.
repeated .google.ads.admanager.v1.AppliedLabel applied_labels = 25 [(.google.api.field_behavior) = OPTIONAL];
getAppliedLabelsOrBuilderList()
public
List
< ?
extends
AppliedLabelOrBuilder
>
getAppliedLabelsOrBuilderList
()
Optional. The set of labels applied directly to this order.
repeated .google.ads.admanager.v1.AppliedLabel applied_labels = 25 [(.google.api.field_behavior) = OPTIONAL];
getAppliedTeams(int index)
public
String
getAppliedTeams
(
int
index
)
Optional. The resource names of Teams directly applied to this Order. Format: "networks/{network_code}/teams/{team_id}"
repeated string applied_teams = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAppliedTeamsBytes(int index)
public
ByteString
getAppliedTeamsBytes
(
int
index
)
Optional. The resource names of Teams directly applied to this Order. Format: "networks/{network_code}/teams/{team_id}"
repeated string applied_teams = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAppliedTeamsCount()
public
int
getAppliedTeamsCount
()
Optional. The resource names of Teams directly applied to this Order. Format: "networks/{network_code}/teams/{team_id}"
repeated string applied_teams = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getAppliedTeamsList()
public
ProtocolStringList
getAppliedTeamsList
()
Optional. The resource names of Teams directly applied to this Order. Format: "networks/{network_code}/teams/{team_id}"
repeated string applied_teams = 9 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getArchived()
public
boolean
getArchived
()
Output only. The archival status of the Order.
optional bool archived = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreator()
public
String
getCreator
()
Output only. The resource name of the User who created the Order on behalf of the advertiser. This value is assigned by Google. Format: "networks/{network_code}/users/{user_id}"
optional string creator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getCreatorBytes()
public
ByteString
getCreatorBytes
()
Output only. The resource name of the User who created the Order on behalf of the advertiser. This value is assigned by Google. Format: "networks/{network_code}/users/{user_id}"
optional string creator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getCurrencyCode()
public
String
getCurrencyCode
()
Output only. The ISO 4217 3-letter currency code for the currency used by the Order. This value is the network's currency code.
optional string currency_code = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCurrencyCodeBytes()
public
ByteString
getCurrencyCodeBytes
()
Output only. The ISO 4217 3-letter currency code for the currency used by the Order. This value is the network's currency code.
optional string currency_code = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCustomFieldValues(int index)
public
CustomFieldValue
getCustomFieldValues
(
int
index
)
Optional. The set of custom field values to this order.
repeated .google.ads.admanager.v1.CustomFieldValue custom_field_values = 38 [(.google.api.field_behavior) = OPTIONAL];
getCustomFieldValuesCount()
public
int
getCustomFieldValuesCount
()
Optional. The set of custom field values to this order.
repeated .google.ads.admanager.v1.CustomFieldValue custom_field_values = 38 [(.google.api.field_behavior) = OPTIONAL];
getCustomFieldValuesList()
public
List<CustomFieldValue>
getCustomFieldValuesList
()
Optional. The set of custom field values to this order.
repeated .google.ads.admanager.v1.CustomFieldValue custom_field_values = 38 [(.google.api.field_behavior) = OPTIONAL];
getCustomFieldValuesOrBuilder(int index)
public
CustomFieldValueOrBuilder
getCustomFieldValuesOrBuilder
(
int
index
)
Optional. The set of custom field values to this order.
repeated .google.ads.admanager.v1.CustomFieldValue custom_field_values = 38 [(.google.api.field_behavior) = OPTIONAL];
getCustomFieldValuesOrBuilderList()
public
List
< ?
extends
CustomFieldValueOrBuilder
>
getCustomFieldValuesOrBuilderList
()
Optional. The set of custom field values to this order.
repeated .google.ads.admanager.v1.CustomFieldValue custom_field_values = 38 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public
Order
getDefaultInstanceForType
()
getDisplayName()
public
String
getDisplayName
()
Required. The display name of the Order. This value has a maximum length of 255 characters.
optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
getDisplayNameBytes()
public
ByteString
getDisplayNameBytes
()
Required. The display name of the Order. This value has a maximum length of 255 characters.
optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
getEffectiveAppliedLabels(int index)
public
AppliedLabel
getEffectiveAppliedLabels
(
int
index
)
Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google.
repeated .google.ads.admanager.v1.AppliedLabel effective_applied_labels = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveAppliedLabelsCount()
public
int
getEffectiveAppliedLabelsCount
()
Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google.
repeated .google.ads.admanager.v1.AppliedLabel effective_applied_labels = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveAppliedLabelsList()
public
List<AppliedLabel>
getEffectiveAppliedLabelsList
()
Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google.
repeated .google.ads.admanager.v1.AppliedLabel effective_applied_labels = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveAppliedLabelsOrBuilder(int index)
public
AppliedLabelOrBuilder
getEffectiveAppliedLabelsOrBuilder
(
int
index
)
Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google.
repeated .google.ads.admanager.v1.AppliedLabel effective_applied_labels = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveAppliedLabelsOrBuilderList()
public
List
< ?
extends
AppliedLabelOrBuilder
>
getEffectiveAppliedLabelsOrBuilderList
()
Output only. Contains the set of labels applied directly to the order as well as those inherited from the company that owns the order. If a label has been negated, only the negated label is returned. This field is assigned by Google.
repeated .google.ads.admanager.v1.AppliedLabel effective_applied_labels = 26 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEffectiveTeams(int index)
public
String
getEffectiveTeams
(
int
index
)
Output only. The resource names of Teams applied to this Order including inherited values. Format: "networks/{network_code}/teams/{team_id}"
repeated string effective_teams = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getEffectiveTeamsBytes(int index)
public
ByteString
getEffectiveTeamsBytes
(
int
index
)
Output only. The resource names of Teams applied to this Order including inherited values. Format: "networks/{network_code}/teams/{team_id}"
repeated string effective_teams = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getEffectiveTeamsCount()
public
int
getEffectiveTeamsCount
()
Output only. The resource names of Teams applied to this Order including inherited values. Format: "networks/{network_code}/teams/{team_id}"
repeated string effective_teams = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getEffectiveTeamsList()
public
ProtocolStringList
getEffectiveTeamsList
()
Output only. The resource names of Teams applied to this Order including inherited values. Format: "networks/{network_code}/teams/{team_id}"
repeated string effective_teams = 28 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
getEndTime()
public
Timestamp
getEndTime
()
Output only. The instant at which the Order and its associated line items stop being served. This attribute is derived from the line item of the order that has the latest LineItem.end_time.
optional .google.protobuf.Timestamp end_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getEndTimeOrBuilder()
public
TimestampOrBuilder
getEndTimeOrBuilder
()
Output only. The instant at which the Order and its associated line items stop being served. This attribute is derived from the line item of the order that has the latest LineItem.end_time.
optional .google.protobuf.Timestamp end_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
getExternalOrderId()
public
int
getExternalOrderId
()
Optional. An arbitrary ID to associate to the Order, which can be used as a key to an external system.
optional int32 external_order_id = 13 [(.google.api.field_behavior) = OPTIONAL];
getLastModifiedByApp()
public
String
getLastModifiedByApp
()
Output only. The application which modified this order. This attribute is assigned by Google.
optional string last_modified_by_app = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastModifiedByAppBytes()
public
ByteString
getLastModifiedByAppBytes
()
Output only. The application which modified this order. This attribute is assigned by Google.
optional string last_modified_by_app = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getName()
public
String
getName
()
Identifier. The resource name of the Order
.
Format: networks/{network_code}/orders/{order_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
getNameBytes()
public
ByteString
getNameBytes
()
Identifier. The resource name of the Order
.
Format: networks/{network_code}/orders/{order_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
getNotes()
public
String
getNotes
()
Optional. Provides any additional notes that may annotate the Order. This attribute has a maximum length of 65,535 characters.
optional string notes = 17 [(.google.api.field_behavior) = OPTIONAL];
getNotesBytes()
public
ByteString
getNotesBytes
()
Optional. Provides any additional notes that may annotate the Order. This attribute has a maximum length of 65,535 characters.
optional string notes = 17 [(.google.api.field_behavior) = OPTIONAL];
getOrderId()
public
long
getOrderId
()
Output only. Order ID.
optional int64 order_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
getParserForType()
public
Parser<Order>
getParserForType
()
getPoNumber()
public
String
getPoNumber
()
Optional. The purchase order number for the Order. This value has a maximum length of 63 characters.
optional string po_number = 18 [(.google.api.field_behavior) = OPTIONAL];
getPoNumberBytes()
public
ByteString
getPoNumberBytes
()
Optional. The purchase order number for the Order. This value has a maximum length of 63 characters.
optional string po_number = 18 [(.google.api.field_behavior) = OPTIONAL];
getProgrammatic()
public
boolean
getProgrammatic
()
Optional. Specifies whether or not the Order is a programmatic order.
optional bool programmatic = 3 [(.google.api.field_behavior) = OPTIONAL];
getSalesperson()
public
String
getSalesperson
()
Optional. The resource name of the User responsible for the sales of the Order. Format: "networks/{network_code}/users/{user_id}"
optional string salesperson = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getSalespersonBytes()
public
ByteString
getSalespersonBytes
()
Optional. The resource name of the User responsible for the sales of the Order. Format: "networks/{network_code}/users/{user_id}"
optional string salesperson = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getSecondarySalespeople(int index)
public
String
getSecondarySalespeople
(
int
index
)
Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_salespeople = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondarySalespeopleBytes(int index)
public
ByteString
getSecondarySalespeopleBytes
(
int
index
)
Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_salespeople = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondarySalespeopleCount()
public
int
getSecondarySalespeopleCount
()
Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_salespeople = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondarySalespeopleList()
public
ProtocolStringList
getSecondarySalespeopleList
()
Optional. Unordered list. The resource names of the secondary salespeople associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_salespeople = 22 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondaryTraffickers(int index)
public
String
getSecondaryTraffickers
(
int
index
)
Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_traffickers = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondaryTraffickersBytes(int index)
public
ByteString
getSecondaryTraffickersBytes
(
int
index
)
Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_traffickers = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondaryTraffickersCount()
public
int
getSecondaryTraffickersCount
()
Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_traffickers = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSecondaryTraffickersList()
public
ProtocolStringList
getSecondaryTraffickersList
()
Optional. Unordered list. The resource names of the secondary traffickers associated with the order. Format: "networks/{network_code}/users/{user_id}"
repeated string secondary_traffickers = 24 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = UNORDERED_LIST, (.google.api.resource_reference) = { ... }
getSerializedSize()
public
int
getSerializedSize
()
getStartTime()
public
Timestamp
getStartTime
()
Output only. The instant at which the Order and its associated line items are eligible to begin serving. This attribute is derived from the line item of the order that has the earliest LineItem.start_time.
optional .google.protobuf.Timestamp start_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStartTimeOrBuilder()
public
TimestampOrBuilder
getStartTimeOrBuilder
()
Output only. The instant at which the Order and its associated line items are eligible to begin serving. This attribute is derived from the line item of the order that has the earliest LineItem.start_time.
optional .google.protobuf.Timestamp start_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStatus()
public
OrderStatusEnum
.
OrderStatus
getStatus
()
Output only. The status of the Order.
optional .google.ads.admanager.v1.OrderStatusEnum.OrderStatus status = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStatusValue()
public
int
getStatusValue
()
Output only. The status of the Order.
optional .google.ads.admanager.v1.OrderStatusEnum.OrderStatus status = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
getTrafficker()
public
String
getTrafficker
()
Required. The resource name of the User responsible for trafficking the Order. Format: "networks/{network_code}/users/{user_id}"
optional string trafficker = 23 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getTraffickerBytes()
public
ByteString
getTraffickerBytes
()
Required. The resource name of the User responsible for trafficking the Order. Format: "networks/{network_code}/users/{user_id}"
optional string trafficker = 23 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getUnlimitedEndTime()
public
boolean
getUnlimitedEndTime
()
Output only. Indicates whether or not this Order has an end time.
optional bool unlimited_end_time = 45 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime()
public
Timestamp
getUpdateTime
()
Output only. The instant this Order was last modified.
optional .google.protobuf.Timestamp update_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder()
public
TimestampOrBuilder
getUpdateTimeOrBuilder
()
Output only. The instant this Order was last modified.
optional .google.protobuf.Timestamp update_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasAdvertiser()
public
boolean
hasAdvertiser
()
Required. The resource name of the Company, which is of type Company.Type.ADVERTISER, to which this order belongs. Format: "networks/{network_code}/companies/{company_id}"
optional string advertiser = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
hasAgency()
public
boolean
hasAgency
()
Optional. The resource name of the Company, which is of type Company.Type.AGENCY, with which this order is associated. Format: "networks/{network_code}/companies/{company_id}"
optional string agency = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
hasArchived()
public
boolean
hasArchived
()
Output only. The archival status of the Order.
optional bool archived = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreator()
public
boolean
hasCreator
()
Output only. The resource name of the User who created the Order on behalf of the advertiser. This value is assigned by Google. Format: "networks/{network_code}/users/{user_id}"
optional string creator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
hasCurrencyCode()
public
boolean
hasCurrencyCode
()
Output only. The ISO 4217 3-letter currency code for the currency used by the Order. This value is the network's currency code.
optional string currency_code = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasDisplayName()
public
boolean
hasDisplayName
()
Required. The display name of the Order. This value has a maximum length of 255 characters.
optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
hasEndTime()
public
boolean
hasEndTime
()
Output only. The instant at which the Order and its associated line items stop being served. This attribute is derived from the line item of the order that has the latest LineItem.end_time.
optional .google.protobuf.Timestamp end_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasExternalOrderId()
public
boolean
hasExternalOrderId
()
Optional. An arbitrary ID to associate to the Order, which can be used as a key to an external system.
optional int32 external_order_id = 13 [(.google.api.field_behavior) = OPTIONAL];
hasLastModifiedByApp()
public
boolean
hasLastModifiedByApp
()
Output only. The application which modified this order. This attribute is assigned by Google.
optional string last_modified_by_app = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasNotes()
public
boolean
hasNotes
()
Optional. Provides any additional notes that may annotate the Order. This attribute has a maximum length of 65,535 characters.
optional string notes = 17 [(.google.api.field_behavior) = OPTIONAL];
hasOrderId()
public
boolean
hasOrderId
()
Output only. Order ID.
optional int64 order_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasPoNumber()
public
boolean
hasPoNumber
()
Optional. The purchase order number for the Order. This value has a maximum length of 63 characters.
optional string po_number = 18 [(.google.api.field_behavior) = OPTIONAL];
hasProgrammatic()
public
boolean
hasProgrammatic
()
Optional. Specifies whether or not the Order is a programmatic order.
optional bool programmatic = 3 [(.google.api.field_behavior) = OPTIONAL];
hasSalesperson()
public
boolean
hasSalesperson
()
Optional. The resource name of the User responsible for the sales of the Order. Format: "networks/{network_code}/users/{user_id}"
optional string salesperson = 21 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
hasStartTime()
public
boolean
hasStartTime
()
Output only. The instant at which the Order and its associated line items are eligible to begin serving. This attribute is derived from the line item of the order that has the earliest LineItem.start_time.
optional .google.protobuf.Timestamp start_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStatus()
public
boolean
hasStatus
()
Output only. The status of the Order.
optional .google.ads.admanager.v1.OrderStatusEnum.OrderStatus status = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasTrafficker()
public
boolean
hasTrafficker
()
Required. The resource name of the User responsible for trafficking the Order. Format: "networks/{network_code}/users/{user_id}"
optional string trafficker = 23 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
hasUnlimitedEndTime()
public
boolean
hasUnlimitedEndTime
()
Output only. Indicates whether or not this Order has an end time.
optional bool unlimited_end_time = 45 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime()
public
boolean
hasUpdateTime
()
Output only. The instant this Order was last modified.
optional .google.protobuf.Timestamp update_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
Order
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
Order
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
Order
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)