BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
google
/
apiclient-services
/
src
/
Aiplatform
📤 Upload
📝 New File
📁 New Folder
Close
Editing: GoogleCloudAiplatformV1Schema.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Aiplatform; class GoogleCloudAiplatformV1Schema extends \Google\Collection { protected $collection_key = 'required'; /** * @var array */ public $additionalProperties; protected $anyOfType = GoogleCloudAiplatformV1Schema::class; protected $anyOfDataType = 'array'; /** * @var array */ public $default; protected $defsType = GoogleCloudAiplatformV1Schema::class; protected $defsDataType = 'map'; /** * @var string */ public $description; /** * @var string[] */ public $enum; /** * @var array */ public $example; /** * @var string */ public $format; protected $itemsType = GoogleCloudAiplatformV1Schema::class; protected $itemsDataType = ''; /** * @var string */ public $maxItems; /** * @var string */ public $maxLength; /** * @var string */ public $maxProperties; public $maximum; /** * @var string */ public $minItems; /** * @var string */ public $minLength; /** * @var string */ public $minProperties; public $minimum; /** * @var bool */ public $nullable; /** * @var string */ public $pattern; protected $propertiesType = GoogleCloudAiplatformV1Schema::class; protected $propertiesDataType = 'map'; /** * @var string[] */ public $propertyOrdering; /** * @var string */ public $ref; /** * @var string[] */ public $required; /** * @var string */ public $title; /** * @var string */ public $type; /** * @param array */ public function setAdditionalProperties($additionalProperties) { $this->additionalProperties = $additionalProperties; } /** * @return array */ public function getAdditionalProperties() { return $this->additionalProperties; } /** * @param GoogleCloudAiplatformV1Schema[] */ public function setAnyOf($anyOf) { $this->anyOf = $anyOf; } /** * @return GoogleCloudAiplatformV1Schema[] */ public function getAnyOf() { return $this->anyOf; } /** * @param array */ public function setDefault($default) { $this->default = $default; } /** * @return array */ public function getDefault() { return $this->default; } /** * @param GoogleCloudAiplatformV1Schema[] */ public function setDefs($defs) { $this->defs = $defs; } /** * @return GoogleCloudAiplatformV1Schema[] */ public function getDefs() { return $this->defs; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string[] */ public function setEnum($enum) { $this->enum = $enum; } /** * @return string[] */ public function getEnum() { return $this->enum; } /** * @param array */ public function setExample($example) { $this->example = $example; } /** * @return array */ public function getExample() { return $this->example; } /** * @param string */ public function setFormat($format) { $this->format = $format; } /** * @return string */ public function getFormat() { return $this->format; } /** * @param GoogleCloudAiplatformV1Schema */ public function setItems(GoogleCloudAiplatformV1Schema $items) { $this->items = $items; } /** * @return GoogleCloudAiplatformV1Schema */ public function getItems() { return $this->items; } /** * @param string */ public function setMaxItems($maxItems) { $this->maxItems = $maxItems; } /** * @return string */ public function getMaxItems() { return $this->maxItems; } /** * @param string */ public function setMaxLength($maxLength) { $this->maxLength = $maxLength; } /** * @return string */ public function getMaxLength() { return $this->maxLength; } /** * @param string */ public function setMaxProperties($maxProperties) { $this->maxProperties = $maxProperties; } /** * @return string */ public function getMaxProperties() { return $this->maxProperties; } public function setMaximum($maximum) { $this->maximum = $maximum; } public function getMaximum() { return $this->maximum; } /** * @param string */ public function setMinItems($minItems) { $this->minItems = $minItems; } /** * @return string */ public function getMinItems() { return $this->minItems; } /** * @param string */ public function setMinLength($minLength) { $this->minLength = $minLength; } /** * @return string */ public function getMinLength() { return $this->minLength; } /** * @param string */ public function setMinProperties($minProperties) { $this->minProperties = $minProperties; } /** * @return string */ public function getMinProperties() { return $this->minProperties; } public function setMinimum($minimum) { $this->minimum = $minimum; } public function getMinimum() { return $this->minimum; } /** * @param bool */ public function setNullable($nullable) { $this->nullable = $nullable; } /** * @return bool */ public function getNullable() { return $this->nullable; } /** * @param string */ public function setPattern($pattern) { $this->pattern = $pattern; } /** * @return string */ public function getPattern() { return $this->pattern; } /** * @param GoogleCloudAiplatformV1Schema[] */ public function setProperties($properties) { $this->properties = $properties; } /** * @return GoogleCloudAiplatformV1Schema[] */ public function getProperties() { return $this->properties; } /** * @param string[] */ public function setPropertyOrdering($propertyOrdering) { $this->propertyOrdering = $propertyOrdering; } /** * @return string[] */ public function getPropertyOrdering() { return $this->propertyOrdering; } /** * @param string */ public function setRef($ref) { $this->ref = $ref; } /** * @return string */ public function getRef() { return $this->ref; } /** * @param string[] */ public function setRequired($required) { $this->required = $required; } /** * @return string[] */ public function getRequired() { return $this->required; } /** * @param string */ public function setTitle($title) { $this->title = $title; } /** * @return string */ public function getTitle() { return $this->title; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Schema::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Schema');
Save
Cancel