Interface EduDataOrBuilder (3.41.0)

public interface EduDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstituteSize()

public abstract EduData.InstituteSize getInstituteSize()

Size of the institute.

.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;

Returns
TypeDescription
EduData.InstituteSize

The instituteSize.

getInstituteSizeValue()

public abstract int getInstituteSizeValue()

Size of the institute.

.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for instituteSize.

getInstituteType()

public abstract EduData.InstituteType getInstituteType()

Designated institute type of customer.

.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;

Returns
TypeDescription
EduData.InstituteType

The instituteType.

getInstituteTypeValue()

public abstract int getInstituteTypeValue()

Designated institute type of customer.

.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for instituteType.

getWebsite()

public abstract String getWebsite()

Web address for the edu customer's institution.

string website = 3;

Returns
TypeDescription
String

The website.

getWebsiteBytes()

public abstract ByteString getWebsiteBytes()

Web address for the edu customer's institution.

string website = 3;

Returns
TypeDescription
ByteString

The bytes for website.