Package com.google.cloud.channel.v1
Interface EduDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EduData
,EduData.Builder
public interface EduDataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EduData.InstituteSize
getInstituteSize()
Size of the institute.int
getInstituteSizeValue()
Size of the institute.EduData.InstituteType
getInstituteType()
Designated institute type of customer.int
getInstituteTypeValue()
Designated institute type of customer.String
getWebsite()
Web address for the edu customer's institution.com.google.protobuf.ByteString
getWebsiteBytes()
Web address for the edu customer's institution.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstituteTypeValue
int getInstituteTypeValue()
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
- Returns:
- The enum numeric value on the wire for instituteType.
-
getInstituteType
EduData.InstituteType getInstituteType()
Designated institute type of customer.
.google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
- Returns:
- The instituteType.
-
getInstituteSizeValue
int getInstituteSizeValue()
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
- Returns:
- The enum numeric value on the wire for instituteSize.
-
getInstituteSize
EduData.InstituteSize getInstituteSize()
Size of the institute.
.google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
- Returns:
- The instituteSize.
-
getWebsite
String getWebsite()
Web address for the edu customer's institution.
string website = 3;
- Returns:
- The website.
-
getWebsiteBytes
com.google.protobuf.ByteString getWebsiteBytes()
Web address for the edu customer's institution.
string website = 3;
- Returns:
- The bytes for website.
-
-