public interface ProjectTeamOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getProjectNumber()
The project number.
|
com.google.protobuf.ByteString |
getProjectNumberBytes()
The project number.
|
String |
getTeam()
The team.
|
com.google.protobuf.ByteString |
getTeamBytes()
The team.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProjectNumber()
The project number.
string project_number = 1;
com.google.protobuf.ByteString getProjectNumberBytes()
The project number.
string project_number = 1;
String getTeam()
The team.
string team = 2;
com.google.protobuf.ByteString getTeamBytes()
The team.
string team = 2;
Copyright © 2023 Google LLC. All rights reserved.