- 0.53.0 (latest)
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.6
- 0.1.2
public static final class Slate.GamSlate.Builder extends GeneratedMessageV3.Builder<Slate.GamSlate.Builder> implements Slate.GamSlateOrBuilder
GamSlate object has Google Ad Manager (GAM) related properties for the slate.
Protobuf type google.cloud.video.stitcher.v1.Slate.GamSlate
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Slate.GamSlate.BuilderImplements
Slate.GamSlateOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Slate.GamSlate.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
build()
public Slate.GamSlate build()
Returns | |
---|---|
Type | Description |
Slate.GamSlate |
buildPartial()
public Slate.GamSlate buildPartial()
Returns | |
---|---|
Type | Description |
Slate.GamSlate |
clear()
public Slate.GamSlate.Builder clear()
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
clearField(Descriptors.FieldDescriptor field)
public Slate.GamSlate.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
clearGamSlateId()
public Slate.GamSlate.Builder clearGamSlateId()
Output only. The identifier generated for the slate by GAM.
int64 gam_slate_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
This builder for chaining. |
clearNetworkCode()
public Slate.GamSlate.Builder clearNetworkCode()
Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Slate.GamSlate.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
clone()
public Slate.GamSlate.Builder clone()
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
getDefaultInstanceForType()
public Slate.GamSlate getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Slate.GamSlate |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getGamSlateId()
public long getGamSlateId()
Output only. The identifier generated for the slate by GAM.
int64 gam_slate_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
long |
The gamSlateId. |
getNetworkCode()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Slate.GamSlate other)
public Slate.GamSlate.Builder mergeFrom(Slate.GamSlate other)
Parameter | |
---|---|
Name | Description |
other |
Slate.GamSlate |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Slate.GamSlate.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Slate.GamSlate.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Slate.GamSlate.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Slate.GamSlate.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
setGamSlateId(long value)
public Slate.GamSlate.Builder setGamSlateId(long value)
Output only. The identifier generated for the slate by GAM.
int64 gam_slate_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
value |
long The gamSlateId to set. |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
This builder for chaining. |
setNetworkCode(String value)
public Slate.GamSlate.Builder setNetworkCode(String value)
Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
String The networkCode to set. |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
This builder for chaining. |
setNetworkCodeBytes(ByteString value)
public Slate.GamSlate.Builder setNetworkCodeBytes(ByteString value)
Required. Ad Manager network code to associate with the live config.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for networkCode to set. |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Slate.GamSlate.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Slate.GamSlate.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Slate.GamSlate.Builder |