Class BatchUpdatePlacementsResponse (0.39.0)

public final class BatchUpdatePlacementsResponse extends GeneratedMessageV3 implements BatchUpdatePlacementsResponseOrBuilder

Response object for BatchUpdatePlacements method.

Protobuf type google.ads.admanager.v1.BatchUpdatePlacementsResponse

Static Fields

PLACEMENTS_FIELD_NUMBER

public static final int PLACEMENTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchUpdatePlacementsResponse getDefaultInstance()
Returns
Type Description
BatchUpdatePlacementsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchUpdatePlacementsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchUpdatePlacementsResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdatePlacementsResponse

getParserForType()

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

getPlacements(int index)

public Placement getPlacements(int index)

The Placement objects updated.

repeated .google.ads.admanager.v1.Placement placements = 1;

Parameter
Name Description
index int
Returns
Type Description
Placement

getPlacementsCount()

public int getPlacementsCount()

The Placement objects updated.

repeated .google.ads.admanager.v1.Placement placements = 1;

Returns
Type Description
int

getPlacementsList()

public List<Placement> getPlacementsList()

The Placement objects updated.

repeated .google.ads.admanager.v1.Placement placements = 1;

Returns
Type Description
List<Placement>

getPlacementsOrBuilder(int index)

public PlacementOrBuilder getPlacementsOrBuilder(int index)

The Placement objects updated.

repeated .google.ads.admanager.v1.Placement placements = 1;

Parameter
Name Description
index int
Returns
Type Description
PlacementOrBuilder

getPlacementsOrBuilderList()

public List<? extends PlacementOrBuilder> getPlacementsOrBuilderList()

The Placement objects updated.

repeated .google.ads.admanager.v1.Placement placements = 1;

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchUpdatePlacementsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchUpdatePlacementsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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