Google Cloud Channel V1 Client - Class EduData (1.0.1)

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.

Parameters
Name Description
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;

Returns
Type Description
int

setInstituteType

Designated institute type of customer.

Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteType institute_type = 1;

Parameter
Name Description
var int
Returns
Type Description
$this

getInstituteSize

Size of the institute.

Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;

Returns
Type Description
int

setInstituteSize

Size of the institute.

Generated from protobuf field .google.cloud.channel.v1.EduData.InstituteSize institute_size = 2;

Parameter
Name Description
var int
Returns
Type Description
$this

getWebsite

Web address for the edu customer's institution.

Generated from protobuf field string website = 3;

Returns
Type Description
string

setWebsite

Web address for the edu customer's institution.

Generated from protobuf field string website = 3;

Parameter
Name Description
var string
Returns
Type Description
$this