createField = $createField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateFieldResponse */ public function getCreateField() { return $this->createField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse */ public function setCreateSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse $createSelectionChoice) { $this->createSelectionChoice = $createSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseCreateSelectionChoiceResponse */ public function getCreateSelectionChoice() { return $this->createSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse */ public function setDeleteField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse $deleteField) { $this->deleteField = $deleteField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteFieldResponse */ public function getDeleteField() { return $this->deleteField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse */ public function setDeleteSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse $deleteSelectionChoice) { $this->deleteSelectionChoice = $deleteSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDeleteSelectionChoiceResponse */ public function getDeleteSelectionChoice() { return $this->deleteSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse */ public function setDisableField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse $disableField) { $this->disableField = $disableField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableFieldResponse */ public function getDisableField() { return $this->disableField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse */ public function setDisableSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse $disableSelectionChoice) { $this->disableSelectionChoice = $disableSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseDisableSelectionChoiceResponse */ public function getDisableSelectionChoice() { return $this->disableSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse */ public function setEnableField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse $enableField) { $this->enableField = $enableField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableFieldResponse */ public function getEnableField() { return $this->enableField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse */ public function setEnableSelectionChoice(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse $enableSelectionChoice) { $this->enableSelectionChoice = $enableSelectionChoice; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseEnableSelectionChoiceResponse */ public function getEnableSelectionChoice() { return $this->enableSelectionChoice; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse */ public function setUpdateField(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse $updateField) { $this->updateField = $updateField; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldPropertiesResponse */ public function getUpdateField() { return $this->updateField; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse */ public function setUpdateFieldType(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse $updateFieldType) { $this->updateFieldType = $updateFieldType; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateFieldTypeResponse */ public function getUpdateFieldType() { return $this->updateFieldType; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse */ public function setUpdateLabel(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse $updateLabel) { $this->updateLabel = $updateLabel; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateLabelPropertiesResponse */ public function getUpdateLabel() { return $this->updateLabel; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse */ public function setUpdateSelectionChoiceProperties(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse $updateSelectionChoiceProperties) { $this->updateSelectionChoiceProperties = $updateSelectionChoiceProperties; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseUpdateSelectionChoicePropertiesResponse */ public function getUpdateSelectionChoiceProperties() { return $this->updateSelectionChoiceProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelResponseResponse');