public static final class EduData.Builder extends GeneratedMessageV3.Builder<EduData.Builder> implements EduDataOrBuilderRequired 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()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public EduData.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| EduData.Builder |
build()
public EduData build()| Type | Description |
| EduData |
buildPartial()
public EduData buildPartial()| Type | Description |
| EduData |
clear()
public EduData.Builder clear()| Type | Description |
| EduData.Builder |
clearField(Descriptors.FieldDescriptor field)
public EduData.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| EduData.Builder |
clearInstituteSize()
public EduData.Builder clearInstituteSize()Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
| 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;
| Type | Description |
| EduData.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public EduData.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| EduData.Builder |
clearWebsite()
public EduData.Builder clearWebsite()Web address for the edu customer's institution.
string website = 3;
| Type | Description |
| EduData.Builder | This builder for chaining. |
clone()
public EduData.Builder clone()| Type | Description |
| EduData.Builder |
getDefaultInstanceForType()
public EduData getDefaultInstanceForType()| Type | Description |
| EduData |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getInstituteSize()
public EduData.InstituteSize getInstituteSize()Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
| Type | Description |
| EduData.InstituteSize | The instituteSize. |
getInstituteSizeValue()
public int getInstituteSizeValue()Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
| 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;
| Type | Description |
| EduData.InstituteType | The instituteType. |
getInstituteTypeValue()
public int getInstituteTypeValue()Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
| 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;
| Type | Description |
| String | The website. |
getWebsiteBytes()
public ByteString getWebsiteBytes()Web address for the edu customer's institution.
string website = 3;
| Type | Description |
| ByteString | The bytes for website. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(EduData other)
public EduData.Builder mergeFrom(EduData other)| Name | Description |
| other | EduData |
| Type | Description |
| EduData.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public EduData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| EduData.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public EduData.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| EduData.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final EduData.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| EduData.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public EduData.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| 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;
| Name | Description |
| value | EduData.InstituteSizeThe instituteSize to set. |
| 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;
| Name | Description |
| value | intThe enum numeric value on the wire for instituteSize to set. |
| 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;
| Name | Description |
| value | EduData.InstituteTypeThe instituteType to set. |
| 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;
| Name | Description |
| value | intThe enum numeric value on the wire for instituteType to set. |
| 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)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| EduData.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final EduData.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| EduData.Builder |
setWebsite(String value)
public EduData.Builder setWebsite(String value)Web address for the edu customer's institution.
string website = 3;
| Name | Description |
| value | StringThe website to set. |
| 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;
| Name | Description |
| value | ByteStringThe bytes for website to set. |
| Type | Description |
| EduData.Builder | This builder for chaining. |