- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class EduData.Builder extends GeneratedMessageV3.Builder<EduData.Builder> implements EduDataOrBuilder
Required Edu Attributes
Protobuf type google.cloud.channel.v1.EduData
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > EduData.BuilderImplements
EduDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EduData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
EduData.Builder |
build()
public EduData build()
Returns | |
---|---|
Type | Description |
EduData |
buildPartial()
public EduData buildPartial()
Returns | |
---|---|
Type | Description |
EduData |
clear()
public EduData.Builder clear()
Returns | |
---|---|
Type | Description |
EduData.Builder |
clearField(Descriptors.FieldDescriptor field)
public EduData.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
EduData.Builder |
clearInstituteSize()
public EduData.Builder clearInstituteSize()
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
clearInstituteType()
public EduData.Builder clearInstituteType()
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public EduData.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
EduData.Builder |
clearWebsite()
public EduData.Builder clearWebsite()
Web address for the edu customer's institution.
string website = 3;
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
clone()
public EduData.Builder clone()
Returns | |
---|---|
Type | Description |
EduData.Builder |
getDefaultInstanceForType()
public EduData getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
EduData |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInstituteSize()
public EduData.InstituteSize getInstituteSize()
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
Returns | |
---|---|
Type | Description |
EduData.InstituteSize | The instituteSize. |
getInstituteSizeValue()
public int getInstituteSizeValue()
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for instituteSize. |
getInstituteType()
public EduData.InstituteType getInstituteType()
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
Returns | |
---|---|
Type | Description |
EduData.InstituteType | The instituteType. |
getInstituteTypeValue()
public int getInstituteTypeValue()
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for instituteType. |
getWebsite()
public String getWebsite()
Web address for the edu customer's institution.
string website = 3;
Returns | |
---|---|
Type | Description |
String | The website. |
getWebsiteBytes()
public ByteString getWebsiteBytes()
Web address for the edu customer's institution.
string website = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for website. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(EduData other)
public EduData.Builder mergeFrom(EduData other)
Parameter | |
---|---|
Name | Description |
other | EduData |
Returns | |
---|---|
Type | Description |
EduData.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EduData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
EduData.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public EduData.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
EduData.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EduData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EduData.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EduData.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
EduData.Builder |
setInstituteSize(EduData.InstituteSize value)
public EduData.Builder setInstituteSize(EduData.InstituteSize value)
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
Parameter | |
---|---|
Name | Description |
value | EduData.InstituteSize The instituteSize to set. |
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
setInstituteSizeValue(int value)
public EduData.Builder setInstituteSizeValue(int value)
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for instituteSize to set. |
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
setInstituteType(EduData.InstituteType value)
public EduData.Builder setInstituteType(EduData.InstituteType value)
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
Parameter | |
---|---|
Name | Description |
value | EduData.InstituteType The instituteType to set. |
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
setInstituteTypeValue(int value)
public EduData.Builder setInstituteTypeValue(int value)
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
Parameter | |
---|---|
Name | Description |
value | int The enum numeric value on the wire for instituteType to set. |
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public EduData.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
EduData.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final EduData.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
EduData.Builder |
setWebsite(String value)
public EduData.Builder setWebsite(String value)
Web address for the edu customer's institution.
string website = 3;
Parameter | |
---|---|
Name | Description |
value | String The website to set. |
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |
setWebsiteBytes(ByteString value)
public EduData.Builder setWebsiteBytes(ByteString value)
Web address for the edu customer's institution.
string website = 3;
Parameter | |
---|---|
Name | Description |
value | ByteString The bytes for website to set. |
Returns | |
---|---|
Type | Description |
EduData.Builder | This builder for chaining. |