public final class BatchUpdateTeamsResponse extends GeneratedMessage implements BatchUpdateTeamsResponseOrBuilder Response object for BatchUpdateTeams method.
Protobuf type google.ads.admanager.v1.BatchUpdateTeamsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BatchUpdateTeamsResponseImplements
BatchUpdateTeamsResponseOrBuilderStatic Fields
TEAMS_FIELD_NUMBER
public static final int TEAMS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static BatchUpdateTeamsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static BatchUpdateTeamsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse.Builder |
|
newBuilder(BatchUpdateTeamsResponse prototype)
public static BatchUpdateTeamsResponse.Builder newBuilder(BatchUpdateTeamsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
BatchUpdateTeamsResponse |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static BatchUpdateTeamsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateTeamsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static BatchUpdateTeamsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateTeamsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static BatchUpdateTeamsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateTeamsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static BatchUpdateTeamsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateTeamsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static BatchUpdateTeamsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateTeamsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static BatchUpdateTeamsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BatchUpdateTeamsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<BatchUpdateTeamsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<BatchUpdateTeamsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public BatchUpdateTeamsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse |
|
getParserForType()
public Parser<BatchUpdateTeamsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<BatchUpdateTeamsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTeams(int index)
public Team getTeams(int index) The Team objects updated.
repeated .google.ads.admanager.v1.Team teams = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Team |
|
getTeamsCount()
public int getTeamsCount() The Team objects updated.
repeated .google.ads.admanager.v1.Team teams = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTeamsList()
public List<Team> getTeamsList() The Team objects updated.
repeated .google.ads.admanager.v1.Team teams = 1;
| Returns | |
|---|---|
| Type | Description |
List<Team> |
|
getTeamsOrBuilder(int index)
public TeamOrBuilder getTeamsOrBuilder(int index) The Team objects updated.
repeated .google.ads.admanager.v1.Team teams = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TeamOrBuilder |
|
getTeamsOrBuilderList()
public List<? extends TeamOrBuilder> getTeamsOrBuilderList() The Team objects updated.
repeated .google.ads.admanager.v1.Team teams = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.admanager.v1.TeamOrBuilder> |
|
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 BatchUpdateTeamsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected BatchUpdateTeamsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse.Builder |
|
toBuilder()
public BatchUpdateTeamsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
BatchUpdateTeamsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|