public final class BatchUpdateSitesResponse extends GeneratedMessage implements BatchUpdateSitesResponseOrBuilder Response object for BatchUpdateSites method.
Protobuf type google.ads.admanager.v1.BatchUpdateSitesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchUpdateSitesResponseImplements
BatchUpdateSitesResponseOrBuilderStatic Fields
SITES_FIELD_NUMBER
public static final int SITES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchUpdateSitesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchUpdateSitesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse.Builder |
|
newBuilder(BatchUpdateSitesResponse prototype)
public static BatchUpdateSitesResponse.Builder newBuilder(BatchUpdateSitesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchUpdateSitesResponse |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchUpdateSitesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateSitesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchUpdateSitesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateSitesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchUpdateSitesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateSitesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchUpdateSitesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateSitesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchUpdateSitesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateSitesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchUpdateSitesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateSitesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchUpdateSitesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchUpdateSitesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BatchUpdateSitesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse |
|
getParserForType()
public Parser<BatchUpdateSitesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchUpdateSitesResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSites(int index)
public Site getSites(int index) The Site objects updated.
repeated .google.ads.admanager.v1.Site sites = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Site |
|
getSitesCount()
public int getSitesCount() The Site objects updated.
repeated .google.ads.admanager.v1.Site sites = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSitesList()
public List<Site> getSitesList() The Site objects updated.
repeated .google.ads.admanager.v1.Site sites = 1;
| Returns | |
|---|---|
| Type | Description |
List<Site> |
|
getSitesOrBuilder(int index)
public SiteOrBuilder getSitesOrBuilder(int index) The Site objects updated.
repeated .google.ads.admanager.v1.Site sites = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
SiteOrBuilder |
|
getSitesOrBuilderList()
public List<? extends SiteOrBuilder> getSitesOrBuilderList() The Site objects updated.
repeated .google.ads.admanager.v1.Site sites = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.SiteOrBuilder> |
|
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 BatchUpdateSitesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchUpdateSitesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse.Builder |
|
toBuilder()
public BatchUpdateSitesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchUpdateSitesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|