public final class BatchUpdateContactsResponse extends GeneratedMessage implements BatchUpdateContactsResponseOrBuilder Response object for BatchUpdateContacts method.
Protobuf type google.ads.admanager.v1.BatchUpdateContactsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchUpdateContactsResponseImplements
BatchUpdateContactsResponseOrBuilderStatic Fields
CONTACTS_FIELD_NUMBER
public static final int CONTACTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchUpdateContactsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchUpdateContactsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse.Builder |
|
newBuilder(BatchUpdateContactsResponse prototype)
public static BatchUpdateContactsResponse.Builder newBuilder(BatchUpdateContactsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchUpdateContactsResponse |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchUpdateContactsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateContactsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchUpdateContactsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateContactsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchUpdateContactsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateContactsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchUpdateContactsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateContactsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchUpdateContactsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateContactsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchUpdateContactsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateContactsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchUpdateContactsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchUpdateContactsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getContacts(int index)
public Contact getContacts(int index) The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Contact |
|
getContactsCount()
public int getContactsCount() The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getContactsList()
public List<Contact> getContactsList() The Contact objects updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<Contact> |
|
getContactsOrBuilder(int index)
public ContactOrBuilder getContactsOrBuilder(int index) The Contact objects updated.
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 updated.
repeated .google.ads.admanager.v1.Contact contacts = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.ContactOrBuilder> |
|
getDefaultInstanceForType()
public BatchUpdateContactsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse |
|
getParserForType()
public Parser<BatchUpdateContactsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchUpdateContactsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public BatchUpdateContactsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchUpdateContactsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse.Builder |
|
toBuilder()
public BatchUpdateContactsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchUpdateContactsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|