Interface BatchCreateLabelsRequestOrBuilder (0.52.0)

public interface BatchCreateLabelsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource where Labels will be created. Format: networks/{network_code} The parent field in the CreateLabelRequest must match this field.

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 Labels will be created. Format: networks/{network_code} The parent field in the CreateLabelRequest must match this field.

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

Returns
Type Description
ByteString

The bytes for parent.

getRequests(int index)

public abstract CreateLabelRequest getRequests(int index)

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

repeated .google.ads.admanager.v1.CreateLabelRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CreateLabelRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

repeated .google.ads.admanager.v1.CreateLabelRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRequestsList()

public abstract List<CreateLabelRequest> getRequestsList()

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

repeated .google.ads.admanager.v1.CreateLabelRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<CreateLabelRequest>

getRequestsOrBuilder(int index)

public abstract CreateLabelRequestOrBuilder getRequestsOrBuilder(int index)

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

repeated .google.ads.admanager.v1.CreateLabelRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CreateLabelRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends CreateLabelRequestOrBuilder> getRequestsOrBuilderList()

Required. The Label objects to create. A maximum of 100 objects can be created in a batch.

repeated .google.ads.admanager.v1.CreateLabelRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.ads.admanager.v1.CreateLabelRequestOrBuilder>