Class BatchCreateTeamsResponse (0.39.0)

public final class BatchCreateTeamsResponse extends GeneratedMessageV3 implements BatchCreateTeamsResponseOrBuilder

Response object for BatchCreateTeams method.

Protobuf type google.ads.admanager.v1.BatchCreateTeamsResponse

Static Fields

TEAMS_FIELD_NUMBER

public static final int TEAMS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchCreateTeamsResponse getDefaultInstance()
Returns
Type Description
BatchCreateTeamsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BatchCreateTeamsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public BatchCreateTeamsResponse getDefaultInstanceForType()
Returns
Type Description
BatchCreateTeamsResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTeams(int index)

public Team getTeams(int index)

The Team objects created.

repeated .google.ads.admanager.v1.Team teams = 1;

Parameter
Name Description
index int
Returns
Type Description
Team

getTeamsCount()

public int getTeamsCount()

The Team objects created.

repeated .google.ads.admanager.v1.Team teams = 1;

Returns
Type Description
int

getTeamsList()

public List<Team> getTeamsList()

The Team objects created.

repeated .google.ads.admanager.v1.Team teams = 1;

Returns
Type Description
List<Team>

getTeamsOrBuilder(int index)

public TeamOrBuilder getTeamsOrBuilder(int index)

The Team objects created.

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 created.

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
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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