Interface CreateCustomFieldRequestOrBuilder (0.39.0)

public interface CreateCustomFieldRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomField()

public abstract CustomField getCustomField()

Required. The CustomField to create.

.google.ads.admanager.v1.CustomField custom_field = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomField

The customField.

getCustomFieldOrBuilder()

public abstract CustomFieldOrBuilder getCustomFieldOrBuilder()

Required. The CustomField to create.

.google.ads.admanager.v1.CustomField custom_field = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomFieldOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this CustomField 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 CustomField 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.

hasCustomField()

public abstract boolean hasCustomField()

Required. The CustomField to create.

.google.ads.admanager.v1.CustomField custom_field = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the customField field is set.