Class BatchCreateContactsResponse (0.39.0)

public final class BatchCreateContactsResponse extends GeneratedMessageV3 implements BatchCreateContactsResponseOrBuilder

Response object for BatchCreateContacts method.

Protobuf type google.ads.admanager.v1.BatchCreateContactsResponse

Static Fields

CONTACTS_FIELD_NUMBER

public static final int CONTACTS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateContactsResponse getDefaultInstance()
Returns
Type Description
BatchCreateContactsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchCreateContactsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getContacts(int index)

public Contact getContacts(int index)

The Contact objects created.

repeated .google.ads.admanager.v1.Contact contacts = 1;

Parameter
Name Description
index int
Returns
Type Description
Contact

getContactsCount()

public int getContactsCount()

The Contact objects created.

repeated .google.ads.admanager.v1.Contact contacts = 1;

Returns
Type Description
int

getContactsList()

public List<Contact> getContactsList()

The Contact objects created.

repeated .google.ads.admanager.v1.Contact contacts = 1;

Returns
Type Description
List<Contact>

getContactsOrBuilder(int index)

public ContactOrBuilder getContactsOrBuilder(int index)

The Contact objects created.

repeated .google.ads.admanager.v1.Contact contacts = 1;

Parameter
Name Description
index int
Returns
Type Description
ContactOrBuilder

getContactsOrBuilderList()

public List<? extends ContactOrBuilder> getContactsOrBuilderList()

The Contact objects created.

repeated .google.ads.admanager.v1.Contact contacts = 1;

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

getDefaultInstanceForType()

public BatchCreateContactsResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateContactsResponse

getParserForType()

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

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 BatchCreateContactsResponse.Builder newBuilderForType()
Returns
Type Description
BatchCreateContactsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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