Reference documentation and code samples for the Google Cloud Channel V1 Client class EduData.
Required Edu Attributes
Generated from protobuf message google.cloud.channel.v1.EduData
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ institute_type
int
Designated institute type of customer.
↳ institute_size
int
Size of the institute.
↳ website
string
Web address for the edu customer's institution.
getInstituteType
Designated institute type of customer.
Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
int
setInstituteType
Designated institute type of customer.
Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteType institute_type = 1;
var
int
$this
getInstituteSize
Size of the institute.
Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
int
setInstituteSize
Size of the institute.
Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;
var
int
$this
getWebsite
Web address for the edu customer's institution.
Generated from protobuf field string website = 3;
string
setWebsite
Web address for the edu customer's institution.
Generated from protobuf field string website = 3;
var
string
$this