Interface GamLiveConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GamLiveConfig
,GamLiveConfig.Builder
public interface GamLiveConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAssetKey()
Output only.com.google.protobuf.ByteString
getAssetKeyBytes()
Output only.String
getCustomAssetKey()
Output only.com.google.protobuf.ByteString
getCustomAssetKeyBytes()
Output only.String
getNetworkCode()
Required.com.google.protobuf.ByteString
getNetworkCodeBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetworkCode
String getNetworkCode()
Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The networkCode.
-
getNetworkCodeBytes
com.google.protobuf.ByteString getNetworkCodeBytes()
Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for networkCode.
-
getAssetKey
String getAssetKey()
Output only. The asset key identifier generated for the live config.
string asset_key = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The assetKey.
-
getAssetKeyBytes
com.google.protobuf.ByteString getAssetKeyBytes()
Output only. The asset key identifier generated for the live config.
string asset_key = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for assetKey.
-
getCustomAssetKey
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:
- The customAssetKey.
-
getCustomAssetKeyBytes
com.google.protobuf.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:
- The bytes for customAssetKey.
-
-