public static final class EduData.Builder extends GeneratedMessage.Builder<EduData.Builder> implements EduDataOrBuilderRequired Edu Attributes
Protobuf type google.cloud.channel.v1.EduData
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > EduData.BuilderImplements
EduDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
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. |
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 GeneratedMessage.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 |
|
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.InstituteSizeThe 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 |
intThe 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.InstituteTypeThe 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 |
intThe enum numeric value on the wire for instituteType to set. |
| Returns | |
|---|---|
| Type | Description |
EduData.Builder |
This builder for chaining. |
setWebsite(String value)
public EduData.Builder setWebsite(String value)Web address for the edu customer's institution.
string website = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe 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 |
ByteStringThe bytes for website to set. |
| Returns | |
|---|---|
| Type | Description |
EduData.Builder |
This builder for chaining. |