Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class Team (0.8.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.8.0keyboard_arrow_down
public final class Team extends GeneratedMessageV3 implements TeamOrBuilder
The Team resource.
Protobuf type google.ads.admanager.v1.Team
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static Team getDefaultInstance ()
Returns
Type
Description
Team
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Team . Builder newBuilder ()
newBuilder(Team prototype)
public static Team . Builder newBuilder ( Team prototype )
Parameter
Name
Description
prototype
Team
public static Team parseDelimitedFrom ( InputStream input )
Returns
Type
Description
Team
public static Team parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Team
parseFrom(byte[] data)
public static Team parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Team
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Team parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Team
parseFrom(ByteString data)
public static Team parseFrom ( ByteString data )
Returns
Type
Description
Team
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Team parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Team
public static Team parseFrom ( CodedInputStream input )
Returns
Type
Description
Team
public static Team parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Team
public static Team parseFrom ( InputStream input )
Returns
Type
Description
Team
public static Team parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Team
parseFrom(ByteBuffer data)
public static Team parseFrom ( ByteBuffer data )
Returns
Type
Description
Team
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Team parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Team
parser()
public static Parser<Team> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public Team getDefaultInstanceForType ()
Returns
Type
Description
Team
getName()
Identifier. The resource name of the Team.
Format: networks/{network_code}/teams/{team_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Identifier. The resource name of the Team.
Format: networks/{network_code}/teams/{team_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<Team> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Team . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Team . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Team . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[[["This webpage provides documentation for the `Team` resource within the Google Ad Manager API, specifically for version 0.8.0."],["The `Team` class is a Protocol Buffer (Protobuf) type represented as `google.ads.admanager.v1.Team`, extending `GeneratedMessageV3` and implementing `TeamOrBuilder`."],["This document outlines the class inheritance, methods, static fields, and static methods associated with the `Team` resource, with information on how to parse and use it."],["There are links provided to the different versions of the `Team` resource, ranging from version 0.1.0 to 0.19.0, with 0.19.0 being the latest."],["The document provides the `Team` resource name format, which is `networks/{network_code}/teams/{team_id}`, and shows the field `name` as the identifier."]]],[]]