Interface ProjectTeamOrBuilder (2.53.0)

public interface ProjectTeamOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectNumber()

public abstract String getProjectNumber()

Optional. The project number.

string project_number = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The projectNumber.

getProjectNumberBytes()

public abstract ByteString getProjectNumberBytes()

Optional. The project number.

string project_number = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for projectNumber.

getTeam()

public abstract String getTeam()

Optional. The team.

string team = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The team.

getTeamBytes()

public abstract ByteString getTeamBytes()

Optional. The team.

string team = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for team.