Class ProjectTeam (2.9.3)

public final class ProjectTeam extends GeneratedMessageV3 implements ProjectTeamOrBuilder

Represents the Viewers, Editors, or Owners of a given project.

Protobuf type google.storage.v2.ProjectTeam

Static Fields

PROJECT_NUMBER_FIELD_NUMBER

public static final int PROJECT_NUMBER_FIELD_NUMBER
Field Value
Type Description
int

TEAM_FIELD_NUMBER

public static final int TEAM_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ProjectTeam getDefaultInstance()
Returns
Type Description
ProjectTeam

getDescriptor()

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

newBuilder()

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

newBuilder(ProjectTeam prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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