public interface GamLiveConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssetKey()
public abstract String getAssetKey()Output only. The asset key identifier generated for the live config.
string asset_key = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The assetKey. |
getAssetKeyBytes()
public abstract ByteString getAssetKeyBytes()Output only. The asset key identifier generated for the live config.
string asset_key = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for assetKey. |
getCustomAssetKey()
public abstract String getCustomAssetKey()Output only. The custom asset key identifier generated for the live config.
string custom_asset_key = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The customAssetKey. |
getCustomAssetKeyBytes()
public abstract ByteString getCustomAssetKeyBytes()Output only. The custom asset key identifier generated for the live config.
string custom_asset_key = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for customAssetKey. |
getNetworkCode()
public abstract String getNetworkCode()Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The networkCode. |
getNetworkCodeBytes()
public abstract ByteString getNetworkCodeBytes()Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for networkCode. |