public interface NetworkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCurrencyCode()
public abstract String getCurrencyCode()Output only. Primary currency code, in ISO-4217 format.
optional string currency_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The currencyCode. |
getCurrencyCodeBytes()
public abstract ByteString getCurrencyCodeBytes()Output only. Primary currency code, in ISO-4217 format.
optional string currency_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for currencyCode. |
getDisplayName()
public abstract String getDisplayName()Optional. Display name for Network.
optional string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Optional. Display name for Network.
optional string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getEffectiveRootAdUnit()
public abstract String getEffectiveRootAdUnit()Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{network_code}/adUnits/{ad_unit}
optional string effective_root_ad_unit = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The effectiveRootAdUnit. |
getEffectiveRootAdUnitBytes()
public abstract ByteString getEffectiveRootAdUnitBytes()Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{network_code}/adUnits/{ad_unit}
optional string effective_root_ad_unit = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for effectiveRootAdUnit. |
getName()
public abstract String getName()Identifier. The resource name of the Network. Format: networks/{network_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 Network. Format: networks/{network_code}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNetworkCode()
public abstract String getNetworkCode()Output only. Network Code.
optional string network_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The networkCode. |
getNetworkCodeBytes()
public abstract ByteString getNetworkCodeBytes()Output only. Network Code.
optional string network_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkCode. |
getNetworkId()
public abstract long getNetworkId()Output only. Network ID.
optional int64 network_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
long |
The networkId. |
getPropertyCode()
public abstract String getPropertyCode()Output only. Property code.
optional string property_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The propertyCode. |
getPropertyCodeBytes()
public abstract ByteString getPropertyCodeBytes()Output only. Property code.
optional string property_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for propertyCode. |
getSecondaryCurrencyCodes(int index)
public abstract String getSecondaryCurrencyCodes(int index)Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.
repeated string secondary_currency_codes = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The secondaryCurrencyCodes at the given index. |
getSecondaryCurrencyCodesBytes(int index)
public abstract ByteString getSecondaryCurrencyCodesBytes(int index)Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.
repeated string secondary_currency_codes = 7 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the secondaryCurrencyCodes at the given index. |
getSecondaryCurrencyCodesCount()
public abstract int getSecondaryCurrencyCodesCount()Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.
repeated string secondary_currency_codes = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of secondaryCurrencyCodes. |
getSecondaryCurrencyCodesList()
public abstract List<String> getSecondaryCurrencyCodesList()Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.
repeated string secondary_currency_codes = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the secondaryCurrencyCodes. |
getTestNetwork()
public abstract boolean getTestNetwork()Output only. Whether this is a test network.
optional bool test_network = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The testNetwork. |
getTimeZone()
public abstract String getTimeZone()Output only. Time zone associated with the delivery of orders and reporting.
optional string time_zone = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The timeZone. |
getTimeZoneBytes()
public abstract ByteString getTimeZoneBytes()Output only. Time zone associated with the delivery of orders and reporting.
optional string time_zone = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for timeZone. |
hasCurrencyCode()
public abstract boolean hasCurrencyCode()Output only. Primary currency code, in ISO-4217 format.
optional string currency_code = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the currencyCode field is set. |
hasDisplayName()
public abstract boolean hasDisplayName()Optional. Display name for Network.
optional string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasEffectiveRootAdUnit()
public abstract boolean hasEffectiveRootAdUnit()Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{network_code}/adUnits/{ad_unit}
optional string effective_root_ad_unit = 8 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the effectiveRootAdUnit field is set. |
hasNetworkCode()
public abstract boolean hasNetworkCode()Output only. Network Code.
optional string network_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the networkCode field is set. |
hasNetworkId()
public abstract boolean hasNetworkId()Output only. Network ID.
optional int64 network_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the networkId field is set. |
hasPropertyCode()
public abstract boolean hasPropertyCode()Output only. Property code.
optional string property_code = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the propertyCode field is set. |
hasTestNetwork()
public abstract boolean hasTestNetwork()Output only. Whether this is a test network.
optional bool test_network = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the testNetwork field is set. |
hasTimeZone()
public abstract boolean hasTimeZone()Output only. Time zone associated with the delivery of orders and reporting.
optional string time_zone = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeZone field is set. |