- 2.47.0 (latest)
- 2.46.0
- 2.45.0
- 2.44.1
- 2.43.2
- 2.42.0
- 2.41.0
- 2.40.1
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.1
- 2.34.0
- 2.33.0
- 2.32.1
- 2.30.1
- 2.29.1
- 2.28.0
- 2.27.1
- 2.24.0
- 2.23.0
- 2.22.6
- 2.21.0
- 2.20.2
- 2.19.0
- 2.18.0
- 2.17.2
- 2.16.0
- 2.15.1
- 2.14.0
- 2.13.1
- 2.12.0
- 2.11.3
- 2.10.0
- 2.9.3
- 2.8.1
- 2.7.1
- 2.6.1
- 2.5.1
- 2.4.5
- 2.3.0
- 2.2.3
- 2.1.10
public static final class ProjectTeam.Builder extends GeneratedMessageV3.Builder<ProjectTeam.Builder> implements ProjectTeamOrBuilder
Represents the Viewers, Editors, or Owners of a given project.
Protobuf type google.storage.v2.ProjectTeam
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProjectTeam.BuilderImplements
ProjectTeamOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProjectTeam.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProjectTeam.Builder |
build()
public ProjectTeam build()
Type | Description |
ProjectTeam |
buildPartial()
public ProjectTeam buildPartial()
Type | Description |
ProjectTeam |
clear()
public ProjectTeam.Builder clear()
Type | Description |
ProjectTeam.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProjectTeam.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProjectTeam.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProjectTeam.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProjectTeam.Builder |
clearProjectNumber()
public ProjectTeam.Builder clearProjectNumber()
The project number.
string project_number = 1;
Type | Description |
ProjectTeam.Builder | This builder for chaining. |
clearTeam()
public ProjectTeam.Builder clearTeam()
The team.
string team = 2;
Type | Description |
ProjectTeam.Builder | This builder for chaining. |
clone()
public ProjectTeam.Builder clone()
Type | Description |
ProjectTeam.Builder |
getDefaultInstanceForType()
public ProjectTeam getDefaultInstanceForType()
Type | Description |
ProjectTeam |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getProjectNumber()
public String getProjectNumber()
The project number.
string project_number = 1;
Type | Description |
String | The projectNumber. |
getProjectNumberBytes()
public ByteString getProjectNumberBytes()
The project number.
string project_number = 1;
Type | Description |
ByteString | The bytes for projectNumber. |
getTeam()
public String getTeam()
The team.
string team = 2;
Type | Description |
String | The team. |
getTeamBytes()
public ByteString getTeamBytes()
The team.
string team = 2;
Type | Description |
ByteString | The bytes for team. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProjectTeam.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ProjectTeam.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ProjectTeam.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ProjectTeam.Builder |
mergeFrom(ProjectTeam other)
public ProjectTeam.Builder mergeFrom(ProjectTeam other)
Name | Description |
other | ProjectTeam |
Type | Description |
ProjectTeam.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProjectTeam.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProjectTeam.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProjectTeam.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProjectTeam.Builder |
setProjectNumber(String value)
public ProjectTeam.Builder setProjectNumber(String value)
The project number.
string project_number = 1;
Name | Description |
value | String The projectNumber to set. |
Type | Description |
ProjectTeam.Builder | This builder for chaining. |
setProjectNumberBytes(ByteString value)
public ProjectTeam.Builder setProjectNumberBytes(ByteString value)
The project number.
string project_number = 1;
Name | Description |
value | ByteString The bytes for projectNumber to set. |
Type | Description |
ProjectTeam.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProjectTeam.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ProjectTeam.Builder |
setTeam(String value)
public ProjectTeam.Builder setTeam(String value)
The team.
string team = 2;
Name | Description |
value | String The team to set. |
Type | Description |
ProjectTeam.Builder | This builder for chaining. |
setTeamBytes(ByteString value)
public ProjectTeam.Builder setTeamBytes(ByteString value)
The team.
string team = 2;
Name | Description |
value | ByteString The bytes for team to set. |
Type | Description |
ProjectTeam.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProjectTeam.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProjectTeam.Builder |