Interface Slate.GamSlateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Slate.GamSlate
,Slate.GamSlate.Builder
- Enclosing class:
- Slate
public static interface Slate.GamSlateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getGamSlateId()
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.
-
getGamSlateId
long getGamSlateId()
Output only. The identifier generated for the slate by GAM.
int64 gam_slate_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The gamSlateId.
-
-