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
Namespace
Google \ Cloud \ Channel \ V1Methods
__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.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type InstituteType. |
setInstituteType
Designated institute type of customer.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type InstituteType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInstituteSize
Size of the institute.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type InstituteSize. |
setInstituteSize
Size of the institute.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type InstituteSize. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWebsite
Web address for the edu customer's institution.
| Returns | |
|---|---|
| Type | Description |
string |
|
setWebsite
Web address for the edu customer's institution.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|