public interface ProjectTeamOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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. |