Interface CreateOrderRequestOrBuilder (0.54.0)

public interface CreateOrderRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOrder()

public abstract Order getOrder()

Required. The Order to create.

.google.ads.admanager.v1.Order order = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Order

The order.

getOrderOrBuilder()

public abstract OrderOrBuilder getOrderOrBuilder()

Required. The Order to create.

.google.ads.admanager.v1.Order order = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
OrderOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this Order will be created. Format: networks/{network_code}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this Order will be created. Format: networks/{network_code}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasOrder()

public abstract boolean hasOrder()

Required. The Order to create.

.google.ads.admanager.v1.Order order = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the order field is set.