public interface WebPropertyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Identifier. The resource name of the WebProperty.
Format:
networks/{network_code}/webProperties/{web_property_code}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the WebProperty.
Format:
networks/{network_code}/webProperties/{web_property_code}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getProductType()
public abstract ExchangeSyndicationProductEnum.ExchangeSyndicationProduct getProductType()Required. The ExchangeSyndicationProduct associated with this WebProperty.
.google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct product_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExchangeSyndicationProductEnum.ExchangeSyndicationProduct |
The productType. |
getProductTypeValue()
public abstract int getProductTypeValue()Required. The ExchangeSyndicationProduct associated with this WebProperty.
.google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct product_type = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for productType. |
getWebPropertyCode()
public abstract String getWebPropertyCode() Required. The WebProperty code.
string web_property_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The webPropertyCode. |
getWebPropertyCodeBytes()
public abstract ByteString getWebPropertyCodeBytes() Required. The WebProperty code.
string web_property_code = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for webPropertyCode. |
getWebPropertyId()
public abstract long getWebPropertyId() Optional. The WebProperty ID.
int64 web_property_id = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The webPropertyId. |