Class BatchUpdateSlatesResponse (0.54.0)

public final class BatchUpdateSlatesResponse extends GeneratedMessage implements BatchUpdateSlatesResponseOrBuilder

Response object for BatchUpdateSlates method.

Protobuf type google.ads.admanager.v1.BatchUpdateSlatesResponse

Static Fields

SLATES_FIELD_NUMBER

public static final int SLATES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchUpdateSlatesResponse getDefaultInstance()
Returns
Type Description
BatchUpdateSlatesResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchUpdateSlatesResponse.Builder newBuilder()
Returns
Type Description
BatchUpdateSlatesResponse.Builder

newBuilder(BatchUpdateSlatesResponse prototype)

public static BatchUpdateSlatesResponse.Builder newBuilder(BatchUpdateSlatesResponse prototype)
Parameter
Name Description
prototype BatchUpdateSlatesResponse
Returns
Type Description
BatchUpdateSlatesResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateSlatesResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateSlatesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchUpdateSlatesResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateSlatesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchUpdateSlatesResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateSlatesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateSlatesResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateSlatesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchUpdateSlatesResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateSlatesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateSlatesResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateSlatesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateSlatesResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateSlatesResponse> parser()
Returns
Type Description
Parser<BatchUpdateSlatesResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchUpdateSlatesResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdateSlatesResponse

getParserForType()

public Parser<BatchUpdateSlatesResponse> getParserForType()
Returns
Type Description
Parser<BatchUpdateSlatesResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getSlates(int index)

public Slate getSlates(int index)

The Slate objects updated.

repeated .google.ads.admanager.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
Slate

getSlatesCount()

public int getSlatesCount()

The Slate objects updated.

repeated .google.ads.admanager.v1.Slate slates = 1;

Returns
Type Description
int

getSlatesList()

public List<Slate> getSlatesList()

The Slate objects updated.

repeated .google.ads.admanager.v1.Slate slates = 1;

Returns
Type Description
List<Slate>

getSlatesOrBuilder(int index)

public SlateOrBuilder getSlatesOrBuilder(int index)

The Slate objects updated.

repeated .google.ads.admanager.v1.Slate slates = 1;

Parameter
Name Description
index int
Returns
Type Description
SlateOrBuilder

getSlatesOrBuilderList()

public List<? extends SlateOrBuilder> getSlatesOrBuilderList()

The Slate objects updated.

repeated .google.ads.admanager.v1.Slate slates = 1;

Returns
Type Description
List<? extends com.google.ads.admanager.v1.SlateOrBuilder>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchUpdateSlatesResponse.Builder newBuilderForType()
Returns
Type Description
BatchUpdateSlatesResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected BatchUpdateSlatesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchUpdateSlatesResponse.Builder
Overrides

toBuilder()

public BatchUpdateSlatesResponse.Builder toBuilder()
Returns
Type Description
BatchUpdateSlatesResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException