From 307849f3083f2363ae7c95afabc707e18c28edbf Mon Sep 17 00:00:00 2001
From: "nico.stoerzbach"
+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_BigQueryConnectionService extends Google_Service +{ + /** View and manage your data in Google BigQuery. */ + const BIGQUERY = + "https://www.googleapis.com/auth/bigquery"; + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations_connections; + + /** + * Constructs the internal representation of the BigQueryConnectionService + * service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://bigqueryconnection.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'bigqueryconnection'; + + $this->projects_locations_connections = new Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections( + $this, + $this->serviceName, + 'connections', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1beta1/{+parent}/connections', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'connectionId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/connections', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'patch' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'updateCredential' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.php new file mode 100644 index 0000000..5bc2c15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_BigQueryConnectionService_AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.php new file mode 100644 index 0000000..b4aa8f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.php new file mode 100644 index 0000000..f7ec6d5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/BigqueryconnectionEmpty.php @@ -0,0 +1,20 @@ +condition = $condition; + } + /** + * @return Google_Service_BigQueryConnectionService_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.php new file mode 100644 index 0000000..595f672 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlCredential.php @@ -0,0 +1,39 @@ +password = $password; + } + public function getPassword() + { + return $this->password; + } + public function setUsername($username) + { + $this->username = $username; + } + public function getUsername() + { + return $this->username; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1FaceAnnotationLandmark.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.php similarity index 56% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1FaceAnnotationLandmark.php rename to vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.php index 472b20b..3f094d7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1FaceAnnotationLandmark.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/CloudSqlProperties.php @@ -15,25 +15,27 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotationLandmark extends Google_Model +class Google_Service_BigQueryConnectionService_CloudSqlProperties extends Google_Model { - protected $positionType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1Position'; - protected $positionDataType = ''; + public $database; + public $instanceId; public $type; - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Position - */ - public function setPosition(Google_Service_Vision_GoogleCloudVisionV1p5beta1Position $position) + public function setDatabase($database) { - $this->position = $position; + $this->database = $database; } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Position - */ - public function getPosition() + public function getDatabase() { - return $this->position; + return $this->database; + } + public function setInstanceId($instanceId) + { + $this->instanceId = $instanceId; + } + public function getInstanceId() + { + return $this->instanceId; } public function setType($type) { diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.php new file mode 100644 index 0000000..b6db6e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Connection.php @@ -0,0 +1,91 @@ +cloudSql = $cloudSql; + } + /** + * @return Google_Service_BigQueryConnectionService_CloudSqlProperties + */ + public function getCloudSql() + { + return $this->cloudSql; + } + public function setCreationTime($creationTime) + { + $this->creationTime = $creationTime; + } + public function getCreationTime() + { + return $this->creationTime; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFriendlyName($friendlyName) + { + $this->friendlyName = $friendlyName; + } + public function getFriendlyName() + { + return $this->friendlyName; + } + public function setHasCredential($hasCredential) + { + $this->hasCredential = $hasCredential; + } + public function getHasCredential() + { + return $this->hasCredential; + } + public function setLastModifiedTime($lastModifiedTime) + { + $this->lastModifiedTime = $lastModifiedTime; + } + public function getLastModifiedTime() + { + return $this->lastModifiedTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.php new file mode 100644 index 0000000..c57b574 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ConnectionCredential.php @@ -0,0 +1,37 @@ +cloudSql = $cloudSql; + } + /** + * @return Google_Service_BigQueryConnectionService_CloudSqlCredential + */ + public function getCloudSql() + { + return $this->cloudSql; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.php new file mode 100644 index 0000000..550bbc6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Expr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.php similarity index 64% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GetIamPolicyRequest.php rename to vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.php index d584abf..93a4f1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetIamPolicyRequest.php @@ -15,20 +15,20 @@ * the License. */ -class Google_Service_CloudHealthcare_GetIamPolicyRequest extends Google_Model +class Google_Service_BigQueryConnectionService_GetIamPolicyRequest extends Google_Model { - protected $optionsType = 'Google_Service_CloudHealthcare_GetPolicyOptions'; + protected $optionsType = 'Google_Service_BigQueryConnectionService_GetPolicyOptions'; protected $optionsDataType = ''; /** - * @param Google_Service_CloudHealthcare_GetPolicyOptions + * @param Google_Service_BigQueryConnectionService_GetPolicyOptions */ - public function setOptions(Google_Service_CloudHealthcare_GetPolicyOptions $options) + public function setOptions(Google_Service_BigQueryConnectionService_GetPolicyOptions $options) { $this->options = $options; } /** - * @return Google_Service_CloudHealthcare_GetPolicyOptions + * @return Google_Service_BigQueryConnectionService_GetPolicyOptions */ public function getOptions() { diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.php new file mode 100644 index 0000000..fd9be84 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAnnotationStoresResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.php similarity index 59% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAnnotationStoresResponse.php rename to vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.php index bc1be7f..5810a01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAnnotationStoresResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/ListConnectionsResponse.php @@ -15,26 +15,26 @@ * the License. */ -class Google_Service_CloudHealthcare_ListAnnotationStoresResponse extends Google_Collection +class Google_Service_BigQueryConnectionService_ListConnectionsResponse extends Google_Collection { - protected $collection_key = 'annotationStores'; - protected $annotationStoresType = 'Google_Service_CloudHealthcare_AnnotationStore'; - protected $annotationStoresDataType = 'array'; + protected $collection_key = 'connections'; + protected $connectionsType = 'Google_Service_BigQueryConnectionService_Connection'; + protected $connectionsDataType = 'array'; public $nextPageToken; /** - * @param Google_Service_CloudHealthcare_AnnotationStore + * @param Google_Service_BigQueryConnectionService_Connection */ - public function setAnnotationStores($annotationStores) + public function setConnections($connections) { - $this->annotationStores = $annotationStores; + $this->connections = $connections; } /** - * @return Google_Service_CloudHealthcare_AnnotationStore + * @return Google_Service_BigQueryConnectionService_Connection */ - public function getAnnotationStores() + public function getConnections() { - return $this->annotationStores; + return $this->connections; } public function setNextPageToken($nextPageToken) { diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.php new file mode 100644 index 0000000..3fe2cf4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_BigQueryConnectionService_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_BigQueryConnectionService_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_BigQueryConnectionService_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.php new file mode 100644 index 0000000..1c19297 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); + * $projects = $bigqueryconnectionService->projects; + * + */ +class Google_Service_BigQueryConnectionService_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.php new file mode 100644 index 0000000..e23972c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); + * $locations = $bigqueryconnectionService->locations; + * + */ +class Google_Service_BigQueryConnectionService_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.php new file mode 100644 index 0000000..54569d7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/Resource/ProjectsLocationsConnections.php @@ -0,0 +1,187 @@ + + * $bigqueryconnectionService = new Google_Service_BigQueryConnectionService(...); + * $connections = $bigqueryconnectionService->connections; + * + */ +class Google_Service_BigQueryConnectionService_Resource_ProjectsLocationsConnections extends Google_Service_Resource +{ + /** + * Creates a new connection. (connections.create) + * + * @param string $parent Parent resource name. Must be in the format + * `projects/{project_id}/locations/{location_id}` + * @param Google_Service_BigQueryConnectionService_Connection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string connectionId Optional connection id that should be assigned + * to the created connection. + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function create($parent, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_BigQueryConnectionService_Connection"); + } + /** + * Deletes connection and associated credential. (connections.delete) + * + * @param string $name Name of the deleted connection, for example: + * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty"); + } + /** + * Returns specified connection. (connections.get) + * + * @param string $name Name of the requested connection, for example: + * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_BigQueryConnectionService_Connection"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. (connections.getIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * requested. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_Policy + */ + public function getIamPolicy($resource, Google_Service_BigQueryConnectionService_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy"); + } + /** + * Returns a list of connections in the given project. + * (connections.listProjectsLocationsConnections) + * + * @param string $parent Parent resource name. Must be in the form: + * `projects/{project_id}/locations/{location_id}` + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Page token. + * @opt_param string maxResults Maximum number of results to return. + * @return Google_Service_BigQueryConnectionService_ListConnectionsResponse + */ + public function listProjectsLocationsConnections($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryConnectionService_ListConnectionsResponse"); + } + /** + * Updates the specified connection. For security reasons, also resets + * credential if connection properties are in the update field mask. + * (connections.patch) + * + * @param string $name Name of the connection to update, for example: + * `projects/{project_id}/locations/{location_id}/connections/{connection_id}` + * @param Google_Service_BigQueryConnectionService_Connection $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string updateMask Update mask for the connection fields to be + * updated. + * @return Google_Service_BigQueryConnectionService_Connection + */ + public function patch($name, Google_Service_BigQueryConnectionService_Connection $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_BigQueryConnectionService_Connection"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (connections.setIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * specified. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_Policy + */ + public function setIamPolicy($resource, Google_Service_BigQueryConnectionService_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BigQueryConnectionService_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. If the + * resource does not exist, this will return an empty set of permissions, not a + * NOT_FOUND error. + * + * Note: This operation is designed to be used for building permission-aware UIs + * and command-line tools, not for authorization checking. This operation may + * "fail open" without warning. (connections.testIamPermissions) + * + * @param string $resource REQUIRED: The resource for which the policy detail is + * being requested. See the operation documentation for the appropriate value + * for this field. + * @param Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BigQueryConnectionService_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BigQueryConnectionService_TestIamPermissionsResponse"); + } + /** + * Sets the credential for the specified connection. + * (connections.updateCredential) + * + * @param string $name Name of the connection, for example: `projects/{project_i + * d}/locations/{location_id}/connections/{connection_id}/credential` + * @param Google_Service_BigQueryConnectionService_ConnectionCredential $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty + */ + public function updateCredential($name, Google_Service_BigQueryConnectionService_ConnectionCredential $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateCredential', array($params), "Google_Service_BigQueryConnectionService_BigqueryconnectionEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.php new file mode 100644 index 0000000..7bb6b6f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/SetIamPolicyRequest.php @@ -0,0 +1,46 @@ +policy = $policy; + } + /** + * @return Google_Service_BigQueryConnectionService_Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setUpdateMask($updateMask) + { + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.php new file mode 100644 index 0000000..838d18f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.php new file mode 100644 index 0000000..ec4eb5c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryConnectionService/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php index d4dfe60..ae0b4c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer.php @@ -222,11 +222,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), - 'authorizationCode' => array( + 'versionInfo' => array( 'location' => 'query', 'type' => 'string', ), - 'versionInfo' => array( + 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', ), @@ -260,11 +260,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), - 'dataSourceIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -273,6 +268,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'dataSourceIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -283,6 +283,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), + 'versionInfo' => array( + 'location' => 'query', + 'type' => 'string', + ), 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', @@ -291,10 +295,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'versionInfo' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'scheduleRuns' => array( 'path' => 'v1/{+parent}:scheduleRuns', @@ -392,11 +392,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), - 'messageTypes' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -405,6 +400,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'messageTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ), ) @@ -425,11 +425,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), - 'authorizationCode' => array( + 'versionInfo' => array( 'location' => 'query', 'type' => 'string', ), - 'versionInfo' => array( + 'authorizationCode' => array( 'location' => 'query', 'type' => 'string', ), @@ -486,10 +486,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), - 'updateMask' => array( - 'location' => 'query', - 'type' => 'string', - ), 'versionInfo' => array( 'location' => 'query', 'type' => 'string', @@ -498,6 +494,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'updateMask' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'scheduleRuns' => array( 'path' => 'v1/{+parent}:scheduleRuns', @@ -558,10 +558,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), - 'runAttempt' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -575,6 +571,10 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'runAttempt' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -595,6 +595,11 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'type' => 'string', 'required' => true, ), + 'messageTypes' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -603,11 +608,6 @@ class Google_Service_BigQueryDataTransfer extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'messageTypes' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php index cf974cd..c6bf9c9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsDataSources.php @@ -32,7 +32,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G * we have OAuth token for the particular user, which is a pre-requisite before * user can create a transfer config. (dataSources.checkValidCreds) * - * @param string $name The data source in the form: + * @param string $name Required. The data source in the form: * `projects/{project_id}/dataSources/{data_source_id}` * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody * @param array $optParams Optional parameters. @@ -48,8 +48,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G * Retrieves a supported data source and returns its settings, which can be used * for UI rendering. (dataSources.get) * - * @param string $name The field will contain name of the resource requested, - * for example: `projects/{project_id}/dataSources/{data_source_id}` + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/dataSources/{data_source_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_DataSource */ @@ -63,8 +63,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsDataSources extends G * Lists supported data sources and returns their settings, which can be used * for UI rendering. (dataSources.listProjectsDataSources) * - * @param string $parent The BigQuery project id for which data sources should - * be returned. Must be in the form: `projects/{project_id}` + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned. Must be in the form: `projects/{project_id}` * @param array $optParams Optional parameters. * * @opt_param string pageToken Pagination token, which can be used to request a diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php index d073706..589f112 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsDataSources.php @@ -32,7 +32,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources * we have OAuth token for the particular user, which is a pre-requisite before * user can create a transfer config. (dataSources.checkValidCreds) * - * @param string $name The data source in the form: + * @param string $name Required. The data source in the form: * `projects/{project_id}/dataSources/{data_source_id}` * @param Google_Service_BigQueryDataTransfer_CheckValidCredsRequest $postBody * @param array $optParams Optional parameters. @@ -48,8 +48,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources * Retrieves a supported data source and returns its settings, which can be used * for UI rendering. (dataSources.get) * - * @param string $name The field will contain name of the resource requested, - * for example: `projects/{project_id}/dataSources/{data_source_id}` + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/dataSources/{data_source_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_DataSource */ @@ -63,8 +63,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsDataSources * Lists supported data sources and returns their settings, which can be used * for UI rendering. (dataSources.listProjectsLocationsDataSources) * - * @param string $parent The BigQuery project id for which data sources should - * be returned. Must be in the form: `projects/{project_id}` + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned. Must be in the form: `projects/{project_id}` * @param array $optParams Optional parameters. * * @opt_param string pageToken Pagination token, which can be used to request a diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php index 609ebaf..db98ac5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigs.php @@ -28,7 +28,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf /** * Creates a new data transfer configuration. (transferConfigs.create) * - * @param string $parent The BigQuery project id where the transfer + * @param string $parent Required. The BigQuery project id where the transfer * configuration should be created. Must be in the format * projects/{project_id}/locations/{location_id} If specified location and * location of the destination bigquery dataset do not match - the request will @@ -36,6 +36,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. This is required if new credentials are * needed, as indicated by `CheckValidCreds`. In order to obtain @@ -51,12 +57,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * authorization code should be returned in the title bar of the browser, with * the page text prompting the user to copy the code and paste it in the * application. - * @opt_param string versionInfo Optional version info. If users want to find a - * very recent access token, that is, immediately after approving access, users - * have to set the version_info claim in the token request. To obtain the - * version_info, users must use the "none+gsession" response type. which be - * return a version_info back in the authorization response which be be put in a - * JWT claim in the token request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) @@ -69,8 +69,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * Deletes a data transfer configuration, including any associated transfer runs * and logs. (transferConfigs.delete) * - * @param string $name The field will contain name of the resource requested, - * for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty */ @@ -83,8 +83,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf /** * Returns information about a data transfer config. (transferConfigs.get) * - * @param string $name The field will contain name of the resource requested, - * for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ @@ -98,18 +98,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * Returns information about all data transfers in the project. * (transferConfigs.listProjectsLocationsTransferConfigs) * - * @param string $parent The BigQuery project id for which data sources should - * be returned: `projects/{project_id}`. + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned: `projects/{project_id}`. * @param array $optParams Optional parameters. * - * @opt_param string dataSourceIds When specified, only configurations of - * requested data sources are returned. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransfersRequest` list results. For multiple-page * results, `ListTransfersResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. + * @opt_param string dataSourceIds When specified, only configurations of + * requested data sources are returned. * @return Google_Service_BigQueryDataTransfer_ListTransferConfigsResponse */ public function listProjectsLocationsTransferConfigs($parent, $optParams = array()) @@ -132,6 +132,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. If it is provided, the transfer * configuration will be associated with the authorizing user. In order to @@ -147,14 +153,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * authorization code should be returned in the title bar of the browser, with * the page text prompting the user to copy the code and paste it in the * application. - * @opt_param string updateMask Required list of fields to be updated in this - * request. - * @opt_param string versionInfo Optional version info. If users want to find a - * very recent access token, that is, immediately after approving access, users - * have to set the version_info claim in the token request. To obtain the - * version_info, users must use the "none+gsession" response type. which be - * return a version_info back in the authorization response which be be put in a - * JWT claim in the token request. + * @opt_param string updateMask Required. Required list of fields to be updated + * in this request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) @@ -170,7 +170,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * range. DEPRECATED: use StartManualTransferRuns instead. * (transferConfigs.scheduleRuns) * - * @param string $parent Transfer configuration name in the form: + * @param string $parent Required. Transfer configuration name in the form: * `projects/{project_id}/transferConfigs/{config_id}`. * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php index bf4725d..d83c6f2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRuns.php @@ -28,8 +28,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf /** * Deletes the specified transfer run. (runs.delete) * - * @param string $name The field will contain name of the resource requested, - * for example: + * @param string $name Required. The field will contain name of the resource + * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty @@ -43,8 +43,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf /** * Returns information about the particular transfer run. (runs.get) * - * @param string $name The field will contain name of the resource requested, - * for example: + * @param string $name Required. The field will contain name of the resource + * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferRun @@ -59,9 +59,9 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * Returns information about running and completed jobs. * (runs.listProjectsLocationsTransferConfigsRuns) * - * @param string $parent Name of transfer configuration for which transfer runs - * should be retrieved. Format of transfer configuration resource name is: - * `projects/{project_id}/transferConfigs/{config_id}`. + * @param string $parent Required. Name of transfer configuration for which + * transfer runs should be retrieved. Format of transfer configuration resource + * name is: `projects/{project_id}/transferConfigs/{config_id}`. * @param array $optParams Optional parameters. * * @opt_param string pageToken Pagination token, which can be used to request a diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php index 4912081..c82765b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsLocationsTransferConfigsRunsTransferLogs.php @@ -29,18 +29,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsLocationsTransferConf * Returns user facing log messages for the data transfer run. * (transferLogs.listProjectsLocationsTransferConfigsRunsTransferLogs) * - * @param string $parent Transfer run name in the form: + * @param string $parent Required. Transfer run name in the form: * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`. * @param array $optParams Optional parameters. * - * @opt_param string messageTypes Message types to return. If not populated - - * INFO, WARNING and ERROR messages are returned. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferLogsRequest` list results. For multiple-page * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. + * @opt_param string messageTypes Message types to return. If not populated - + * INFO, WARNING and ERROR messages are returned. * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse */ public function listProjectsLocationsTransferConfigsRunsTransferLogs($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php index d07cf82..b0792cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigs.php @@ -28,7 +28,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten /** * Creates a new data transfer configuration. (transferConfigs.create) * - * @param string $parent The BigQuery project id where the transfer + * @param string $parent Required. The BigQuery project id where the transfer * configuration should be created. Must be in the format * projects/{project_id}/locations/{location_id} If specified location and * location of the destination bigquery dataset do not match - the request will @@ -36,6 +36,12 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * + * @opt_param string versionInfo Optional version info. If users want to find a + * very recent access token, that is, immediately after approving access, users + * have to set the version_info claim in the token request. To obtain the + * version_info, users must use the "none+gsession" response type. which be + * return a version_info back in the authorization response which be be put in a + * JWT claim in the token request. * @opt_param string authorizationCode Optional OAuth2 authorization code to use * with this transfer configuration. This is required if new credentials are * needed, as indicated by `CheckValidCreds`. In order to obtain @@ -51,12 +57,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * authorization code should be returned in the title bar of the browser, with * the page text prompting the user to copy the code and paste it in the * application. - * @opt_param string versionInfo Optional version info. If users want to find a - * very recent access token, that is, immediately after approving access, users - * have to set the version_info claim in the token request. To obtain the - * version_info, users must use the "none+gsession" response type. which be - * return a version_info back in the authorization response which be be put in a - * JWT claim in the token request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function create($parent, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) @@ -69,8 +69,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * Deletes a data transfer configuration, including any associated transfer runs * and logs. (transferConfigs.delete) * - * @param string $name The field will contain name of the resource requested, - * for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty */ @@ -83,8 +83,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten /** * Returns information about a data transfer config. (transferConfigs.get) * - * @param string $name The field will contain name of the resource requested, - * for example: `projects/{project_id}/transferConfigs/{config_id}` + * @param string $name Required. The field will contain name of the resource + * requested, for example: `projects/{project_id}/transferConfigs/{config_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ @@ -98,8 +98,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * Returns information about all data transfers in the project. * (transferConfigs.listProjectsTransferConfigs) * - * @param string $parent The BigQuery project id for which data sources should - * be returned: `projects/{project_id}`. + * @param string $parent Required. The BigQuery project id for which data + * sources should be returned: `projects/{project_id}`. * @param array $optParams Optional parameters. * * @opt_param string pageToken Pagination token, which can be used to request a @@ -132,8 +132,6 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * @param Google_Service_BigQueryDataTransfer_TransferConfig $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required list of fields to be updated in this - * request. * @opt_param string versionInfo Optional version info. If users want to find a * very recent access token, that is, immediately after approving access, users * have to set the version_info claim in the token request. To obtain the @@ -155,6 +153,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * authorization code should be returned in the title bar of the browser, with * the page text prompting the user to copy the code and paste it in the * application. + * @opt_param string updateMask Required. Required list of fields to be updated + * in this request. * @return Google_Service_BigQueryDataTransfer_TransferConfig */ public function patch($name, Google_Service_BigQueryDataTransfer_TransferConfig $postBody, $optParams = array()) @@ -170,7 +170,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigs exten * range. DEPRECATED: use StartManualTransferRuns instead. * (transferConfigs.scheduleRuns) * - * @param string $parent Transfer configuration name in the form: + * @param string $parent Required. Transfer configuration name in the form: * `projects/{project_id}/transferConfigs/{config_id}`. * @param Google_Service_BigQueryDataTransfer_ScheduleTransferRunsRequest $postBody * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php index 3f0fef1..1224bf7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRuns.php @@ -28,8 +28,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e /** * Deletes the specified transfer run. (runs.delete) * - * @param string $name The field will contain name of the resource requested, - * for example: + * @param string $name Required. The field will contain name of the resource + * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_BigquerydatatransferEmpty @@ -43,8 +43,8 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e /** * Returns information about the particular transfer run. (runs.get) * - * @param string $name The field will contain name of the resource requested, - * for example: + * @param string $name Required. The field will contain name of the resource + * requested, for example: * `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` * @param array $optParams Optional parameters. * @return Google_Service_BigQueryDataTransfer_TransferRun @@ -59,12 +59,11 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e * Returns information about running and completed jobs. * (runs.listProjectsTransferConfigsRuns) * - * @param string $parent Name of transfer configuration for which transfer runs - * should be retrieved. Format of transfer configuration resource name is: - * `projects/{project_id}/transferConfigs/{config_id}`. + * @param string $parent Required. Name of transfer configuration for which + * transfer runs should be retrieved. Format of transfer configuration resource + * name is: `projects/{project_id}/transferConfigs/{config_id}`. * @param array $optParams Optional parameters. * - * @opt_param string runAttempt Indicates how run attempts are to be pulled. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferRunsRequest` list results. For multiple-page * results, `ListTransferRunsResponse` outputs a `next_page` token, which can be @@ -73,6 +72,7 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRuns e * states are returned. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. + * @opt_param string runAttempt Indicates how run attempts are to be pulled. * @return Google_Service_BigQueryDataTransfer_ListTransferRunsResponse */ public function listProjectsTransferConfigsRuns($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php index 5a42bc7..aaaf027 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryDataTransfer/Resource/ProjectsTransferConfigsRunsTransferLogs.php @@ -29,18 +29,18 @@ class Google_Service_BigQueryDataTransfer_Resource_ProjectsTransferConfigsRunsTr * Returns user facing log messages for the data transfer run. * (transferLogs.listProjectsTransferConfigsRunsTransferLogs) * - * @param string $parent Transfer run name in the form: + * @param string $parent Required. Transfer run name in the form: * `projects/{project_id}/transferConfigs/{config_Id}/runs/{run_id}`. * @param array $optParams Optional parameters. * + * @opt_param string messageTypes Message types to return. If not populated - + * INFO, WARNING and ERROR messages are returned. * @opt_param string pageToken Pagination token, which can be used to request a * specific page of `ListTransferLogsRequest` list results. For multiple-page * results, `ListTransferLogsResponse` outputs a `next_page` token, which can be * used as the `page_token` value to request the next page of list results. * @opt_param int pageSize Page size. The default page size is the maximum value * of 1000 results. - * @opt_param string messageTypes Message types to return. If not populated - - * INFO, WARNING and ERROR messages are returned. * @return Google_Service_BigQueryDataTransfer_ListTransferLogsResponse */ public function listProjectsTransferConfigsRunsTransferLogs($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation.php new file mode 100644 index 0000000..96a4642 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation.php @@ -0,0 +1,100 @@ + + * A service to modify your BigQuery flat-rate reservations. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_BigQueryReservation extends Google_Service +{ + /** View and manage your data in Google BigQuery. */ + const BIGQUERY = + "https://www.googleapis.com/auth/bigquery"; + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $operations; + + /** + * Constructs the internal representation of the BigQueryReservation service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://bigqueryreservation.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'bigqueryreservation'; + + $this->operations = new Google_Service_BigQueryReservation_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.php new file mode 100644 index 0000000..f94d5e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/BigqueryreservationEmpty.php @@ -0,0 +1,20 @@ +capacityCommitment = $capacityCommitment; + } + public function getCapacityCommitment() + { + return $this->capacityCommitment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.php new file mode 100644 index 0000000..706b41e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/ListOperationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_BigQueryReservation_Operation + */ + public function setOperations($operations) + { + $this->operations = $operations; + } + /** + * @return Google_Service_BigQueryReservation_Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/LocationMetadata.php similarity index 68% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination.php rename to vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/LocationMetadata.php index 99e49e7..ad46c66 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/LocationMetadata.php @@ -15,16 +15,16 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination extends Google_Model +class Google_Service_BigQueryReservation_LocationMetadata extends Google_Model { - public $uriPrefix; + public $legacyLocationId; - public function setUriPrefix($uriPrefix) + public function setLegacyLocationId($legacyLocationId) { - $this->uriPrefix = $uriPrefix; + $this->legacyLocationId = $legacyLocationId; } - public function getUriPrefix() + public function getLegacyLocationId() { - return $this->uriPrefix; + return $this->legacyLocationId; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.php new file mode 100644 index 0000000..5dc3245 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Operation.php @@ -0,0 +1,73 @@ +done = $done; + } + public function getDone() + { + return $this->done; + } + /** + * @param Google_Service_BigQueryReservation_Status + */ + public function setError(Google_Service_BigQueryReservation_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_BigQueryReservation_Status + */ + public function getError() + { + return $this->error; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setResponse($response) + { + $this->response = $response; + } + public function getResponse() + { + return $this->response; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.php new file mode 100644 index 0000000..6c0c7cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Resource/Operations.php @@ -0,0 +1,70 @@ + + * $bigqueryreservationService = new Google_Service_BigQueryReservation(...); + * $operations = $bigqueryreservationService->operations; + * + */ +class Google_Service_BigQueryReservation_Resource_Operations extends Google_Service_Resource +{ + /** + * Deletes a long-running operation. This method indicates that the client is no + * longer interested in the operation result. It does not cancel the operation. + * If the server doesn't support this method, it returns + * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) + * + * @param string $name The name of the operation resource to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_BigQueryReservation_BigqueryreservationEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_BigQueryReservation_BigqueryreservationEmpty"); + } + /** + * Lists operations that match the specified filter in the request. If the + * server doesn't support this method, it returns `UNIMPLEMENTED`. + * + * NOTE: the `name` binding allows API services to override the binding to use + * different resource name schemes, such as `users/operations`. To override the + * binding, API services can add a binding such as + * `"/v1/{name=users}/operations"` to their service configuration. For backwards + * compatibility, the default name includes the operations collection id, + * however overriding users must ensure the name binding is the parent resource, + * without the operations collection id. (operations.listOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_BigQueryReservation_ListOperationsResponse + */ + public function listOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_BigQueryReservation_ListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.php b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.php new file mode 100644 index 0000000..e354ca3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/BigQueryReservation/Status.php @@ -0,0 +1,49 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + public function setDetails($details) + { + $this->details = $details; + } + public function getDetails() + { + return $this->details; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery.php index 56f511d..aaefd8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery.php @@ -72,7 +72,7 @@ class Google_Service_Bigquery extends Google_Service public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); - $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; + $this->rootUrl = $rootUrl ?: 'https://bigquery.googleapis.com/'; $this->servicePath = 'bigquery/v2/'; $this->batchPath = 'batch/bigquery/v2'; $this->version = 'v2'; @@ -137,14 +137,6 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), - 'all' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -153,6 +145,14 @@ class Google_Service_Bigquery extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'all' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'projects/{projectId}/datasets/{datasetId}', @@ -286,6 +286,30 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), + 'parentJobId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'minCreationTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'allUsers' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'maxCreationTime' => array( + 'location' => 'query', + 'type' => 'string', + ), 'stateFilter' => array( 'location' => 'query', 'type' => 'string', @@ -295,30 +319,6 @@ class Google_Service_Bigquery extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'minCreationTime' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'parentJobId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'allUsers' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxCreationTime' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ),'query' => array( 'path' => 'projects/{projectId}/queries', @@ -394,14 +394,14 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), - 'maxResults' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'patch' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/models/{+modelId}', @@ -539,14 +539,14 @@ class Google_Service_Bigquery extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'maxResults' => array( 'location' => 'query', 'type' => 'integer', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'projects/{+projectId}/datasets/{+datasetId}/routines/{+routineId}', diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.php new file mode 100644 index 0000000..0b141ff --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaCoefficients.php @@ -0,0 +1,49 @@ +autoRegressiveCoefficients = $autoRegressiveCoefficients; + } + public function getAutoRegressiveCoefficients() + { + return $this->autoRegressiveCoefficients; + } + public function setInterceptCoefficient($interceptCoefficient) + { + $this->interceptCoefficient = $interceptCoefficient; + } + public function getInterceptCoefficient() + { + return $this->interceptCoefficient; + } + public function setMovingAverageCoefficients($movingAverageCoefficients) + { + $this->movingAverageCoefficients = $movingAverageCoefficients; + } + public function getMovingAverageCoefficients() + { + return $this->movingAverageCoefficients; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.php new file mode 100644 index 0000000..2cd9dd2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaFittingMetrics.php @@ -0,0 +1,48 @@ +aic = $aic; + } + public function getAic() + { + return $this->aic; + } + public function setLogLikelihood($logLikelihood) + { + $this->logLikelihood = $logLikelihood; + } + public function getLogLikelihood() + { + return $this->logLikelihood; + } + public function setVariance($variance) + { + $this->variance = $variance; + } + public function getVariance() + { + return $this->variance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php new file mode 100644 index 0000000..8c90648 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaModelInfo.php @@ -0,0 +1,69 @@ +arimaCoefficients = $arimaCoefficients; + } + /** + * @return Google_Service_Bigquery_ArimaCoefficients + */ + public function getArimaCoefficients() + { + return $this->arimaCoefficients; + } + /** + * @param Google_Service_Bigquery_ArimaFittingMetrics + */ + public function setArimaFittingMetrics(Google_Service_Bigquery_ArimaFittingMetrics $arimaFittingMetrics) + { + $this->arimaFittingMetrics = $arimaFittingMetrics; + } + /** + * @return Google_Service_Bigquery_ArimaFittingMetrics + */ + public function getArimaFittingMetrics() + { + return $this->arimaFittingMetrics; + } + /** + * @param Google_Service_Bigquery_ArimaOrder + */ + public function setNonSeasonalOrder(Google_Service_Bigquery_ArimaOrder $nonSeasonalOrder) + { + $this->nonSeasonalOrder = $nonSeasonalOrder; + } + /** + * @return Google_Service_Bigquery_ArimaOrder + */ + public function getNonSeasonalOrder() + { + return $this->nonSeasonalOrder; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Position.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.php similarity index 62% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Position.php rename to vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.php index cab12fb..16239d4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Position.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaOrder.php @@ -15,34 +15,34 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1Position extends Google_Model +class Google_Service_Bigquery_ArimaOrder extends Google_Model { - public $x; - public $y; - public $z; + public $d; + public $p; + public $q; - public function setX($x) + public function setD($d) { - $this->x = $x; + $this->d = $d; } - public function getX() + public function getD() { - return $this->x; + return $this->d; } - public function setY($y) + public function setP($p) { - $this->y = $y; + $this->p = $p; } - public function getY() + public function getP() { - return $this->y; + return $this->p; } - public function setZ($z) + public function setQ($q) { - $this->z = $z; + $this->q = $q; } - public function getZ() + public function getQ() { - return $this->z; + return $this->q; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.php new file mode 100644 index 0000000..4e72ddc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ArimaResult.php @@ -0,0 +1,47 @@ +arimaModelInfo = $arimaModelInfo; + } + /** + * @return Google_Service_Bigquery_ArimaModelInfo + */ + public function getArimaModelInfo() + { + return $this->arimaModelInfo; + } + public function setSeasonalPeriods($seasonalPeriods) + { + $this->seasonalPeriods = $seasonalPeriods; + } + public function getSeasonalPeriods() + { + return $this->seasonalPeriods; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php index 794587e..4b4e1b7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/IterationResult.php @@ -18,6 +18,8 @@ class Google_Service_Bigquery_IterationResult extends Google_Collection { protected $collection_key = 'clusterInfos'; + protected $arimaResultType = 'Google_Service_Bigquery_ArimaResult'; + protected $arimaResultDataType = ''; protected $clusterInfosType = 'Google_Service_Bigquery_ClusterInfo'; protected $clusterInfosDataType = 'array'; public $durationMs; @@ -26,6 +28,20 @@ class Google_Service_Bigquery_IterationResult extends Google_Collection public $learnRate; public $trainingLoss; + /** + * @param Google_Service_Bigquery_ArimaResult + */ + public function setArimaResult(Google_Service_Bigquery_ArimaResult $arimaResult) + { + $this->arimaResult = $arimaResult; + } + /** + * @return Google_Service_Bigquery_ArimaResult + */ + public function getArimaResult() + { + return $this->arimaResult; + } /** * @param Google_Service_Bigquery_ClusterInfo */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php index 5ee51b7..4e7df8a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobConfigurationExtract.php @@ -24,8 +24,11 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection public $destinationUris; public $fieldDelimiter; public $printHeader; + protected $sourceModelType = 'Google_Service_Bigquery_ModelReference'; + protected $sourceModelDataType = ''; protected $sourceTableType = 'Google_Service_Bigquery_TableReference'; protected $sourceTableDataType = ''; + public $useAvroLogicalTypes; public function setCompression($compression) { @@ -75,6 +78,20 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection { return $this->printHeader; } + /** + * @param Google_Service_Bigquery_ModelReference + */ + public function setSourceModel(Google_Service_Bigquery_ModelReference $sourceModel) + { + $this->sourceModel = $sourceModel; + } + /** + * @return Google_Service_Bigquery_ModelReference + */ + public function getSourceModel() + { + return $this->sourceModel; + } /** * @param Google_Service_Bigquery_TableReference */ @@ -89,4 +106,12 @@ class Google_Service_Bigquery_JobConfigurationExtract extends Google_Collection { return $this->sourceTable; } + public function setUseAvroLogicalTypes($useAvroLogicalTypes) + { + $this->useAvroLogicalTypes = $useAvroLogicalTypes; + } + public function getUseAvroLogicalTypes() + { + return $this->useAvroLogicalTypes; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php index a35457e..ca61f51 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/JobStatistics.php @@ -36,6 +36,8 @@ class Google_Service_Bigquery_JobStatistics extends Google_Collection protected $reservationUsageType = 'Google_Service_Bigquery_JobStatisticsReservationUsage'; protected $reservationUsageDataType = 'array'; public $reservationId; + protected $scriptStatisticsType = 'Google_Service_Bigquery_ScriptStatistics'; + protected $scriptStatisticsDataType = ''; public $startTime; public $totalBytesProcessed; public $totalSlotMs; @@ -152,6 +154,20 @@ class Google_Service_Bigquery_JobStatistics extends Google_Collection { return $this->reservationId; } + /** + * @param Google_Service_Bigquery_ScriptStatistics + */ + public function setScriptStatistics(Google_Service_Bigquery_ScriptStatistics $scriptStatistics) + { + $this->scriptStatistics = $scriptStatistics; + } + /** + * @return Google_Service_Bigquery_ScriptStatistics + */ + public function getScriptStatistics() + { + return $this->scriptStatistics; + } public function setStartTime($startTime) { $this->startTime = $startTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php index 4901d06..ea3951a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Model.php @@ -20,6 +20,8 @@ class Google_Service_Bigquery_Model extends Google_Collection protected $collection_key = 'trainingRuns'; public $creationTime; public $description; + protected $encryptionConfigurationType = 'Google_Service_Bigquery_EncryptionConfiguration'; + protected $encryptionConfigurationDataType = ''; public $etag; public $expirationTime; protected $featureColumnsType = 'Google_Service_Bigquery_StandardSqlField'; @@ -52,6 +54,20 @@ class Google_Service_Bigquery_Model extends Google_Collection { return $this->description; } + /** + * @param Google_Service_Bigquery_EncryptionConfiguration + */ + public function setEncryptionConfiguration(Google_Service_Bigquery_EncryptionConfiguration $encryptionConfiguration) + { + $this->encryptionConfiguration = $encryptionConfiguration; + } + /** + * @return Google_Service_Bigquery_EncryptionConfiguration + */ + public function getEncryptionConfiguration() + { + return $this->encryptionConfiguration; + } public function setEtag($etag) { $this->etag = $etag; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php index 2bb1d2f..3a7dcbc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Datasets.php @@ -80,14 +80,14 @@ class Google_Service_Bigquery_Resource_Datasets extends Google_Service_Resource * @param string $projectId Project ID of the datasets to be listed * @param array $optParams Optional parameters. * + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results + * @opt_param string maxResults The maximum number of results to return * @opt_param bool all Whether to list all datasets, including hidden ones * @opt_param string filter An expression for filtering the results of the * request by label. The syntax is "labels.[:]". Multiple filters can be ANDed * together by connecting with a space. Example: "labels.department:receiving * labels.active". See Filtering datasets using labels for details. - * @opt_param string pageToken Page token, returned by a previous call, to - * request the next page of results - * @opt_param string maxResults The maximum number of results to return * @return Google_Service_Bigquery_DatasetList */ public function listDatasets($projectId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php index c22a3a6..a04467d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Jobs.php @@ -117,22 +117,22 @@ class Google_Service_Bigquery_Resource_Jobs extends Google_Service_Resource * @param string $projectId Project ID of the jobs to list * @param array $optParams Optional parameters. * - * @opt_param string stateFilter Filter for job state - * @opt_param string projection Restrict information returned to a set of - * selected fields + * @opt_param string parentJobId If set, retrieves only jobs whose parent is + * this job. Otherwise, retrieves only jobs which have no parent * @opt_param string minCreationTime Min value for job creation time, in * milliseconds since the POSIX epoch. If set, only jobs created after or at * this timestamp are returned - * @opt_param string parentJobId If set, retrieves only jobs whose parent is - * this job. Otherwise, retrieves only jobs which have no parent - * @opt_param bool allUsers Whether to display jobs owned by all users in the - * project. Default false * @opt_param string pageToken Page token, returned by a previous call, to * request the next page of results + * @opt_param bool allUsers Whether to display jobs owned by all users in the + * project. Default false + * @opt_param string maxResults Maximum number of results to return * @opt_param string maxCreationTime Max value for job creation time, in * milliseconds since the POSIX epoch. If set, only jobs created before or at * this timestamp are returned - * @opt_param string maxResults Maximum number of results to return + * @opt_param string stateFilter Filter for job state + * @opt_param string projection Restrict information returned to a set of + * selected fields * @return Google_Service_Bigquery_JobList */ public function listJobs($projectId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php index 23dcec4..08ee10a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Models.php @@ -28,9 +28,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource /** * Deletes the model specified by modelId from the dataset. (models.delete) * - * @param string $projectId Project ID of the model to delete. - * @param string $datasetId Dataset ID of the model to delete. - * @param string $modelId Model ID of the model to delete. + * @param string $projectId Required. Project ID of the model to delete. + * @param string $datasetId Required. Dataset ID of the model to delete. + * @param string $modelId Required. Model ID of the model to delete. * @param array $optParams Optional parameters. */ public function delete($projectId, $datasetId, $modelId, $optParams = array()) @@ -42,9 +42,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource /** * Gets the specified model resource by model ID. (models.get) * - * @param string $projectId Project ID of the requested model. - * @param string $datasetId Dataset ID of the requested model. - * @param string $modelId Model ID of the requested model. + * @param string $projectId Required. Project ID of the requested model. + * @param string $datasetId Required. Dataset ID of the requested model. + * @param string $modelId Required. Model ID of the requested model. * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Model */ @@ -58,15 +58,15 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource * Lists all models in the specified dataset. Requires the READER dataset role. * (models.listModels) * - * @param string $projectId Project ID of the models to list. - * @param string $datasetId Dataset ID of the models to list. + * @param string $projectId Required. Project ID of the models to list. + * @param string $datasetId Required. Dataset ID of the models to list. * @param array $optParams Optional parameters. * + * @opt_param string pageToken Page token, returned by a previous call to + * request the next page of results * @opt_param string maxResults The maximum number of results to return in a * single response page. Leverage the page tokens to iterate through the entire * collection. - * @opt_param string pageToken Page token, returned by a previous call to - * request the next page of results * @return Google_Service_Bigquery_ListModelsResponse */ public function listModels($projectId, $datasetId, $optParams = array()) @@ -78,9 +78,9 @@ class Google_Service_Bigquery_Resource_Models extends Google_Service_Resource /** * Patch specific fields in the specified model. (models.patch) * - * @param string $projectId Project ID of the model to patch. - * @param string $datasetId Dataset ID of the model to patch. - * @param string $modelId Model ID of the model to patch. + * @param string $projectId Required. Project ID of the model to patch. + * @param string $datasetId Required. Dataset ID of the model to patch. + * @param string $modelId Required. Model ID of the model to patch. * @param Google_Service_Bigquery_Model $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Model diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php index 1f79621..f66200d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Resource/Routines.php @@ -29,9 +29,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource * Deletes the routine specified by routineId from the dataset. * (routines.delete) * - * @param string $projectId Project ID of the routine to delete - * @param string $datasetId Dataset ID of the routine to delete - * @param string $routineId Routine ID of the routine to delete + * @param string $projectId Required. Project ID of the routine to delete + * @param string $datasetId Required. Dataset ID of the routine to delete + * @param string $routineId Required. Routine ID of the routine to delete * @param array $optParams Optional parameters. */ public function delete($projectId, $datasetId, $routineId, $optParams = array()) @@ -43,9 +43,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource /** * Gets the specified routine resource by routine ID. (routines.get) * - * @param string $projectId Project ID of the requested routine - * @param string $datasetId Dataset ID of the requested routine - * @param string $routineId Routine ID of the requested routine + * @param string $projectId Required. Project ID of the requested routine + * @param string $datasetId Required. Dataset ID of the requested routine + * @param string $routineId Required. Routine ID of the requested routine * @param array $optParams Optional parameters. * * @opt_param string fieldMask If set, only the Routine fields in the field mask @@ -61,8 +61,8 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource /** * Creates a new routine in the dataset. (routines.insert) * - * @param string $projectId Project ID of the new routine - * @param string $datasetId Dataset ID of the new routine + * @param string $projectId Required. Project ID of the new routine + * @param string $datasetId Required. Dataset ID of the new routine * @param Google_Service_Bigquery_Routine $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Routine @@ -77,15 +77,15 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource * Lists all routines in the specified dataset. Requires the READER dataset * role. (routines.listRoutines) * - * @param string $projectId Project ID of the routines to list - * @param string $datasetId Dataset ID of the routines to list + * @param string $projectId Required. Project ID of the routines to list + * @param string $datasetId Required. Dataset ID of the routines to list * @param array $optParams Optional parameters. * - * @opt_param string pageToken Page token, returned by a previous call, to - * request the next page of results * @opt_param string maxResults The maximum number of results to return in a * single response page. Leverage the page tokens to iterate through the entire * collection. + * @opt_param string pageToken Page token, returned by a previous call, to + * request the next page of results * @return Google_Service_Bigquery_ListRoutinesResponse */ public function listRoutines($projectId, $datasetId, $optParams = array()) @@ -98,9 +98,9 @@ class Google_Service_Bigquery_Resource_Routines extends Google_Service_Resource * Updates information in an existing routine. The update method replaces the * entire Routine resource. (routines.update) * - * @param string $projectId Project ID of the routine to update - * @param string $datasetId Dataset ID of the routine to update - * @param string $routineId Routine ID of the routine to update + * @param string $projectId Required. Project ID of the routine to update + * @param string $datasetId Required. Dataset ID of the routine to update + * @param string $routineId Required. Routine ID of the routine to update * @param Google_Service_Bigquery_Routine $postBody * @param array $optParams Optional parameters. * @return Google_Service_Bigquery_Routine diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php index e967554..7054043 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/Routine.php @@ -22,6 +22,7 @@ class Google_Service_Bigquery_Routine extends Google_Collection protected $argumentsDataType = 'array'; public $creationTime; public $definitionBody; + public $description; public $etag; public $importedLibraries; public $language; @@ -62,6 +63,14 @@ class Google_Service_Bigquery_Routine extends Google_Collection { return $this->definitionBody; } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } public function setEtag($etag) { $this->etag = $etag; diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.php new file mode 100644 index 0000000..2cd4780 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStackFrame.php @@ -0,0 +1,75 @@ +endColumn = $endColumn; + } + public function getEndColumn() + { + return $this->endColumn; + } + public function setEndLine($endLine) + { + $this->endLine = $endLine; + } + public function getEndLine() + { + return $this->endLine; + } + public function setProcedureId($procedureId) + { + $this->procedureId = $procedureId; + } + public function getProcedureId() + { + return $this->procedureId; + } + public function setStartColumn($startColumn) + { + $this->startColumn = $startColumn; + } + public function getStartColumn() + { + return $this->startColumn; + } + public function setStartLine($startLine) + { + $this->startLine = $startLine; + } + public function getStartLine() + { + return $this->startLine; + } + public function setText($text) + { + $this->text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.php b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.php new file mode 100644 index 0000000..74d425f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Bigquery/ScriptStatistics.php @@ -0,0 +1,47 @@ +evaluationKind = $evaluationKind; + } + public function getEvaluationKind() + { + return $this->evaluationKind; + } + /** + * @param Google_Service_Bigquery_ScriptStackFrame + */ + public function setStackFrames($stackFrames) + { + $this->stackFrames = $stackFrames; + } + /** + * @return Google_Service_Bigquery_ScriptStackFrame + */ + public function getStackFrames() + { + return $this->stackFrames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php index 76379cf..b58d6f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin.php @@ -136,10 +136,6 @@ class Google_Service_BigtableAdmin extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -148,6 +144,10 @@ class Google_Service_BigtableAdmin extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -487,6 +487,16 @@ class Google_Service_BigtableAdmin extends Google_Service 'type' => 'string', ), ), + ),'getIamPolicy' => array( + 'path' => 'v2/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'list' => array( 'path' => 'v2/{+parent}/tables', 'httpMethod' => 'GET', @@ -519,6 +529,26 @@ class Google_Service_BigtableAdmin extends Google_Service 'required' => true, ), ), + ),'setIamPolicy' => array( + 'path' => 'v2/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v2/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php index 86500e9..55de3be 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetIamPolicyRequest.php @@ -17,4 +17,21 @@ class Google_Service_BigtableAdmin_GetIamPolicyRequest extends Google_Model { + protected $optionsType = 'Google_Service_BigtableAdmin_GetPolicyOptions'; + protected $optionsDataType = ''; + + /** + * @param Google_Service_BigtableAdmin_GetPolicyOptions + */ + public function setOptions(Google_Service_BigtableAdmin_GetPolicyOptions $options) + { + $this->options = $options; + } + /** + * @return Google_Service_BigtableAdmin_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.php similarity index 92% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GetPolicyOptions.php rename to vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.php index 2c96506..5823fef 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GetPolicyOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/GetPolicyOptions.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GetPolicyOptions extends Google_Model +class Google_Service_BigtableAdmin_GetPolicyOptions extends Google_Model { public $requestedPolicyVersion; diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php index ec9edba..72f1507 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/OperationsProjectsOperations.php @@ -41,9 +41,9 @@ class Google_Service_BigtableAdmin_Resource_OperationsProjectsOperations extends * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_BigtableAdmin_ListOperationsResponse */ public function listOperationsProjectsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php index d45f195..a71391a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php +++ b/vendor/google/apiclient-services/src/Google/Service/BigtableAdmin/Resource/ProjectsInstancesTables.php @@ -126,6 +126,24 @@ class Google_Service_BigtableAdmin_Resource_ProjectsInstancesTables extends Goog $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_BigtableAdmin_Table"); } + /** + * Gets the access control policy for an instance resource. Returns an empty + * policy if an table exists but does not have a policy set. + * (tables.getIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * requested. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Policy + */ + public function getIamPolicy($resource, Google_Service_BigtableAdmin_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); + } /** * Lists all tables served from a specified instance. * (tables.listProjectsInstancesTables) @@ -173,4 +191,38 @@ class Google_Service_BigtableAdmin_Resource_ProjectsInstancesTables extends Goog $params = array_merge($params, $optParams); return $this->call('modifyColumnFamilies', array($params), "Google_Service_BigtableAdmin_Table"); } + /** + * Sets the access control policy on a table resource. Replaces any existing + * policy. (tables.setIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * specified. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_Policy + */ + public function setIamPolicy($resource, Google_Service_BigtableAdmin_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_BigtableAdmin_Policy"); + } + /** + * Returns permissions that the caller has on the specified table resource. + * (tables.testIamPermissions) + * + * @param string $resource REQUIRED: The resource for which the policy detail is + * being requested. See the operation documentation for the appropriate value + * for this field. + * @param Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_BigtableAdmin_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_BigtableAdmin_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_BigtableAdmin_TestIamPermissionsResponse"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php index 40869bc..9fb6275 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization.php @@ -16,7 +16,7 @@ */ /** - * Service definition for BinaryAuthorization (v1beta1). + * Service definition for BinaryAuthorization (v1). * ** The management interface for Binary Authorization, a system providing policy @@ -51,7 +51,7 @@ class Google_Service_BinaryAuthorization extends Google_Service $this->rootUrl = $rootUrl ?: 'https://binaryauthorization.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; - $this->version = 'v1beta1'; + $this->version = 'v1'; $this->serviceName = 'binaryauthorization'; $this->projects = new Google_Service_BinaryAuthorization_Resource_Projects( @@ -61,7 +61,7 @@ class Google_Service_BinaryAuthorization extends Google_Service array( 'methods' => array( 'getPolicy' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -71,7 +71,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'updatePolicy' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( @@ -91,7 +91,7 @@ class Google_Service_BinaryAuthorization extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'v1beta1/{+parent}/attestors', + 'path' => 'v1/{+parent}/attestors', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -105,7 +105,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -115,7 +115,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'get' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -125,7 +125,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'getIamPolicy' => array( - 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( @@ -139,7 +139,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'list' => array( - 'path' => 'v1beta1/{+parent}/attestors', + 'path' => 'v1/{+parent}/attestors', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -157,7 +157,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'setIamPolicy' => array( - 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -167,7 +167,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'testIamPermissions' => array( - 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -177,7 +177,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'update' => array( - 'path' => 'v1beta1/{+name}', + 'path' => 'v1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( @@ -197,7 +197,7 @@ class Google_Service_BinaryAuthorization extends Google_Service array( 'methods' => array( 'getIamPolicy' => array( - 'path' => 'v1beta1/{+resource}:getIamPolicy', + 'path' => 'v1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( @@ -211,7 +211,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'setIamPolicy' => array( - 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'path' => 'v1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -221,7 +221,7 @@ class Google_Service_BinaryAuthorization extends Google_Service ), ), ),'testIamPermissions' => array( - 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'path' => 'v1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php index c5eff75..1289ab5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Attestor.php @@ -20,8 +20,8 @@ class Google_Service_BinaryAuthorization_Attestor extends Google_Model public $description; public $name; public $updateTime; - protected $userOwnedDrydockNoteType = 'Google_Service_BinaryAuthorization_UserOwnedDrydockNote'; - protected $userOwnedDrydockNoteDataType = ''; + protected $userOwnedGrafeasNoteType = 'Google_Service_BinaryAuthorization_UserOwnedGrafeasNote'; + protected $userOwnedGrafeasNoteDataType = ''; public function setDescription($description) { @@ -48,17 +48,17 @@ class Google_Service_BinaryAuthorization_Attestor extends Google_Model return $this->updateTime; } /** - * @param Google_Service_BinaryAuthorization_UserOwnedDrydockNote + * @param Google_Service_BinaryAuthorization_UserOwnedGrafeasNote */ - public function setUserOwnedDrydockNote(Google_Service_BinaryAuthorization_UserOwnedDrydockNote $userOwnedDrydockNote) + public function setUserOwnedGrafeasNote(Google_Service_BinaryAuthorization_UserOwnedGrafeasNote $userOwnedGrafeasNote) { - $this->userOwnedDrydockNote = $userOwnedDrydockNote; + $this->userOwnedGrafeasNote = $userOwnedGrafeasNote; } /** - * @return Google_Service_BinaryAuthorization_UserOwnedDrydockNote + * @return Google_Service_BinaryAuthorization_UserOwnedGrafeasNote */ - public function getUserOwnedDrydockNote() + public function getUserOwnedGrafeasNote() { - return $this->userOwnedDrydockNote; + return $this->userOwnedGrafeasNote; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php index 72f0b7b..f9004ff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsAttestors.php @@ -83,8 +83,14 @@ class Google_Service_BinaryAuthorization_Resource_ProjectsAttestors extends Goog * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_BinaryAuthorization_IamPolicy */ public function getIamPolicy($resource, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php index 37dabbc..7d72838 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/Resource/ProjectsPolicy.php @@ -35,8 +35,14 @@ class Google_Service_BinaryAuthorization_Resource_ProjectsPolicy extends Google_ * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_BinaryAuthorization_IamPolicy */ public function getIamPolicy($resource, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedDrydockNote.php b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.php similarity index 96% rename from vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedDrydockNote.php rename to vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.php index 84eb24b..cd1de29 100644 --- a/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedDrydockNote.php +++ b/vendor/google/apiclient-services/src/Google/Service/BinaryAuthorization/UserOwnedGrafeasNote.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_BinaryAuthorization_UserOwnedDrydockNote extends Google_Collection +class Google_Service_BinaryAuthorization_UserOwnedGrafeasNote extends Google_Collection { protected $collection_key = 'publicKeys'; public $delegationServiceAccountEmail; diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php index b6bccb7..2597326 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/BlogUserInfos.php @@ -29,7 +29,7 @@ class Google_Service_Blogger_Resource_BlogUserInfos extends Google_Service_Resou * Gets one blog and user info pair by blogId and userId. (blogUserInfos.get) * * @param string $userId ID of the user whose blogs are to be fetched. Either - * the word 'self' (sans quote marks) or the user's profile identifier. + * the word 'self' or the user's profile identifier. * @param string $blogId The ID of the blog to get. * @param array $optParams Optional parameters. * diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php index 7d250fd..b823834 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/Blogs.php @@ -63,7 +63,7 @@ class Google_Service_Blogger_Resource_Blogs extends Google_Service_Resource * Retrieves a list of blogs, possibly filtered. (blogs.listByUser) * * @param string $userId ID of the user whose blogs are to be fetched. Either - * the word 'self' (sans quote marks) or the user's profile identifier. + * the word 'self' or the user's profile identifier. * @param array $optParams Optional parameters. * * @opt_param bool fetchUserInfo Whether the response is a list of blogs with diff --git a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php index 8d849e4..836af15 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php +++ b/vendor/google/apiclient-services/src/Google/Service/Blogger/Resource/PostUserInfos.php @@ -31,8 +31,7 @@ class Google_Service_Blogger_Resource_PostUserInfos extends Google_Service_Resou * to the user. (postUserInfos.get) * * @param string $userId ID of the user for the per-user information to be - * fetched. Either the word 'self' (sans quote marks) or the user's profile - * identifier. + * fetched. Either the word 'self' or the user's profile identifier. * @param string $blogId The ID of the blog. * @param string $postId The ID of the post to get. * @param array $optParams Optional parameters. @@ -53,8 +52,7 @@ class Google_Service_Blogger_Resource_PostUserInfos extends Google_Service_Resou * rights, specific to the user. (postUserInfos.listPostUserInfos) * * @param string $userId ID of the user for the per-user information to be - * fetched. Either the word 'self' (sans quote marks) or the user's profile - * identifier. + * fetched. Either the word 'self' or the user's profile identifier. * @param string $blogId ID of the blog to fetch posts from. * @param array $optParams Optional parameters. * diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php index 397f6fa..6571527 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset.php @@ -87,14 +87,6 @@ class Google_Service_CloudAsset extends Google_Service 'type' => 'string', 'required' => true, ), - 'readTimeWindow.endTime' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'readTimeWindow.startTime' => array( - 'location' => 'query', - 'type' => 'string', - ), 'assetNames' => array( 'location' => 'query', 'type' => 'string', @@ -104,6 +96,14 @@ class Google_Service_CloudAsset extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'readTimeWindow.endTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'readTimeWindow.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'exportAssets' => array( 'path' => 'v1/{+parent}:exportAssets', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php index 845e7f1..b3a3a1a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Asset.php @@ -22,6 +22,7 @@ class Google_Service_CloudAsset_Asset extends Google_Collection protected $accessLevelDataType = ''; protected $accessPolicyType = 'Google_Service_CloudAsset_GoogleIdentityAccesscontextmanagerV1AccessPolicy'; protected $accessPolicyDataType = ''; + public $ancestors; public $assetType; protected $iamPolicyType = 'Google_Service_CloudAsset_Policy'; protected $iamPolicyDataType = ''; @@ -61,6 +62,14 @@ class Google_Service_CloudAsset_Asset extends Google_Collection { return $this->accessPolicy; } + public function setAncestors($ancestors) + { + $this->ancestors = $ancestors; + } + public function getAncestors() + { + return $this->ancestors; + } public function setAssetType($assetType) { $this->assetType = $assetType; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1InputDataset.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.php similarity index 67% rename from vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1InputDataset.php rename to vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.php index 6fa7dfe..4ae014b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1InputDataset.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/BigQueryDestination.php @@ -15,9 +15,11 @@ * the License. */ -class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1InputDataset extends Google_Model +class Google_Service_CloudAsset_BigQueryDestination extends Google_Model { public $dataset; + public $force; + public $table; public function setDataset($dataset) { @@ -27,4 +29,20 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1InputDataset extends { return $this->dataset; } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } + public function setTable($table) + { + $this->table = $table; + } + public function getTable() + { + return $this->table; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php index da31395..97aa426 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/OutputConfig.php @@ -17,9 +17,25 @@ class Google_Service_CloudAsset_OutputConfig extends Google_Model { + protected $bigqueryDestinationType = 'Google_Service_CloudAsset_BigQueryDestination'; + protected $bigqueryDestinationDataType = ''; protected $gcsDestinationType = 'Google_Service_CloudAsset_GcsDestination'; protected $gcsDestinationDataType = ''; + /** + * @param Google_Service_CloudAsset_BigQueryDestination + */ + public function setBigqueryDestination(Google_Service_CloudAsset_BigQueryDestination $bigqueryDestination) + { + $this->bigqueryDestination = $bigqueryDestination; + } + /** + * @return Google_Service_CloudAsset_BigQueryDestination + */ + public function getBigqueryDestination() + { + return $this->bigqueryDestination; + } /** * @param Google_Service_CloudAsset_GcsDestination */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php index 78e0e4f..cbce4d9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudAsset/Resource/V1.php @@ -39,10 +39,6 @@ class Google_Service_CloudAsset_Resource_V1 extends Google_Service_Resource * "projects/12345"). * @param array $optParams Optional parameters. * - * @opt_param string readTimeWindow.endTime End time of the time window - * (inclusive). Current timestamp if not specified. - * @opt_param string readTimeWindow.startTime Start time of the time window - * (exclusive). * @opt_param string assetNames A list of the full names of the assets. For * example: `//compute.googleapis.com/projects/my_project_123/zones/zone1/instan * ces/instance1`. See [Resource Names](https://cloud.google.com/apis/design/res @@ -52,7 +48,11 @@ class Google_Service_CloudAsset_Resource_V1 extends Google_Service_Resource * * The request becomes a no-op if the asset name list is empty, and the max size * of the asset name list is 100 in one request. - * @opt_param string contentType Required. The content type. + * @opt_param string contentType Optional. The content type. + * @opt_param string readTimeWindow.endTime End time of the time window + * (inclusive). Current timestamp if not specified. + * @opt_param string readTimeWindow.startTime Start time of the time window + * (exclusive). * @return Google_Service_CloudAsset_BatchGetAssetsHistoryResponse */ public function batchGetAssetsHistory($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php index 12572fb..68a5933 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild.php @@ -88,6 +88,10 @@ class Google_Service_CloudBuild extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -96,10 +100,6 @@ class Google_Service_CloudBuild extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -160,6 +160,10 @@ class Google_Service_CloudBuild extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -168,10 +172,6 @@ class Google_Service_CloudBuild extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'retry' => array( 'path' => 'v1/projects/{projectId}/builds/{id}:retry', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php index a5ad2e2..4f0f332 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/BuildTrigger.php @@ -29,6 +29,7 @@ class Google_Service_CloudBuild_BuildTrigger extends Google_Collection public $id; public $ignoredFiles; public $includedFiles; + public $name; public $substitutions; public $tags; protected $triggerTemplateType = 'Google_Service_CloudBuild_RepoSource'; @@ -118,6 +119,14 @@ class Google_Service_CloudBuild_BuildTrigger extends Google_Collection { return $this->includedFiles; } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } public function setSubstitutions($substitutions) { $this->substitutions = $substitutions; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php index ae748b0..9b6eb65 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/Operations.php @@ -77,9 +77,9 @@ class Google_Service_CloudBuild_Resource_Operations extends Google_Service_Resou * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * + * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. - * @opt_param string filter The standard list filter. * @return Google_Service_CloudBuild_ListOperationsResponse */ public function listOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php index f2d82b1..9177a12 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudBuild/Resource/ProjectsBuilds.php @@ -84,10 +84,10 @@ class Google_Service_CloudBuild_Resource_ProjectsBuilds extends Google_Service_R * @param string $projectId ID of the project. * @param array $optParams Optional parameters. * + * @opt_param string filter The raw filter text to constrain the results. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @opt_param int pageSize Number of results to return in the list. - * @opt_param string filter The raw filter text to constrain the results. * @return Google_Service_CloudBuild_ListBuildsResponse */ public function listProjectsBuilds($projectId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php index 8b2a0b8..97ec51a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer.php @@ -188,10 +188,6 @@ class Google_Service_CloudComposer extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -200,6 +196,10 @@ class Google_Service_CloudComposer extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php index 86aaf6f..c578489 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudComposer/Resource/ProjectsLocationsOperations.php @@ -72,9 +72,9 @@ class Google_Service_CloudComposer_Resource_ProjectsLocationsOperations extends * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_CloudComposer_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php index 5d0ddc6..303b643 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore.php @@ -78,6 +78,10 @@ class Google_Service_CloudFilestore extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -86,10 +90,6 @@ class Google_Service_CloudFilestore extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) @@ -144,6 +144,10 @@ class Google_Service_CloudFilestore extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -156,10 +160,6 @@ class Google_Service_CloudFilestore extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -224,10 +224,6 @@ class Google_Service_CloudFilestore extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -236,6 +232,10 @@ class Google_Service_CloudFilestore extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php index 8702215..92e219e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule.php @@ -19,6 +19,7 @@ class Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvider { public $canReschedule; public $endTime; + public $rolloutManagementPolicy; public $startTime; public function setCanReschedule($canReschedule) @@ -37,6 +38,14 @@ class Google_Service_CloudFilestore_GoogleCloudSaasacceleratorManagementProvider { return $this->endTime; } + public function setRolloutManagementPolicy($rolloutManagementPolicy) + { + $this->rolloutManagementPolicy = $rolloutManagementPolicy; + } + public function getRolloutManagementPolicy() + { + return $this->rolloutManagementPolicy; + } public function setStartTime($startTime) { $this->startTime = $startTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php index ebbea14..7971779 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocations.php @@ -46,9 +46,9 @@ class Google_Service_CloudFilestore_Resource_ProjectsLocations extends Google_Se * applicable. * @param array $optParams Optional parameters. * + * @opt_param int pageSize The standard list page size. * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. - * @opt_param int pageSize The standard list page size. * @return Google_Service_CloudFilestore_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php index 0441320..ca12273 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsInstances.php @@ -83,12 +83,12 @@ class Google_Service_CloudFilestore_Resource_ProjectsLocationsInstances extends * value. * @param array $optParams Optional parameters. * + * @opt_param string filter List filter. * @opt_param string pageToken The next_page_token value to use if there are * additional results to retrieve for this list request. * @opt_param string orderBy Sort results. Supported values are "name", "name * desc" or "" (unsorted). * @opt_param int pageSize The maximum number of items to return. - * @opt_param string filter List filter. * @return Google_Service_CloudFilestore_ListInstancesResponse */ public function listProjectsLocationsInstances($parent, $optParams = array()) @@ -107,7 +107,7 @@ class Google_Service_CloudFilestore_Resource_ProjectsLocationsInstances extends * * @opt_param string updateMask Mask of fields to update. At least one path * must be supplied in this field. The elements of the repeated paths field may - * only include these fields: "description" + * only include these fields: "description" "file_shares" "labels" * @return Google_Service_CloudFilestore_Operation */ public function patch($name, Google_Service_CloudFilestore_Instance $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php index a1a28f5..852ea37 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFilestore/Resource/ProjectsLocationsOperations.php @@ -94,9 +94,9 @@ class Google_Service_CloudFilestore_Resource_ProjectsLocationsOperations extends * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_CloudFilestore_ListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php index 7a6780f..1d348f9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions.php @@ -201,6 +201,10 @@ class Google_Service_CloudFunctions extends Google_Service 'type' => 'string', 'required' => true, ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'list' => array( 'path' => 'v1/{+parent}/functions', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php index 89f7f30..4235311 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/Operations.php @@ -55,12 +55,17 @@ class Google_Service_CloudFunctions_Resource_Operations extends Google_Service_R * @param array $optParams Optional parameters. * * @opt_param string filter Required. A filter for matching the requested - * operations. The supported formats of filter are: To query for specific + * operations. The supported formats of filter are: To query for a specific * function: project:*,location:*,function:* To query for all of the latest * operations for a project: project:*,latest:true * @opt_param string name Must not be set. - * @opt_param string pageToken The standard list page token. - * @opt_param int pageSize The standard list page size. + * @opt_param string pageToken Token identifying which result to start with, + * which is returned by a previous list call. Pagination is only supported when + * querying for a specific function. + * @opt_param int pageSize The maximum number of records that should be + * returned. Requested page size cannot exceed 100. If not set, the default page + * size is 100. Pagination is only supported when querying for a specific + * function. * @return Google_Service_CloudFunctions_ListOperationsResponse */ public function listOperations($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php index 59e031c..c743b3c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/Resource/ProjectsLocationsFunctions.php @@ -32,7 +32,7 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * Limits](https://cloud.google.com/functions/quotas#rate_limits). * (functions.callProjectsLocationsFunctions) * - * @param string $name The name of the function to be called. + * @param string $name Required. The name of the function to be called. * @param Google_Service_CloudFunctions_CallFunctionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_CallFunctionResponse @@ -48,8 +48,8 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * the specified project, the long running operation will return * `ALREADY_EXISTS` error. (functions.create) * - * @param string $location The project and location in which the function should - * be created, specified in the format `projects/locations` + * @param string $location Required. The project and location in which the + * function should be created, specified in the format `projects/locations` * @param Google_Service_CloudFunctions_CloudFunction $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_Operation @@ -65,7 +65,8 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * given function is used by some trigger, the trigger will be updated to remove * this function. (functions.delete) * - * @param string $name The name of the function which should be deleted. + * @param string $name Required. The name of the function which should be + * deleted. * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_Operation */ @@ -137,8 +138,8 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * Returns a function with the given name from the requested project. * (functions.get) * - * @param string $name The name of the function which details should be - * obtained. + * @param string $name Required. The name of the function which details should + * be obtained. * @param array $optParams Optional parameters. * @return Google_Service_CloudFunctions_CloudFunction */ @@ -156,6 +157,16 @@ class Google_Service_CloudFunctions_Resource_ProjectsLocationsFunctions extends * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. + * + * @opt_param int options.requestedPolicyVersion Optional. The policy format + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudFunctions_Policy */ public function getIamPolicy($resource, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php index 20d7181..ac3e5cf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare.php @@ -16,7 +16,7 @@ */ /** - * Service definition for CloudHealthcare (v1alpha2). + * Service definition for CloudHealthcare (v1beta1). * *
* Manage, store, and access healthcare data in Google Cloud Platform.
@@ -36,14 +36,11 @@ class Google_Service_CloudHealthcare extends Google_Service public $projects_locations; public $projects_locations_datasets; - public $projects_locations_datasets_annotationStores; - public $projects_locations_datasets_annotationStores_annotations; public $projects_locations_datasets_dicomStores; - public $projects_locations_datasets_dicomStores_dicomWeb; - public $projects_locations_datasets_dicomStores_dicomWeb_studies; - public $projects_locations_datasets_dicomStores_dicomWeb_studies_series; - public $projects_locations_datasets_dicomStores_dicomWeb_studies_series_instances; - public $projects_locations_datasets_dicomStores_dicomWeb_studies_series_instances_frames; + public $projects_locations_datasets_dicomStores_studies; + public $projects_locations_datasets_dicomStores_studies_series; + public $projects_locations_datasets_dicomStores_studies_series_instances; + public $projects_locations_datasets_dicomStores_studies_series_instances_frames; public $projects_locations_datasets_fhirStores; public $projects_locations_datasets_fhirStores_fhir; public $projects_locations_datasets_hl7V2Stores; @@ -62,7 +59,7 @@ class Google_Service_CloudHealthcare extends Google_Service $this->rootUrl = $rootUrl ?: 'https://healthcare.googleapis.com/'; $this->servicePath = ''; $this->batchPath = 'batch'; - $this->version = 'v1alpha2'; + $this->version = 'v1beta1'; $this->serviceName = 'healthcare'; $this->projects_locations = new Google_Service_CloudHealthcare_Resource_ProjectsLocations( @@ -72,7 +69,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -82,7 +79,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+name}/locations', + 'path' => 'v1beta1/{+name}/locations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -114,7 +111,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'v1alpha2/{+parent}/datasets', + 'path' => 'v1beta1/{+parent}/datasets', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -128,7 +125,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'deidentify' => array( - 'path' => 'v1alpha2/{+sourceDataset}:deidentify', + 'path' => 'v1beta1/{+sourceDataset}:deidentify', 'httpMethod' => 'POST', 'parameters' => array( 'sourceDataset' => array( @@ -138,7 +135,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -148,7 +145,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -158,7 +155,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'getIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:getIamPolicy', + 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( @@ -172,7 +169,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+parent}/datasets', + 'path' => 'v1beta1/{+parent}/datasets', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -190,7 +187,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'patch' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( @@ -204,7 +201,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'setIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:setIamPolicy', + 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -214,7 +211,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'testIamPermissions' => array( - 'path' => 'v1alpha2/{+resource}:testIamPermissions', + 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -227,192 +224,6 @@ class Google_Service_CloudHealthcare extends Google_Service ) ) ); - $this->projects_locations_datasets_annotationStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsAnnotationStores( - $this, - $this->serviceName, - 'annotationStores', - array( - 'methods' => array( - 'create' => array( - 'path' => 'v1alpha2/{+parent}/annotationStores', - 'httpMethod' => 'POST', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'annotationStoreId' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'delete' => array( - 'path' => 'v1alpha2/{+name}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'v1alpha2/{+name}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'getIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:getIamPolicy', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'v1alpha2/{+parent}/annotationStores', - 'httpMethod' => 'GET', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - ), - ),'patch' => array( - 'path' => 'v1alpha2/{+name}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'updateMask' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'setIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:setIamPolicy', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'testIamPermissions' => array( - 'path' => 'v1alpha2/{+resource}:testIamPermissions', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->projects_locations_datasets_annotationStores_annotations = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsAnnotationStoresAnnotations( - $this, - $this->serviceName, - 'annotations', - array( - 'methods' => array( - 'create' => array( - 'path' => 'v1alpha2/{+parent}/annotations', - 'httpMethod' => 'POST', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'delete' => array( - 'path' => 'v1alpha2/{+name}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'v1alpha2/{+name}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'v1alpha2/{+parent}/annotations', - 'httpMethod' => 'GET', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'patch' => array( - 'path' => 'v1alpha2/{+name}', - 'httpMethod' => 'PATCH', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'updateMask' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); $this->projects_locations_datasets_dicomStores = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStores( $this, $this->serviceName, @@ -420,7 +231,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'v1alpha2/{+parent}/dicomStores', + 'path' => 'v1beta1/{+parent}/dicomStores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -434,7 +245,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -444,7 +255,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'export' => array( - 'path' => 'v1alpha2/{+name}:export', + 'path' => 'v1beta1/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -454,7 +265,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -464,7 +275,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'getIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:getIamPolicy', + 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( @@ -478,7 +289,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'import' => array( - 'path' => 'v1alpha2/{+name}:import', + 'path' => 'v1beta1/{+name}:import', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -488,7 +299,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+parent}/dicomStores', + 'path' => 'v1beta1/{+parent}/dicomStores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -510,7 +321,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'patch' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( @@ -523,38 +334,8 @@ class Google_Service_CloudHealthcare extends Google_Service 'type' => 'string', ), ), - ),'setIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:setIamPolicy', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'testIamPermissions' => array( - 'path' => 'v1alpha2/{+resource}:testIamPermissions', - 'httpMethod' => 'POST', - 'parameters' => array( - 'resource' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ), - ) - ) - ); - $this->projects_locations_datasets_dicomStores_dicomWeb = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWeb( - $this, - $this->serviceName, - 'dicomWeb', - array( - 'methods' => array( - 'searchForInstances' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + ),'searchForInstances' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -569,7 +350,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'searchForSeries' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -584,7 +365,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'searchForStudies' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -598,8 +379,18 @@ class Google_Service_CloudHealthcare extends Google_Service 'required' => true, ), ), + ),'setIamPolicy' => array( + 'path' => 'v1beta1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ),'storeInstances' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -613,18 +404,28 @@ class Google_Service_CloudHealthcare extends Google_Service 'required' => true, ), ), + ),'testIamPermissions' => array( + 'path' => 'v1beta1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) ); - $this->projects_locations_datasets_dicomStores_dicomWeb_studies = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudies( + $this->projects_locations_datasets_dicomStores_studies = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudies( $this, $this->serviceName, 'studies', array( 'methods' => array( 'delete' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( @@ -638,8 +439,8 @@ class Google_Service_CloudHealthcare extends Google_Service 'required' => true, ), ), - ),'metadata' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + ),'retrieveMetadata' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -654,7 +455,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'retrieveStudy' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -669,7 +470,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'searchForInstances' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -684,7 +485,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'searchForSeries' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -699,7 +500,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'storeInstances' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -717,14 +518,14 @@ class Google_Service_CloudHealthcare extends Google_Service ) ) ); - $this->projects_locations_datasets_dicomStores_dicomWeb_studies_series = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeries( + $this->projects_locations_datasets_dicomStores_studies_series = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeries( $this, $this->serviceName, 'series', array( 'methods' => array( 'delete' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( @@ -738,8 +539,8 @@ class Google_Service_CloudHealthcare extends Google_Service 'required' => true, ), ), - ),'metadata' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + ),'retrieveMetadata' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -754,7 +555,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'retrieveSeries' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -769,7 +570,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'searchForInstances' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -787,14 +588,14 @@ class Google_Service_CloudHealthcare extends Google_Service ) ) ); - $this->projects_locations_datasets_dicomStores_dicomWeb_studies_series_instances = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstances( + $this->projects_locations_datasets_dicomStores_studies_series_instances = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances( $this, $this->serviceName, 'instances', array( 'methods' => array( 'delete' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( @@ -808,38 +609,38 @@ class Google_Service_CloudHealthcare extends Google_Service 'required' => true, ), ), - ),'metadata' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'dicomWebPath' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'rendered' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'parent' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'dicomWebPath' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), ),'retrieveInstance' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveMetadata' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'dicomWebPath' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'retrieveRendered' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -857,14 +658,14 @@ class Google_Service_CloudHealthcare extends Google_Service ) ) ); - $this->projects_locations_datasets_dicomStores_dicomWeb_studies_series_instances_frames = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesFrames( + $this->projects_locations_datasets_dicomStores_studies_series_instances_frames = new Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames( $this, $this->serviceName, 'frames', array( 'methods' => array( - 'rendered' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + 'retrieveFrames' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -878,8 +679,8 @@ class Google_Service_CloudHealthcare extends Google_Service 'required' => true, ), ), - ),'retrieveFrames' => array( - 'path' => 'v1alpha2/{+parent}/dicomWeb/{+dicomWebPath}', + ),'retrieveRendered' => array( + 'path' => 'v1beta1/{+parent}/dicomWeb/{+dicomWebPath}', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -903,18 +704,8 @@ class Google_Service_CloudHealthcare extends Google_Service 'fhirStores', array( 'methods' => array( - 'capabilities' => array( - 'path' => 'v1alpha2/{+name}/metadata', - 'httpMethod' => 'GET', - 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'create' => array( - 'path' => 'v1alpha2/{+parent}/fhirStores', + 'create' => array( + 'path' => 'v1beta1/{+parent}/fhirStores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -928,7 +719,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -938,7 +729,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'export' => array( - 'path' => 'v1alpha2/{+name}:export', + 'path' => 'v1beta1/{+name}:export', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -948,7 +739,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -958,7 +749,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'getIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:getIamPolicy', + 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( @@ -972,7 +763,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'import' => array( - 'path' => 'v1alpha2/{+name}:import', + 'path' => 'v1beta1/{+name}:import', 'httpMethod' => 'POST', 'parameters' => array( 'name' => array( @@ -982,7 +773,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+parent}/fhirStores', + 'path' => 'v1beta1/{+parent}/fhirStores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -1004,7 +795,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'patch' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( @@ -1018,7 +809,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'setIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:setIamPolicy', + 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -1028,7 +819,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'testIamPermissions' => array( - 'path' => 'v1alpha2/{+resource}:testIamPermissions', + 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -1048,7 +839,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'Observation-lastn' => array( - 'path' => 'v1alpha2/{+parent}/fhir/Observation/$lastn', + 'path' => 'v1beta1/{+parent}/fhir/Observation/$lastn', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -1058,7 +849,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'Patient-everything' => array( - 'path' => 'v1alpha2/{+name}/$everything', + 'path' => 'v1beta1/{+name}/$everything', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1066,17 +857,25 @@ class Google_Service_CloudHealthcare extends Google_Service 'type' => 'string', 'required' => true, ), - 'start' => array( + 'end' => array( 'location' => 'query', 'type' => 'string', ), - 'end' => array( + '_count' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'start' => array( 'location' => 'query', 'type' => 'string', ), ), ),'Resource-purge' => array( - 'path' => 'v1alpha2/{+name}/$purge', + 'path' => 'v1beta1/{+name}/$purge', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -1086,7 +885,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'capabilities' => array( - 'path' => 'v1alpha2/{+name}/fhir/metadata', + 'path' => 'v1beta1/{+name}/fhir/metadata', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1096,7 +895,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'conditionalDelete' => array( - 'path' => 'v1alpha2/{+parent}/fhir/{+type}', + 'path' => 'v1beta1/{+parent}/fhir/{+type}', 'httpMethod' => 'DELETE', 'parameters' => array( 'parent' => array( @@ -1111,7 +910,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'conditionalPatch' => array( - 'path' => 'v1alpha2/{+parent}/fhir/{+type}', + 'path' => 'v1beta1/{+parent}/fhir/{+type}', 'httpMethod' => 'PATCH', 'parameters' => array( 'parent' => array( @@ -1126,7 +925,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'conditionalUpdate' => array( - 'path' => 'v1alpha2/{+parent}/fhir/{+type}', + 'path' => 'v1beta1/{+parent}/fhir/{+type}', 'httpMethod' => 'PUT', 'parameters' => array( 'parent' => array( @@ -1141,7 +940,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'create' => array( - 'path' => 'v1alpha2/{+parent}/fhir/{+type}', + 'path' => 'v1beta1/{+parent}/fhir/{+type}', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -1156,7 +955,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -1166,7 +965,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'executeBundle' => array( - 'path' => 'v1alpha2/{+parent}/fhir', + 'path' => 'v1beta1/{+parent}/fhir', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -1176,7 +975,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'history' => array( - 'path' => 'v1alpha2/{+name}/_history', + 'path' => 'v1beta1/{+name}/_history', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1184,10 +983,6 @@ class Google_Service_CloudHealthcare extends Google_Service 'type' => 'string', 'required' => true, ), - 'page' => array( - 'location' => 'query', - 'type' => 'string', - ), 'at' => array( 'location' => 'query', 'type' => 'string', @@ -1196,13 +991,21 @@ class Google_Service_CloudHealthcare extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'page' => array( + 'location' => 'query', + 'type' => 'string', + ), + '_page_token' => array( + 'location' => 'query', + 'type' => 'string', + ), 'since' => array( 'location' => 'query', 'type' => 'string', ), ), ),'patch' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( @@ -1212,7 +1015,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'read' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1222,7 +1025,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'search' => array( - 'path' => 'v1alpha2/{+parent}/fhir/_search', + 'path' => 'v1beta1/{+parent}/fhir/_search', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -1232,7 +1035,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'update' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PUT', 'parameters' => array( 'name' => array( @@ -1242,7 +1045,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'vread' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1262,7 +1065,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'v1alpha2/{+parent}/hl7V2Stores', + 'path' => 'v1beta1/{+parent}/hl7V2Stores', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -1276,7 +1079,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -1286,7 +1089,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1296,7 +1099,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'getIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:getIamPolicy', + 'path' => 'v1beta1/{+resource}:getIamPolicy', 'httpMethod' => 'GET', 'parameters' => array( 'resource' => array( @@ -1310,7 +1113,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+parent}/hl7V2Stores', + 'path' => 'v1beta1/{+parent}/hl7V2Stores', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -1318,10 +1121,6 @@ class Google_Service_CloudHealthcare extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -1330,9 +1129,13 @@ class Google_Service_CloudHealthcare extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( @@ -1346,7 +1149,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'setIamPolicy' => array( - 'path' => 'v1alpha2/{+resource}:setIamPolicy', + 'path' => 'v1beta1/{+resource}:setIamPolicy', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -1356,7 +1159,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'testIamPermissions' => array( - 'path' => 'v1alpha2/{+resource}:testIamPermissions', + 'path' => 'v1beta1/{+resource}:testIamPermissions', 'httpMethod' => 'POST', 'parameters' => array( 'resource' => array( @@ -1376,7 +1179,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'create' => array( - 'path' => 'v1alpha2/{+parent}/messages', + 'path' => 'v1beta1/{+parent}/messages', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -1386,7 +1189,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'delete' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'DELETE', 'parameters' => array( 'name' => array( @@ -1396,7 +1199,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1410,7 +1213,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'ingest' => array( - 'path' => 'v1alpha2/{+parent}/messages:ingest', + 'path' => 'v1beta1/{+parent}/messages:ingest', 'httpMethod' => 'POST', 'parameters' => array( 'parent' => array( @@ -1420,7 +1223,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+parent}/messages', + 'path' => 'v1beta1/{+parent}/messages', 'httpMethod' => 'GET', 'parameters' => array( 'parent' => array( @@ -1428,6 +1231,10 @@ class Google_Service_CloudHealthcare extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -1440,13 +1247,9 @@ class Google_Service_CloudHealthcare extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'PATCH', 'parameters' => array( 'name' => array( @@ -1470,7 +1273,7 @@ class Google_Service_CloudHealthcare extends Google_Service array( 'methods' => array( 'get' => array( - 'path' => 'v1alpha2/{+name}', + 'path' => 'v1beta1/{+name}', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1480,7 +1283,7 @@ class Google_Service_CloudHealthcare extends Google_Service ), ), ),'list' => array( - 'path' => 'v1alpha2/{+name}/operations', + 'path' => 'v1beta1/{+name}/operations', 'httpMethod' => 'GET', 'parameters' => array( 'name' => array( @@ -1488,6 +1291,10 @@ class Google_Service_CloudHealthcare extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -1496,10 +1303,6 @@ class Google_Service_CloudHealthcare extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Annotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Annotation.php deleted file mode 100644 index c779fb8..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Annotation.php +++ /dev/null @@ -1,94 +0,0 @@ -annotationSource = $annotationSource; - } - /** - * @return Google_Service_CloudHealthcare_AnnotationSource - */ - public function getAnnotationSource() - { - return $this->annotationSource; - } - /** - * @param Google_Service_CloudHealthcare_ImageAnnotation - */ - public function setImageAnnotation(Google_Service_CloudHealthcare_ImageAnnotation $imageAnnotation) - { - $this->imageAnnotation = $imageAnnotation; - } - /** - * @return Google_Service_CloudHealthcare_ImageAnnotation - */ - public function getImageAnnotation() - { - return $this->imageAnnotation; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - /** - * @param Google_Service_CloudHealthcare_ResourceAnnotation - */ - public function setResourceAnnotation(Google_Service_CloudHealthcare_ResourceAnnotation $resourceAnnotation) - { - $this->resourceAnnotation = $resourceAnnotation; - } - /** - * @return Google_Service_CloudHealthcare_ResourceAnnotation - */ - public function getResourceAnnotation() - { - return $this->resourceAnnotation; - } - /** - * @param Google_Service_CloudHealthcare_SensitiveTextAnnotation - */ - public function setTextAnnotation(Google_Service_CloudHealthcare_SensitiveTextAnnotation $textAnnotation) - { - $this->textAnnotation = $textAnnotation; - } - /** - * @return Google_Service_CloudHealthcare_SensitiveTextAnnotation - */ - public function getTextAnnotation() - { - return $this->textAnnotation; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php index 6f57d5c..4c8b3c0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AuditLogConfig.php @@ -19,7 +19,6 @@ class Google_Service_CloudHealthcare_AuditLogConfig extends Google_Collection { protected $collection_key = 'exemptedMembers'; public $exemptedMembers; - public $ignoreChildExemptions; public $logType; public function setExemptedMembers($exemptedMembers) @@ -30,14 +29,6 @@ class Google_Service_CloudHealthcare_AuditLogConfig extends Google_Collection { return $this->exemptedMembers; } - public function setIgnoreChildExemptions($ignoreChildExemptions) - { - $this->ignoreChildExemptions = $ignoreChildExemptions; - } - public function getIgnoreChildExemptions() - { - return $this->ignoreChildExemptions; - } public function setLogType($logType) { $this->logType = $logType; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php index 9d78f77..9292f82 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DeidentifySummary.php @@ -17,9 +17,18 @@ class Google_Service_CloudHealthcare_DeidentifySummary extends Google_Model { + public $failureResourceCount; public $successResourceCount; public $successStoreCount; + public function setFailureResourceCount($failureResourceCount) + { + $this->failureResourceCount = $failureResourceCount; + } + public function getFailureResourceCount() + { + return $this->failureResourceCount; + } public function setSuccessResourceCount($successResourceCount) { $this->successResourceCount = $successResourceCount; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php index a917963..8b55986 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/DicomConfig.php @@ -22,6 +22,7 @@ class Google_Service_CloudHealthcare_DicomConfig extends Google_Model protected $keepListDataType = ''; protected $removeListType = 'Google_Service_CloudHealthcare_TagFilterList'; protected $removeListDataType = ''; + public $skipIdRedaction; public function setFilterProfile($filterProfile) { @@ -59,4 +60,12 @@ class Google_Service_CloudHealthcare_DicomConfig extends Google_Model { return $this->removeList; } + public function setSkipIdRedaction($skipIdRedaction) + { + $this->skipIdRedaction = $skipIdRedaction; + } + public function getSkipIdRedaction() + { + return $this->skipIdRedaction; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php index dd293eb..515fdbb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportDicomDataRequest.php @@ -17,34 +17,34 @@ class Google_Service_CloudHealthcare_ExportDicomDataRequest extends Google_Model { - protected $bigqueryDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomBigQueryDestination'; + protected $bigqueryDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomBigQueryDestination'; protected $bigqueryDestinationDataType = ''; - protected $gcsDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination'; + protected $gcsDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination'; protected $gcsDestinationDataType = ''; /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomBigQueryDestination + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomBigQueryDestination */ - public function setBigqueryDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomBigQueryDestination $bigqueryDestination) + public function setBigqueryDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomBigQueryDestination $bigqueryDestination) { $this->bigqueryDestination = $bigqueryDestination; } /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomBigQueryDestination + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination */ - public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination $gcsDestination) + public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination */ public function getGcsDestination() { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php index 2fed194..07b56f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ExportResourcesRequest.php @@ -17,34 +17,34 @@ class Google_Service_CloudHealthcare_ExportResourcesRequest extends Google_Model { - protected $bigqueryDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDestination'; + protected $bigqueryDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirBigQueryDestination'; protected $bigqueryDestinationDataType = ''; - protected $gcsDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsDestination'; + protected $gcsDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination'; protected $gcsDestinationDataType = ''; /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDestination + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirBigQueryDestination */ - public function setBigqueryDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDestination $bigqueryDestination) + public function setBigqueryDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirBigQueryDestination $bigqueryDestination) { $this->bigqueryDestination = $bigqueryDestination; } /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDestination + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirBigQueryDestination */ public function getBigqueryDestination() { return $this->bigqueryDestination; } /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsDestination + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination */ - public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsDestination $gcsDestination) + public function setGcsDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination $gcsDestination) { $this->gcsDestination = $gcsDestination; } /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsDestination + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination */ public function getGcsDestination() { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php index bf5a291..833c7dd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/FhirStore.php @@ -15,23 +15,15 @@ * the License. */ -class Google_Service_CloudHealthcare_FhirStore extends Google_Collection +class Google_Service_CloudHealthcare_FhirStore extends Google_Model { - protected $collection_key = 'streamConfigs'; public $disableReferentialIntegrity; public $disableResourceVersioning; - public $enableHistoryImport; public $enableUpdateCreate; public $labels; public $name; protected $notificationConfigType = 'Google_Service_CloudHealthcare_NotificationConfig'; protected $notificationConfigDataType = ''; - protected $streamConfigsType = 'Google_Service_CloudHealthcare_StreamConfig'; - protected $streamConfigsDataType = 'array'; - protected $subscriptionConfigType = 'Google_Service_CloudHealthcare_SubscriptionConfig'; - protected $subscriptionConfigDataType = ''; - protected $validationConfigType = 'Google_Service_CloudHealthcare_ValidationConfig'; - protected $validationConfigDataType = ''; public function setDisableReferentialIntegrity($disableReferentialIntegrity) { @@ -49,14 +41,6 @@ class Google_Service_CloudHealthcare_FhirStore extends Google_Collection { return $this->disableResourceVersioning; } - public function setEnableHistoryImport($enableHistoryImport) - { - $this->enableHistoryImport = $enableHistoryImport; - } - public function getEnableHistoryImport() - { - return $this->enableHistoryImport; - } public function setEnableUpdateCreate($enableUpdateCreate) { $this->enableUpdateCreate = $enableUpdateCreate; @@ -95,46 +79,4 @@ class Google_Service_CloudHealthcare_FhirStore extends Google_Collection { return $this->notificationConfig; } - /** - * @param Google_Service_CloudHealthcare_StreamConfig - */ - public function setStreamConfigs($streamConfigs) - { - $this->streamConfigs = $streamConfigs; - } - /** - * @return Google_Service_CloudHealthcare_StreamConfig - */ - public function getStreamConfigs() - { - return $this->streamConfigs; - } - /** - * @param Google_Service_CloudHealthcare_SubscriptionConfig - */ - public function setSubscriptionConfig(Google_Service_CloudHealthcare_SubscriptionConfig $subscriptionConfig) - { - $this->subscriptionConfig = $subscriptionConfig; - } - /** - * @return Google_Service_CloudHealthcare_SubscriptionConfig - */ - public function getSubscriptionConfig() - { - return $this->subscriptionConfig; - } - /** - * @param Google_Service_CloudHealthcare_ValidationConfig - */ - public function setValidationConfig(Google_Service_CloudHealthcare_ValidationConfig $validationConfig) - { - $this->validationConfig = $validationConfig; - } - /** - * @return Google_Service_CloudHealthcare_ValidationConfig - */ - public function getValidationConfig() - { - return $this->validationConfig; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomBigQueryDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.php similarity index 89% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomBigQueryDestination.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.php index e39277c..2bcf937 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomBigQueryDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomBigQueryDestination.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomBigQueryDestination extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomBigQueryDestination extends Google_Model { public $force; public $tableUri; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomGcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsDestination.php similarity index 89% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomGcsDestination.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsDestination.php index 20fbb88..3b8ad8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomGcsDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsDestination.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsDestination extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsDestination extends Google_Model { public $mimeType; public $uriPrefix; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1GcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsSource.php similarity index 87% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1GcsDestination.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsSource.php index 9f22083..38dd6f0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1GcsDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1DicomGcsSource.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsDestination extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsSource extends Google_Model { public $uri; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirBigQueryDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirBigQueryDestination.php similarity index 82% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirBigQueryDestination.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirBigQueryDestination.php index 028b47f..a59a8e1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirBigQueryDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirBigQueryDestination.php @@ -15,9 +15,10 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDestination extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirBigQueryDestination extends Google_Model { public $datasetUri; + public $force; protected $schemaConfigType = 'Google_Service_CloudHealthcare_SchemaConfig'; protected $schemaConfigDataType = ''; @@ -29,6 +30,14 @@ class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDe { return $this->datasetUri; } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } /** * @param Google_Service_CloudHealthcare_SchemaConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails.php new file mode 100644 index 0000000..7ae56f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesErrorDetails.php @@ -0,0 +1,57 @@ +errorCount = $errorCount; + } + public function getErrorCount() + { + return $this->errorCount; + } + public function setFhirStore($fhirStore) + { + $this->fhirStore = $fhirStore; + } + public function getFhirStore() + { + return $this->fhirStore; + } + public function setResourceCount($resourceCount) + { + $this->resourceCount = $resourceCount; + } + public function getResourceCount() + { + return $this->resourceCount; + } + public function setSuccessCount($successCount) + { + $this->successCount = $successCount; + } + public function getSuccessCount() + { + return $this->successCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestExportResourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse.php similarity index 89% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestExportResourcesResponse.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse.php index e2b55ce..0ac7fcb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestExportResourcesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestExportResourcesResponse extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestExportResourcesResponse extends Google_Model { public $fhirStore; public $resourceCount; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsDestination.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsDestination.php similarity index 87% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsDestination.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsDestination.php index 1207a14..8e28080 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsDestination.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsDestination.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsDestination extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsDestination extends Google_Model { public $uriPrefix; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomGcsSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsSource.php similarity index 87% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomGcsSource.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsSource.php index 0b7d2c3..53242e6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2DicomGcsSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestGcsSource.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsSource extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource extends Google_Model { public $uri; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestImportResourcesErrorDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails.php similarity index 91% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestImportResourcesErrorDetails.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails.php index 6225368..cefe207 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestImportResourcesErrorDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestImportResourcesErrorDetails extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestImportResourcesErrorDetails extends Google_Model { public $errorCount; public $fhirStore; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestImportResourcesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse.php similarity index 88% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestImportResourcesResponse.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse.php index 0d89905..4cae561 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestImportResourcesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestImportResourcesResponse extends Google_Model +class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestImportResourcesResponse extends Google_Model { public $fhirStore; public $inputSize; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php index ca57a72..87c3d64 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportDicomDataRequest.php @@ -17,18 +17,18 @@ class Google_Service_CloudHealthcare_ImportDicomDataRequest extends Google_Model { - protected $gcsSourceType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsSource'; + protected $gcsSourceType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsSource'; protected $gcsSourceDataType = ''; /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsSource + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsSource */ - public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsSource $gcsSource) + public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2DicomGcsSource + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1DicomGcsSource */ public function getGcsSource() { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php index b82980c..15c2a15 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImportResourcesRequest.php @@ -18,9 +18,7 @@ class Google_Service_CloudHealthcare_ImportResourcesRequest extends Google_Model { public $contentStructure; - protected $gcsErrorDestinationType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination'; - protected $gcsErrorDestinationDataType = ''; - protected $gcsSourceType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource'; + protected $gcsSourceType = 'Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource'; protected $gcsSourceDataType = ''; public function setContentStructure($contentStructure) @@ -32,28 +30,14 @@ class Google_Service_CloudHealthcare_ImportResourcesRequest extends Google_Model return $this->contentStructure; } /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination + * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource */ - public function setGcsErrorDestination(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination $gcsErrorDestination) - { - $this->gcsErrorDestination = $gcsErrorDestination; - } - /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsErrorDestination - */ - public function getGcsErrorDestination() - { - return $this->gcsErrorDestination; - } - /** - * @param Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource - */ - public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource $gcsSource) + public function setGcsSource(Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource $gcsSource) { $this->gcsSource = $gcsSource; } /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource + * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1beta1FhirRestGcsSource */ public function getGcsSource() { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php index 7e0acc5..33dcb68 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasets.php @@ -32,8 +32,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends * Google Cloud Platform project can contain up to 500 datasets across all * regions. (datasets.create) * - * @param string $parent The name of the project in which the dataset should be - * created (e.g., `projects/{project_id}/locations/{location_id}`). + * @param string $parent The name of the project where the server creates the + * dataset. For example, `projects/{project_id}/locations/{location_id}`. * @param Google_Service_CloudHealthcare_Dataset $postBody * @param array $optParams Optional parameters. * @@ -51,10 +51,12 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends * Creates a new dataset containing de-identified data from the source dataset. * The metadata field type is OperationMetadata. If the request is successful, * the response field type is DeidentifySummary. If errors occur, details field - * type is DeidentifyErrorDetails. (datasets.deidentify) + * type is DeidentifyErrorDetails. Errors are also logged to Stackdriver + * Logging. For more information, see [Viewing logs](/healthcare/docs/how-tos + * /stackdriver-logging). (datasets.deidentify) * - * @param string $sourceDataset Source dataset resource name. (e.g., - * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`). + * @param string $sourceDataset Source dataset resource name. For example, + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param Google_Service_CloudHealthcare_DeidentifyDatasetRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation @@ -70,8 +72,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends * Deleting a dataset does not affect the sources from which the dataset was * imported (if any). (datasets.delete) * - * @param string $name The name of the dataset to delete (e.g., - * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`). + * @param string $name The name of the dataset to delete. For example, + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ @@ -84,8 +86,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends /** * Gets any metadata associated with a dataset. (datasets.get) * - * @param string $name The name of the dataset to read (e.g., - * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`). + * @param string $name The name of the dataset to read. For example, + * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`. * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Dataset */ @@ -105,8 +107,14 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -119,8 +127,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasets extends * Lists the health datasets in the current project. * (datasets.listProjectsLocationsDatasets) * - * @param string $parent The name of the project whose datasets should be listed - * (e.g., `projects/{project_id}/locations/{location_id}`). + * @param string $parent The name of the project whose datasets should be + * listed. For example, `projects/{project_id}/locations/{location_id}`. * @param array $optParams Optional parameters. * * @opt_param string pageToken The next_page_token value returned from a diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsAnnotationStores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsAnnotationStores.php deleted file mode 100644 index 88c9041..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsAnnotationStores.php +++ /dev/null @@ -1,183 +0,0 @@ - - * $healthcareService = new Google_Service_CloudHealthcare(...); - * $annotationStores = $healthcareService->annotationStores; - * - */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsAnnotationStores extends Google_Service_Resource -{ - /** - * Creates a new Annotation store within the parent dataset. - * (annotationStores.create) - * - * @param string $parent The name of the dataset this Annotation store belongs - * to. - * @param Google_Service_CloudHealthcare_AnnotationStore $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string annotationStoreId The ID of the Annotation store that is - * being created. The string must match the following regex: - * `[\p{L}\p{N}_\-\.]{1,256}`. - * @return Google_Service_CloudHealthcare_AnnotationStore - */ - public function create($parent, Google_Service_CloudHealthcare_AnnotationStore $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudHealthcare_AnnotationStore"); - } - /** - * Deletes the specified Annotation store and removes all annotations that are - * contained within it. (annotationStores.delete) - * - * @param string $name The resource name of the Annotation store to delete. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HealthcareEmpty - */ - public function delete($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); - } - /** - * Gets the specified Annotation store or returns NOT_FOUND if it does not - * exist. (annotationStores.get) - * - * @param string $name The resource name of the Annotation store to get. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_AnnotationStore - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudHealthcare_AnnotationStore"); - } - /** - * Gets the access control policy for a resource. Returns NOT_FOUND error if the - * resource does not exist. Returns an empty policy if the resource exists but - * does not have a policy set. - * - * Authorization requires the Google IAM permission - * `healthcare.AnnotationStores.getIamPolicy` on the specified resource - * (annotationStores.getIamPolicy) - * - * @param string $resource REQUIRED: The resource for which the policy is being - * requested. See the operation documentation for the appropriate value for this - * field. - * @param Google_Service_CloudHealthcare_GetIamPolicyRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_Policy - */ - public function getIamPolicy($resource, Google_Service_CloudHealthcare_GetIamPolicyRequest $postBody, $optParams = array()) - { - $params = array('resource' => $resource, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('getIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); - } - /** - * Lists the Annotation stores in the given dataset for a source store. - * (annotationStores.listProjectsLocationsDatasetsAnnotationStores) - * - * @param string $parent Name of the dataset. - * @param array $optParams Optional parameters. - * - * @opt_param string filter Restricts stores returned to those matching a - * filter. Syntax: - * https://cloud.google.com/appengine/docs/standard/python/search/query_strings - * Only filtering on labels is supported, for example `labels.key=value`. - * @opt_param string pageToken The next_page_token value returned from the - * previous List request, if any. - * @opt_param int pageSize Limit on the number of Annotation stores to return in - * a single response. If zero the default page size of 100 is used. - * @return Google_Service_CloudHealthcare_ListAnnotationStoresResponse - */ - public function listProjectsLocationsDatasetsAnnotationStores($parent, $optParams = array()) - { - $params = array('parent' => $parent); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListAnnotationStoresResponse"); - } - /** - * Updates the specified Annotation store. (annotationStores.patch) - * - * @param string $name Output only. Resource name of the Annotation store, of - * the form `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} - * /annotationStores/{annotation_store_id}`. - * @param Google_Service_CloudHealthcare_AnnotationStore $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string updateMask The update mask applies to the resource. For the - * `FieldMask` definition, see https://developers.google.com/protocol- - * buffers/docs/reference/google.protobuf#fieldmask - * @return Google_Service_CloudHealthcare_AnnotationStore - */ - public function patch($name, Google_Service_CloudHealthcare_AnnotationStore $postBody, $optParams = array()) - { - $params = array('name' => $name, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_CloudHealthcare_AnnotationStore"); - } - /** - * POLICIES Sets the access control policy for a resource. Replaces any existing - * policy. - * - * Authorization requires the Google IAM permission - * `healthcare.annotationStores.setIamPolicy` on the specified resource - * (annotationStores.setIamPolicy) - * - * @param string $resource REQUIRED: The resource for which the policy is being - * specified. See the operation documentation for the appropriate value for this - * field. - * @param Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_Policy - */ - public function setIamPolicy($resource, Google_Service_CloudHealthcare_SetIamPolicyRequest $postBody, $optParams = array()) - { - $params = array('resource' => $resource, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); - } - /** - * Returns permissions that a caller has on the specified resource. If the - * resource does not exist, this will return an empty set of permissions, not a - * NOT_FOUND error. - * - * There is no permission required to make this API call. - * (annotationStores.testIamPermissions) - * - * @param string $resource REQUIRED: The resource for which the policy detail is - * being requested. See the operation documentation for the appropriate value - * for this field. - * @param Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_TestIamPermissionsResponse - */ - public function testIamPermissions($resource, Google_Service_CloudHealthcare_TestIamPermissionsRequest $postBody, $optParams = array()) - { - $params = array('resource' => $resource, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('testIamPermissions', array($params), "Google_Service_CloudHealthcare_TestIamPermissionsResponse"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsAnnotationStoresAnnotations.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsAnnotationStoresAnnotations.php deleted file mode 100644 index 35f5765..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsAnnotationStoresAnnotations.php +++ /dev/null @@ -1,117 +0,0 @@ - - * $healthcareService = new Google_Service_CloudHealthcare(...); - * $annotations = $healthcareService->annotations; - * - */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsAnnotationStoresAnnotations extends Google_Service_Resource -{ - /** - * Creates a new Annotation record. It is valid to create Annotation objects for - * the same source more than once since a unique ID is assigned to each record - * by this service. (annotations.create) - * - * @param string $parent The name of the Annotation store this annotation - * belongs to. For example, `projects/my-project/locations/us- - * central1/datasets/mydataset/annotationStores/myannotationstore`. - * @param Google_Service_CloudHealthcare_Annotation $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_Annotation - */ - public function create($parent, Google_Service_CloudHealthcare_Annotation $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('create', array($params), "Google_Service_CloudHealthcare_Annotation"); - } - /** - * Deletes an Annotation or returns NOT_FOUND if it does not exist. - * (annotations.delete) - * - * @param string $name The resource name of the Annotation to delete. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HealthcareEmpty - */ - public function delete($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); - } - /** - * Gets an Annotation. (annotations.get) - * - * @param string $name The resource name of the Annotation to retrieve. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_Annotation - */ - public function get($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_CloudHealthcare_Annotation"); - } - /** - * Lists the Annotations in the given Annotation store for a source resource. - * (annotations.listProjectsLocationsDatasetsAnnotationStoresAnnotations) - * - * @param string $parent Name of the Annotation store to retrieve Annotations - * from. - * @param array $optParams Optional parameters. - * - * @opt_param string pageToken The next_page_token value returned from the - * previous List request, if any. - * @opt_param int pageSize Limit on the number of Annotations to return in a - * single response. If zero the default page size of 100 is used. - * @opt_param string filter Restricts Annotations returned to those matching a - * filter. Syntax: - * https://cloud.google.com/appengine/docs/standard/python/search/query_strings - * Fields/functions available for filtering are: - source_version - * @return Google_Service_CloudHealthcare_ListAnnotationsResponse - */ - public function listProjectsLocationsDatasetsAnnotationStoresAnnotations($parent, $optParams = array()) - { - $params = array('parent' => $parent); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_CloudHealthcare_ListAnnotationsResponse"); - } - /** - * Updates the Annotation. (annotations.patch) - * - * @param string $name Output only. Resource name of the Annotation, of the form - * `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/annotati - * onStores/{annotation_store_id}/annotations/{annotation_id}`. - * @param Google_Service_CloudHealthcare_Annotation $postBody - * @param array $optParams Optional parameters. - * - * @opt_param string updateMask The update mask applies to the resource. For the - * `FieldMask` definition, see https://developers.google.com/protocol- - * buffers/docs/reference/google.protobuf#fieldmask - * @return Google_Service_CloudHealthcare_Annotation - */ - public function patch($name, Google_Service_CloudHealthcare_Annotation $postBody, $optParams = array()) - { - $params = array('name' => $name, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('patch', array($params), "Google_Service_CloudHealthcare_Annotation"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php index 2ffc18b..5f03935 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStores.php @@ -60,9 +60,9 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * Exports data to the specified destination by copying it from the DICOM store. * The metadata field type is OperationMetadata. (dicomStores.export) * - * @param string $name The DICOM store resource name from which the data should - * be exported (e.g., `projects/{project_id}/locations/{location_id}/datasets/{d - * ataset_id}/dicomStores/{dicom_store_id}`). + * @param string $name The DICOM store resource name from which to export the + * data. For example, `projects/{project_id}/locations/{location_id}/datasets/{d + * ataset_id}/dicomStores/{dicom_store_id}`. * @param Google_Service_CloudHealthcare_ExportDicomDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation @@ -96,8 +96,14 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -108,15 +114,15 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor } /** * Imports data into the DICOM store by copying it from the specified source. - * For errors, the Operation will be populated with error details (in the form - * of ImportDicomDataErrorDetails in error.details), which will hold finer- - * grained error information. Errors are also logged to Stackdriver (see - * [Viewing logs](/healthcare/docs/how-tos/stackdriver-logging)). The metadata - * field type is OperationMetadata. (dicomStores.import) + * For errors, the Operation is populated with error details (in the form of + * ImportDicomDataErrorDetails in error.details), which hold finer-grained error + * information. Errors are also logged to Stackdriver Logging. For more + * information, see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * logging). The metadata field type is OperationMetadata. (dicomStores.import) * * @param string $name The name of the DICOM store resource into which the data - * is imported (e.g., `projects/{project_id}/locations/{location_id}/datasets/{d - * ataset_id}/dicomStores/{dicom_store_id}`). + * is imported. For example, `projects/{project_id}/locations/{location_id}/data + * sets/{dataset_id}/dicomStores/{dicom_store_id}`. * @param Google_Service_CloudHealthcare_ImportDicomDataRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_Operation @@ -137,7 +143,7 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * @opt_param string filter Restricts stores returned to those matching a * filter. Syntax: * https://cloud.google.com/appengine/docs/standard/python/search/query_strings - * Only filtering on labels is supported, for example `labels.key=value`. + * Only filtering on labels is supported. For example, `labels.key=value`. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @opt_param int pageSize Limit on the number of DICOM stores to return in a @@ -170,6 +176,64 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_CloudHealthcare_DicomStore"); } + /** + * SearchForInstances returns a list of matching instances. See http://dicom.nem + * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. + * (dicomStores.searchForInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForInstancesRequest + * DICOMweb request (for example, `instances` or `series/{series_uid}/instances` + * or `studies/{study_uid}/instances`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForInstances($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForSeries returns a list of matching series. See http://dicom.nema.org/ + * medical/dicom/current/output/html/part18.html#sect_10.6. + * (dicomStores.searchForSeries) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForSeries DICOMweb + * request(for example, `series` or `studies/{study_uid}/series`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForSeries($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * SearchForStudies returns a list of matching studies. See http://dicom.nema.or + * g/medical/dicom/current/output/html/part18.html#sect_10.6. + * (dicomStores.searchForStudies) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the SearchForStudies DICOMweb request + * (for example, `studies`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function searchForStudies($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('searchForStudies', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } /** * Sets the access control policy on the specified resource. Replaces any * existing policy. (dicomStores.setIamPolicy) @@ -187,6 +251,27 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor $params = array_merge($params, $optParams); return $this->call('setIamPolicy', array($params), "Google_Service_CloudHealthcare_Policy"); } + /** + * StoreInstances stores DICOM instances associated with study instance unique + * identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/ht + * ml/part18.html#sect_10.5. (dicomStores.storeInstances) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the StoreInstances DICOMweb request + * (for example, `studies/[{study_uid}]`). Note that the `study_uid` is + * optional. + * @param Google_Service_CloudHealthcare_HttpBody $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function storeInstances($parent, $dicomWebPath, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('storeInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } /** * Returns permissions that a caller has on the specified resource. If the * resource does not exist, this will return an empty set of permissions, not a diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWeb.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWeb.php deleted file mode 100644 index 39a67f3..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWeb.php +++ /dev/null @@ -1,106 +0,0 @@ - - * $healthcareService = new Google_Service_CloudHealthcare(...); - * $dicomWeb = $healthcareService->dicomWeb; - * - */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWeb extends Google_Service_Resource -{ - /** - * SearchForInstances returns a list of matching instances. See http://dicom.nem - * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. - * (dicomWeb.searchForInstances) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the SearchForInstancesRequest - * DICOMweb request (e.g., `instances` or `series/{series_uid}/instances` or - * `studies/{study_uid}/instances`). - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function searchForInstances($parent, $dicomWebPath, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); - $params = array_merge($params, $optParams); - return $this->call('searchForInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } - /** - * SearchForSeries returns a list of matching series. See http://dicom.nema.org/ - * medical/dicom/current/output/html/part18.html#sect_10.6. - * (dicomWeb.searchForSeries) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the SearchForSeries DICOMweb - * request(e.g., `series` or `studies/{study_uid}/series`). - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function searchForSeries($parent, $dicomWebPath, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); - $params = array_merge($params, $optParams); - return $this->call('searchForSeries', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } - /** - * SearchForStudies returns a list of matching studies. See http://dicom.nema.or - * g/medical/dicom/current/output/html/part18.html#sect_10.6. - * (dicomWeb.searchForStudies) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the SearchForStudies DICOMweb request - * (e.g., `studies`). - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function searchForStudies($parent, $dicomWebPath, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); - $params = array_merge($params, $optParams); - return $this->call('searchForStudies', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } - /** - * StoreInstances stores DICOM instances associated with study instance unique - * identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/ht - * ml/part18.html#sect_10.5. (dicomWeb.storeInstances) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the StoreInstances DICOMweb request - * (e.g., `studies/[{study_id}]`). Note that the `study_uid` is optional. - * @param Google_Service_CloudHealthcare_HttpBody $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function storeInstances($parent, $dicomWebPath, Google_Service_CloudHealthcare_HttpBody $postBody, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('storeInstances', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudies.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php similarity index 76% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudies.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php index 5a22a1c..d9f1781 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudies.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudies.php @@ -23,18 +23,18 @@ * $studies = $healthcareService->studies; * */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudies extends Google_Service_Resource +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudies extends Google_Service_Resource { /** * DeleteStudy deletes all instances within the given study. Delete requests are * equivalent to the GET requests specified in the WADO-RS standard. * (studies.delete) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the DeleteStudy request (e.g., - * `studies/{study_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the DeleteStudy request (for example, + * `studies/{study_uid}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ @@ -47,32 +47,33 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor /** * RetrieveStudyMetadata returns instance associated with the given study * presented as metadata with the bulk data removed. See http://dicom.nema.org/m - * edical/dicom/current/output/html/part18.html#sect_10.4. (studies.metadata) + * edical/dicom/current/output/html/part18.html#sect_10.4. + * (studies.retrieveMetadata) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the RetrieveStudyMetadata DICOMweb - * request (e.g., `studies/{study_id}/metadata`). + * request (for example, `studies/{study_uid}/metadata`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ - public function metadata($parent, $dicomWebPath, $optParams = array()) + public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); - return $this->call('metadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); + return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveStudy returns all instances within the given study. See http://dicom. * nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. * (studies.retrieveStudy) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the RetrieveStudy DICOMweb request - * (e.g., `studies/{study_id}`). + * (for example, `studies/{study_uid}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ @@ -87,12 +88,12 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. * (studies.searchForInstances) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the SearchForInstancesRequest - * DICOMweb request (e.g., `instances` or `series/{series_uid}/instances` or - * `studies/{study_uid}/instances`). + * DICOMweb request (for example, `instances` or `series/{series_uid}/instances` + * or `studies/{study_uid}/instances`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ @@ -107,11 +108,11 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * medical/dicom/current/output/html/part18.html#sect_10.6. * (studies.searchForSeries) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the SearchForSeries DICOMweb - * request(e.g., `series` or `studies/{study_uid}/series`). + * request(for example, `series` or `studies/{study_uid}/series`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ @@ -126,11 +127,12 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * identifiers (SUID). See http://dicom.nema.org/medical/dicom/current/output/ht * ml/part18.html#sect_10.5. (studies.storeInstances) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the StoreInstances DICOMweb request - * (e.g., `studies/[{study_id}]`). Note that the `study_uid` is optional. + * (for example, `studies/[{study_uid}]`). Note that the `study_uid` is + * optional. * @param Google_Service_CloudHealthcare_HttpBody $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeries.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php similarity index 76% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeries.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php index 0a875b4..a9a9ffc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeries.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeries.php @@ -23,18 +23,18 @@ * $series = $healthcareService->series; * */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeries extends Google_Service_Resource +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeries extends Google_Service_Resource { /** * DeleteSeries deletes all instances within the given study and series. Delete * requests are equivalent to the GET requests specified in the WADO-RS * standard. (series.delete) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the DeleteSeries request (e.g., - * `studies/{study_id}/series/{series_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the DeleteSeries request (for + * example, `studies/{study_uid}/series/{series_uid}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ @@ -48,32 +48,32 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * RetrieveSeriesMetadata returns instance associated with the given study and * series, presented as metadata with the bulk data removed. See http://dicom.ne * ma.org/medical/dicom/current/output/html/part18.html#sect_10.4. - * (series.metadata) + * (series.retrieveMetadata) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the RetrieveSeriesMetadata DICOMweb - * request (e.g., `studies/{study_id}/series/{series_id}/metadata`). + * request (for example, `studies/{study_uid}/series/{series_uid}/metadata`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ - public function metadata($parent, $dicomWebPath, $optParams = array()) + public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) { $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); $params = array_merge($params, $optParams); - return $this->call('metadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); + return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** * RetrieveSeries returns all instances within the given study and series. See h * ttp://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. * (series.retrieveSeries) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the RetrieveSeries DICOMweb request - * (e.g., `studies/{study_id}/series/{series_id}`). + * (for example, `studies/{study_uid}/series/{series_uid}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ @@ -88,12 +88,12 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor * a.org/medical/dicom/current/output/html/part18.html#sect_10.6. * (series.searchForInstances) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the SearchForInstancesRequest - * DICOMweb request (e.g., `instances` or `series/{series_uid}/instances` or - * `studies/{study_uid}/instances`). + * DICOMweb request (for example, `instances` or `series/{series_uid}/instances` + * or `studies/{study_uid}/instances`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstances.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php similarity index 71% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstances.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php index 93325e1..89e7a4f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstances.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php @@ -23,18 +23,18 @@ * $instances = $healthcareService->instances; * */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstances extends Google_Service_Resource +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances extends Google_Service_Resource { /** * DeleteInstance deletes an instance associated with the given study, series, * and SOP Instance UID. Delete requests are equivalent to the GET requests * specified in the WADO-RS standard. (instances.delete) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the DeleteInstance request (e.g., - * `studies/{study_id}/series/{series_id}/instances/{instance_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the DeleteInstance request (for + * example, `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HealthcareEmpty */ @@ -44,58 +44,17 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor $params = array_merge($params, $optParams); return $this->call('delete', array($params), "Google_Service_CloudHealthcare_HealthcareEmpty"); } - /** - * RetrieveInstanceMetadata returns instance associated with the given study, - * series, and SOP Instance UID presented as metadata with the bulk data - * removed. See http://dicom.nema.org/medical/dicom/current/output/html/part18.h - * tml#sect_10.4. (instances.metadata) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the RetrieveInstanceMetadata DICOMweb - * request (e.g., - * `studies/{study_id}/series/{series_id}/instances/{instance_id}/metadata`). - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function metadata($parent, $dicomWebPath, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); - $params = array_merge($params, $optParams); - return $this->call('metadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } - /** - * RetrieveRenderedInstance returns instance associated with the given study, - * series, and SOP Instance UID in an acceptable Rendered Media Type. See http:/ - * /dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. - * (instances.rendered) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the RetrieveRenderedInstance DICOMweb - * request (e.g., - * `studies/{study_id}/series/{series_id}/instances/{instance_id}/rendered`). - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function rendered($parent, $dicomWebPath, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); - $params = array_merge($params, $optParams); - return $this->call('rendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } /** * RetrieveInstance returns instance associated with the given study, series, * and SOP Instance UID. See http://dicom.nema.org/medical/dicom/current/output/ * html/part18.html#sect_10.4. (instances.retrieveInstance) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the RetrieveInstance DICOMweb request - * (e.g., `studies/{study_id}/series/{series_id}/instances/{instance_id}`). + * (for example, + * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ @@ -105,4 +64,46 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor $params = array_merge($params, $optParams); return $this->call('retrieveInstance', array($params), "Google_Service_CloudHealthcare_HttpBody"); } + /** + * RetrieveInstanceMetadata returns instance associated with the given study, + * series, and SOP Instance UID presented as metadata with the bulk data + * removed. See http://dicom.nema.org/medical/dicom/current/output/html/part18.h + * tml#sect_10.4. (instances.retrieveMetadata) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveInstanceMetadata DICOMweb + * request (for example, + * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/metadata`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveMetadata($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveMetadata', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } + /** + * RetrieveRenderedInstance returns instance associated with the given study, + * series, and SOP Instance UID in an acceptable Rendered Media Type. See http:/ + * /dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4. + * (instances.retrieveRendered) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveRenderedInstance DICOMweb + * request (for example, + * `studies/{study_uid}/series/{series_uid}/instances/{instance_uid}/rendered`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveRendered($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveRendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesFrames.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php similarity index 73% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesFrames.php rename to vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php index ace46c1..6947de3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesFrames.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames.php @@ -23,40 +23,19 @@ * $frames = $healthcareService->frames; * */ -class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresDicomWebStudiesSeriesInstancesFrames extends Google_Service_Resource +class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstancesFrames extends Google_Service_Resource { - /** - * RetrieveRenderedFrames returns instances associated with the given study, - * series, SOP Instance UID and frame numbers in an acceptable Rendered Media - * Type. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html - * #sect_10.4. (frames.rendered) - * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). - * @param string $dicomWebPath The path of the RetrieveRenderedFrames DICOMweb - * request (e.g., `studies/{study_id}/series/{series_id}/instances/{instance_id} - * /frames/{frame_list}/rendered`). - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function rendered($parent, $dicomWebPath, $optParams = array()) - { - $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); - $params = array_merge($params, $optParams); - return $this->call('rendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } /** * RetrieveFrames returns instances associated with the given study, series, SOP * Instance UID and frame numbers. See http://dicom.nema.org/medical/dicom/curre * nt/output/html/part18.html#sect_10.4. (frames.retrieveFrames) * - * @param string $parent The name of the DICOM store that is being accessed - * (e.g., `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/d - * icomStores/{dicom_store_id}`). + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). * @param string $dicomWebPath The path of the RetrieveFrames DICOMweb request - * (e.g., `studies/{study_id}/series/{series_id}/instances/{instance_id}/frames/ - * {frame_list}`). + * (for example, `studies/{study_uid}/series/{series_uid}/instances/{instance_ui + * d}/frames/{frame_list}`). * @param array $optParams Optional parameters. * @return Google_Service_CloudHealthcare_HttpBody */ @@ -66,4 +45,25 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsDicomStor $params = array_merge($params, $optParams); return $this->call('retrieveFrames', array($params), "Google_Service_CloudHealthcare_HttpBody"); } + /** + * RetrieveRenderedFrames returns instances associated with the given study, + * series, SOP Instance UID and frame numbers in an acceptable Rendered Media + * Type. See http://dicom.nema.org/medical/dicom/current/output/html/part18.html + * #sect_10.4. (frames.retrieveRendered) + * + * @param string $parent The name of the DICOM store that is being accessed (for + * example, `projects/{project_id}/locations/{location_id}/datasets/{dataset_id} + * /dicomStores/{dicom_store_id}`). + * @param string $dicomWebPath The path of the RetrieveRenderedFrames DICOMweb + * request (for example, `studies/{study_uid}/series/{series_uid}/instances/{ins + * tance_uid}/frames/{frame_list}/rendered`). + * @param array $optParams Optional parameters. + * @return Google_Service_CloudHealthcare_HttpBody + */ + public function retrieveRendered($parent, $dicomWebPath, $optParams = array()) + { + $params = array('parent' => $parent, 'dicomWebPath' => $dicomWebPath); + $params = array_merge($params, $optParams); + return $this->call('retrieveRendered', array($params), "Google_Service_CloudHealthcare_HttpBody"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php index 11fc5c1..fc50c97 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStores.php @@ -25,27 +25,6 @@ */ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStores extends Google_Service_Resource { - /** - * Gets the FHIR [capability statement](http://hl7.org/implement/standards/fhir/ - * STU3/capabilitystatement.html) for the store, which contains a description of - * functionality supported by the server. - * - * Implements the FHIR standard [capabilities interaction](http://hl7.org/implem - * ent/standards/fhir/STU3/http.html#capabilities). - * - * On success, the response body will contain a JSON-encoded representation of a - * `CapabilityStatement` resource. (fhirStores.capabilities) - * - * @param string $name Name of the FHIR store to retrieve the capabilities for. - * @param array $optParams Optional parameters. - * @return Google_Service_CloudHealthcare_HttpBody - */ - public function capabilities($name, $optParams = array()) - { - $params = array('name' => $name); - $params = array_merge($params, $optParams); - return $this->call('capabilities', array($params), "Google_Service_CloudHealthcare_HttpBody"); - } /** * Creates a new FHIR store within the parent dataset. (fhirStores.create) * @@ -83,10 +62,11 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * This method returns an Operation that can be used to track the status of the * export by calling GetOperation. * - * Immediate fatal errors appear in the error field. Otherwise, when the - * operation finishes, a detailed response of type ExportResourcesResponse is - * returned in the response field. The metadata field type for this operation is - * OperationMetadata. (fhirStores.export) + * Immediate fatal errors appear in the error field, errors are also logged to + * Stackdriver (see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * logging)). Otherwise, when the operation finishes, a detailed response of + * type ExportResourcesResponse is returned in the response field. The metadata + * field type for this operation is OperationMetadata. (fhirStores.export) * * @param string $name The name of the FHIR store to export resource from. The * name should be in the format of `projects/{project_id}/locations/{location_id @@ -124,8 +104,14 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -176,7 +162,7 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * The location and format of the input data is specified by the parameters * below. Note that if no format is specified, this method assumes the `BUNDLE` * format. When using the `BUNDLE` format this method ignores the `Bundle.type` - * field, except for the special case of `history`, and does not apply any of + * field, except that `history` bundles are rejected, and does not apply any of * the bundle processing semantics for batch or transaction bundles. Unlike in * ExecuteBundle, transaction bundles are not executed as a single transaction * and bundle-internal references are not rewritten. The bundle is treated as a @@ -185,22 +171,14 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * `searchset` bundles produced by a FHIR search or Patient-everything * operation. * - * If history imports are enabled by setting enable_history_import in the FHIR - * store's configuration, this method can import historical versions of a - * resource by supplying a bundle of type `history` and using the `BUNDLE` - * format. The historical versions in the bundle must have `lastUpdated` - * timestamps, and the resulting resource history on the server will appear as - * if the versions had been created at those timestamps. If a current or - * historical version with the supplied resource ID already exists, the bundle - * is rejected to avoid creating an inconsistent sequence of resource versions. - * * This method returns an Operation that can be used to track the status of the * import by calling GetOperation. * - * Immediate fatal errors appear in the error field. Otherwise, when the - * operation finishes, a detailed response of type ImportResourcesResponse is - * returned in the response field. The metadata field type for this operation is - * OperationMetadata. (fhirStores.import) + * Immediate fatal errors appear in the error field, errors are also logged to + * Stackdriver (see [Viewing logs](/healthcare/docs/how-tos/stackdriver- + * logging)). Otherwise, when the operation finishes, a detailed response of + * type ImportResourcesResponse is returned in the response field. The metadata + * field type for this operation is OperationMetadata. (fhirStores.import) * * @param string $name The name of the FHIR store to import FHIR resources to. * The name should be in the format of `projects/{project_id}/locations/{locatio diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php index 274652a..8433552 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsFhirStoresFhir.php @@ -57,8 +57,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore return $this->call('Observation-lastn', array($params), "Google_Service_CloudHealthcare_HttpBody"); } /** - * Retrieves all the resources in the patient compartment for a `Patient` - * resource. + * Retrieves all the resources directly referenced by a patient, as well as all + * of the resources in the patient compartment. * * Implements the FHIR extended operation [Patient- * everything](http://hl7.org/implement/standards/fhir/STU3/patient- @@ -75,12 +75,20 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * is required. * @param array $optParams Optional parameters. * - * @opt_param string start The response includes records subsequent to the start - * date. If no start date is provided, all records prior to the end date are in - * scope. * @opt_param string end The response includes records prior to the end date. If * no end date is provided, all records subsequent to the start date are in * scope. + * @opt_param int _count Maximum number of resources in a page. Defaults to 100. + * @opt_param string pageToken Used to retrieve the next or previous page of + * results when using pagination. Value should be set to the value of page_token + * set in next or previous page links' urls. Next and previous page are returned + * in the response bundle's links field, where `link.relation` is "previous" or + * "next". + * + * Omit `page_token` if no previous request has been made. + * @opt_param string start The response includes records subsequent to the start + * date. If no start date is provided, all records prior to the end date are in + * scope. * @return Google_Service_CloudHealthcare_HttpBody */ public function PatientEverything($name, $optParams = array()) @@ -352,12 +360,6 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * @param string $name The name of the resource to retrieve. * @param array $optParams Optional parameters. * - * @opt_param string page Used to retrieve the first, previous, next, or last - * page of resource versions when using pagination. Value should be set to the - * value of the `link.url` field returned in the response to the previous - * request, where `link.relation` is "first", "previous", "next" or "last". - * - * Omit `page` if no previous request has been made. * @opt_param string at Only include resource versions that were current at some * point during the time period specified in the date time value. The date * parameter format is yyyy-mm-ddThh:mm:ss[Z|(+|-)hh:mm] @@ -368,6 +370,15 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsFhirStore * day: `_at=2019-01-20` * A specific second: `_at=2018-12-31T23:59:58Z` * @opt_param int count The maximum number of search results on a page. Defaults * to 1000. + * @opt_param string page Used to retrieve the first, previous, next, or last + * page of resource versions when using pagination. Value should be set to the + * value of `page` set in next or previous page links' URLs. Next and previous + * page are returned in the response bundle's links field, where `link.relation` + * is "previous" or "next". + * + * Omit `page` if no previous request has been made. + * @opt_param string _page_token Same as `page`. Please use either `page` or + * `_page_token`. * @opt_param string since Only include resource versions that were created at * or after the given instant in time. The instant in time uses the format YYYY- * MM-DDThh:mm:ss.sss+zz:zz (for example 2015-02-07T13:28:17.239+02:00 or diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php index 5fd6d5c..35afa11 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2Stores.php @@ -80,8 +80,14 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudHealthcare_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -97,14 +103,14 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor * @param string $parent Name of the dataset. * @param array $optParams Optional parameters. * - * @opt_param string filter Restricts stores returned to those matching a - * filter. Syntax: - * https://cloud.google.com/appengine/docs/standard/python/search/query_strings - * Only filtering on labels is supported, for example `labels.key=value`. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @opt_param int pageSize Limit on the number of HL7v2 stores to return in a * single response. If zero the default page size of 100 is used. + * @opt_param string filter Restricts stores returned to those matching a + * filter. Syntax: + * https://cloud.google.com/appengine/docs/standard/python/search/query_strings + * Only filtering on labels is supported. For example, `labels.key=value`. * @return Google_Service_CloudHealthcare_ListHl7V2StoresResponse */ public function listProjectsLocationsDatasetsHl7V2Stores($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php index 02cd28d..ae9c02b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsHl7V2StoresMessages.php @@ -63,8 +63,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor * @param string $name The resource name of the HL7v2 message to retrieve. * @param array $optParams Optional parameters. * - * @opt_param string view Specifies which parts of the Message resource should - * be returned in the response. + * @opt_param string view Specifies which parts of the Message resource to + * return in the response. * @return Google_Service_CloudHealthcare_Message */ public function get($name, $optParams = array()) @@ -101,6 +101,42 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor * @param string $parent Name of the HL7v2 store to retrieve messages from. * @param array $optParams Optional parameters. * + * @opt_param string filter Restricts messages returned to those matching a + * filter. Syntax: + * https://cloud.google.com/appengine/docs/standard/python/search/query_strings + * + * Fields/functions available for filtering are: + * + * * `message_type`, from the MSH-9 segment. For example, `NOT message_type = + * "ADT"`. * `send_date` or `sendDate`, the YYYY-MM-DD date the message was + * sent in the dataset's time_zone, from the MSH-7 segment. For example, + * `send_date < "2017-01-02"`. * `send_time`, the timestamp when the message + * was sent, using the RFC3339 time format for comparisons, from the MSH-7 + * segment. For example, `send_time < "2017-01-02T00:00:00-05:00"`. * + * `send_facility`, the care center that the message came from, from the MSH-4 + * segment. For example, `send_facility = "ABC"`. * `HL7RegExp(expr)`, which + * does regular expression matching of `expr` against the message payload using + * RE2 syntax (https://github.com/google/re2/wiki/Syntax). For example, + * `HL7RegExp("^.*\|.*\|EMERG")`. * `PatientId(value, type)`, which matches if + * the message lists a patient having an ID of the given value and type in the + * PID-2, PID-3, or PID-4 segments. For example, `PatientId("123456", "MRN")`. * + * `labels.x`, a string value of the label with key `x` as set using the + * Message.labels map. For example, `labels."priority"="high"`. The operator + * `:*` can be used to assert the existence of a label. For example, + * `labels."priority":*`. + * + * Limitations on conjunctions: + * + * * Negation on the patient ID function or the labels field is not supported. + * For example, these queries are invalid: `NOT PatientId("123456", "MRN")`, + * `NOT labels."tag1":*`, `NOT labels."tag2"="val2"`. * Conjunction of multiple + * patient ID functions is not supported, for example this query is invalid: + * `PatientId("123456", "MRN") AND PatientId("456789", "MRN")`. * Conjunction + * of multiple labels fields is also not supported, for example this query is + * invalid: `labels."tag1":* AND labels."tag2"="val2"`. * Conjunction of one + * patient ID function, one labels field and conditions on other fields is + * supported. For example, this query is valid: `PatientId("123456", "MRN") AND + * labels."tag1":* AND message_type = "ADT"`. * @opt_param string pageToken The next_page_token value returned from the * previous List request, if any. * @opt_param string orderBy Orders messages returned by the specified order_by @@ -112,45 +148,6 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor * * `send_time` * @opt_param int pageSize Limit on the number of messages to return in a single * response. If zero the default page size of 100 is used. - * @opt_param string filter Restricts messages returned to those matching a - * filter. Syntax: - * https://cloud.google.com/appengine/docs/standard/python/search/query_strings - * - * Fields/functions available for filtering are: - * - * * `message_type`, from the MSH-9 segment; for example `NOT message_type = - * "ADT"` * `send_date` or `sendDate`, the YYYY-MM-DD date the message was sent - * in the dataset's time_zone, from the MSH-7 segment; for example `send_date < - * "2017-01-02"` * `send_time`, the timestamp when the message was sent, using - * the RFC3339 time format for comparisons, from the MSH-7 segment; for example - * `send_time < "2017-01-02T00:00:00-05:00"` * `send_facility`, the care center - * that the message came from, from the MSH-4 segment; for example - * `send_facility = "ABC"` * `HL7RegExp(expr)`, which does regular expression - * matching of `expr` against the message payload using re2 - * (http://code.google.com/p/re2/) syntax; for example - * `HL7RegExp("^.*\|.*\|EMERG")` * `PatientId(value, type)`, which matches if - * the message lists a patient having an ID of the given value and type in the - * PID-2, PID-3, or PID-4 segments; for example `PatientId("123456", "MRN")` * - * `labels.x`, a string value of the label with key `x` as set using the - * Message.labels map, for example `labels."priority"="high"`. The operator `:*` - * can be used to assert the existence of a label, for example - * `labels."priority":*`. - * - * Limitations on conjunctions: - * - * * Negation on the patient ID function or the labels field is not supported, - * for example these queries are invalid: `NOT PatientId("123456", "MRN")`, `NOT - * labels."tag1":*`, `NOT labels."tag2"="val2"`. * Conjunction of multiple - * patient ID functions is not supported, for example this query is invalid: - * `PatientId("123456", "MRN") AND PatientId("456789", "MRN")`. * Conjunction - * of multiple labels fields is also not supported, for example this query is - * invalid: `labels."tag1":* AND labels."tag2"="val2"`. * Conjunction of one - * patient ID function, one labels field and conditions on other fields is - * supported, for example this query is valid: `PatientId("123456", "MRN") AND - * labels."tag1":* AND message_type = "ADT"`. - * - * The HasLabel(x) and Label(x) syntax from previous API versions are - * deprecated; replaced by the `labels.x` syntax. * @return Google_Service_CloudHealthcare_ListMessagesResponse */ public function listProjectsLocationsDatasetsHl7V2StoresMessages($parent, $optParams = array()) @@ -171,8 +168,8 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsHl7V2Stor * @opt_param string updateMask The update mask applies to the resource. For the * `FieldMask` definition, see https://developers.google.com/protocol- * buffers/docs/reference/google.protobuf#fieldmask Only the `labels` field is - * allowed to be updated. The labels in the request will be merged with the - * existing set of labels. Existing labels with the same keys will be updated. + * allowed to be updated. The labels in the request are merged with the existing + * set of labels. Existing labels with the same keys are updated. * @return Google_Service_CloudHealthcare_Message */ public function patch($name, Google_Service_CloudHealthcare_Message $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php index 4fa59d3..eb490d3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Resource/ProjectsLocationsDatasetsOperations.php @@ -56,9 +56,9 @@ class Google_Service_CloudHealthcare_Resource_ProjectsLocationsDatasetsOperation * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * + * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. - * @opt_param string filter The standard list filter. * @return Google_Service_CloudHealthcare_ListOperationsResponse */ public function listProjectsLocationsDatasetsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/StreamConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/StreamConfig.php deleted file mode 100644 index 8077ce8..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/StreamConfig.php +++ /dev/null @@ -1,47 +0,0 @@ -bigqueryDestination = $bigqueryDestination; - } - /** - * @return Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirBigQueryDestination - */ - public function getBigqueryDestination() - { - return $this->bigqueryDestination; - } - public function setResourceTypes($resourceTypes) - { - $this->resourceTypes = $resourceTypes; - } - public function getResourceTypes() - { - return $this->resourceTypes; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SubscriptionConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SubscriptionConfig.php deleted file mode 100644 index cb044c7..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SubscriptionConfig.php +++ /dev/null @@ -1,38 +0,0 @@ -allowedRestHookEndpoints = $allowedRestHookEndpoints; - } - /** - * @return Google_Service_CloudHealthcare_SubscriptionRestHookEndpoint - */ - public function getAllowedRestHookEndpoints() - { - return $this->allowedRestHookEndpoints; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SubscriptionRestHookEndpoint.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SubscriptionRestHookEndpoint.php deleted file mode 100644 index be94598..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/SubscriptionRestHookEndpoint.php +++ /dev/null @@ -1,39 +0,0 @@ -allowResourcePayload = $allowResourcePayload; - } - public function getAllowResourcePayload() - { - return $this->allowResourcePayload; - } - public function setEndpoint($endpoint) - { - $this->endpoint = $endpoint; - } - public function getEndpoint() - { - return $this->endpoint; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ValidationConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ValidationConfig.php deleted file mode 100644 index 0dd5eb3..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ValidationConfig.php +++ /dev/null @@ -1,40 +0,0 @@ -disableProfileValidation = $disableProfileValidation; - } - public function getDisableProfileValidation() - { - return $this->disableProfileValidation; - } - public function setEnabledImplementationGuides($enabledImplementationGuides) - { - $this->enabledImplementationGuides = $enabledImplementationGuides; - } - public function getEnabledImplementationGuides() - { - return $this->enabledImplementationGuides; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php index d93717e..46c5598 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity.php @@ -36,6 +36,9 @@ class Google_Service_CloudIdentity extends Google_Service /** See any Cloud Identity Groups that you can access, including group members and their emails. */ const CLOUD_IDENTITY_GROUPS_READONLY = "https://www.googleapis.com/auth/cloud-identity.groups.readonly"; + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; public $groups; public $groups_memberships; @@ -89,10 +92,6 @@ class Google_Service_CloudIdentity extends Google_Service 'path' => 'v1/groups', 'httpMethod' => 'GET', 'parameters' => array( - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -105,16 +104,20 @@ class Google_Service_CloudIdentity extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'lookup' => array( 'path' => 'v1/groups:lookup', 'httpMethod' => 'GET', 'parameters' => array( - 'groupKey.id' => array( + 'groupKey.namespace' => array( 'location' => 'query', 'type' => 'string', ), - 'groupKey.namespace' => array( + 'groupKey.id' => array( 'location' => 'query', 'type' => 'string', ), @@ -203,6 +206,10 @@ class Google_Service_CloudIdentity extends Google_Service 'type' => 'string', 'required' => true, ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -211,10 +218,6 @@ class Google_Service_CloudIdentity extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'view' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'lookup' => array( 'path' => 'v1/{+parent}/memberships:lookup', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php index 7936d69..f831015 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/Groups.php @@ -75,14 +75,14 @@ class Google_Service_CloudIdentity_Resource_Groups extends Google_Service_Resour * * @param array $optParams Optional parameters. * - * @opt_param string pageToken The next_page_token value returned from a - * previous list request, if any. * @opt_param int pageSize The default page size is 200 (max 1000) for the BASIC * view, and 50 (max 500) for the FULL view. * @opt_param string view Group resource view to be returned. Defaults to * [View.BASIC](). * @opt_param string parent `Required`. May be made Optional in the future. * Customer ID to list all groups from. + * @opt_param string pageToken The next_page_token value returned from a + * previous list request, if any. * @return Google_Service_CloudIdentity_ListGroupsResponse */ public function listGroups($optParams = array()) @@ -97,14 +97,14 @@ class Google_Service_CloudIdentity_Resource_Groups extends Google_Service_Resour * * @param array $optParams Optional parameters. * - * @opt_param string groupKey.id The ID of the entity within the given - * namespace. The ID must be unique within its namespace. * @opt_param string groupKey.namespace Namespaces provide isolation for IDs, so * an ID only needs to be unique within its namespace. * * Namespaces are currently only created as part of IdentitySource creation from * Admin Console. A namespace `"identitysources/{identity_source_id}"` is * created corresponding to every Identity Source `identity_source_id`. + * @opt_param string groupKey.id The ID of the entity within the given + * namespace. The ID must be unique within its namespace. * @return Google_Service_CloudIdentity_LookupGroupNameResponse */ public function lookup($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php index e56c236..02d7107 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIdentity/Resource/GroupsMemberships.php @@ -91,12 +91,12 @@ class Google_Service_CloudIdentity_Resource_GroupsMemberships extends Google_Ser * the Group. * @param array $optParams Optional parameters. * + * @opt_param string view Membership resource view to be returned. Defaults to + * View.BASIC. * @opt_param string pageToken The next_page_token value returned from a * previous list request, if any. * @opt_param int pageSize The default page size is 200 (max 1000) for the BASIC * view, and 50 (max 500) for the FULL view. - * @opt_param string view Membership resource view to be returned. Defaults to - * View.BASIC. * @return Google_Service_CloudIdentity_ListMembershipsResponse */ public function listGroupsMemberships($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot.php index b549730..f35f5b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIot.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot.php @@ -231,7 +231,11 @@ class Google_Service_CloudIot extends Google_Service 'type' => 'string', 'required' => true, ), - 'deviceNumIds' => array( + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'deviceIds' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, @@ -240,6 +244,11 @@ class Google_Service_CloudIot extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'deviceNumIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), 'gatewayListOptions.gatewayType' => array( 'location' => 'query', 'type' => 'string', @@ -248,22 +257,13 @@ class Google_Service_CloudIot extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'fieldMask' => array( 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'deviceIds' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', - 'repeated' => true, ), ), ),'modifyCloudToDeviceConfig' => array( diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php index dc444af..b7758f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistries.php @@ -28,8 +28,8 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl /** * Associates the device with the gateway. (registries.bindDeviceToGateway) * - * @param string $parent The name of the registry. For example, `projects - * /example-project/locations/us-central1/registries/my-registry`. + * @param string $parent Required. The name of the registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. * @param Google_Service_CloudIot_BindDeviceToGatewayRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_BindDeviceToGatewayResponse @@ -43,9 +43,9 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl /** * Creates a device registry that contains devices. (registries.create) * - * @param string $parent The project and cloud region where this device registry - * must be created. For example, `projects/example-project/locations/us- - * central1`. + * @param string $parent Required. The project and cloud region where this + * device registry must be created. For example, `projects/example- + * project/locations/us-central1`. * @param Google_Service_CloudIot_DeviceRegistry $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_DeviceRegistry @@ -59,8 +59,8 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl /** * Deletes a device registry configuration. (registries.delete) * - * @param string $name The name of the device registry. For example, `projects - * /example-project/locations/us-central1/registries/my-registry`. + * @param string $name Required. The name of the device registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_CloudiotEmpty */ @@ -73,8 +73,8 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl /** * Gets a device registry configuration. (registries.get) * - * @param string $name The name of the device registry. For example, `projects - * /example-project/locations/us-central1/registries/my-registry`. + * @param string $name Required. The name of the device registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_DeviceRegistry */ @@ -104,8 +104,8 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl /** * Lists device registries. (registries.listProjectsLocationsRegistries) * - * @param string $parent The project and cloud region path. For example, - * `projects/example-project/locations/us-central1`. + * @param string $parent Required. The project and cloud region path. For + * example, `projects/example-project/locations/us-central1`. * @param array $optParams Optional parameters. * * @opt_param int pageSize The maximum number of registries to return in the @@ -132,9 +132,9 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl * @param Google_Service_CloudIot_DeviceRegistry $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Only updates the `device_registry` fields - * indicated by this mask. The field mask must not be empty, and it must not - * contain fields that are immutable or only set by the server. Mutable top- + * @opt_param string updateMask Required. Only updates the `device_registry` + * fields indicated by this mask. The field mask must not be empty, and it must + * not contain fields that are immutable or only set by the server. Mutable top- * level fields: `event_notification_config`, `http_config`, `mqtt_config`, and * `state_notification_config`. * @return Google_Service_CloudIot_DeviceRegistry @@ -184,8 +184,8 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistries extends Googl * Deletes the association between the device and the gateway. * (registries.unbindDeviceFromGateway) * - * @param string $parent The name of the registry. For example, `projects - * /example-project/locations/us-central1/registries/my-registry`. + * @param string $parent Required. The name of the registry. For example, + * `projects/example-project/locations/us-central1/registries/my-registry`. * @param Google_Service_CloudIot_UnbindDeviceFromGatewayRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_UnbindDeviceFromGatewayResponse diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php index 800e23f..e2e3c25 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevices.php @@ -28,9 +28,9 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend /** * Creates a device in a device registry. (devices.create) * - * @param string $parent The name of the device registry where this device - * should be created. For example, `projects/example-project/locations/us- - * central1/registries/my-registry`. + * @param string $parent Required. The name of the device registry where this + * device should be created. For example, `projects/example-project/locations + * /us-central1/registries/my-registry`. * @param Google_Service_CloudIot_Device $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudIot_Device @@ -44,7 +44,7 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend /** * Deletes a device. (devices.delete) * - * @param string $name The name of the device. For example, + * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. @@ -59,7 +59,7 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend /** * Gets details about a device. (devices.get) * - * @param string $name The name of the device. For example, + * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. @@ -79,17 +79,24 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend * List devices in a device registry. * (devices.listProjectsLocationsRegistriesDevices) * - * @param string $parent The device registry path. Required. For example, - * `projects/my-project/locations/us-central1/registries/my-registry`. + * @param string $parent Required. The device registry path. Required. For + * example, `projects/my-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * - * @opt_param string deviceNumIds A list of device numeric IDs. If empty, this - * field is ignored. Maximum IDs: 10,000. + * @opt_param int pageSize The maximum number of devices to return in the + * response. If this value is zero, the service will select a default size. A + * call may return fewer objects than requested. A non-empty `next_page_token` + * in the response indicates that more data is available. + * @opt_param string deviceIds A list of device string IDs. For example, + * `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: + * 10,000 * @opt_param string gatewayListOptions.associationsDeviceId If set, returns * only the gateways with which the specified device is associated. The device * ID can be numeric (`num_id`) or the user-defined string (`id`). For example, * if `456` is specified, returns only the gateways to which the device with * `num_id` 456 is bound. + * @opt_param string deviceNumIds A list of device numeric IDs. If empty, this + * field is ignored. Maximum IDs: 10,000. * @opt_param string gatewayListOptions.gatewayType If `GATEWAY` is specified, * only gateways are returned. If `NON_GATEWAY` is specified, only non-gateway * devices are returned. If `GATEWAY_TYPE_UNSPECIFIED` is specified, all devices @@ -99,19 +106,12 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend * can be numeric (`num_id`) or the user-defined string (`id`). For example, if * `123` is specified, only devices bound to the gateway with `num_id` 123 are * returned. - * @opt_param string pageToken The value returned by the last - * `ListDevicesResponse`; indicates that this is a continuation of a prior - * `ListDevices` call and the system should return the next page of data. * @opt_param string fieldMask The fields of the `Device` resource to be * returned in the response. The fields `id` and `num_id` are always returned, * along with any other fields specified. - * @opt_param int pageSize The maximum number of devices to return in the - * response. If this value is zero, the service will select a default size. A - * call may return fewer objects than requested. A non-empty `next_page_token` - * in the response indicates that more data is available. - * @opt_param string deviceIds A list of device string IDs. For example, - * `['device0', 'device12']`. If empty, this field is ignored. Maximum IDs: - * 10,000 + * @opt_param string pageToken The value returned by the last + * `ListDevicesResponse`; indicates that this is a continuation of a prior + * `ListDevices` call and the system should return the next page of data. * @return Google_Service_CloudIot_ListDevicesResponse */ public function listProjectsLocationsRegistriesDevices($parent, $optParams = array()) @@ -125,7 +125,7 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend * Cloud IoT Core servers. Returns the modified configuration version and its * metadata. (devices.modifyCloudToDeviceConfig) * - * @param string $name The name of the device. For example, + * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param Google_Service_CloudIot_ModifyCloudToDeviceConfigRequest $postBody @@ -149,10 +149,10 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend * @param Google_Service_CloudIot_Device $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Only updates the `device` fields indicated by - * this mask. The field mask must not be empty, and it must not contain fields - * that are immutable or only set by the server. Mutable top-level fields: - * `credentials`, `blocked`, and `metadata` + * @opt_param string updateMask Required. Only updates the `device` fields + * indicated by this mask. The field mask must not be empty, and it must not + * contain fields that are immutable or only set by the server. Mutable top- + * level fields: `credentials`, `blocked`, and `metadata` * @return Google_Service_CloudIot_Device */ public function patch($name, Google_Service_CloudIot_Device $postBody, $optParams = array()) @@ -175,7 +175,7 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevices extend * once delivery will be guaranteed; for QoS 0, no acknowledgment will be * expected from the device. (devices.sendCommandToDevice) * - * @param string $name The name of the device. For example, + * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param Google_Service_CloudIot_SendCommandToDeviceRequest $postBody diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php index f8608c6..6483476 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesConfigVersions.php @@ -30,7 +30,7 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesConfigV * (i.e.: newest first). * (configVersions.listProjectsLocationsRegistriesDevicesConfigVersions) * - * @param string $name The name of the device. For example, + * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php index 5bf90de..582a746 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesDevicesStates.php @@ -29,7 +29,7 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesDevicesStates * Lists the last few versions of the device state in descending order (i.e.: * newest first). (states.listProjectsLocationsRegistriesDevicesStates) * - * @param string $name The name of the device. For example, + * @param string $name Required. The name of the device. For example, * `projects/p0/locations/us-central1/registries/registry0/devices/device0` or * `projects/p0/locations/us-central1/registries/registry0/devices/{num_id}`. * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php index 50a97cd..752c4f3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudIot/Resource/ProjectsLocationsRegistriesGroupsDevices.php @@ -29,8 +29,8 @@ class Google_Service_CloudIot_Resource_ProjectsLocationsRegistriesGroupsDevices * List devices in a device registry. * (devices.listProjectsLocationsRegistriesGroupsDevices) * - * @param string $parent The device registry path. Required. For example, - * `projects/my-project/locations/us-central1/registries/my-registry`. + * @param string $parent Required. The device registry path. Required. For + * example, `projects/my-project/locations/us-central1/registries/my-registry`. * @param array $optParams Optional parameters. * * @opt_param string pageToken The value returned by the last diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php index 596d00f..cb72bda 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS.php @@ -272,10 +272,6 @@ class Google_Service_CloudKMS extends Google_Service 'type' => 'string', 'required' => true, ), - 'versionView' => array( - 'location' => 'query', - 'type' => 'string', - ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -292,6 +288,10 @@ class Google_Service_CloudKMS extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'versionView' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -426,14 +426,6 @@ class Google_Service_CloudKMS extends Google_Service 'type' => 'string', 'required' => true, ), - 'orderBy' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -446,6 +438,14 @@ class Google_Service_CloudKMS extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -528,14 +528,6 @@ class Google_Service_CloudKMS extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -544,6 +536,14 @@ class Google_Service_CloudKMS extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php index f66e597..92076a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/AsymmetricSignResponse.php @@ -17,17 +17,8 @@ class Google_Service_CloudKMS_AsymmetricSignResponse extends Google_Model { - public $name; public $signature; - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } public function setSignature($signature) { $this->signature = $signature; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php index b85984e..222fb9f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/PublicKey.php @@ -18,7 +18,6 @@ class Google_Service_CloudKMS_PublicKey extends Google_Model { public $algorithm; - public $name; public $pem; public function setAlgorithm($algorithm) @@ -29,14 +28,6 @@ class Google_Service_CloudKMS_PublicKey extends Google_Model { return $this->algorithm; } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } public function setPem($pem) { $this->pem = $pem; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php index 8bb4144..81893ea 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRings.php @@ -46,7 +46,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings extends Google_ /** * Returns metadata for a given KeyRing. (keyRings.get) * - * @param string $name The name of the KeyRing to get. + * @param string $name Required. The name of the KeyRing to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_KeyRing */ @@ -66,8 +66,14 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings extends Google_ * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudKMS_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -86,16 +92,16 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings extends Google_ * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). - * @opt_param string pageToken Optional pagination token, returned earlier via - * ListKeyRingsResponse.next_page_token. + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListKeyRingsResponse.next_page_token. * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). - * @opt_param int pageSize Optional limit on the number of KeyRings to include - * in the response. Further KeyRings can subsequently be obtained by including - * the ListKeyRingsResponse.next_page_token in a subsequent request. If - * unspecified, the server will pick an appropriate default. + * @opt_param int pageSize Optional. Optional limit on the number of KeyRings to + * include in the response. Further KeyRings can subsequently be obtained by + * including the ListKeyRingsResponse.next_page_token in a subsequent request. + * If unspecified, the server will pick an appropriate default. * @return Google_Service_CloudKMS_ListKeyRingsResponse */ public function listProjectsLocationsKeyRings($parent, $optParams = array()) @@ -106,7 +112,10 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRings extends Google_ } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (keyRings.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (keyRings.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php index 639e405..42f53ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeys.php @@ -88,7 +88,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten * Returns metadata for a given CryptoKey, as well as its primary * CryptoKeyVersion. (cryptoKeys.get) * - * @param string $name The name of the CryptoKey to get. + * @param string $name Required. The name of the CryptoKey to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKey */ @@ -108,8 +108,14 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudKMS_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -125,21 +131,21 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten * the format `projects/locations/keyRings`. * @param array $optParams Optional parameters. * - * @opt_param string versionView The fields of the primary version to include in - * the response. * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). - * @opt_param string pageToken Optional pagination token, returned earlier via - * ListCryptoKeysResponse.next_page_token. - * @opt_param int pageSize Optional limit on the number of CryptoKeys to include - * in the response. Further CryptoKeys can subsequently be obtained by - * including the ListCryptoKeysResponse.next_page_token in a subsequent request. - * If unspecified, the server will pick an appropriate default. + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListCryptoKeysResponse.next_page_token. + * @opt_param int pageSize Optional. Optional limit on the number of CryptoKeys + * to include in the response. Further CryptoKeys can subsequently be obtained + * by including the ListCryptoKeysResponse.next_page_token in a subsequent + * request. If unspecified, the server will pick an appropriate default. * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param string versionView The fields of the primary version to include in + * the response. * @return Google_Service_CloudKMS_ListCryptoKeysResponse */ public function listProjectsLocationsKeyRingsCryptoKeys($parent, $optParams = array()) @@ -156,7 +162,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten * @param Google_Service_CloudKMS_CryptoKey $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required list of fields to be updated in this + * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_CloudKMS_CryptoKey */ @@ -168,7 +174,10 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (cryptoKeys.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (cryptoKeys.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this @@ -211,7 +220,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeys exten * Returns an error if called on an asymmetric key. * (cryptoKeys.updatePrimaryVersion) * - * @param string $name The resource name of the CryptoKey to update. + * @param string $name Required. The resource name of the CryptoKey to update. * @param Google_Service_CloudKMS_UpdateCryptoKeyPrimaryVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKey diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php index d975bff..7a80b27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions.php @@ -88,7 +88,8 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto * Before the destroy_time is reached, RestoreCryptoKeyVersion may be called to * reverse the process. (cryptoKeyVersions.destroy) * - * @param string $name The resource name of the CryptoKeyVersion to destroy. + * @param string $name Required. The resource name of the CryptoKeyVersion to + * destroy. * @param Google_Service_CloudKMS_DestroyCryptoKeyVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion @@ -102,7 +103,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto /** * Returns metadata for a given CryptoKeyVersion. (cryptoKeyVersions.get) * - * @param string $name The name of the CryptoKeyVersion to get. + * @param string $name Required. The name of the CryptoKeyVersion to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion */ @@ -117,7 +118,8 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto * must be ASYMMETRIC_SIGN or ASYMMETRIC_DECRYPT. * (cryptoKeyVersions.getPublicKey) * - * @param string $name The name of the CryptoKeyVersion public key to get. + * @param string $name Required. The name of the CryptoKeyVersion public key to + * get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_PublicKey */ @@ -154,6 +156,14 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto * in the format `projects/locations/keyRings/cryptoKeys`. * @param array $optParams Optional parameters. * + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListCryptoKeyVersionsResponse.next_page_token. + * @opt_param int pageSize Optional. Optional limit on the number of + * CryptoKeyVersions to include in the response. Further CryptoKeyVersions can + * subsequently be obtained by including the + * ListCryptoKeyVersionsResponse.next_page_token in a subsequent request. If + * unspecified, the server will pick an appropriate default. + * @opt_param string view The fields to include in the response. * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list @@ -161,14 +171,6 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto * @opt_param string filter Optional. Only include resources that match the * filter in the response. For more information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). - * @opt_param string pageToken Optional pagination token, returned earlier via - * ListCryptoKeyVersionsResponse.next_page_token. - * @opt_param int pageSize Optional limit on the number of CryptoKeyVersions to - * include in the response. Further CryptoKeyVersions can subsequently be - * obtained by including the ListCryptoKeyVersionsResponse.next_page_token in a - * subsequent request. If unspecified, the server will pick an appropriate - * default. - * @opt_param string view The fields to include in the response. * @return Google_Service_CloudKMS_ListCryptoKeyVersionsResponse */ public function listProjectsLocationsKeyRingsCryptoKeysCryptoKeyVersions($parent, $optParams = array()) @@ -189,7 +191,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto * @param Google_Service_CloudKMS_CryptoKeyVersion $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required list of fields to be updated in this + * @opt_param string updateMask Required. List of fields to be updated in this * request. * @return Google_Service_CloudKMS_CryptoKeyVersion */ @@ -205,7 +207,8 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsCryptoKeysCrypto * Upon restoration of the CryptoKeyVersion, state will be set to DISABLED, and * destroy_time will be cleared. (cryptoKeyVersions.restore) * - * @param string $name The resource name of the CryptoKeyVersion to restore. + * @param string $name Required. The resource name of the CryptoKeyVersion to + * restore. * @param Google_Service_CloudKMS_RestoreCryptoKeyVersionRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_CryptoKeyVersion diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php index 2695048..e19a4b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudKMS/Resource/ProjectsLocationsKeyRingsImportJobs.php @@ -48,7 +48,7 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs exten /** * Returns metadata for a given ImportJob. (importJobs.get) * - * @param string $name The name of the ImportJob to get. + * @param string $name Required. The name of the ImportJob to get. * @param array $optParams Optional parameters. * @return Google_Service_CloudKMS_ImportJob */ @@ -68,8 +68,14 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs exten * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0 and 1. If the value is 0, or - * the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudKMS_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -85,19 +91,19 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs exten * the format `projects/locations/keyRings`. * @param array $optParams Optional parameters. * - * @opt_param int pageSize Optional limit on the number of ImportJobs to include - * in the response. Further ImportJobs can subsequently be obtained by including - * the ListImportJobsResponse.next_page_token in a subsequent request. If - * unspecified, the server will pick an appropriate default. - * @opt_param string filter Optional. Only include resources that match the - * filter in the response. For more information, see [Sorting and filtering list - * results](https://cloud.google.com/kms/docs/sorting-and-filtering). - * @opt_param string pageToken Optional pagination token, returned earlier via - * ListImportJobsResponse.next_page_token. + * @opt_param string pageToken Optional. Optional pagination token, returned + * earlier via ListImportJobsResponse.next_page_token. * @opt_param string orderBy Optional. Specify how the results should be sorted. * If not specified, the results will be sorted in the default order. For more * information, see [Sorting and filtering list * results](https://cloud.google.com/kms/docs/sorting-and-filtering). + * @opt_param int pageSize Optional. Optional limit on the number of ImportJobs + * to include in the response. Further ImportJobs can subsequently be obtained + * by including the ListImportJobsResponse.next_page_token in a subsequent + * request. If unspecified, the server will pick an appropriate default. + * @opt_param string filter Optional. Only include resources that match the + * filter in the response. For more information, see [Sorting and filtering list + * results](https://cloud.google.com/kms/docs/sorting-and-filtering). * @return Google_Service_CloudKMS_ListImportJobsResponse */ public function listProjectsLocationsKeyRingsImportJobs($parent, $optParams = array()) @@ -108,7 +114,10 @@ class Google_Service_CloudKMS_Resource_ProjectsLocationsKeyRingsImportJobs exten } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (importJobs.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (importJobs.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php index d36f114..d8d01e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine.php @@ -222,14 +222,14 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -294,6 +294,10 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -302,10 +306,6 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -390,6 +390,10 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -398,10 +402,6 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -466,6 +466,10 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -474,10 +478,6 @@ class Google_Service_CloudMachineLearningEngine extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingInput.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingInput.php index 2fd8f2a..c4b1106 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingInput.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1TrainingInput.php @@ -25,7 +25,6 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput ext protected $masterConfigType = 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig'; protected $masterConfigDataType = ''; public $masterType; - public $maxRunningTime; public $packageUris; protected $parameterServerConfigType = 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig'; protected $parameterServerConfigDataType = ''; @@ -93,14 +92,6 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1TrainingInput ext { return $this->masterType; } - public function setMaxRunningTime($maxRunningTime) - { - $this->maxRunningTime = $maxRunningTime; - } - public function getMaxRunningTime() - { - return $this->maxRunningTime; - } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php index c195456..d720ebe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/GoogleCloudMlV1Version.php @@ -18,6 +18,8 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version extends Google_Collection { protected $collection_key = 'packageUris'; + protected $acceleratorConfigType = 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig'; + protected $acceleratorConfigDataType = ''; protected $autoScalingType = 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling'; protected $autoScalingDataType = ''; public $createTime; @@ -42,6 +44,20 @@ class Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Version extends G public $serviceAccount; public $state; + /** + * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig + */ + public function setAcceleratorConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig $acceleratorConfig) + { + $this->acceleratorConfig = $acceleratorConfig; + } + /** + * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig + */ + public function getAcceleratorConfig() + { + return $this->acceleratorConfig; + } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php index 8534f7d..f459ad1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsJobs.php @@ -76,8 +76,14 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs extends Go * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -153,7 +159,10 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsJobs extends Go } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (jobs.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (jobs.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php index 67a9bd2..df3684d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsLocations.php @@ -48,16 +48,16 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsLocations exten * specific projects). * @param array $optParams Optional parameters. * - * @opt_param int pageSize Optional. The number of locations to retrieve per - * "page" of results. If there are more remaining results than this number, the - * response message will contain a valid value in the `next_page_token` field. - * - * The default value is 20, and the maximum page size is 100. * @opt_param string pageToken Optional. A page token to request the next page * of results. * * You get the token from the `next_page_token` field of the response from the * previous call. + * @opt_param int pageSize Optional. The number of locations to retrieve per + * "page" of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListLocationsResponse */ public function listProjectsLocations($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php index 5a8cd5e..dced6a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModels.php @@ -85,8 +85,14 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudMachineLearningEngine_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -108,6 +114,8 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends * be listed. * @param array $optParams Optional parameters. * + * @opt_param string filter Optional. Specifies the subset of models to + * retrieve. * @opt_param string pageToken Optional. A page token to request the next page * of results. * @@ -118,8 +126,6 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends * response message will contain a valid value in the `next_page_token` field. * * The default value is 20, and the maximum page size is 100. - * @opt_param string filter Optional. Specifies the subset of models to - * retrieve. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListModelsResponse */ public function listProjectsModels($parent, $optParams = array()) @@ -159,7 +165,10 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModels extends } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (models.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (models.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php index 70451dc..0e74137 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsModelsVersions.php @@ -102,6 +102,11 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions * version. * @param array $optParams Optional parameters. * + * @opt_param int pageSize Optional. The number of versions to retrieve per + * "page" of results. If there are more remaining results than this number, the + * response message will contain a valid value in the `next_page_token` field. + * + * The default value is 20, and the maximum page size is 100. * @opt_param string filter Optional. Specifies the subset of versions to * retrieve. * @opt_param string pageToken Optional. A page token to request the next page @@ -109,11 +114,6 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsModelsVersions * * You get the token from the `next_page_token` field of the response from the * previous call. - * @opt_param int pageSize Optional. The number of versions to retrieve per - * "page" of results. If there are more remaining results than this number, the - * response message will contain a valid value in the `next_page_token` field. - * - * The default value is 20, and the maximum page size is 100. * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ListVersionsResponse */ public function listProjectsModelsVersions($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php index 8fcca2e..7afd5c8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/Resource/ProjectsOperations.php @@ -76,9 +76,9 @@ class Google_Service_CloudMachineLearningEngine_Resource_ProjectsOperations exte * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * + * @opt_param int pageSize The standard list page size. * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. - * @opt_param int pageSize The standard list page size. * @return Google_Service_CloudMachineLearningEngine_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/PosixAccount.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/PosixAccount.php index 2bb9b38..2d2796b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/PosixAccount.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/PosixAccount.php @@ -21,6 +21,7 @@ class Google_Service_CloudOSLogin_PosixAccount extends Google_Model public $gecos; public $gid; public $homeDirectory; + public $name; public $operatingSystemType; public $primary; public $shell; @@ -60,6 +61,14 @@ class Google_Service_CloudOSLogin_PosixAccount extends Google_Model { return $this->homeDirectory; } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } public function setOperatingSystemType($operatingSystemType) { $this->operatingSystemType = $operatingSystemType; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php index 22801f0..bb264bb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudOSLogin/SshPublicKey.php @@ -20,6 +20,7 @@ class Google_Service_CloudOSLogin_SshPublicKey extends Google_Model public $expirationTimeUsec; public $fingerprint; public $key; + public $name; public function setExpirationTimeUsec($expirationTimeUsec) { @@ -45,4 +46,12 @@ class Google_Service_CloudOSLogin_SshPublicKey extends Google_Model { return $this->key; } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php index ac39cf7..308ed28 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer.php @@ -284,10 +284,6 @@ class Google_Service_CloudPrivateCatalogProducer extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -296,6 +292,10 @@ class Google_Service_CloudPrivateCatalogProducer extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1beta1/{+name}', @@ -447,10 +447,6 @@ class Google_Service_CloudPrivateCatalogProducer extends Google_Service 'path' => 'v1beta1/operations', 'httpMethod' => 'GET', 'parameters' => array( - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'name' => array( 'location' => 'query', 'type' => 'string', @@ -463,6 +459,10 @@ class Google_Service_CloudPrivateCatalogProducer extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php index 6432319..4d9adb4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Catalogs.php @@ -80,8 +80,14 @@ class Google_Service_CloudPrivateCatalogProducer_Resource_Catalogs extends Googl * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_CloudPrivateCatalogProducer_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php index 8f83614..f3768fe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/CatalogsProducts.php @@ -87,12 +87,12 @@ class Google_Service_CloudPrivateCatalogProducer_Resource_CatalogsProducts exten * @param string $parent The resource name of the parent resource. * @param array $optParams Optional parameters. * - * @opt_param string filter A filter expression used to restrict the returned - * results based upon properties of the product. * @opt_param string pageToken A pagination token returned from a previous call * to ListProducts that indicates where this listing should continue from. This * field is optional. * @opt_param int pageSize The maximum number of products to return. + * @opt_param string filter A filter expression used to restrict the returned + * results based upon properties of the product. * @return Google_Service_CloudPrivateCatalogProducer_GoogleCloudPrivatecatalogproducerV1beta1ListProductsResponse */ public function listCatalogsProducts($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php index 7c415ad..cf7605f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/Resource/Operations.php @@ -92,10 +92,10 @@ class Google_Service_CloudPrivateCatalogProducer_Resource_Operations extends Goo * * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string name The name of the operation's parent resource. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_CloudPrivateCatalogProducer_GoogleLongrunningListOperationsResponse */ public function listOperations($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php index 56165d8..769250b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager.php @@ -105,14 +105,6 @@ class Google_Service_CloudResourceManager extends Google_Service 'path' => 'v2/folders', 'httpMethod' => 'GET', 'parameters' => array( - 'parent' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'showDeleted' => array( - 'location' => 'query', - 'type' => 'boolean', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -121,6 +113,14 @@ class Google_Service_CloudResourceManager extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'move' => array( 'path' => 'v2/{+name}:move', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php index a9a66e3..0c0a19c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/Resource/Folders.php @@ -129,17 +129,17 @@ class Google_Service_CloudResourceManager_Resource_Folders extends Google_Servic * * @param array $optParams Optional parameters. * + * @opt_param string pageToken A pagination token returned from a previous call + * to `ListFolders` that indicates where this listing should continue from. This + * field is optional. + * @opt_param int pageSize The maximum number of Folders to return in the + * response. This field is optional. * @opt_param string parent The resource name of the Organization or Folder * whose Folders are being listed. Must be of the form `folders/{folder_id}` or * `organizations/{org_id}`. Access to this method is controlled by checking the * `resourcemanager.folders.list` permission on the `parent`. * @opt_param bool showDeleted Controls whether Folders in the DELETE_REQUESTED * state should be returned. Defaults to false. This field is optional. - * @opt_param string pageToken A pagination token returned from a previous call - * to `ListFolders` that indicates where this listing should continue from. This - * field is optional. - * @opt_param int pageSize The maximum number of Folders to return in the - * response. This field is optional. * @return Google_Service_CloudResourceManager_ListFoldersResponse */ public function listFolders($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun.php index 4bcb2fc..55f6b87 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRun.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun.php @@ -35,7 +35,21 @@ class Google_Service_CloudRun extends Google_Service const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + public $namespaces_authorizeddomains; + public $namespaces_autodomainmappings; + public $namespaces_configurations; + public $namespaces_domainmappings; + public $namespaces_revisions; + public $namespaces_routes; + public $namespaces_services; public $projects_locations; + public $projects_locations_authorizeddomains; + public $projects_locations_autodomainmappings; + public $projects_locations_configurations; + public $projects_locations_domainmappings; + public $projects_locations_revisions; + public $projects_locations_routes; + public $projects_locations_services; /** * Constructs the internal representation of the CloudRun service. @@ -52,6 +66,614 @@ class Google_Service_CloudRun extends Google_Service $this->version = 'v1'; $this->serviceName = 'run'; + $this->namespaces_authorizeddomains = new Google_Service_CloudRun_Resource_NamespacesAuthorizeddomains( + $this, + $this->serviceName, + 'authorizeddomains', + array( + 'methods' => array( + 'list' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/authorizeddomains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->namespaces_autodomainmappings = new Google_Service_CloudRun_Resource_NamespacesAutodomainmappings( + $this, + $this->serviceName, + 'autodomainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/autodomainmappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/autodomainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceAutoDomainMapping' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_configurations = new Google_Service_CloudRun_Resource_NamespacesConfigurations( + $this, + $this->serviceName, + 'configurations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/configurations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/configurations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceConfiguration' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_domainmappings = new Google_Service_CloudRun_Resource_NamespacesDomainmappings( + $this, + $this->serviceName, + 'domainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/domainmappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+parent}/domainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceDomainMapping' => array( + 'path' => 'apis/domains.cloudrun.com/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_revisions = new Google_Service_CloudRun_Resource_NamespacesRevisions( + $this, + $this->serviceName, + 'revisions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/revisions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ), + ) + ) + ); + $this->namespaces_routes = new Google_Service_CloudRun_Resource_NamespacesRoutes( + $this, + $this->serviceName, + 'routes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/routes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/routes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceRoute' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->namespaces_services = new Google_Service_CloudRun_Resource_NamespacesServices( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'create' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/services', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'apis/serving.knative.dev/v1/{+parent}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceService' => array( + 'path' => 'apis/serving.knative.dev/v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->projects_locations = new Google_Service_CloudRun_Resource_ProjectsLocations( $this, $this->serviceName, @@ -77,10 +699,38 @@ class Google_Service_CloudRun extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'filter' => array( 'location' => 'query', 'type' => 'string', ), + ), + ), + ) + ) + ); + $this->projects_locations_authorizeddomains = new Google_Service_CloudRun_Resource_ProjectsLocationsAuthorizeddomains( + $this, + $this->serviceName, + 'authorizeddomains', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v1/{+parent}/authorizeddomains', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -94,5 +744,619 @@ class Google_Service_CloudRun extends Google_Service ) ) ); + $this->projects_locations_autodomainmappings = new Google_Service_CloudRun_Resource_ProjectsLocationsAutodomainmappings( + $this, + $this->serviceName, + 'autodomainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/autodomainmappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/autodomainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceAutoDomainMapping' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_configurations = new Google_Service_CloudRun_Resource_ProjectsLocationsConfigurations( + $this, + $this->serviceName, + 'configurations', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/configurations', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/configurations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceConfiguration' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_domainmappings = new Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings( + $this, + $this->serviceName, + 'domainmappings', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/domainmappings', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/domainmappings', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceDomainMapping' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_revisions = new Google_Service_CloudRun_Resource_ProjectsLocationsRevisions( + $this, + $this->serviceName, + 'revisions', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/revisions', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->projects_locations_routes = new Google_Service_CloudRun_Resource_ProjectsLocationsRoutes( + $this, + $this->serviceName, + 'routes', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/routes', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/routes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'replaceRoute' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->projects_locations_services = new Google_Service_CloudRun_Resource_ProjectsLocationsServices( + $this, + $this->serviceName, + 'services', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/services', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'apiVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'propagationPolicy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'kind' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'GET', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/services', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'labelSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'resourceVersion' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeUninitialized' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'fieldSelector' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'continue' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'limit' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'watch' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + ), + ),'replaceService' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1GcsSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.php similarity index 75% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1GcsSource.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.php index 80027f6..4030095 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1GcsSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Addressable.php @@ -15,16 +15,16 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsSource extends Google_Model +class Google_Service_CloudRun_Addressable extends Google_Model { - public $uri; + public $url; - public function setUri($uri) + public function setUrl($url) { - $this->uri = $uri; + $this->url = $url; } - public function getUri() + public function getUrl() { - return $this->uri; + return $this->url; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.php similarity index 79% rename from vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AuditConfig.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.php index b5c01f5..1a5794a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AuditConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditConfig.php @@ -15,22 +15,22 @@ * the License. */ -class Google_Service_ContainerAnalysis_AuditConfig extends Google_Collection +class Google_Service_CloudRun_AuditConfig extends Google_Collection { protected $collection_key = 'auditLogConfigs'; - protected $auditLogConfigsType = 'Google_Service_ContainerAnalysis_AuditLogConfig'; + protected $auditLogConfigsType = 'Google_Service_CloudRun_AuditLogConfig'; protected $auditLogConfigsDataType = 'array'; public $service; /** - * @param Google_Service_ContainerAnalysis_AuditLogConfig + * @param Google_Service_CloudRun_AuditLogConfig */ public function setAuditLogConfigs($auditLogConfigs) { $this->auditLogConfigs = $auditLogConfigs; } /** - * @return Google_Service_ContainerAnalysis_AuditLogConfig + * @return Google_Service_CloudRun_AuditLogConfig */ public function getAuditLogConfigs() { diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.php similarity index 92% rename from vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AuditLogConfig.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.php index 43680b0..216f418 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuditLogConfig.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_ContainerAnalysis_AuditLogConfig extends Google_Collection +class Google_Service_CloudRun_AuditLogConfig extends Google_Collection { protected $collection_key = 'exemptedMembers'; public $exemptedMembers; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AnnotationStore.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.php similarity index 78% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AnnotationStore.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.php index 9525ef5..12537b2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AnnotationStore.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AuthorizedDomain.php @@ -15,18 +15,18 @@ * the License. */ -class Google_Service_CloudHealthcare_AnnotationStore extends Google_Model +class Google_Service_CloudRun_AuthorizedDomain extends Google_Model { - public $labels; + public $id; public $name; - public function setLabels($labels) + public function setId($id) { - $this->labels = $labels; + $this->id = $id; } - public function getLabels() + public function getId() { - return $this->labels; + return $this->id; } public function setName($name) { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMapping.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMapping.php new file mode 100644 index 0000000..52218de --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMapping.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_AutoDomainMappingSpec + */ + public function setSpec(Google_Service_CloudRun_AutoDomainMappingSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_AutoDomainMappingSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_AutoDomainMappingStatus + */ + public function setStatus(Google_Service_CloudRun_AutoDomainMappingStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_AutoDomainMappingStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingSpec.php new file mode 100644 index 0000000..21bd15c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingSpec.php @@ -0,0 +1,48 @@ +certificateMode = $certificateMode; + } + public function getCertificateMode() + { + return $this->certificateMode; + } + public function setExpansionType($expansionType) + { + $this->expansionType = $expansionType; + } + public function getExpansionType() + { + return $this->expansionType; + } + public function setForceOverride($forceOverride) + { + $this->forceOverride = $forceOverride; + } + public function getForceOverride() + { + return $this->forceOverride; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingStatus.php new file mode 100644 index 0000000..922f08a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/AutoDomainMappingStatus.php @@ -0,0 +1,63 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_ResourceRecord + */ + public function setResourceRecords($resourceRecords) + { + $this->resourceRecords = $resourceRecords; + } + /** + * @return Google_Service_CloudRun_ResourceRecord + */ + public function getResourceRecords() + { + return $this->resourceRecords; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.php new file mode 100644 index 0000000..84db227 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_CloudRun_Expr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDirectoryNode.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.php similarity index 51% rename from vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDirectoryNode.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.php index 245e59a..bc2119d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDirectoryNode.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapEnvSource.php @@ -15,25 +15,26 @@ * the License. */ -class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDirectoryNode extends Google_Model +class Google_Service_CloudRun_ConfigMapEnvSource extends Google_Model { - protected $digestType = 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest'; - protected $digestDataType = ''; + protected $localObjectReferenceType = 'Google_Service_CloudRun_LocalObjectReference'; + protected $localObjectReferenceDataType = ''; public $name; + public $optional; /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest + * @param Google_Service_CloudRun_LocalObjectReference */ - public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest $digest) + public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) { - $this->digest = $digest; + $this->localObjectReference = $localObjectReference; } /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest + * @return Google_Service_CloudRun_LocalObjectReference */ - public function getDigest() + public function getLocalObjectReference() { - return $this->digest; + return $this->localObjectReference; } public function setName($name) { @@ -43,4 +44,12 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDir { return $this->name; } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.php new file mode 100644 index 0000000..9ef8ba3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapKeySelector.php @@ -0,0 +1,64 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_CloudRun_LocalObjectReference + */ + public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) + { + $this->localObjectReference = $localObjectReference; + } + /** + * @return Google_Service_CloudRun_LocalObjectReference + */ + public function getLocalObjectReference() + { + return $this->localObjectReference; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.php new file mode 100644 index 0000000..9218d57 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigMapVolumeSource.php @@ -0,0 +1,65 @@ +defaultMode = $defaultMode; + } + public function getDefaultMode() + { + return $this->defaultMode; + } + /** + * @param Google_Service_CloudRun_KeyToPath + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_KeyToPath + */ + public function getItems() + { + return $this->items; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.php new file mode 100644 index 0000000..987d0a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Configuration.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_ConfigurationSpec + */ + public function setSpec(Google_Service_CloudRun_ConfigurationSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_ConfigurationSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_ConfigurationStatus + */ + public function setStatus(Google_Service_CloudRun_ConfigurationStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_ConfigurationStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListSnapshotsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.php similarity index 58% rename from vendor/google/apiclient-services/src/Google/Service/Dataflow/ListSnapshotsResponse.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.php index 8393d21..ca816bb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/ListSnapshotsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationSpec.php @@ -15,24 +15,23 @@ * the License. */ -class Google_Service_Dataflow_ListSnapshotsResponse extends Google_Collection +class Google_Service_CloudRun_ConfigurationSpec extends Google_Model { - protected $collection_key = 'snapshots'; - protected $snapshotsType = 'Google_Service_Dataflow_Snapshot'; - protected $snapshotsDataType = 'array'; + protected $templateType = 'Google_Service_CloudRun_RevisionTemplate'; + protected $templateDataType = ''; /** - * @param Google_Service_Dataflow_Snapshot + * @param Google_Service_CloudRun_RevisionTemplate */ - public function setSnapshots($snapshots) + public function setTemplate(Google_Service_CloudRun_RevisionTemplate $template) { - $this->snapshots = $snapshots; + $this->template = $template; } /** - * @return Google_Service_Dataflow_Snapshot + * @return Google_Service_CloudRun_RevisionTemplate */ - public function getSnapshots() + public function getTemplate() { - return $this->snapshots; + return $this->template; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.php new file mode 100644 index 0000000..d81ddeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ConfigurationStatus.php @@ -0,0 +1,65 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setLatestCreatedRevisionName($latestCreatedRevisionName) + { + $this->latestCreatedRevisionName = $latestCreatedRevisionName; + } + public function getLatestCreatedRevisionName() + { + return $this->latestCreatedRevisionName; + } + public function setLatestReadyRevisionName($latestReadyRevisionName) + { + $this->latestReadyRevisionName = $latestReadyRevisionName; + } + public function getLatestReadyRevisionName() + { + return $this->latestReadyRevisionName; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Container.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Container.php new file mode 100644 index 0000000..fa88d52 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Container.php @@ -0,0 +1,222 @@ +args = $args; + } + public function getArgs() + { + return $this->args; + } + public function setCommand($command) + { + $this->command = $command; + } + public function getCommand() + { + return $this->command; + } + /** + * @param Google_Service_CloudRun_EnvVar + */ + public function setEnv($env) + { + $this->env = $env; + } + /** + * @return Google_Service_CloudRun_EnvVar + */ + public function getEnv() + { + return $this->env; + } + /** + * @param Google_Service_CloudRun_EnvFromSource + */ + public function setEnvFrom($envFrom) + { + $this->envFrom = $envFrom; + } + /** + * @return Google_Service_CloudRun_EnvFromSource + */ + public function getEnvFrom() + { + return $this->envFrom; + } + public function setImage($image) + { + $this->image = $image; + } + public function getImage() + { + return $this->image; + } + public function setImagePullPolicy($imagePullPolicy) + { + $this->imagePullPolicy = $imagePullPolicy; + } + public function getImagePullPolicy() + { + return $this->imagePullPolicy; + } + /** + * @param Google_Service_CloudRun_Probe + */ + public function setLivenessProbe(Google_Service_CloudRun_Probe $livenessProbe) + { + $this->livenessProbe = $livenessProbe; + } + /** + * @return Google_Service_CloudRun_Probe + */ + public function getLivenessProbe() + { + return $this->livenessProbe; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudRun_ContainerPort + */ + public function setPorts($ports) + { + $this->ports = $ports; + } + /** + * @return Google_Service_CloudRun_ContainerPort + */ + public function getPorts() + { + return $this->ports; + } + /** + * @param Google_Service_CloudRun_Probe + */ + public function setReadinessProbe(Google_Service_CloudRun_Probe $readinessProbe) + { + $this->readinessProbe = $readinessProbe; + } + /** + * @return Google_Service_CloudRun_Probe + */ + public function getReadinessProbe() + { + return $this->readinessProbe; + } + /** + * @param Google_Service_CloudRun_ResourceRequirements + */ + public function setResources(Google_Service_CloudRun_ResourceRequirements $resources) + { + $this->resources = $resources; + } + /** + * @return Google_Service_CloudRun_ResourceRequirements + */ + public function getResources() + { + return $this->resources; + } + /** + * @param Google_Service_CloudRun_SecurityContext + */ + public function setSecurityContext(Google_Service_CloudRun_SecurityContext $securityContext) + { + $this->securityContext = $securityContext; + } + /** + * @return Google_Service_CloudRun_SecurityContext + */ + public function getSecurityContext() + { + return $this->securityContext; + } + public function setTerminationMessagePath($terminationMessagePath) + { + $this->terminationMessagePath = $terminationMessagePath; + } + public function getTerminationMessagePath() + { + return $this->terminationMessagePath; + } + public function setTerminationMessagePolicy($terminationMessagePolicy) + { + $this->terminationMessagePolicy = $terminationMessagePolicy; + } + public function getTerminationMessagePolicy() + { + return $this->terminationMessagePolicy; + } + /** + * @param Google_Service_CloudRun_VolumeMount + */ + public function setVolumeMounts($volumeMounts) + { + $this->volumeMounts = $volumeMounts; + } + /** + * @return Google_Service_CloudRun_VolumeMount + */ + public function getVolumeMounts() + { + return $this->volumeMounts; + } + public function setWorkingDir($workingDir) + { + $this->workingDir = $workingDir; + } + public function getWorkingDir() + { + return $this->workingDir; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.php new file mode 100644 index 0000000..d94d368 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ContainerPort.php @@ -0,0 +1,48 @@ +containerPort = $containerPort; + } + public function getContainerPort() + { + return $this->containerPort; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setProtocol($protocol) + { + $this->protocol = $protocol; + } + public function getProtocol() + { + return $this->protocol; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.php new file mode 100644 index 0000000..0c1a38f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMapping.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_DomainMappingSpec + */ + public function setSpec(Google_Service_CloudRun_DomainMappingSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_DomainMappingSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_DomainMappingStatus + */ + public function setStatus(Google_Service_CloudRun_DomainMappingStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_DomainMappingStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.php new file mode 100644 index 0000000..67dad26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingSpec.php @@ -0,0 +1,48 @@ +certificateMode = $certificateMode; + } + public function getCertificateMode() + { + return $this->certificateMode; + } + public function setForceOverride($forceOverride) + { + $this->forceOverride = $forceOverride; + } + public function getForceOverride() + { + return $this->forceOverride; + } + public function setRouteName($routeName) + { + $this->routeName = $routeName; + } + public function getRouteName() + { + return $this->routeName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.php new file mode 100644 index 0000000..4400d48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/DomainMappingStatus.php @@ -0,0 +1,72 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setMappedRouteName($mappedRouteName) + { + $this->mappedRouteName = $mappedRouteName; + } + public function getMappedRouteName() + { + return $this->mappedRouteName; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_ResourceRecord + */ + public function setResourceRecords($resourceRecords) + { + $this->resourceRecords = $resourceRecords; + } + /** + * @return Google_Service_CloudRun_ResourceRecord + */ + public function getResourceRecords() + { + return $this->resourceRecords; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.php new file mode 100644 index 0000000..c9804fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvFromSource.php @@ -0,0 +1,62 @@ +configMapRef = $configMapRef; + } + /** + * @return Google_Service_CloudRun_ConfigMapEnvSource + */ + public function getConfigMapRef() + { + return $this->configMapRef; + } + public function setPrefix($prefix) + { + $this->prefix = $prefix; + } + public function getPrefix() + { + return $this->prefix; + } + /** + * @param Google_Service_CloudRun_SecretEnvSource + */ + public function setSecretRef(Google_Service_CloudRun_SecretEnvSource $secretRef) + { + $this->secretRef = $secretRef; + } + /** + * @return Google_Service_CloudRun_SecretEnvSource + */ + public function getSecretRef() + { + return $this->secretRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php new file mode 100644 index 0000000..8991f6c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVar.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + /** + * @param Google_Service_CloudRun_EnvVarSource + */ + public function setValueFrom(Google_Service_CloudRun_EnvVarSource $valueFrom) + { + $this->valueFrom = $valueFrom; + } + /** + * @return Google_Service_CloudRun_EnvVarSource + */ + public function getValueFrom() + { + return $this->valueFrom; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.php new file mode 100644 index 0000000..9d0d704 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/EnvVarSource.php @@ -0,0 +1,53 @@ +configMapKeyRef = $configMapKeyRef; + } + /** + * @return Google_Service_CloudRun_ConfigMapKeySelector + */ + public function getConfigMapKeyRef() + { + return $this->configMapKeyRef; + } + /** + * @param Google_Service_CloudRun_SecretKeySelector + */ + public function setSecretKeyRef(Google_Service_CloudRun_SecretKeySelector $secretKeyRef) + { + $this->secretKeyRef = $secretKeyRef; + } + /** + * @return Google_Service_CloudRun_SecretKeySelector + */ + public function getSecretKeyRef() + { + return $this->secretKeyRef; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ResourceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.php similarity index 74% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ResourceAnnotation.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.php index 065b52b..9ea76da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ResourceAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ExecAction.php @@ -15,16 +15,16 @@ * the License. */ -class Google_Service_CloudHealthcare_ResourceAnnotation extends Google_Model +class Google_Service_CloudRun_ExecAction extends Google_Model { - public $label; + public $command; - public function setLabel($label) + public function setCommand($command) { - $this->label = $label; + $this->command = $command; } - public function getLabel() + public function getCommand() { - return $this->label; + return $this->command; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebEntity.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.php similarity index 61% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebEntity.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.php index b42ec06..3094ea3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebEntity.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Expr.php @@ -15,11 +15,12 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebEntity extends Google_Model +class Google_Service_CloudRun_Expr extends Google_Model { public $description; - public $entityId; - public $score; + public $expression; + public $location; + public $title; public function setDescription($description) { @@ -29,20 +30,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebEntity exte { return $this->description; } - public function setEntityId($entityId) + public function setExpression($expression) { - $this->entityId = $entityId; + $this->expression = $expression; } - public function getEntityId() + public function getExpression() { - return $this->entityId; + return $this->expression; } - public function setScore($score) + public function setLocation($location) { - $this->score = $score; + $this->location = $location; } - public function getScore() + public function getLocation() { - return $this->score; + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.php new file mode 100644 index 0000000..df6b966 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/GoogleCloudRunV1Condition.php @@ -0,0 +1,75 @@ +lastTransitionTime = $lastTransitionTime; + } + public function getLastTransitionTime() + { + return $this->lastTransitionTime; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setSeverity($severity) + { + $this->severity = $severity; + } + public function getSeverity() + { + return $this->severity; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.php new file mode 100644 index 0000000..36b3065 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPGetAction.php @@ -0,0 +1,65 @@ +host = $host; + } + public function getHost() + { + return $this->host; + } + /** + * @param Google_Service_CloudRun_HTTPHeader + */ + public function setHttpHeaders($httpHeaders) + { + $this->httpHeaders = $httpHeaders; + } + /** + * @return Google_Service_CloudRun_HTTPHeader + */ + public function getHttpHeaders() + { + return $this->httpHeaders; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setScheme($scheme) + { + $this->scheme = $scheme; + } + public function getScheme() + { + return $this->scheme; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.php similarity index 87% rename from vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.php index 66a4932..a884bde 100644 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/HTTPHeader.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable extends Google_Model +class Google_Service_CloudRun_HTTPHeader extends Google_Model { public $name; public $value; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Handler.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Handler.php new file mode 100644 index 0000000..f2491eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Handler.php @@ -0,0 +1,69 @@ +exec = $exec; + } + /** + * @return Google_Service_CloudRun_ExecAction + */ + public function getExec() + { + return $this->exec; + } + /** + * @param Google_Service_CloudRun_HTTPGetAction + */ + public function setHttpGet(Google_Service_CloudRun_HTTPGetAction $httpGet) + { + $this->httpGet = $httpGet; + } + /** + * @return Google_Service_CloudRun_HTTPGetAction + */ + public function getHttpGet() + { + return $this->httpGet; + } + /** + * @param Google_Service_CloudRun_TCPSocketAction + */ + public function setTcpSocket(Google_Service_CloudRun_TCPSocketAction $tcpSocket) + { + $this->tcpSocket = $tcpSocket; + } + /** + * @return Google_Service_CloudRun_TCPSocketAction + */ + public function getTcpSocket() + { + return $this->tcpSocket; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Finding.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/IntOrString.php similarity index 57% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Finding.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/IntOrString.php index 33b5774..c4404f0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Finding.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/IntOrString.php @@ -15,34 +15,34 @@ * the License. */ -class Google_Service_CloudHealthcare_Finding extends Google_Model +class Google_Service_CloudRun_IntOrString extends Google_Model { - public $end; - public $infoType; - public $start; + public $intVal; + public $strVal; + public $type; - public function setEnd($end) + public function setIntVal($intVal) { - $this->end = $end; + $this->intVal = $intVal; } - public function getEnd() + public function getIntVal() { - return $this->end; + return $this->intVal; } - public function setInfoType($infoType) + public function setStrVal($strVal) { - $this->infoType = $infoType; + $this->strVal = $strVal; } - public function getInfoType() + public function getStrVal() { - return $this->infoType; + return $this->strVal; } - public function setStart($start) + public function setType($type) { - $this->start = $start; + $this->type = $type; } - public function getStart() + public function getType() { - return $this->start; + return $this->type; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php new file mode 100644 index 0000000..0c43c65 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/KeyToPath.php @@ -0,0 +1,48 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setMode($mode) + { + $this->mode = $mode; + } + public function getMode() + { + return $this->mode; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAnnotationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.php similarity index 62% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAnnotationsResponse.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.php index fcf4e6b..2adb592 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ListAnnotationsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAuthorizedDomainsResponse.php @@ -15,19 +15,26 @@ * the License. */ -class Google_Service_CloudHealthcare_ListAnnotationsResponse extends Google_Collection +class Google_Service_CloudRun_ListAuthorizedDomainsResponse extends Google_Collection { - protected $collection_key = 'annotations'; - public $annotations; + protected $collection_key = 'domains'; + protected $domainsType = 'Google_Service_CloudRun_AuthorizedDomain'; + protected $domainsDataType = 'array'; public $nextPageToken; - public function setAnnotations($annotations) + /** + * @param Google_Service_CloudRun_AuthorizedDomain + */ + public function setDomains($domains) { - $this->annotations = $annotations; + $this->domains = $domains; } - public function getAnnotations() + /** + * @return Google_Service_CloudRun_AuthorizedDomain + */ + public function getDomains() { - return $this->annotations; + return $this->domains; } public function setNextPageToken($nextPageToken) { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAutoDomainMappingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAutoDomainMappingsResponse.php new file mode 100644 index 0000000..f7a0242 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListAutoDomainMappingsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_AutoDomainMapping + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.php new file mode 100644 index 0000000..010cefd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListConfigurationsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Configuration + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Configuration + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.php new file mode 100644 index 0000000..b52fafb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListDomainMappingsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_DomainMapping + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_DomainMapping + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.php new file mode 100644 index 0000000..3e0cc77 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListMeta.php @@ -0,0 +1,48 @@ +continue = $continue; + } + public function getContinue() + { + return $this->continue; + } + public function setResourceVersion($resourceVersion) + { + $this->resourceVersion = $resourceVersion; + } + public function getResourceVersion() + { + return $this->resourceVersion; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.php new file mode 100644 index 0000000..e908459 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRevisionsResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Revision + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Revision + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.php new file mode 100644 index 0000000..02f31e5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListRoutesResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Route + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Route + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.php new file mode 100644 index 0000000..1cffd1a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ListServicesResponse.php @@ -0,0 +1,81 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + /** + * @param Google_Service_CloudRun_Service + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_Service + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CloudHealthcareSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.php similarity index 90% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CloudHealthcareSource.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.php index f6689bb..d19a83f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/CloudHealthcareSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/LocalObjectReference.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_CloudHealthcare_CloudHealthcareSource extends Google_Model +class Google_Service_CloudRun_LocalObjectReference extends Google_Model { public $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.php new file mode 100644 index 0000000..874e7e4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ObjectMeta.php @@ -0,0 +1,164 @@ +annotations = $annotations; + } + public function getAnnotations() + { + return $this->annotations; + } + public function setClusterName($clusterName) + { + $this->clusterName = $clusterName; + } + public function getClusterName() + { + return $this->clusterName; + } + public function setCreationTimestamp($creationTimestamp) + { + $this->creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDeletionGracePeriodSeconds($deletionGracePeriodSeconds) + { + $this->deletionGracePeriodSeconds = $deletionGracePeriodSeconds; + } + public function getDeletionGracePeriodSeconds() + { + return $this->deletionGracePeriodSeconds; + } + public function setDeletionTimestamp($deletionTimestamp) + { + $this->deletionTimestamp = $deletionTimestamp; + } + public function getDeletionTimestamp() + { + return $this->deletionTimestamp; + } + public function setFinalizers($finalizers) + { + $this->finalizers = $finalizers; + } + public function getFinalizers() + { + return $this->finalizers; + } + public function setGenerateName($generateName) + { + $this->generateName = $generateName; + } + public function getGenerateName() + { + return $this->generateName; + } + public function setGeneration($generation) + { + $this->generation = $generation; + } + public function getGeneration() + { + return $this->generation; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNamespace($namespace) + { + $this->namespace = $namespace; + } + public function getNamespace() + { + return $this->namespace; + } + /** + * @param Google_Service_CloudRun_OwnerReference + */ + public function setOwnerReferences($ownerReferences) + { + $this->ownerReferences = $ownerReferences; + } + /** + * @return Google_Service_CloudRun_OwnerReference + */ + public function getOwnerReferences() + { + return $this->ownerReferences; + } + public function setResourceVersion($resourceVersion) + { + $this->resourceVersion = $resourceVersion; + } + public function getResourceVersion() + { + return $this->resourceVersion; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.php new file mode 100644 index 0000000..5e9af02 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/OwnerReference.php @@ -0,0 +1,75 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setBlockOwnerDeletion($blockOwnerDeletion) + { + $this->blockOwnerDeletion = $blockOwnerDeletion; + } + public function getBlockOwnerDeletion() + { + return $this->blockOwnerDeletion; + } + public function setController($controller) + { + $this->controller = $controller; + } + public function getController() + { + return $this->controller; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.php new file mode 100644 index 0000000..0bf0a1f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_CloudRun_AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_CloudRun_Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_CloudRun_Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.php new file mode 100644 index 0000000..9366014 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Probe.php @@ -0,0 +1,82 @@ +failureThreshold = $failureThreshold; + } + public function getFailureThreshold() + { + return $this->failureThreshold; + } + /** + * @param Google_Service_CloudRun_Handler + */ + public function setHandler(Google_Service_CloudRun_Handler $handler) + { + $this->handler = $handler; + } + /** + * @return Google_Service_CloudRun_Handler + */ + public function getHandler() + { + return $this->handler; + } + public function setInitialDelaySeconds($initialDelaySeconds) + { + $this->initialDelaySeconds = $initialDelaySeconds; + } + public function getInitialDelaySeconds() + { + return $this->initialDelaySeconds; + } + public function setPeriodSeconds($periodSeconds) + { + $this->periodSeconds = $periodSeconds; + } + public function getPeriodSeconds() + { + return $this->periodSeconds; + } + public function setSuccessThreshold($successThreshold) + { + $this->successThreshold = $successThreshold; + } + public function getSuccessThreshold() + { + return $this->successThreshold; + } + public function setTimeoutSeconds($timeoutSeconds) + { + $this->timeoutSeconds = $timeoutSeconds; + } + public function getTimeoutSeconds() + { + return $this->timeoutSeconds; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.php new file mode 100644 index 0000000..e7405a7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/Namespaces.php @@ -0,0 +1,28 @@ + + * $runService = new Google_Service_CloudRun(...); + * $namespaces = $runService->namespaces; + * + */ +class Google_Service_CloudRun_Resource_Namespaces extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.php new file mode 100644 index 0000000..ee475c1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAuthorizeddomains.php @@ -0,0 +1,46 @@ + + * $runService = new Google_Service_CloudRun(...); + * $authorizeddomains = $runService->authorizeddomains; + * + */ +class Google_Service_CloudRun_Resource_NamespacesAuthorizeddomains extends Google_Service_Resource +{ + /** + * List authorized domains. (authorizeddomains.listNamespacesAuthorizeddomains) + * + * @param string $parent Name of the parent Application resource. Example: + * `apps/myapp`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse + */ + public function listNamespacesAuthorizeddomains($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAutodomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAutodomainmappings.php new file mode 100644 index 0000000..2d38952 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesAutodomainmappings.php @@ -0,0 +1,128 @@ + + * $runService = new Google_Service_CloudRun(...); + * $autodomainmappings = $runService->autodomainmappings; + * + */ +class Google_Service_CloudRun_Resource_NamespacesAutodomainmappings extends Google_Service_Resource +{ + /** + * Creates a new auto domain mapping. (autodomainmappings.create) + * + * @param string $parent The project ID or project number in which this auto + * domain mapping should be created. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function create($parent, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * Delete an auto domain mapping. (autodomainmappings.delete) + * + * @param string $name The name of the auto domain mapping being deleted. If + * needed, replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about an auto domain mapping. (autodomainmappings.get) + * + * @param string $name The name of the auto domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * List auto domain mappings. + * (autodomainmappings.listNamespacesAutodomainmappings) + * + * @param string $parent The project ID or project number from which the auto + * domain mappings should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListAutoDomainMappingsResponse + */ + public function listNamespacesAutodomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAutoDomainMappingsResponse"); + } + /** + * Replace an auto domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (autodomainmappings.replaceAutoDomainMapping) + * + * @param string $name The name of the auto domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function replaceAutoDomainMapping($name, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceAutoDomainMapping', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.php new file mode 100644 index 0000000..1f3fc70 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesConfigurations.php @@ -0,0 +1,129 @@ + + * $runService = new Google_Service_CloudRun(...); + * $configurations = $runService->configurations; + * + */ +class Google_Service_CloudRun_Resource_NamespacesConfigurations extends Google_Service_Resource +{ + /** + * Create a configuration. (configurations.create) + * + * @param string $parent The project ID or project number in which this + * configuration should be created. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function create($parent, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * delete a configuration. This will cause the configuration to delete all child + * revisions. Prior to calling this, any route referencing the configuration (or + * revision from the configuration) must be deleted. (configurations.delete) + * + * @param string $name The name of the configuration being deleted. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a configuration. (configurations.get) + * + * @param string $name The name of the configuration being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * List configurations. (configurations.listNamespacesConfigurations) + * + * @param string $parent The project ID or project number from which the + * configurations should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListConfigurationsResponse + */ + public function listNamespacesConfigurations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListConfigurationsResponse"); + } + /** + * Replace a configuration. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (configurations.replaceConfiguration) + * + * @param string $name The name of the configuration being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function replaceConfiguration($name, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceConfiguration', array($params), "Google_Service_CloudRun_Configuration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php new file mode 100644 index 0000000..f20d1bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesDomainmappings.php @@ -0,0 +1,127 @@ + + * $runService = new Google_Service_CloudRun(...); + * $domainmappings = $runService->domainmappings; + * + */ +class Google_Service_CloudRun_Resource_NamespacesDomainmappings extends Google_Service_Resource +{ + /** + * Create a new domain mapping. (domainmappings.create) + * + * @param string $parent The project ID or project number in which this domain + * mapping should be created. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * Delete a domain mapping. (domainmappings.delete) + * + * @param string $name The name of the domain mapping being deleted. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a domain mapping. (domainmappings.get) + * + * @param string $name The name of the domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * List domain mappings. (domainmappings.listNamespacesDomainmappings) + * + * @param string $parent The project ID or project number from which the domain + * mappings should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListDomainMappingsResponse + */ + public function listNamespacesDomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListDomainMappingsResponse"); + } + /** + * Replace a domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (domainmappings.replaceDomainMapping) + * + * @param string $name The name of the domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function replaceDomainMapping($name, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceDomainMapping', array($params), "Google_Service_CloudRun_DomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php new file mode 100644 index 0000000..43095e2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRevisions.php @@ -0,0 +1,90 @@ + + * $runService = new Google_Service_CloudRun(...); + * $revisions = $runService->revisions; + * + */ +class Google_Service_CloudRun_Resource_NamespacesRevisions extends Google_Service_Resource +{ + /** + * Delete a revision. (revisions.delete) + * + * @param string $name The name of the revision being deleted. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a revision. (revisions.get) + * + * @param string $name The name of the revision being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Revision + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Revision"); + } + /** + * List revisions. (revisions.listNamespacesRevisions) + * + * @param string $parent The project ID or project number from which the + * revisions should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListRevisionsResponse + */ + public function listNamespacesRevisions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRevisionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.php new file mode 100644 index 0000000..d231e54 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesRoutes.php @@ -0,0 +1,128 @@ + + * $runService = new Google_Service_CloudRun(...); + * $routes = $runService->routes; + * + */ +class Google_Service_CloudRun_Resource_NamespacesRoutes extends Google_Service_Resource +{ + /** + * Create a route. (routes.create) + * + * @param string $parent The project ID or project number in which this route + * should be created. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function create($parent, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Route"); + } + /** + * Delete a route. This will cause the route to stop serving traffic. + * (routes.delete) + * + * @param string $name The name of the route being deleted. If needed, replace + * {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a route. (routes.get) + * + * @param string $name The name of the route being retrieved. If needed, replace + * {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Route"); + } + /** + * List routes. (routes.listNamespacesRoutes) + * + * @param string $parent The project ID or project number from which the routes + * should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @return Google_Service_CloudRun_ListRoutesResponse + */ + public function listNamespacesRoutes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRoutesResponse"); + } + /** + * Replace a route. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (routes.replaceRoute) + * + * @param string $name The name of the route being replaced. If needed, replace + * {namespace_id} with the project ID. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function replaceRoute($name, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceRoute', array($params), "Google_Service_CloudRun_Route"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php new file mode 100644 index 0000000..82de614 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/NamespacesServices.php @@ -0,0 +1,129 @@ + + * $runService = new Google_Service_CloudRun(...); + * $services = $runService->services; + * + */ +class Google_Service_CloudRun_Resource_NamespacesServices extends Google_Service_Resource +{ + /** + * Create a service. (services.create) + * + * @param string $parent The project ID or project number in which this service + * should be created. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Delete a service. This will cause the Service to stop serving traffic and + * will delete the child entities like Routes, Configurations and Revisions. + * (services.delete) + * + * @param string $name The name of the service being deleted. If needed, replace + * {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a service. (services.get) + * + * @param string $name The name of the service being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Service"); + } + /** + * List services. (services.listNamespacesServices) + * + * @param string $parent The project ID or project number from which the + * services should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListServicesResponse + */ + public function listNamespacesServices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListServicesResponse"); + } + /** + * Replace a service. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (services.replaceService) + * + * @param string $name The name of the service being replaced. If needed, + * replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceService', array($params), "Google_Service_CloudRun_Service"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php index 71fc9f8..4d97b4d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocations.php @@ -46,9 +46,9 @@ class Google_Service_CloudRun_Resource_ProjectsLocations extends Google_Service_ * applicable. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_CloudRun_ListLocationsResponse */ public function listProjectsLocations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.php new file mode 100644 index 0000000..b50fd55 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAuthorizeddomains.php @@ -0,0 +1,47 @@ + + * $runService = new Google_Service_CloudRun(...); + * $authorizeddomains = $runService->authorizeddomains; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsAuthorizeddomains extends Google_Service_Resource +{ + /** + * List authorized domains. + * (authorizeddomains.listProjectsLocationsAuthorizeddomains) + * + * @param string $parent Name of the parent Application resource. Example: + * `apps/myapp`. + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Continuation token for fetching the next page of + * results. + * @opt_param int pageSize Maximum results to return per page. + * @return Google_Service_CloudRun_ListAuthorizedDomainsResponse + */ + public function listProjectsLocationsAuthorizeddomains($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAuthorizedDomainsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAutodomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAutodomainmappings.php new file mode 100644 index 0000000..dac31fd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsAutodomainmappings.php @@ -0,0 +1,128 @@ + + * $runService = new Google_Service_CloudRun(...); + * $autodomainmappings = $runService->autodomainmappings; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsAutodomainmappings extends Google_Service_Resource +{ + /** + * Creates a new auto domain mapping. (autodomainmappings.create) + * + * @param string $parent The project ID or project number in which this auto + * domain mapping should be created. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function create($parent, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * Delete an auto domain mapping. (autodomainmappings.delete) + * + * @param string $name The name of the auto domain mapping being deleted. If + * needed, replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about an auto domain mapping. (autodomainmappings.get) + * + * @param string $name The name of the auto domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } + /** + * List auto domain mappings. + * (autodomainmappings.listProjectsLocationsAutodomainmappings) + * + * @param string $parent The project ID or project number from which the auto + * domain mappings should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @return Google_Service_CloudRun_ListAutoDomainMappingsResponse + */ + public function listProjectsLocationsAutodomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListAutoDomainMappingsResponse"); + } + /** + * Replace an auto domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (autodomainmappings.replaceAutoDomainMapping) + * + * @param string $name The name of the auto domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_AutoDomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_AutoDomainMapping + */ + public function replaceAutoDomainMapping($name, Google_Service_CloudRun_AutoDomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceAutoDomainMapping', array($params), "Google_Service_CloudRun_AutoDomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.php new file mode 100644 index 0000000..8fcdd0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsConfigurations.php @@ -0,0 +1,129 @@ + + * $runService = new Google_Service_CloudRun(...); + * $configurations = $runService->configurations; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsConfigurations extends Google_Service_Resource +{ + /** + * Create a configuration. (configurations.create) + * + * @param string $parent The project ID or project number in which this + * configuration should be created. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function create($parent, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * delete a configuration. This will cause the configuration to delete all child + * revisions. Prior to calling this, any route referencing the configuration (or + * revision from the configuration) must be deleted. (configurations.delete) + * + * @param string $name The name of the configuration being deleted. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a configuration. (configurations.get) + * + * @param string $name The name of the configuration being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Configuration"); + } + /** + * List configurations. (configurations.listProjectsLocationsConfigurations) + * + * @param string $parent The project ID or project number from which the + * configurations should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListConfigurationsResponse + */ + public function listProjectsLocationsConfigurations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListConfigurationsResponse"); + } + /** + * Replace a configuration. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (configurations.replaceConfiguration) + * + * @param string $name The name of the configuration being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_Configuration $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Configuration + */ + public function replaceConfiguration($name, Google_Service_CloudRun_Configuration $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceConfiguration', array($params), "Google_Service_CloudRun_Configuration"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php new file mode 100644 index 0000000..40a440f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsDomainmappings.php @@ -0,0 +1,127 @@ + + * $runService = new Google_Service_CloudRun(...); + * $domainmappings = $runService->domainmappings; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsDomainmappings extends Google_Service_Resource +{ + /** + * Create a new domain mapping. (domainmappings.create) + * + * @param string $parent The project ID or project number in which this domain + * mapping should be created. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function create($parent, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * Delete a domain mapping. (domainmappings.delete) + * + * @param string $name The name of the domain mapping being deleted. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a domain mapping. (domainmappings.get) + * + * @param string $name The name of the domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_DomainMapping"); + } + /** + * List domain mappings. (domainmappings.listProjectsLocationsDomainmappings) + * + * @param string $parent The project ID or project number from which the domain + * mappings should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListDomainMappingsResponse + */ + public function listProjectsLocationsDomainmappings($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListDomainMappingsResponse"); + } + /** + * Replace a domain mapping. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (domainmappings.replaceDomainMapping) + * + * @param string $name The name of the domain mapping being retrieved. If + * needed, replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_DomainMapping $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_DomainMapping + */ + public function replaceDomainMapping($name, Google_Service_CloudRun_DomainMapping $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceDomainMapping', array($params), "Google_Service_CloudRun_DomainMapping"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php new file mode 100644 index 0000000..9de4ab2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRevisions.php @@ -0,0 +1,90 @@ + + * $runService = new Google_Service_CloudRun(...); + * $revisions = $runService->revisions; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsRevisions extends Google_Service_Resource +{ + /** + * Delete a revision. (revisions.delete) + * + * @param string $name The name of the revision being deleted. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a revision. (revisions.get) + * + * @param string $name The name of the revision being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Revision + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Revision"); + } + /** + * List revisions. (revisions.listProjectsLocationsRevisions) + * + * @param string $parent The project ID or project number from which the + * revisions should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @return Google_Service_CloudRun_ListRevisionsResponse + */ + public function listProjectsLocationsRevisions($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRevisionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.php new file mode 100644 index 0000000..e890bec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsRoutes.php @@ -0,0 +1,128 @@ + + * $runService = new Google_Service_CloudRun(...); + * $routes = $runService->routes; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsRoutes extends Google_Service_Resource +{ + /** + * Create a route. (routes.create) + * + * @param string $parent The project ID or project number in which this route + * should be created. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function create($parent, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Route"); + } + /** + * Delete a route. This will cause the route to stop serving traffic. + * (routes.delete) + * + * @param string $name The name of the route being deleted. If needed, replace + * {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a route. (routes.get) + * + * @param string $name The name of the route being retrieved. If needed, replace + * {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Route"); + } + /** + * List routes. (routes.listProjectsLocationsRoutes) + * + * @param string $parent The project ID or project number from which the routes + * should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListRoutesResponse + */ + public function listProjectsLocationsRoutes($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListRoutesResponse"); + } + /** + * Replace a route. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (routes.replaceRoute) + * + * @param string $name The name of the route being replaced. If needed, replace + * {namespace_id} with the project ID. + * @param Google_Service_CloudRun_Route $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Route + */ + public function replaceRoute($name, Google_Service_CloudRun_Route $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceRoute', array($params), "Google_Service_CloudRun_Route"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php new file mode 100644 index 0000000..bfa648a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Resource/ProjectsLocationsServices.php @@ -0,0 +1,192 @@ + + * $runService = new Google_Service_CloudRun(...); + * $services = $runService->services; + * + */ +class Google_Service_CloudRun_Resource_ProjectsLocationsServices extends Google_Service_Resource +{ + /** + * Create a service. (services.create) + * + * @param string $parent The project ID or project number in which this service + * should be created. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function create($parent, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Delete a service. This will cause the Service to stop serving traffic and + * will delete the child entities like Routes, Configurations and Revisions. + * (services.delete) + * + * @param string $name The name of the service being deleted. If needed, replace + * {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * + * @opt_param string apiVersion Cloud Run currently ignores this parameter. + * @opt_param string propagationPolicy Specifies the propagation policy of + * delete. Cloud Run currently ignores this setting, and deletes in the + * background. Please see kubernetes.io/docs/concepts/workloads/controllers + * /garbage-collection/ for more information. + * @opt_param string kind Cloud Run currently ignores this parameter. + * @return Google_Service_CloudRun_Status + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_CloudRun_Status"); + } + /** + * Get information about a service. (services.get) + * + * @param string $name The name of the service being retrieved. If needed, + * replace {namespace_id} with the project ID. + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Get the IAM Access Control policy currently in effect for the given Cloud Run + * service. This result does not include any inherited policies. + * (services.getIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * requested. See the operation documentation for the appropriate value for this + * field. + * @param array $optParams Optional parameters. + * + * @opt_param int options.requestedPolicyVersion Optional. The policy format + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. + * @return Google_Service_CloudRun_Policy + */ + public function getIamPolicy($resource, $optParams = array()) + { + $params = array('resource' => $resource); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_CloudRun_Policy"); + } + /** + * List services. (services.listProjectsLocationsServices) + * + * @param string $parent The project ID or project number from which the + * services should be listed. + * @param array $optParams Optional parameters. + * + * @opt_param string labelSelector Allows to filter resources based on a label. + * Supported operations are =, !=, exists, in, and notIn. + * @opt_param string resourceVersion The baseline resource version from which + * the list or watch operation should start. Not currently used by Cloud Run. + * @opt_param bool includeUninitialized Not currently used by Cloud Run. + * @opt_param string fieldSelector Allows to filter resources based on a + * specific value for a field name. Send this in a query string format. i.e. + * 'metadata.name%3Dlorem'. Not currently used by Cloud Run. + * @opt_param string continue Optional encoded string to continue paging. + * @opt_param int limit The maximum number of records that should be returned. + * @opt_param bool watch Flag that indicates that the client expects to watch + * this resource as well. Not currently used by Cloud Run. + * @return Google_Service_CloudRun_ListServicesResponse + */ + public function listProjectsLocationsServices($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_CloudRun_ListServicesResponse"); + } + /** + * Replace a service. + * + * Only the spec and metadata labels and annotations are modifiable. After the + * Update request, Cloud Run will work to make the 'status' match the requested + * 'spec'. + * + * May provide metadata.resourceVersion to enforce update from last read for + * optimistic concurrency control. (services.replaceService) + * + * @param string $name The name of the service being replaced. If needed, + * replace {namespace_id} with the project ID. + * @param Google_Service_CloudRun_Service $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Service + */ + public function replaceService($name, Google_Service_CloudRun_Service $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('replaceService', array($params), "Google_Service_CloudRun_Service"); + } + /** + * Sets the IAM Access control policy for the specified Service. Overwrites any + * existing policy. (services.setIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * specified. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_CloudRun_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_Policy + */ + public function setIamPolicy($resource, Google_Service_CloudRun_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_CloudRun_Policy"); + } + /** + * Returns permissions that a caller has on the specified Project. + * + * There are no permissions required for making this API call. + * (services.testIamPermissions) + * + * @param string $resource REQUIRED: The resource for which the policy detail is + * being requested. See the operation documentation for the appropriate value + * for this field. + * @param Google_Service_CloudRun_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_CloudRun_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_CloudRun_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_CloudRun_TestIamPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.php similarity index 68% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.php index 7ad37e9..cfed608 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRecord.php @@ -15,18 +15,27 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak extends Google_Model +class Google_Service_CloudRun_ResourceRecord extends Google_Model { - public $isPrefix; + public $name; + public $rrdata; public $type; - public function setIsPrefix($isPrefix) + public function setName($name) { - $this->isPrefix = $isPrefix; + $this->name = $name; } - public function getIsPrefix() + public function getName() { - return $this->isPrefix; + return $this->name; + } + public function setRrdata($rrdata) + { + $this->rrdata = $rrdata; + } + public function getRrdata() + { + return $this->rrdata; } public function setType($type) { diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.php new file mode 100644 index 0000000..d28fd2b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ResourceRequirements.php @@ -0,0 +1,39 @@ +limits = $limits; + } + public function getLimits() + { + return $this->limits; + } + public function setRequests($requests) + { + $this->requests = $requests; + } + public function getRequests() + { + return $this->requests; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.php new file mode 100644 index 0000000..21f42b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Revision.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_RevisionSpec + */ + public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_RevisionSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_RevisionStatus + */ + public function setStatus(Google_Service_CloudRun_RevisionStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_RevisionStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.php new file mode 100644 index 0000000..058a448 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionSpec.php @@ -0,0 +1,81 @@ +containerConcurrency = $containerConcurrency; + } + public function getContainerConcurrency() + { + return $this->containerConcurrency; + } + /** + * @param Google_Service_CloudRun_Container + */ + public function setContainers($containers) + { + $this->containers = $containers; + } + /** + * @return Google_Service_CloudRun_Container + */ + public function getContainers() + { + return $this->containers; + } + public function setServiceAccountName($serviceAccountName) + { + $this->serviceAccountName = $serviceAccountName; + } + public function getServiceAccountName() + { + return $this->serviceAccountName; + } + public function setTimeoutSeconds($timeoutSeconds) + { + $this->timeoutSeconds = $timeoutSeconds; + } + public function getTimeoutSeconds() + { + return $this->timeoutSeconds; + } + /** + * @param Google_Service_CloudRun_Volume + */ + public function setVolumes($volumes) + { + $this->volumes = $volumes; + } + /** + * @return Google_Service_CloudRun_Volume + */ + public function getVolumes() + { + return $this->volumes; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.php new file mode 100644 index 0000000..57e214a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionStatus.php @@ -0,0 +1,74 @@ +conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setImageDigest($imageDigest) + { + $this->imageDigest = $imageDigest; + } + public function getImageDigest() + { + return $this->imageDigest; + } + public function setLogUrl($logUrl) + { + $this->logUrl = $logUrl; + } + public function getLogUrl() + { + return $this->logUrl; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + public function setServiceName($serviceName) + { + $this->serviceName = $serviceName; + } + public function getServiceName() + { + return $this->serviceName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.php new file mode 100644 index 0000000..c45218a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RevisionTemplate.php @@ -0,0 +1,53 @@ +metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_RevisionSpec + */ + public function setSpec(Google_Service_CloudRun_RevisionSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_RevisionSpec + */ + public function getSpec() + { + return $this->spec; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Route.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Route.php new file mode 100644 index 0000000..0f391d6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Route.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_RouteSpec + */ + public function setSpec(Google_Service_CloudRun_RouteSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_RouteSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_RouteStatus + */ + public function setStatus(Google_Service_CloudRun_RouteStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_RouteStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Detail.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.php similarity index 58% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Detail.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.php index daf63dd..b9cf3c2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Detail.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteSpec.php @@ -15,24 +15,24 @@ * the License. */ -class Google_Service_CloudHealthcare_Detail extends Google_Collection +class Google_Service_CloudRun_RouteSpec extends Google_Collection { - protected $collection_key = 'findings'; - protected $findingsType = 'Google_Service_CloudHealthcare_Finding'; - protected $findingsDataType = 'array'; + protected $collection_key = 'traffic'; + protected $trafficType = 'Google_Service_CloudRun_TrafficTarget'; + protected $trafficDataType = 'array'; /** - * @param Google_Service_CloudHealthcare_Finding + * @param Google_Service_CloudRun_TrafficTarget */ - public function setFindings($findings) + public function setTraffic($traffic) { - $this->findings = $findings; + $this->traffic = $traffic; } /** - * @return Google_Service_CloudHealthcare_Finding + * @return Google_Service_CloudRun_TrafficTarget */ - public function getFindings() + public function getTraffic() { - return $this->findings; + return $this->traffic; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.php new file mode 100644 index 0000000..aef5055 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/RouteStatus.php @@ -0,0 +1,88 @@ +address = $address; + } + /** + * @return Google_Service_CloudRun_Addressable + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_TrafficTarget + */ + public function setTraffic($traffic) + { + $this->traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ReferenceImage.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.php similarity index 52% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ReferenceImage.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.php index 775a62a..9722c0e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ReferenceImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretEnvSource.php @@ -15,27 +15,26 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1ReferenceImage extends Google_Collection +class Google_Service_CloudRun_SecretEnvSource extends Google_Model { - protected $collection_key = 'boundingPolys'; - protected $boundingPolysType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly'; - protected $boundingPolysDataType = 'array'; + protected $localObjectReferenceType = 'Google_Service_CloudRun_LocalObjectReference'; + protected $localObjectReferenceDataType = ''; public $name; - public $uri; + public $optional; /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly + * @param Google_Service_CloudRun_LocalObjectReference */ - public function setBoundingPolys($boundingPolys) + public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) { - $this->boundingPolys = $boundingPolys; + $this->localObjectReference = $localObjectReference; } /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly + * @return Google_Service_CloudRun_LocalObjectReference */ - public function getBoundingPolys() + public function getLocalObjectReference() { - return $this->boundingPolys; + return $this->localObjectReference; } public function setName($name) { @@ -45,12 +44,12 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1ReferenceImage extends Goo { return $this->name; } - public function setUri($uri) + public function setOptional($optional) { - $this->uri = $uri; + $this->optional = $optional; } - public function getUri() + public function getOptional() { - return $this->uri; + return $this->optional; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.php new file mode 100644 index 0000000..1be6283 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretKeySelector.php @@ -0,0 +1,64 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + /** + * @param Google_Service_CloudRun_LocalObjectReference + */ + public function setLocalObjectReference(Google_Service_CloudRun_LocalObjectReference $localObjectReference) + { + $this->localObjectReference = $localObjectReference; + } + /** + * @return Google_Service_CloudRun_LocalObjectReference + */ + public function getLocalObjectReference() + { + return $this->localObjectReference; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.php new file mode 100644 index 0000000..aaf6b45 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecretVolumeSource.php @@ -0,0 +1,65 @@ +defaultMode = $defaultMode; + } + public function getDefaultMode() + { + return $this->defaultMode; + } + /** + * @param Google_Service_CloudRun_KeyToPath + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_CloudRun_KeyToPath + */ + public function getItems() + { + return $this->items; + } + public function setOptional($optional) + { + $this->optional = $optional; + } + public function getOptional() + { + return $this->optional; + } + public function setSecretName($secretName) + { + $this->secretName = $secretName; + } + public function getSecretName() + { + return $this->secretName; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.php new file mode 100644 index 0000000..ec80091 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SecurityContext.php @@ -0,0 +1,30 @@ +runAsUser = $runAsUser; + } + public function getRunAsUser() + { + return $this->runAsUser; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.php new file mode 100644 index 0000000..0bbe716 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Service.php @@ -0,0 +1,87 @@ +apiVersion = $apiVersion; + } + public function getApiVersion() + { + return $this->apiVersion; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_CloudRun_ObjectMeta + */ + public function setMetadata(Google_Service_CloudRun_ObjectMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ObjectMeta + */ + public function getMetadata() + { + return $this->metadata; + } + /** + * @param Google_Service_CloudRun_ServiceSpec + */ + public function setSpec(Google_Service_CloudRun_ServiceSpec $spec) + { + $this->spec = $spec; + } + /** + * @return Google_Service_CloudRun_ServiceSpec + */ + public function getSpec() + { + return $this->spec; + } + /** + * @param Google_Service_CloudRun_ServiceStatus + */ + public function setStatus(Google_Service_CloudRun_ServiceStatus $status) + { + $this->status = $status; + } + /** + * @return Google_Service_CloudRun_ServiceStatus + */ + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php new file mode 100644 index 0000000..f56c1e3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceSpec.php @@ -0,0 +1,54 @@ +template = $template; + } + /** + * @return Google_Service_CloudRun_RevisionTemplate + */ + public function getTemplate() + { + return $this->template; + } + /** + * @param Google_Service_CloudRun_TrafficTarget + */ + public function setTraffic($traffic) + { + $this->traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.php new file mode 100644 index 0000000..81f4ea5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/ServiceStatus.php @@ -0,0 +1,106 @@ +address = $address; + } + /** + * @return Google_Service_CloudRun_Addressable + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function setConditions($conditions) + { + $this->conditions = $conditions; + } + /** + * @return Google_Service_CloudRun_GoogleCloudRunV1Condition + */ + public function getConditions() + { + return $this->conditions; + } + public function setLatestCreatedRevisionName($latestCreatedRevisionName) + { + $this->latestCreatedRevisionName = $latestCreatedRevisionName; + } + public function getLatestCreatedRevisionName() + { + return $this->latestCreatedRevisionName; + } + public function setLatestReadyRevisionName($latestReadyRevisionName) + { + $this->latestReadyRevisionName = $latestReadyRevisionName; + } + public function getLatestReadyRevisionName() + { + return $this->latestReadyRevisionName; + } + public function setObservedGeneration($observedGeneration) + { + $this->observedGeneration = $observedGeneration; + } + public function getObservedGeneration() + { + return $this->observedGeneration; + } + /** + * @param Google_Service_CloudRun_TrafficTarget + */ + public function setTraffic($traffic) + { + $this->traffic = $traffic; + } + /** + * @return Google_Service_CloudRun_TrafficTarget + */ + public function getTraffic() + { + return $this->traffic; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.php similarity index 52% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/BoundingPoly.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.php index 95a313a..3f05773 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/BoundingPoly.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/SetIamPolicyRequest.php @@ -15,33 +15,32 @@ * the License. */ -class Google_Service_CloudHealthcare_BoundingPoly extends Google_Collection +class Google_Service_CloudRun_SetIamPolicyRequest extends Google_Model { - protected $collection_key = 'vertices'; - public $label; - protected $verticesType = 'Google_Service_CloudHealthcare_Vertex'; - protected $verticesDataType = 'array'; + protected $policyType = 'Google_Service_CloudRun_Policy'; + protected $policyDataType = ''; + public $updateMask; - public function setLabel($label) + /** + * @param Google_Service_CloudRun_Policy + */ + public function setPolicy(Google_Service_CloudRun_Policy $policy) { - $this->label = $label; - } - public function getLabel() - { - return $this->label; + $this->policy = $policy; } /** - * @param Google_Service_CloudHealthcare_Vertex + * @return Google_Service_CloudRun_Policy */ - public function setVertices($vertices) + public function getPolicy() { - $this->vertices = $vertices; + return $this->policy; } - /** - * @return Google_Service_CloudHealthcare_Vertex - */ - public function getVertices() + public function setUpdateMask($updateMask) { - return $this->vertices; + $this->updateMask = $updateMask; + } + public function getUpdateMask() + { + return $this->updateMask; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Status.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Status.php new file mode 100644 index 0000000..decbce0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Status.php @@ -0,0 +1,89 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_CloudRun_StatusDetails + */ + public function setDetails(Google_Service_CloudRun_StatusDetails $details) + { + $this->details = $details; + } + /** + * @return Google_Service_CloudRun_StatusDetails + */ + public function getDetails() + { + return $this->details; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + /** + * @param Google_Service_CloudRun_ListMeta + */ + public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) + { + $this->metadata = $metadata; + } + /** + * @return Google_Service_CloudRun_ListMeta + */ + public function getMetadata() + { + return $this->metadata; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } + public function setStatus($status) + { + $this->status = $status; + } + public function getStatus() + { + return $this->status; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.php new file mode 100644 index 0000000..c7a975d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusCause.php @@ -0,0 +1,48 @@ +field = $field; + } + public function getField() + { + return $this->field; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.php new file mode 100644 index 0000000..c100e2f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/StatusDetails.php @@ -0,0 +1,83 @@ +causes = $causes; + } + /** + * @return Google_Service_CloudRun_StatusCause + */ + public function getCauses() + { + return $this->causes; + } + public function setGroup($group) + { + $this->group = $group; + } + public function getGroup() + { + return $this->group; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRetryAfterSeconds($retryAfterSeconds) + { + $this->retryAfterSeconds = $retryAfterSeconds; + } + public function getRetryAfterSeconds() + { + return $this->retryAfterSeconds; + } + public function setUid($uid) + { + $this->uid = $uid; + } + public function getUid() + { + return $this->uid; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.php similarity index 54% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageAnnotation.php rename to vendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.php index ac4a502..2a4f78d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/ImageAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TCPSocketAction.php @@ -15,24 +15,32 @@ * the License. */ -class Google_Service_CloudHealthcare_ImageAnnotation extends Google_Collection +class Google_Service_CloudRun_TCPSocketAction extends Google_Model { - protected $collection_key = 'boundingPolys'; - protected $boundingPolysType = 'Google_Service_CloudHealthcare_BoundingPoly'; - protected $boundingPolysDataType = 'array'; + public $host; + protected $portType = 'Google_Service_CloudRun_IntOrString'; + protected $portDataType = ''; - /** - * @param Google_Service_CloudHealthcare_BoundingPoly - */ - public function setBoundingPolys($boundingPolys) + public function setHost($host) { - $this->boundingPolys = $boundingPolys; + $this->host = $host; + } + public function getHost() + { + return $this->host; } /** - * @return Google_Service_CloudHealthcare_BoundingPoly + * @param Google_Service_CloudRun_IntOrString */ - public function getBoundingPolys() + public function setPort(Google_Service_CloudRun_IntOrString $port) { - return $this->boundingPolys; + $this->port = $port; + } + /** + * @return Google_Service_CloudRun_IntOrString + */ + public function getPort() + { + return $this->port; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.php new file mode 100644 index 0000000..e9cc253 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsRequest.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.php new file mode 100644 index 0000000..8ffd91e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TestIamPermissionsResponse.php @@ -0,0 +1,31 @@ +permissions = $permissions; + } + public function getPermissions() + { + return $this->permissions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.php new file mode 100644 index 0000000..6d6f398 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/TrafficTarget.php @@ -0,0 +1,75 @@ +configurationName = $configurationName; + } + public function getConfigurationName() + { + return $this->configurationName; + } + public function setLatestRevision($latestRevision) + { + $this->latestRevision = $latestRevision; + } + public function getLatestRevision() + { + return $this->latestRevision; + } + public function setPercent($percent) + { + $this->percent = $percent; + } + public function getPercent() + { + return $this->percent; + } + public function setRevisionName($revisionName) + { + $this->revisionName = $revisionName; + } + public function getRevisionName() + { + return $this->revisionName; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setUrl($url) + { + $this->url = $url; + } + public function getUrl() + { + return $this->url; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php new file mode 100644 index 0000000..a426f17 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/Volume.php @@ -0,0 +1,62 @@ +configMap = $configMap; + } + /** + * @return Google_Service_CloudRun_ConfigMapVolumeSource + */ + public function getConfigMap() + { + return $this->configMap; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_CloudRun_SecretVolumeSource + */ + public function setSecret(Google_Service_CloudRun_SecretVolumeSource $secret) + { + $this->secret = $secret; + } + /** + * @return Google_Service_CloudRun_SecretVolumeSource + */ + public function getSecret() + { + return $this->secret; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php b/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php new file mode 100644 index 0000000..3d5c2c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudRun/VolumeMount.php @@ -0,0 +1,57 @@ +mountPath = $mountPath; + } + public function getMountPath() + { + return $this->mountPath; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setReadOnly($readOnly) + { + $this->readOnly = $readOnly; + } + public function getReadOnly() + { + return $this->readOnly; + } + public function setSubPath($subPath) + { + $this->subPath = $subPath; + } + public function getSubPath() + { + return $this->subPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php index fa257f0..b97a67b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudScheduler/Resource/ProjectsLocationsJobs.php @@ -28,9 +28,8 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl /** * Creates a job. (jobs.create) * - * @param string $parent Required. - * - * The location name. For example: `projects/PROJECT_ID/locations/LOCATION_ID`. + * @param string $parent Required. The location name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID`. * @param Google_Service_CloudScheduler_Job $postBody * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job @@ -44,9 +43,7 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl /** * Deletes a job. (jobs.delete) * - * @param string $name Required. - * - * The job name. For example: + * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_CloudschedulerEmpty @@ -60,9 +57,7 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl /** * Gets a job. (jobs.get) * - * @param string $name Required. - * - * The job name. For example: + * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param array $optParams Optional parameters. * @return Google_Service_CloudScheduler_Job @@ -76,9 +71,8 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl /** * Lists jobs. (jobs.listProjectsLocationsJobs) * - * @param string $parent Required. - * - * The location name. For example: `projects/PROJECT_ID/locations/LOCATION_ID`. + * @param string $parent Required. The location name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID`. * @param array $optParams Optional parameters. * * @opt_param string pageToken A token identifying a page of results the server @@ -146,9 +140,7 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl * it will be set to Job.State.PAUSED. A job must be in Job.State.ENABLED to be * paused. (jobs.pause) * - * @param string $name Required. - * - * The job name. For example: + * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param Google_Service_CloudScheduler_PauseJobRequest $postBody * @param array $optParams Optional parameters. @@ -168,9 +160,7 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl * Job.State.ENABLED. A job must be in Job.State.PAUSED to be resumed. * (jobs.resume) * - * @param string $name Required. - * - * The job name. For example: + * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param Google_Service_CloudScheduler_ResumeJobRequest $postBody * @param array $optParams Optional parameters. @@ -188,9 +178,7 @@ class Google_Service_CloudScheduler_Resource_ProjectsLocationsJobs extends Googl * When this method is called, Cloud Scheduler will dispatch the job, even if * the job is already running. (jobs.run) * - * @param string $name Required. - * - * The job name. For example: + * @param string $name Required. The job name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`. * @param Google_Service_CloudScheduler_RunJobRequest $postBody * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php index 7c3ff53..e55ceb0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch.php @@ -73,6 +73,9 @@ class Google_Service_CloudSearch extends Google_Service public $settings_searchapplications; public $stats; public $stats_index_datasources; + public $stats_query_searchapplications; + public $stats_session_searchapplications; + public $stats_user_searchapplications; /** * Constructs the internal representation of the CloudSearch service. @@ -170,14 +173,6 @@ class Google_Service_CloudSearch extends Google_Service 'type' => 'string', 'required' => true, ), - 'groupResourceName' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'userResourceName' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -190,6 +185,14 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'groupResourceName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'userResourceName' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -294,10 +297,6 @@ class Google_Service_CloudSearch extends Google_Service 'type' => 'string', 'required' => true, ), - 'connectorName' => array( - 'location' => 'query', - 'type' => 'string', - ), 'version' => array( 'location' => 'query', 'type' => 'string', @@ -310,6 +309,10 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'connectorName' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'deleteQueueItems' => array( 'path' => 'v1/indexing/{+name}/items:deleteQueueItems', @@ -358,14 +361,6 @@ class Google_Service_CloudSearch extends Google_Service 'type' => 'string', 'required' => true, ), - 'connectorName' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'brief' => array( - 'location' => 'query', - 'type' => 'boolean', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -378,6 +373,14 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'connectorName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'brief' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'poll' => array( 'path' => 'v1/indexing/{+name}/items:poll', @@ -491,6 +494,14 @@ class Google_Service_CloudSearch extends Google_Service 'path' => 'v1/query/sources', 'httpMethod' => 'GET', 'parameters' => array( + 'requestOptions.languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'requestOptions.searchApplicationId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'requestOptions.timeZone' => array( 'location' => 'query', 'type' => 'string', @@ -503,14 +514,6 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'boolean', ), - 'requestOptions.languageCode' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'requestOptions.searchApplicationId' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -558,10 +561,6 @@ class Google_Service_CloudSearch extends Google_Service 'path' => 'v1/settings/datasources', 'httpMethod' => 'GET', 'parameters' => array( - 'debugOptions.enableDebugging' => array( - 'location' => 'query', - 'type' => 'boolean', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -570,6 +569,10 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'debugOptions.enableDebugging' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ),'update' => array( 'path' => 'v1/settings/{+name}', @@ -627,6 +630,10 @@ class Google_Service_CloudSearch extends Google_Service 'path' => 'v1/settings/searchapplications', 'httpMethod' => 'GET', 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -635,10 +642,6 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'boolean', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'reset' => array( 'path' => 'v1/settings/{+name}:reset', @@ -699,24 +702,42 @@ class Google_Service_CloudSearch extends Google_Service 'type' => 'integer', ), ), - ), - ) - ) - ); - $this->stats_index_datasources = new Google_Service_CloudSearch_Resource_StatsIndexDatasources( - $this, - $this->serviceName, - 'datasources', - array( - 'methods' => array( - 'get' => array( - 'path' => 'v1/stats/index/{+name}', + ),'getQuery' => array( + 'path' => 'v1/stats/query', 'httpMethod' => 'GET', 'parameters' => array( - 'name' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'getSession' => array( + 'path' => 'v1/stats/session', + 'httpMethod' => 'GET', + 'parameters' => array( + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', ), 'fromDate.month' => array( 'location' => 'query', @@ -738,10 +759,211 @@ class Google_Service_CloudSearch extends Google_Service 'location' => 'query', 'type' => 'integer', ), + ), + ),'getUser' => array( + 'path' => 'v1/stats/user', + 'httpMethod' => 'GET', + 'parameters' => array( + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'toDate.year' => array( 'location' => 'query', 'type' => 'integer', ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_index_datasources = new Google_Service_CloudSearch_Resource_StatsIndexDatasources( + $this, + $this->serviceName, + 'datasources', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/index/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_query_searchapplications = new Google_Service_CloudSearch_Resource_StatsQuerySearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/query/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_session_searchapplications = new Google_Service_CloudSearch_Resource_StatsSessionSearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/session/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); + $this->stats_user_searchapplications = new Google_Service_CloudSearch_Resource_StatsUserSearchapplications( + $this, + $this->serviceName, + 'searchapplications', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/stats/user/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'fromDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'toDate.year' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.month' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'fromDate.day' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php new file mode 100644 index 0000000..c159c15 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerQueryStats.php @@ -0,0 +1,54 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_CloudSearch_QueryCountByStatus + */ + public function setQueryCountByStatus($queryCountByStatus) + { + $this->queryCountByStatus = $queryCountByStatus; + } + /** + * @return Google_Service_CloudSearch_QueryCountByStatus + */ + public function getQueryCountByStatus() + { + return $this->queryCountByStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AnnotationSource.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php similarity index 50% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AnnotationSource.php rename to vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php index 2f6b221..0aa8ece 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/AnnotationSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerSessionStats.php @@ -15,23 +15,32 @@ * the License. */ -class Google_Service_CloudHealthcare_AnnotationSource extends Google_Model +class Google_Service_CloudSearch_CustomerSessionStats extends Google_Model { - protected $cloudHealthcareSourceType = 'Google_Service_CloudHealthcare_CloudHealthcareSource'; - protected $cloudHealthcareSourceDataType = ''; + protected $dateType = 'Google_Service_CloudSearch_Date'; + protected $dateDataType = ''; + public $searchSessionsCount; /** - * @param Google_Service_CloudHealthcare_CloudHealthcareSource + * @param Google_Service_CloudSearch_Date */ - public function setCloudHealthcareSource(Google_Service_CloudHealthcare_CloudHealthcareSource $cloudHealthcareSource) + public function setDate(Google_Service_CloudSearch_Date $date) { - $this->cloudHealthcareSource = $cloudHealthcareSource; + $this->date = $date; } /** - * @return Google_Service_CloudHealthcare_CloudHealthcareSource + * @return Google_Service_CloudSearch_Date */ - public function getCloudHealthcareSource() + public function getDate() { - return $this->cloudHealthcareSource; + return $this->date; + } + public function setSearchSessionsCount($searchSessionsCount) + { + $this->searchSessionsCount = $searchSessionsCount; + } + public function getSearchSessionsCount() + { + return $this->searchSessionsCount; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php new file mode 100644 index 0000000..d4cb132 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/CustomerUserStats.php @@ -0,0 +1,64 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setOneDayActiveUsersCount($oneDayActiveUsersCount) + { + $this->oneDayActiveUsersCount = $oneDayActiveUsersCount; + } + public function getOneDayActiveUsersCount() + { + return $this->oneDayActiveUsersCount; + } + public function setSevenDaysActiveUsersCount($sevenDaysActiveUsersCount) + { + $this->sevenDaysActiveUsersCount = $sevenDaysActiveUsersCount; + } + public function getSevenDaysActiveUsersCount() + { + return $this->sevenDaysActiveUsersCount; + } + public function setThirtyDaysActiveUsersCount($thirtyDaysActiveUsersCount) + { + $this->thirtyDaysActiveUsersCount = $thirtyDaysActiveUsersCount; + } + public function getThirtyDaysActiveUsersCount() + { + return $this->thirtyDaysActiveUsersCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.php new file mode 100644 index 0000000..5a4ca24 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerQueryStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerQueryStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.php new file mode 100644 index 0000000..176095b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerSessionStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerSessionStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.php new file mode 100644 index 0000000..021fe21 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetCustomerUserStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_CustomerUserStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.php new file mode 100644 index 0000000..4e651df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationQueryStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_SearchApplicationQueryStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.php new file mode 100644 index 0000000..0545c3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationSessionStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_SearchApplicationSessionStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.php new file mode 100644 index 0000000..dee347a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/GetSearchApplicationUserStatsResponse.php @@ -0,0 +1,38 @@ +stats = $stats; + } + /** + * @return Google_Service_CloudSearch_SearchApplicationUserStats + */ + public function getStats() + { + return $this->stats; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php index e368ede..d3ac145 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/PropertyDefinition.php @@ -35,6 +35,7 @@ class Google_Service_CloudSearch_PropertyDefinition extends Google_Model public $isRepeatable; public $isReturnable; public $isSortable; + public $isSuggestable; public $isWildcardSearchable; public $name; protected $objectPropertyOptionsType = 'Google_Service_CloudSearch_ObjectPropertyOptions'; @@ -174,6 +175,14 @@ class Google_Service_CloudSearch_PropertyDefinition extends Google_Model { return $this->isSortable; } + public function setIsSuggestable($isSuggestable) + { + $this->isSuggestable = $isSuggestable; + } + public function getIsSuggestable() + { + return $this->isSuggestable; + } public function setIsWildcardSearchable($isWildcardSearchable) { $this->isWildcardSearchable = $isWildcardSearchable; diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.php new file mode 100644 index 0000000..ed94dae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryCountByStatus.php @@ -0,0 +1,39 @@ +count = $count; + } + public function getCount() + { + return $this->count; + } + public function setStatusCode($statusCode) + { + $this->statusCode = $statusCode; + } + public function getStatusCode() + { + return $this->statusCode; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php index 78fe0ed..8f2af70 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretation.php @@ -19,6 +19,7 @@ class Google_Service_CloudSearch_QueryInterpretation extends Google_Model { public $interpretationType; public $interpretedQuery; + public $reason; public function setInterpretationType($interpretationType) { @@ -36,4 +37,12 @@ class Google_Service_CloudSearch_QueryInterpretation extends Google_Model { return $this->interpretedQuery; } + public function setReason($reason) + { + $this->reason = $reason; + } + public function getReason() + { + return $this->reason; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php index b2f4bde..bbf255c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/QueryInterpretationOptions.php @@ -18,6 +18,7 @@ class Google_Service_CloudSearch_QueryInterpretationOptions extends Google_Model { public $disableNlInterpretation; + public $enableVerbatimMode; public function setDisableNlInterpretation($disableNlInterpretation) { @@ -27,4 +28,12 @@ class Google_Service_CloudSearch_QueryInterpretationOptions extends Google_Model { return $this->disableNlInterpretation; } + public function setEnableVerbatimMode($enableVerbatimMode) + { + $this->enableVerbatimMode = $enableVerbatimMode; + } + public function getEnableVerbatimMode() + { + return $this->enableVerbatimMode; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php index db56c12..13f7763 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/DebugIdentitysourcesItems.php @@ -33,14 +33,14 @@ class Google_Service_CloudSearch_Resource_DebugIdentitysourcesItems extends Goog * format: identitysources/{source_id}} * @param array $optParams Optional parameters. * - * @opt_param string groupResourceName - * @opt_param string userResourceName * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param int pageSize Maximum number of items to fetch in a request. * Defaults to 100. * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string groupResourceName + * @opt_param string userResourceName * @return Google_Service_CloudSearch_ListItemNamesForUnmappedIdentityResponse */ public function listForunmappedidentity($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php index 67d7e78..f4a455c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/IndexingDatasourcesItems.php @@ -26,14 +26,14 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Google_Service_Resource { /** - * Deletes Item resource for the specified resource name. (items.delete) + * Deletes Item resource for the specified resource name. This API requires an + * admin or service account to execute. The service account used is the one + * whitelisted in the corresponding data source. (items.delete) * * @param string $name Required. Name of the item to delete. Format: * datasources/{source_id}/items/{item_id} * @param array $optParams Optional parameters. * - * @opt_param string connectorName Name of connector making this call. Format: - * datasources/{source_id}/connectors/{ID} * @opt_param string version Required. The incremented version of the item to * delete from the index. The indexing system stores the version from the * datasource as a byte string and compares the Item version in the index to the @@ -45,6 +45,8 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. * @opt_param string mode Required. The RequestMode for this request. + * @opt_param string connectorName Name of connector making this call. Format: + * datasources/{source_id}/connectors/{ID} * @return Google_Service_CloudSearch_Operation */ public function delete($name, $optParams = array()) @@ -55,6 +57,9 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl } /** * Deletes all items in a queue. This method is useful for deleting stale items. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. * (items.deleteQueueItems) * * @param string $name Name of the Data Source to delete items in a queue. @@ -70,7 +75,11 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl return $this->call('deleteQueueItems', array($params), "Google_Service_CloudSearch_Operation"); } /** - * Gets Item resource by item name. (items.get) + * Gets Item resource by item name. + * + * This API requires an admin or service account to execute. The service + * account used is the one whitelisted in the corresponding data source. + * (items.get) * * @param string $name Name of the item to get info. Format: * datasources/{source_id}/items/{item_id} @@ -91,7 +100,10 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl /** * Updates Item ACL, metadata, and content. It will insert the Item if it does * not exist. This method does not support partial updates. Fields with no - * provided values are cleared out in the Cloud Search index. (items.index) + * provided values are cleared out in the Cloud Search index. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.index) * * @param string $name Name of the Item. Format: * datasources/{source_id}/items/{item_id} This is a required field. The maximum @@ -107,18 +119,16 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl return $this->call('index', array($params), "Google_Service_CloudSearch_Operation"); } /** - * Lists all or a subset of Item resources. (items.listIndexingDatasourcesItems) + * Lists all or a subset of Item resources. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. + * (items.listIndexingDatasourcesItems) * * @param string $name Name of the Data Source to list Items. Format: * datasources/{source_id} * @param array $optParams Optional parameters. * - * @opt_param string connectorName Name of connector making this call. Format: - * datasources/{source_id}/connectors/{ID} - * @opt_param bool brief When set to true, the indexing system only populates - * the following fields: name, version, metadata.hash, structured_data.hash, - * content.hash. If this value is false, then all the fields are populated in - * Item. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param int pageSize Maximum number of items to fetch in a request. The @@ -126,6 +136,15 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl * The default value is 10 * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. + * @opt_param string connectorName Name of connector making this call. Format: + * datasources/{source_id}/connectors/{ID} + * @opt_param bool brief When set to true, the indexing system only populates + * the following fields: name, version, queue. metadata.hash, metadata.title, + * metadata.sourceRepositoryURL, metadata.objectType, metadata.createTime, + * metadata.updateTime, metadata.contentLanguage, metadata.mimeType, + * structured_data.hash, content.hash, itemType, itemStatus.code, + * itemStatus.processingError.code, itemStatus.repositoryError.type, If this + * value is false, then all the fields are populated in Item. * @return Google_Service_CloudSearch_ListItemsResponse */ public function listIndexingDatasourcesItems($name, $optParams = array()) @@ -153,7 +172,10 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl * REQUEUE. * * Items automatically become available (unreserved) after 4 hours even if no - * update or push method is called. (items.poll) + * update or push method is called. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.poll) * * @param string $name Name of the Data Source to poll items. Format: * datasources/{source_id} @@ -168,7 +190,10 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl return $this->call('poll', array($params), "Google_Service_CloudSearch_PollItemsResponse"); } /** - * Pushes an item onto a queue for later polling and updating. (items.push) + * Pushes an item onto a queue for later polling and updating. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.push) * * @param string $name Name of the item to push into the indexing queue. Format: * datasources/{source_id}/items/{ID} This is a required field. The maximum @@ -186,7 +211,11 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl /** * Unreserves all items from a queue, making them all eligible to be polled. * This method is useful for resetting the indexing queue after a connector has - * been restarted. (items.unreserve) + * been restarted. + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. + * (items.unreserve) * * @param string $name Name of the Data Source to unreserve all items. Format: * datasources/{source_id} @@ -203,7 +232,9 @@ class Google_Service_CloudSearch_Resource_IndexingDatasourcesItems extends Googl /** * Creates an upload session for uploading item content. For items smaller than * 100 KB, it's easier to embed the content inline within an index request. - * (items.upload) + * + * This API requires an admin or service account to execute. The service account + * used is the one whitelisted in the corresponding data source. (items.upload) * * @param string $name Name of the Item to start a resumable upload. Format: * datasources/{source_id}/items/{item_id}. diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php index e865791..9b8fd13 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/QuerySources.php @@ -31,15 +31,6 @@ class Google_Service_CloudSearch_Resource_QuerySources extends Google_Service_Re * * @param array $optParams Optional parameters. * - * @opt_param string requestOptions.timeZone Current user's time zone id, such - * as "America/Los_Angeles" or "Australia/Sydney". These IDs are defined by - * [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) - * project, and currently available in the file - * [timezone.xml](http://unicode.org/repos/cldr/trunk/common/bcp47/timezone.xml) - * @opt_param string pageToken Number of sources to return in the response. - * @opt_param bool requestOptions.debugOptions.enableDebugging If you are asked - * by Google to help with debugging, set this field. Otherwise, ignore this - * field. * @opt_param string requestOptions.languageCode The BCP-47 language code, such * as "en-US" or "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. For @@ -50,6 +41,17 @@ class Google_Service_CloudSearch_Resource_QuerySources extends Google_Service_Re * only based on characters in the query. * @opt_param string requestOptions.searchApplicationId Id of the application * created using SearchApplicationsService. + * @opt_param string requestOptions.timeZone Current user's time zone id, such + * as "America/Los_Angeles" or "Australia/Sydney". These IDs are defined by + * [Unicode Common Locale Data Repository (CLDR)](http://cldr.unicode.org/) + * project, and currently available in the file [timezone.xml](http://unicode.or + * g/repos/cldr/trunk/common/bcp47/timezone.xml). This field is used to + * correctly interpret date and time queries. If this field is not specified, + * the default time zone (UTC) is used. + * @opt_param string pageToken Number of sources to return in the response. + * @opt_param bool requestOptions.debugOptions.enableDebugging If you are asked + * by Google to help with debugging, set this field. Otherwise, ignore this + * field. * @return Google_Service_CloudSearch_ListQuerySourcesResponse */ public function listQuerySources($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php index ac49bcd..bec5197 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsDatasources.php @@ -76,11 +76,11 @@ class Google_Service_CloudSearch_Resource_SettingsDatasources extends Google_Ser * * @param array $optParams Optional parameters. * - * @opt_param bool debugOptions.enableDebugging If you are asked by Google to - * help with debugging, set this field. Otherwise, ignore this field. * @opt_param string pageToken Starting index of the results. * @opt_param int pageSize Maximum number of datasources to fetch in a request. * The max value is 100. The default value is 10 + * @opt_param bool debugOptions.enableDebugging If you are asked by Google to + * help with debugging, set this field. Otherwise, ignore this field. * @return Google_Service_CloudSearch_ListDataSourceResponse */ public function listSettingsDatasources($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php index f84021f..0ce9bb8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/SettingsSearchapplications.php @@ -78,11 +78,11 @@ class Google_Service_CloudSearch_Resource_SettingsSearchapplications extends Goo * * @param array $optParams Optional parameters. * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. The default value is 10 * @opt_param int pageSize The maximum number of items to return. * @opt_param bool debugOptions.enableDebugging If you are asked by Google to * help with debugging, set this field. Otherwise, ignore this field. - * @opt_param string pageToken The next_page_token value returned from a - * previous List request, if any. The default value is 10 * @return Google_Service_CloudSearch_ListSearchApplicationsResponse */ public function listSettingsSearchapplications($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php index c4d49f4..009f721 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/Stats.php @@ -48,4 +48,67 @@ class Google_Service_CloudSearch_Resource_Stats extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('getIndex', array($params), "Google_Service_CloudSearch_GetCustomerIndexStatsResponse"); } + /** + * Get the query statistics for customer (stats.getQuery) + * + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @return Google_Service_CloudSearch_GetCustomerQueryStatsResponse + */ + public function getQuery($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getQuery', array($params), "Google_Service_CloudSearch_GetCustomerQueryStatsResponse"); + } + /** + * Get the # of search sessions for the customer (stats.getSession) + * + * @param array $optParams Optional parameters. + * + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @return Google_Service_CloudSearch_GetCustomerSessionStatsResponse + */ + public function getSession($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getSession', array($params), "Google_Service_CloudSearch_GetCustomerSessionStatsResponse"); + } + /** + * Get the users statistics for customer (stats.getUser) + * + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @return Google_Service_CloudSearch_GetCustomerUserStatsResponse + */ + public function getUser($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getUser', array($params), "Google_Service_CloudSearch_GetCustomerUserStatsResponse"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php index 51191be..44ca219 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsIndexDatasources.php @@ -32,14 +32,14 @@ class Google_Service_CloudSearch_Resource_StatsIndexDatasources extends Google_S * for, in the following format: "datasources/{source_id}" * @param array $optParams Optional parameters. * - * @opt_param int fromDate.month Month of date. Must be from 1 to 12. - * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for - * the year and month. - * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for * the year and month. * @opt_param int toDate.month Month of date. Must be from 1 to 12. * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. * @return Google_Service_CloudSearch_GetDataSourceIndexStatsResponse */ public function get($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.php new file mode 100644 index 0000000..15309df --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuery.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $query = $cloudsearchService->query; + * + */ +class Google_Service_CloudSearch_Resource_StatsQuery extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.php new file mode 100644 index 0000000..100f777 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsQuerySearchapplications.php @@ -0,0 +1,51 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_StatsQuerySearchapplications extends Google_Service_Resource +{ + /** + * Get the query statistics for search application (searchapplications.get) + * + * @param string $name The resource id of the search application query stats, in + * the following format: searchapplications/{application_id} + * @param array $optParams Optional parameters. + * + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @return Google_Service_CloudSearch_GetSearchApplicationQueryStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationQueryStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.php new file mode 100644 index 0000000..5b3dec9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSession.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $session = $cloudsearchService->session; + * + */ +class Google_Service_CloudSearch_Resource_StatsSession extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.php new file mode 100644 index 0000000..6d264be --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsSessionSearchapplications.php @@ -0,0 +1,52 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_StatsSessionSearchapplications extends Google_Service_Resource +{ + /** + * Get the # of search sessions for the search application + * (searchapplications.get) + * + * @param string $name The resource id of the search application session stats, + * in the following format: searchapplications/{application_id} + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @return Google_Service_CloudSearch_GetSearchApplicationSessionStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationSessionStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.php new file mode 100644 index 0000000..22ab01a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUser.php @@ -0,0 +1,28 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $user = $cloudsearchService->user; + * + */ +class Google_Service_CloudSearch_Resource_StatsUser extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.php new file mode 100644 index 0000000..3b47252 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/Resource/StatsUserSearchapplications.php @@ -0,0 +1,51 @@ + + * $cloudsearchService = new Google_Service_CloudSearch(...); + * $searchapplications = $cloudsearchService->searchapplications; + * + */ +class Google_Service_CloudSearch_Resource_StatsUserSearchapplications extends Google_Service_Resource +{ + /** + * Get the users statistics for search application (searchapplications.get) + * + * @param string $name The resource id of the search application session stats, + * in the following format: searchapplications/{application_id} + * @param array $optParams Optional parameters. + * + * @opt_param int fromDate.year Year of date. Must be from 1 to 9999. + * @opt_param int toDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @opt_param int toDate.month Month of date. Must be from 1 to 12. + * @opt_param int toDate.year Year of date. Must be from 1 to 9999. + * @opt_param int fromDate.month Month of date. Must be from 1 to 12. + * @opt_param int fromDate.day Day of month. Must be from 1 to 31 and valid for + * the year and month. + * @return Google_Service_CloudSearch_GetSearchApplicationUserStatsResponse + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_CloudSearch_GetSearchApplicationUserStatsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.php new file mode 100644 index 0000000..38bbb13 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationQueryStats.php @@ -0,0 +1,54 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + /** + * @param Google_Service_CloudSearch_QueryCountByStatus + */ + public function setQueryCountByStatus($queryCountByStatus) + { + $this->queryCountByStatus = $queryCountByStatus; + } + /** + * @return Google_Service_CloudSearch_QueryCountByStatus + */ + public function getQueryCountByStatus() + { + return $this->queryCountByStatus; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.php new file mode 100644 index 0000000..6d03d44 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationSessionStats.php @@ -0,0 +1,46 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setSearchSessionsCount($searchSessionsCount) + { + $this->searchSessionsCount = $searchSessionsCount; + } + public function getSearchSessionsCount() + { + return $this->searchSessionsCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.php b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.php new file mode 100644 index 0000000..31a923e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudSearch/SearchApplicationUserStats.php @@ -0,0 +1,64 @@ +date = $date; + } + /** + * @return Google_Service_CloudSearch_Date + */ + public function getDate() + { + return $this->date; + } + public function setOneDayActiveUsersCount($oneDayActiveUsersCount) + { + $this->oneDayActiveUsersCount = $oneDayActiveUsersCount; + } + public function getOneDayActiveUsersCount() + { + return $this->oneDayActiveUsersCount; + } + public function setSevenDaysActiveUsersCount($sevenDaysActiveUsersCount) + { + $this->sevenDaysActiveUsersCount = $sevenDaysActiveUsersCount; + } + public function getSevenDaysActiveUsersCount() + { + return $this->sevenDaysActiveUsersCount; + } + public function setThirtyDaysActiveUsersCount($thirtyDaysActiveUsersCount) + { + $this->thirtyDaysActiveUsersCount = $thirtyDaysActiveUsersCount; + } + public function getThirtyDaysActiveUsersCount() + { + return $this->thirtyDaysActiveUsersCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php index c267f85..aebb6a6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution.php @@ -73,20 +73,16 @@ class Google_Service_CloudTalentSolution extends Google_Service 'type' => 'string', 'required' => true, ), - 'type' => array( - 'location' => 'query', - 'type' => 'string', - ), 'languageCodes' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), - 'scope' => array( + 'companyName' => array( 'location' => 'query', 'type' => 'string', ), - 'companyName' => array( + 'scope' => array( 'location' => 'query', 'type' => 'string', ), @@ -102,6 +98,10 @@ class Google_Service_CloudTalentSolution extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'type' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php index 99c4d13..ae229bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTalentSolution/Resource/Projects.php @@ -36,8 +36,6 @@ class Google_Service_CloudTalentSolution_Resource_Projects extends Google_Servic * project". * @param array $optParams Optional parameters. * - * @opt_param string type Optional. The completion topic. The default is - * CompletionType.COMBINED. * @opt_param string languageCodes Optional. The list of languages of the query. * This is the BCP-47 language code, such as "en-US" or "sr-Latn". For more * information, see [Tags for Identifying @@ -53,13 +51,13 @@ class Google_Service_CloudTalentSolution_Resource_Projects extends Google_Servic * or companies having open jobs with the same language_codes are returned. * * The maximum number of allowed characters is 255. - * @opt_param string scope Optional. The scope of the completion. The defaults - * is CompletionScope.PUBLIC. * @opt_param string companyName Optional. If provided, restricts completion to * specified company. * * The format is "projects/{project_id}/companies/{company_id}", for example, * "projects/api-test-project/companies/foo". + * @opt_param string scope Optional. The scope of the completion. The defaults + * is CompletionScope.PUBLIC. * @opt_param int pageSize Required. Completion result count. * * The maximum allowed page size is 10. @@ -84,6 +82,8 @@ class Google_Service_CloudTalentSolution_Resource_Projects extends Google_Servic * or companies having open jobs with the same language_code are returned. * * The maximum number of allowed characters is 255. + * @opt_param string type Optional. The completion topic. The default is + * CompletionType.COMBINED. * @return Google_Service_CloudTalentSolution_CompleteQueryResponse */ public function complete($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php index 720d515..7240070 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks.php @@ -150,10 +150,6 @@ class Google_Service_CloudTasks extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -162,6 +158,10 @@ class Google_Service_CloudTasks extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v2/{+name}', diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php index 7091e04..83f704d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetIamPolicyRequest.php @@ -17,4 +17,21 @@ class Google_Service_CloudTasks_GetIamPolicyRequest extends Google_Model { + protected $optionsType = 'Google_Service_CloudTasks_GetPolicyOptions'; + protected $optionsDataType = ''; + + /** + * @param Google_Service_CloudTasks_GetPolicyOptions + */ + public function setOptions(Google_Service_CloudTasks_GetPolicyOptions $options) + { + $this->options = $options; + } + /** + * @return Google_Service_CloudTasks_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.php new file mode 100644 index 0000000..bf679ef --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php index a7fcd5c..2b1572d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueues.php @@ -38,10 +38,8 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this * method. (queues.create) * - * @param string $parent Required. - * - * The location name in which the queue will be created. For example: - * `projects/PROJECT_ID/locations/LOCATION_ID` + * @param string $parent Required. The location name in which the queue will be + * created. For example: `projects/PROJECT_ID/locations/LOCATION_ID` * * The list of allowed locations can be obtained by calling Cloud Tasks' * implementation of ListLocations. @@ -69,9 +67,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using this * method. (queues.delete) * - * @param string $name Required. - * - * The queue name. For example: + * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_CloudtasksEmpty @@ -85,9 +81,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ /** * Gets a queue. (queues.get) * - * @param string $name Required. - * - * The resource name of the queue. For example: + * @param string $name Required. The resource name of the queue. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_Queue @@ -127,21 +121,10 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * Queues are returned in lexicographical order. * (queues.listProjectsLocationsQueues) * - * @param string $parent Required. - * - * The location name. For example: `projects/PROJECT_ID/locations/LOCATION_ID` + * @param string $parent Required. The location name. For example: + * `projects/PROJECT_ID/locations/LOCATION_ID` * @param array $optParams Optional parameters. * - * @opt_param string filter `filter` can be used to specify a subset of queues. - * Any Queue field can be used as a filter and several operators as supported. - * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as - * described in [Stackdriver's Advanced Logs - * Filters](https://cloud.google.com/logging/docs/view/advanced_filters). - * - * Sample filter "state: PAUSED". - * - * Note that using filters might cause fewer queues than the requested page_size - * to be returned. * @opt_param string pageToken A token identifying the page of results to * return. * @@ -155,6 +138,16 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * maximum. Fewer queues than requested might be returned, even if more queues * exist; use the next_page_token in the response to determine if more queues * exist. + * @opt_param string filter `filter` can be used to specify a subset of queues. + * Any Queue field can be used as a filter and several operators as supported. + * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as + * described in [Stackdriver's Advanced Logs + * Filters](https://cloud.google.com/logging/docs/view/advanced_filters). + * + * Sample filter "state: PAUSED". + * + * Note that using filters might cause fewer queues than the requested page_size + * to be returned. * @return Google_Service_CloudTasks_ListQueuesResponse */ public function listProjectsLocationsQueues($parent, $optParams = array()) @@ -218,9 +211,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * queue is resumed via ResumeQueue. Tasks can still be added when the queue is * paused. A queue is paused if its state is PAUSED. (queues.pause) * - * @param string $name Required. - * - * The queue name. For example: + * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` * @param Google_Service_CloudTasks_PauseQueueRequest $postBody * @param array $optParams Optional parameters. @@ -241,9 +232,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * dispatched before the purge takes effect. A purge is irreversible. * (queues.purge) * - * @param string $name Required. - * - * The queue name. For example: + * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` * @param Google_Service_CloudTasks_PurgeQueueRequest $postBody * @param array $optParams Optional parameters. @@ -268,9 +257,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueues extends Google_ * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). * (queues.resume) * - * @param string $name Required. - * - * The queue name. For example: + * @param string $name Required. The queue name. For example: * `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID` * @param Google_Service_CloudTasks_ResumeQueueRequest $postBody * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php index d69f2ec..ac20c7a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTasks/Resource/ProjectsLocationsQueuesTasks.php @@ -32,9 +32,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Go * * * The maximum task size is 100KB. (tasks.create) * - * @param string $parent Required. - * - * The queue name. For example: + * @param string $parent Required. The queue name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * * The queue must already exist. @@ -54,9 +52,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Go * A task can be deleted if it is scheduled or dispatched. A task cannot be * deleted if it has executed successfully or permanently failed. (tasks.delete) * - * @param string $name Required. - * - * The task name. For example: + * @param string $name Required. The task name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` * @param array $optParams Optional parameters. * @return Google_Service_CloudTasks_CloudtasksEmpty @@ -70,9 +66,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Go /** * Gets a task. (tasks.get) * - * @param string $name Required. - * - * The task name. For example: + * @param string $name Required. The task name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` * @param array $optParams Optional parameters. * @@ -104,9 +98,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Go * The tasks may be returned in any order. The ordering may change at any time. * (tasks.listProjectsLocationsQueuesTasks) * - * @param string $parent Required. - * - * The queue name. For example: + * @param string $parent Required. The queue name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` * @param array $optParams Optional parameters. * @@ -165,9 +157,7 @@ class Google_Service_CloudTasks_Resource_ProjectsLocationsQueuesTasks extends Go * RunTask returns NOT_FOUND when it is called on a task that has already * succeeded or permanently failed. (tasks.run) * - * @param string $name Required. - * - * The task name. For example: + * @param string $name Required. The task name. For example: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` * @param Google_Service_CloudTasks_RunTaskRequest $postBody * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php index ccf4e0f..7a45f01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudTrace/Span.php @@ -29,6 +29,7 @@ class Google_Service_CloudTrace_Span extends Google_Model public $parentSpanId; public $sameProcessAsParentSpan; public $spanId; + public $spanKind; protected $stackTraceType = 'Google_Service_CloudTrace_StackTrace'; protected $stackTraceDataType = ''; public $startTime; @@ -127,6 +128,14 @@ class Google_Service_CloudTrace_Span extends Google_Model { return $this->spanId; } + public function setSpanKind($spanKind) + { + $this->spanKind = $spanKind; + } + public function getSpanKind() + { + return $this->spanKind; + } /** * @param Google_Service_CloudTrace_StackTrace */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php index b3b356c..aa620ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence.php @@ -141,6 +141,10 @@ class Google_Service_CloudVideoIntelligence extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -149,10 +153,6 @@ class Google_Service_CloudVideoIntelligence extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php index e73b203..93e2f9d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1VideoAnnotationResults.php @@ -31,10 +31,14 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoA protected $segmentDataType = ''; protected $segmentLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation'; protected $segmentLabelAnnotationsDataType = 'array'; + protected $segmentPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation'; + protected $segmentPresenceLabelAnnotationsDataType = 'array'; protected $shotAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment'; protected $shotAnnotationsDataType = 'array'; protected $shotLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation'; protected $shotLabelAnnotationsDataType = 'array'; + protected $shotPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation'; + protected $shotPresenceLabelAnnotationsDataType = 'array'; protected $speechTranscriptionsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription'; protected $speechTranscriptionsDataType = 'array'; protected $textAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1TextAnnotation'; @@ -132,6 +136,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoA { return $this->segmentLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoSegment */ @@ -160,6 +178,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1VideoA { return $this->shotLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1SpeechTranscription */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php index 09a5339..eb54319 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1beta2VideoAnnotationResults.php @@ -31,10 +31,14 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2V protected $segmentDataType = ''; protected $segmentLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation'; protected $segmentLabelAnnotationsDataType = 'array'; + protected $segmentPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation'; + protected $segmentPresenceLabelAnnotationsDataType = 'array'; protected $shotAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment'; protected $shotAnnotationsDataType = 'array'; protected $shotLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation'; protected $shotLabelAnnotationsDataType = 'array'; + protected $shotPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation'; + protected $shotPresenceLabelAnnotationsDataType = 'array'; protected $speechTranscriptionsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechTranscription'; protected $speechTranscriptionsDataType = 'array'; protected $textAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2TextAnnotation'; @@ -132,6 +136,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2V { return $this->segmentLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2VideoSegment */ @@ -160,6 +178,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2V { return $this->shotLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2SpeechTranscription */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php index 25208a5..b8dd823 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p1beta1VideoAnnotationResults.php @@ -31,10 +31,14 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta protected $segmentDataType = ''; protected $segmentLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation'; protected $segmentLabelAnnotationsDataType = 'array'; + protected $segmentPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation'; + protected $segmentPresenceLabelAnnotationsDataType = 'array'; protected $shotAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment'; protected $shotAnnotationsDataType = 'array'; protected $shotLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation'; protected $shotLabelAnnotationsDataType = 'array'; + protected $shotPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation'; + protected $shotPresenceLabelAnnotationsDataType = 'array'; protected $speechTranscriptionsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechTranscription'; protected $speechTranscriptionsDataType = 'array'; protected $textAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TextAnnotation'; @@ -132,6 +136,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta { return $this->segmentLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1VideoSegment */ @@ -160,6 +178,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta { return $this->shotLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1SpeechTranscription */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php index 3f6bf77..e91ab33 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p2beta1VideoAnnotationResults.php @@ -31,10 +31,14 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta protected $segmentDataType = ''; protected $segmentLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation'; protected $segmentLabelAnnotationsDataType = 'array'; + protected $segmentPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation'; + protected $segmentPresenceLabelAnnotationsDataType = 'array'; protected $shotAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment'; protected $shotAnnotationsDataType = 'array'; protected $shotLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation'; protected $shotLabelAnnotationsDataType = 'array'; + protected $shotPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation'; + protected $shotPresenceLabelAnnotationsDataType = 'array'; protected $speechTranscriptionsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription'; protected $speechTranscriptionsDataType = 'array'; protected $textAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1TextAnnotation'; @@ -132,6 +136,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta { return $this->segmentLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1VideoSegment */ @@ -160,6 +178,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta { return $this->shotLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1SpeechTranscription */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php index 03b70eb..32b8710 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/GoogleCloudVideointelligenceV1p3beta1VideoAnnotationResults.php @@ -33,10 +33,14 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta protected $segmentDataType = ''; protected $segmentLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation'; protected $segmentLabelAnnotationsDataType = 'array'; + protected $segmentPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation'; + protected $segmentPresenceLabelAnnotationsDataType = 'array'; protected $shotAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment'; protected $shotAnnotationsDataType = 'array'; protected $shotLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation'; protected $shotLabelAnnotationsDataType = 'array'; + protected $shotPresenceLabelAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation'; + protected $shotPresenceLabelAnnotationsDataType = 'array'; protected $speechTranscriptionsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechTranscription'; protected $speechTranscriptionsDataType = 'array'; protected $textAnnotationsType = 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1TextAnnotation'; @@ -148,6 +152,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta { return $this->segmentLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setSegmentPresenceLabelAnnotations($segmentPresenceLabelAnnotations) + { + $this->segmentPresenceLabelAnnotations = $segmentPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getSegmentPresenceLabelAnnotations() + { + return $this->segmentPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1VideoSegment */ @@ -176,6 +194,20 @@ class Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta { return $this->shotLabelAnnotations; } + /** + * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function setShotPresenceLabelAnnotations($shotPresenceLabelAnnotations) + { + $this->shotPresenceLabelAnnotations = $shotPresenceLabelAnnotations; + } + /** + * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1LabelAnnotation + */ + public function getShotPresenceLabelAnnotations() + { + return $this->shotPresenceLabelAnnotations; + } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p3beta1SpeechTranscription */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php index 3ce0a75..663e02c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/CloudVideoIntelligence/Resource/ProjectsLocationsOperations.php @@ -94,9 +94,9 @@ class Google_Service_CloudVideoIntelligence_Resource_ProjectsLocationsOperations * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * + * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. - * @opt_param string filter The standard list filter. * @return Google_Service_CloudVideoIntelligence_GoogleLongrunningListOperationsResponse */ public function listProjectsLocationsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php index a509956..f0c91e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/AuditLogConfig.php @@ -19,7 +19,6 @@ class Google_Service_Cloudbilling_AuditLogConfig extends Google_Collection { protected $collection_key = 'exemptedMembers'; public $exemptedMembers; - public $ignoreChildExemptions; public $logType; public function setExemptedMembers($exemptedMembers) @@ -30,14 +29,6 @@ class Google_Service_Cloudbilling_AuditLogConfig extends Google_Collection { return $this->exemptedMembers; } - public function setIgnoreChildExemptions($ignoreChildExemptions) - { - $this->ignoreChildExemptions = $ignoreChildExemptions; - } - public function getIgnoreChildExemptions() - { - return $this->ignoreChildExemptions; - } public function setLogType($logType) { $this->logType = $logType; diff --git a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php index 812116b..c69e989 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/Resource/BillingAccounts.php @@ -73,8 +73,14 @@ class Google_Service_Cloudbilling_Resource_BillingAccounts extends Google_Servic * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_Cloudbilling_Policy */ public function getIamPolicy($resource, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php index a8b171f..ca23a9a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting.php @@ -91,14 +91,6 @@ class Google_Service_Clouderrorreporting extends Google_Service 'type' => 'string', 'required' => true, ), - 'serviceFilter.version' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'serviceFilter.resourceType' => array( - 'location' => 'query', - 'type' => 'string', - ), 'timeRange.period' => array( 'location' => 'query', 'type' => 'string', @@ -107,11 +99,11 @@ class Google_Service_Clouderrorreporting extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'serviceFilter.service' => array( + 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( + 'serviceFilter.service' => array( 'location' => 'query', 'type' => 'string', ), @@ -119,6 +111,14 @@ class Google_Service_Clouderrorreporting extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'serviceFilter.version' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'serviceFilter.resourceType' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'report' => array( 'path' => 'v1beta1/{+projectName}/events:report', @@ -149,6 +149,22 @@ class Google_Service_Clouderrorreporting extends Google_Service 'type' => 'string', 'required' => true, ), + 'serviceFilter.resourceType' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'alignmentTime' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'timedCountDuration' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'timeRange.period' => array( 'location' => 'query', 'type' => 'string', @@ -170,27 +186,11 @@ class Google_Service_Clouderrorreporting extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'serviceFilter.version' => array( - 'location' => 'query', - 'type' => 'string', - ), 'order' => array( 'location' => 'query', 'type' => 'string', ), - 'serviceFilter.resourceType' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'alignmentTime' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'timedCountDuration' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( + 'serviceFilter.version' => array( 'location' => 'query', 'type' => 'string', ), diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php index bcf8e25..ca2d720 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/Projects.php @@ -28,7 +28,7 @@ class Google_Service_Clouderrorreporting_Resource_Projects extends Google_Servic /** * Deletes all error events of a given project. (projects.deleteEvents) * - * @param string $projectName [Required] The resource name of the Google Cloud + * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/` plus the [Google Cloud Platform * project ID](https://support.google.com/cloud/answer/6158840). Example: * `projects/my-project-123`. diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php index 3e1a52a..cc8f31c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsEvents.php @@ -28,29 +28,29 @@ class Google_Service_Clouderrorreporting_Resource_ProjectsEvents extends Google_ /** * Lists the specified events. (events.listProjectsEvents) * - * @param string $projectName [Required] The resource name of the Google Cloud + * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/` plus the [Google Cloud Platform * project ID](https://support.google.com/cloud/answer/6158840). Example: * `projects/my-project-123`. * @param array $optParams Optional parameters. * - * @opt_param string serviceFilter.version [Optional] The exact value to match - * against [`ServiceContext.version`](/error- - * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). - * @opt_param string serviceFilter.resourceType [Optional] The exact value to - * match against [`ServiceContext.resource_type`](/error- - * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). * @opt_param string timeRange.period Restricts the query to the specified time * range. - * @opt_param string groupId [Required] The group for which events shall be + * @opt_param string groupId Required. The group for which events shall be * returned. - * @opt_param string serviceFilter.service [Optional] The exact value to match + * @opt_param string pageToken Optional. A `next_page_token` provided by a + * previous response. + * @opt_param string serviceFilter.service Optional. The exact value to match * against [`ServiceContext.service`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). - * @opt_param string pageToken [Optional] A `next_page_token` provided by a - * previous response. - * @opt_param int pageSize [Optional] The maximum number of results to return - * per response. + * @opt_param int pageSize Optional. The maximum number of results to return per + * response. + * @opt_param string serviceFilter.version Optional. The exact value to match + * against [`ServiceContext.version`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). + * @opt_param string serviceFilter.resourceType Optional. The exact value to + * match against [`ServiceContext.resource_type`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). * @return Google_Service_Clouderrorreporting_ListEventsResponse */ public function listProjectsEvents($projectName, $optParams = array()) @@ -70,7 +70,7 @@ class Google_Service_Clouderrorreporting_Resource_ProjectsEvents extends Google_ * `POST https://clouderrorreporting.googleapis.com/v1beta1/projects/example- * project/events:report?key=123ABC456` (events.report) * - * @param string $projectName [Required] The resource name of the Google Cloud + * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as `projects/` plus the [Google Cloud Platform * project ID](https://support.google.com/cloud/answer/6158840). Example: * `projects/my-project-123`. diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php index e2f9a28..6ed81e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroupStats.php @@ -28,38 +28,38 @@ class Google_Service_Clouderrorreporting_Resource_ProjectsGroupStats extends Goo /** * Lists the specified groups. (groupStats.listProjectsGroupStats) * - * @param string $projectName [Required] The resource name of the Google Cloud + * @param string $projectName Required. The resource name of the Google Cloud * Platform project. Written as projects/ plus the Google Cloud Platform project * ID. * * Example: projects/my-project-123. * @param array $optParams Optional parameters. * - * @opt_param string timeRange.period Restricts the query to the specified time - * range. - * @opt_param string alignment [Optional] The alignment of the timed counts to - * be returned. Default is `ALIGNMENT_EQUAL_AT_END`. - * @opt_param string groupId [Optional] List all ErrorGroupStats with these IDs. - * @opt_param string serviceFilter.service [Optional] The exact value to match - * against [`ServiceContext.service`](/error- - * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). - * @opt_param int pageSize [Optional] The maximum number of results to return - * per response. Default is 20. - * @opt_param string serviceFilter.version [Optional] The exact value to match - * against [`ServiceContext.version`](/error- - * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). - * @opt_param string order [Optional] The sort order in which the results are - * returned. Default is `COUNT_DESC`. - * @opt_param string serviceFilter.resourceType [Optional] The exact value to + * @opt_param string serviceFilter.resourceType Optional. The exact value to * match against [`ServiceContext.resource_type`](/error- * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.resource_type). - * @opt_param string alignmentTime [Optional] Time where the timed counts shall + * @opt_param string alignmentTime Optional. Time where the timed counts shall * be aligned if rounded alignment is chosen. Default is 00:00 UTC. - * @opt_param string timedCountDuration [Optional] The preferred duration for a + * @opt_param string timedCountDuration Optional. The preferred duration for a * single returned `TimedCount`. If not set, no timed counts are returned. - * @opt_param string pageToken [Optional] A `next_page_token` provided by a + * @opt_param string pageToken Optional. A `next_page_token` provided by a * previous response. To view additional results, pass this token along with the * identical query parameters as the first request. + * @opt_param string timeRange.period Restricts the query to the specified time + * range. + * @opt_param string alignment Optional. The alignment of the timed counts to be + * returned. Default is `ALIGNMENT_EQUAL_AT_END`. + * @opt_param string groupId Optional. List all ErrorGroupStats with these IDs. + * @opt_param string serviceFilter.service Optional. The exact value to match + * against [`ServiceContext.service`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service). + * @opt_param int pageSize Optional. The maximum number of results to return per + * response. Default is 20. + * @opt_param string order Optional. The sort order in which the results are + * returned. Default is `COUNT_DESC`. + * @opt_param string serviceFilter.version Optional. The exact value to match + * against [`ServiceContext.version`](/error- + * reporting/reference/rest/v1beta1/ServiceContext#FIELDS.version). * @return Google_Service_Clouderrorreporting_ListGroupStatsResponse */ public function listProjectsGroupStats($projectName, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php index 1db6cc3..b80b1ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php +++ b/vendor/google/apiclient-services/src/Google/Service/Clouderrorreporting/Resource/ProjectsGroups.php @@ -28,7 +28,7 @@ class Google_Service_Clouderrorreporting_Resource_ProjectsGroups extends Google_ /** * Get the specified group. (groups.get) * - * @param string $groupName [Required] The group resource name. Written as + * @param string $groupName Required. The group resource name. Written as * projects/projectID/groups/group_name. Call * * groupStats.list to return a list of groups belonging to this project. diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute.php b/vendor/google/apiclient-services/src/Google/Service/Compute.php index b48386a..06a6b27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute.php @@ -56,6 +56,7 @@ class Google_Service_Compute extends Google_Service public $backendServices; public $diskTypes; public $disks; + public $externalVpnGateways; public $firewalls; public $forwardingRules; public $globalAddresses; @@ -86,9 +87,14 @@ class Google_Service_Compute extends Google_Service public $regionCommitments; public $regionDiskTypes; public $regionDisks; + public $regionHealthChecks; public $regionInstanceGroupManagers; public $regionInstanceGroups; public $regionOperations; + public $regionSslCertificates; + public $regionTargetHttpProxies; + public $regionTargetHttpsProxies; + public $regionUrlMaps; public $regions; public $reservations; public $resourcePolicies; @@ -107,6 +113,7 @@ class Google_Service_Compute extends Google_Service public $targetTcpProxies; public $targetVpnGateways; public $urlMaps; + public $vpnGateways; public $vpnTunnels; public $zoneOperations; public $zones; @@ -120,7 +127,7 @@ class Google_Service_Compute extends Google_Service public function __construct(Google_Client $client, $rootUrl = null) { parent::__construct($client); - $this->rootUrl = $rootUrl ?: 'https://www.googleapis.com/'; + $this->rootUrl = $rootUrl ?: 'https://compute.googleapis.com/'; $this->servicePath = 'compute/v1/projects/'; $this->batchPath = 'batch/compute/v1'; $this->version = 'v1'; @@ -1314,6 +1321,120 @@ class Google_Service_Compute extends Google_Service ) ) ); + $this->externalVpnGateways = new Google_Service_Compute_Resource_ExternalVpnGateways( + $this, + $this->serviceName, + 'externalVpnGateways', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/global/externalVpnGateways/{externalVpnGateway}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'externalVpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/global/externalVpnGateways/{externalVpnGateway}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'externalVpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/global/externalVpnGateways', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/global/externalVpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setLabels' => array( + 'path' => '{project}/global/externalVpnGateways/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/global/externalVpnGateways/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->firewalls = new Google_Service_Compute_Resource_Firewalls( $this, $this->serviceName, @@ -1875,7 +1996,33 @@ class Google_Service_Compute extends Google_Service 'healthChecks', array( 'methods' => array( - 'delete' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/healthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( 'path' => '{project}/global/healthChecks/{healthCheck}', 'httpMethod' => 'DELETE', 'parameters' => array( @@ -3968,6 +4115,30 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', ), ), + ),'updateDisplayDevice' => array( + 'path' => '{project}/zones/{zone}/instances/{instance}/updateDisplayDevice', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'zone' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'instance' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), ),'updateNetworkInterface' => array( 'path' => '{project}/zones/{zone}/instances/{instance}/updateNetworkInterface', 'httpMethod' => 'PATCH', @@ -4994,6 +5165,25 @@ class Google_Service_Compute extends Google_Service 'type' => 'string', ), ), + ),'updatePeering' => array( + 'path' => '{project}/global/networks/{network}/updatePeering', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'network' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), ), ) ) @@ -6523,6 +6713,158 @@ class Google_Service_Compute extends Google_Service ) ) ); + $this->regionHealthChecks = new Google_Service_Compute_Resource_RegionHealthChecks( + $this, + $this->serviceName, + 'regionHealthChecks', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/healthChecks', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/healthChecks', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/healthChecks/{healthCheck}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'healthCheck' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); $this->regionInstanceGroupManagers = new Google_Service_Compute_Resource_RegionInstanceGroupManagers( $this, $this->serviceName, @@ -7038,6 +7380,562 @@ class Google_Service_Compute extends Google_Service ) ) ); + $this->regionSslCertificates = new Google_Service_Compute_Resource_RegionSslCertificates( + $this, + $this->serviceName, + 'regionSslCertificates', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/sslCertificates/{sslCertificate}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslCertificate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/sslCertificates/{sslCertificate}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'sslCertificate' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/sslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/sslCertificates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionTargetHttpProxies = new Google_Service_Compute_Resource_RegionTargetHttpProxies( + $this, + $this->serviceName, + 'regionTargetHttpProxies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUrlMap' => array( + 'path' => '{project}/regions/{region}/targetHttpProxies/{targetHttpProxy}/setUrlMap', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionTargetHttpsProxies = new Google_Service_Compute_Resource_RegionTargetHttpsProxies( + $this, + $this->serviceName, + 'regionTargetHttpsProxies', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setSslCertificates' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setUrlMap' => array( + 'path' => '{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setUrlMap', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'targetHttpsProxy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->regionUrlMaps = new Google_Service_Compute_Resource_RegionUrlMaps( + $this, + $this->serviceName, + 'regionUrlMaps', + array( + 'methods' => array( + 'delete' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/urlMaps', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/urlMaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'validate' => array( + 'path' => '{project}/regions/{region}/urlMaps/{urlMap}/validate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'urlMap' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->regions = new Google_Service_Compute_Resource_Regions( $this, $this->serviceName, @@ -8142,7 +9040,33 @@ class Google_Service_Compute extends Google_Service 'sslCertificates', array( 'methods' => array( - 'delete' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/sslCertificates', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( 'path' => '{project}/global/sslCertificates/{sslCertificate}', 'httpMethod' => 'DELETE', 'parameters' => array( @@ -8643,7 +9567,33 @@ class Google_Service_Compute extends Google_Service 'targetHttpProxies', array( 'methods' => array( - 'delete' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/targetHttpProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( 'path' => '{project}/global/targetHttpProxies/{targetHttpProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( @@ -8746,7 +9696,33 @@ class Google_Service_Compute extends Google_Service 'targetHttpsProxies', array( 'methods' => array( - 'delete' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/targetHttpsProxies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( 'path' => '{project}/global/targetHttpsProxies/{targetHttpsProxy}', 'httpMethod' => 'DELETE', 'parameters' => array( @@ -9722,7 +10698,33 @@ class Google_Service_Compute extends Google_Service 'urlMaps', array( 'methods' => array( - 'delete' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/urlMaps', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( 'path' => '{project}/global/urlMaps/{urlMap}', 'httpMethod' => 'DELETE', 'parameters' => array( @@ -9872,6 +10874,200 @@ class Google_Service_Compute extends Google_Service ) ) ); + $this->vpnGateways = new Google_Service_Compute_Resource_VpnGateways( + $this, + $this->serviceName, + 'vpnGateways', + array( + 'methods' => array( + 'aggregatedList' => array( + 'path' => '{project}/aggregated/vpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{vpnGateway}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{vpnGateway}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getStatus' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{vpnGateway}/getStatus', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'vpnGateway' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'insert' => array( + 'path' => '{project}/regions/{region}/vpnGateways', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/regions/{region}/vpnGateways', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'orderBy' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'setLabels' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{resource}/setLabels', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'testIamPermissions' => array( + 'path' => '{project}/regions/{region}/vpnGateways/{resource}/testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'region' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->vpnTunnels = new Google_Service_Compute_Resource_VpnTunnels( $this, $this->serviceName, diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php index 5e4a65b..008caba 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/AuditLogConfig.php @@ -19,6 +19,7 @@ class Google_Service_Compute_AuditLogConfig extends Google_Collection { protected $collection_key = 'exemptedMembers'; public $exemptedMembers; + public $ignoreChildExemptions; public $logType; public function setExemptedMembers($exemptedMembers) @@ -29,6 +30,14 @@ class Google_Service_Compute_AuditLogConfig extends Google_Collection { return $this->exemptedMembers; } + public function setIgnoreChildExemptions($ignoreChildExemptions) + { + $this->ignoreChildExemptions = $ignoreChildExemptions; + } + public function getIgnoreChildExemptions() + { + return $this->ignoreChildExemptions; + } public function setLogType($logType) { $this->logType = $logType; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php index 038e004..6b48bd6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/BackendService.php @@ -23,8 +23,12 @@ class Google_Service_Compute_BackendService extends Google_Collection protected $backendsDataType = 'array'; protected $cdnPolicyType = 'Google_Service_Compute_BackendServiceCdnPolicy'; protected $cdnPolicyDataType = ''; + protected $circuitBreakersType = 'Google_Service_Compute_CircuitBreakers'; + protected $circuitBreakersDataType = ''; protected $connectionDrainingType = 'Google_Service_Compute_ConnectionDraining'; protected $connectionDrainingDataType = ''; + protected $consistentHashType = 'Google_Service_Compute_ConsistentHashLoadBalancerSettings'; + protected $consistentHashDataType = ''; public $creationTimestamp; public $customRequestHeaders; public $description; @@ -36,7 +40,10 @@ class Google_Service_Compute_BackendService extends Google_Collection public $id; public $kind; public $loadBalancingScheme; + public $localityLbPolicy; public $name; + protected $outlierDetectionType = 'Google_Service_Compute_OutlierDetection'; + protected $outlierDetectionDataType = ''; public $port; public $portName; public $protocol; @@ -82,6 +89,20 @@ class Google_Service_Compute_BackendService extends Google_Collection { return $this->cdnPolicy; } + /** + * @param Google_Service_Compute_CircuitBreakers + */ + public function setCircuitBreakers(Google_Service_Compute_CircuitBreakers $circuitBreakers) + { + $this->circuitBreakers = $circuitBreakers; + } + /** + * @return Google_Service_Compute_CircuitBreakers + */ + public function getCircuitBreakers() + { + return $this->circuitBreakers; + } /** * @param Google_Service_Compute_ConnectionDraining */ @@ -96,6 +117,20 @@ class Google_Service_Compute_BackendService extends Google_Collection { return $this->connectionDraining; } + /** + * @param Google_Service_Compute_ConsistentHashLoadBalancerSettings + */ + public function setConsistentHash(Google_Service_Compute_ConsistentHashLoadBalancerSettings $consistentHash) + { + $this->consistentHash = $consistentHash; + } + /** + * @return Google_Service_Compute_ConsistentHashLoadBalancerSettings + */ + public function getConsistentHash() + { + return $this->consistentHash; + } public function setCreationTimestamp($creationTimestamp) { $this->creationTimestamp = $creationTimestamp; @@ -182,6 +217,14 @@ class Google_Service_Compute_BackendService extends Google_Collection { return $this->loadBalancingScheme; } + public function setLocalityLbPolicy($localityLbPolicy) + { + $this->localityLbPolicy = $localityLbPolicy; + } + public function getLocalityLbPolicy() + { + return $this->localityLbPolicy; + } public function setName($name) { $this->name = $name; @@ -190,6 +233,20 @@ class Google_Service_Compute_BackendService extends Google_Collection { return $this->name; } + /** + * @param Google_Service_Compute_OutlierDetection + */ + public function setOutlierDetection(Google_Service_Compute_OutlierDetection $outlierDetection) + { + $this->outlierDetection = $outlierDetection; + } + /** + * @return Google_Service_Compute_OutlierDetection + */ + public function getOutlierDetection() + { + return $this->outlierDetection; + } public function setPort($port) { $this->port = $port; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.php new file mode 100644 index 0000000..5b587ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CircuitBreakers.php @@ -0,0 +1,66 @@ +maxConnections = $maxConnections; + } + public function getMaxConnections() + { + return $this->maxConnections; + } + public function setMaxPendingRequests($maxPendingRequests) + { + $this->maxPendingRequests = $maxPendingRequests; + } + public function getMaxPendingRequests() + { + return $this->maxPendingRequests; + } + public function setMaxRequests($maxRequests) + { + $this->maxRequests = $maxRequests; + } + public function getMaxRequests() + { + return $this->maxRequests; + } + public function setMaxRequestsPerConnection($maxRequestsPerConnection) + { + $this->maxRequestsPerConnection = $maxRequestsPerConnection; + } + public function getMaxRequestsPerConnection() + { + return $this->maxRequestsPerConnection; + } + public function setMaxRetries($maxRetries) + { + $this->maxRetries = $maxRetries; + } + public function getMaxRetries() + { + return $this->maxRetries; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.php new file mode 100644 index 0000000..11b2114 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettings.php @@ -0,0 +1,55 @@ +httpCookie = $httpCookie; + } + /** + * @return Google_Service_Compute_ConsistentHashLoadBalancerSettingsHttpCookie + */ + public function getHttpCookie() + { + return $this->httpCookie; + } + public function setHttpHeaderName($httpHeaderName) + { + $this->httpHeaderName = $httpHeaderName; + } + public function getHttpHeaderName() + { + return $this->httpHeaderName; + } + public function setMinimumRingSize($minimumRingSize) + { + $this->minimumRingSize = $minimumRingSize; + } + public function getMinimumRingSize() + { + return $this->minimumRingSize; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.php new file mode 100644 index 0000000..b1d49f7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ConsistentHashLoadBalancerSettingsHttpCookie.php @@ -0,0 +1,55 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setTtl(Google_Service_Compute_Duration $ttl) + { + $this->ttl = $ttl; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getTtl() + { + return $this->ttl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.php new file mode 100644 index 0000000..b68ed1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/CorsPolicy.php @@ -0,0 +1,94 @@ +allowCredentials = $allowCredentials; + } + public function getAllowCredentials() + { + return $this->allowCredentials; + } + public function setAllowHeaders($allowHeaders) + { + $this->allowHeaders = $allowHeaders; + } + public function getAllowHeaders() + { + return $this->allowHeaders; + } + public function setAllowMethods($allowMethods) + { + $this->allowMethods = $allowMethods; + } + public function getAllowMethods() + { + return $this->allowMethods; + } + public function setAllowOriginRegexes($allowOriginRegexes) + { + $this->allowOriginRegexes = $allowOriginRegexes; + } + public function getAllowOriginRegexes() + { + return $this->allowOriginRegexes; + } + public function setAllowOrigins($allowOrigins) + { + $this->allowOrigins = $allowOrigins; + } + public function getAllowOrigins() + { + return $this->allowOrigins; + } + public function setDisabled($disabled) + { + $this->disabled = $disabled; + } + public function getDisabled() + { + return $this->disabled; + } + public function setExposeHeaders($exposeHeaders) + { + $this->exposeHeaders = $exposeHeaders; + } + public function getExposeHeaders() + { + return $this->exposeHeaders; + } + public function setMaxAge($maxAge) + { + $this->maxAge = $maxAge; + } + public function getMaxAge() + { + return $this->maxAge; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.php b/vendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.php new file mode 100644 index 0000000..0b291b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/DisplayDevice.php @@ -0,0 +1,30 @@ +enableDisplay = $enableDisplay; + } + public function getEnableDisplay() + { + return $this->enableDisplay; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Duration.php similarity index 65% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Vertex.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/Duration.php index 24b4505..2d0c5dd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Vertex.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Duration.php @@ -15,25 +15,25 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1Vertex extends Google_Model +class Google_Service_Compute_Duration extends Google_Model { - public $x; - public $y; + public $nanos; + public $seconds; - public function setX($x) + public function setNanos($nanos) { - $this->x = $x; + $this->nanos = $nanos; } - public function getX() + public function getNanos() { - return $this->x; + return $this->nanos; } - public function setY($y) + public function setSeconds($seconds) { - $this->y = $y; + $this->seconds = $seconds; } - public function getY() + public function getSeconds() { - return $this->y; + return $this->seconds; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.php new file mode 100644 index 0000000..edd3e42 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGateway.php @@ -0,0 +1,119 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ExternalVpnGatewayInterface + */ + public function setInterfaces($interfaces) + { + $this->interfaces = $interfaces; + } + /** + * @return Google_Service_Compute_ExternalVpnGatewayInterface + */ + public function getInterfaces() + { + return $this->interfaces; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setRedundancyType($redundancyType) + { + $this->redundancyType = $redundancyType; + } + public function getRedundancyType() + { + return $this->redundancyType; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SnapshotJobRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.php similarity index 64% rename from vendor/google/apiclient-services/src/Google/Service/Dataflow/SnapshotJobRequest.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.php index 08e0dc4..2a625c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/SnapshotJobRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayInterface.php @@ -15,25 +15,25 @@ * the License. */ -class Google_Service_Dataflow_SnapshotJobRequest extends Google_Model +class Google_Service_Compute_ExternalVpnGatewayInterface extends Google_Model { - public $location; - public $ttl; + public $id; + public $ipAddress; - public function setLocation($location) + public function setId($id) { - $this->location = $location; + $this->id = $id; } - public function getLocation() + public function getId() { - return $this->location; + return $this->id; } - public function setTtl($ttl) + public function setIpAddress($ipAddress) { - $this->ttl = $ttl; + $this->ipAddress = $ipAddress; } - public function getTtl() + public function getIpAddress() { - return $this->ttl; + return $this->ipAddress; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.php new file mode 100644 index 0000000..e6d72cf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayList.php @@ -0,0 +1,99 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_ExternalVpnGateway + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_ExternalVpnGateway + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_ExternalVpnGatewayListWarning + */ + public function setWarning(Google_Service_Compute_ExternalVpnGatewayListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_ExternalVpnGatewayListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.php new file mode 100644 index 0000000..4248f41 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_ExternalVpnGatewayListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_ExternalVpnGatewayListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductKeyValue.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.php similarity index 90% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductKeyValue.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.php index 8c8edda..bfdf1a1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductKeyValue.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ExternalVpnGatewayListWarningData.php @@ -15,7 +15,7 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductKeyValue extends Google_Model +class Google_Service_Compute_ExternalVpnGatewayListWarningData extends Google_Model { public $key; public $value; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php index 9c4514d..cca0641 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/ForwardingRule.php @@ -32,6 +32,8 @@ class Google_Service_Compute_ForwardingRule extends Google_Collection public $ipVersion; public $kind; public $loadBalancingScheme; + protected $metadataFiltersType = 'Google_Service_Compute_MetadataFilter'; + protected $metadataFiltersDataType = 'array'; public $name; public $network; public $networkTier; @@ -124,6 +126,20 @@ class Google_Service_Compute_ForwardingRule extends Google_Collection { return $this->loadBalancingScheme; } + /** + * @param Google_Service_Compute_MetadataFilter + */ + public function setMetadataFilters($metadataFilters) + { + $this->metadataFilters = $metadataFilters; + } + /** + * @return Google_Service_Compute_MetadataFilter + */ + public function getMetadataFilters() + { + return $this->metadataFilters; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php index 3618f20..10c6891 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthCheck.php @@ -30,6 +30,7 @@ class Google_Service_Compute_HealthCheck extends Google_Model public $id; public $kind; public $name; + public $region; public $selfLink; protected $sslHealthCheckType = 'Google_Service_Compute_SSLHealthCheck'; protected $sslHealthCheckDataType = ''; @@ -137,6 +138,14 @@ class Google_Service_Compute_HealthCheck extends Google_Model { return $this->name; } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.php new file mode 100644 index 0000000..0e12d58 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_HealthChecksScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_HealthChecksScopedList + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_HealthChecksAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_HealthChecksAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HealthChecksAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.php new file mode 100644 index 0000000..381b0f4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HealthChecksAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HealthChecksAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.php new file mode 100644 index 0000000..7f9952a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.php new file mode 100644 index 0000000..9494fe7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedList.php @@ -0,0 +1,54 @@ +healthChecks = $healthChecks; + } + /** + * @return Google_Service_Compute_HealthCheck + */ + public function getHealthChecks() + { + return $this->healthChecks; + } + /** + * @param Google_Service_Compute_HealthChecksScopedListWarning + */ + public function setWarning(Google_Service_Compute_HealthChecksScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_HealthChecksScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.php new file mode 100644 index 0000000..8877ceb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_HealthChecksScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_HealthChecksScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Property.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.php similarity index 67% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Property.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.php index 8d19e13..4dbd947 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Property.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HealthChecksScopedListWarningData.php @@ -15,27 +15,18 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1Property extends Google_Model +class Google_Service_Compute_HealthChecksScopedListWarningData extends Google_Model { - public $name; - public $uint64Value; + public $key; public $value; - public function setName($name) + public function setKey($key) { - $this->name = $name; + $this->key = $key; } - public function getName() + public function getKey() { - return $this->name; - } - public function setUint64Value($uint64Value) - { - $this->uint64Value = $uint64Value; - } - public function getUint64Value() - { - return $this->uint64Value; + return $this->key; } public function setValue($value) { diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.php new file mode 100644 index 0000000..e6af2a3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultAbort.php @@ -0,0 +1,39 @@ +httpStatus = $httpStatus; + } + public function getHttpStatus() + { + return $this->httpStatus; + } + public function setPercentage($percentage) + { + $this->percentage = $percentage; + } + public function getPercentage() + { + return $this->percentage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.php similarity index 51% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotation.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.php index e32be25..8859a30 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultDelay.php @@ -15,33 +15,32 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation extends Google_Collection +class Google_Service_Compute_HttpFaultDelay extends Google_Model { - protected $collection_key = 'pages'; - protected $pagesType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1Page'; - protected $pagesDataType = 'array'; - public $text; + protected $fixedDelayType = 'Google_Service_Compute_Duration'; + protected $fixedDelayDataType = ''; + public $percentage; /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Page + * @param Google_Service_Compute_Duration */ - public function setPages($pages) + public function setFixedDelay(Google_Service_Compute_Duration $fixedDelay) { - $this->pages = $pages; + $this->fixedDelay = $fixedDelay; } /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Page + * @return Google_Service_Compute_Duration */ - public function getPages() + public function getFixedDelay() { - return $this->pages; + return $this->fixedDelay; } - public function setText($text) + public function setPercentage($percentage) { - $this->text = $text; + $this->percentage = $percentage; } - public function getText() + public function getPercentage() { - return $this->text; + return $this->percentage; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.php new file mode 100644 index 0000000..3877497 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpFaultInjection.php @@ -0,0 +1,53 @@ +abort = $abort; + } + /** + * @return Google_Service_Compute_HttpFaultAbort + */ + public function getAbort() + { + return $this->abort; + } + /** + * @param Google_Service_Compute_HttpFaultDelay + */ + public function setDelay(Google_Service_Compute_HttpFaultDelay $delay) + { + $this->delay = $delay; + } + /** + * @return Google_Service_Compute_HttpFaultDelay + */ + public function getDelay() + { + return $this->delay; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.php new file mode 100644 index 0000000..37f5d0d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderAction.php @@ -0,0 +1,72 @@ +requestHeadersToAdd = $requestHeadersToAdd; + } + /** + * @return Google_Service_Compute_HttpHeaderOption + */ + public function getRequestHeadersToAdd() + { + return $this->requestHeadersToAdd; + } + public function setRequestHeadersToRemove($requestHeadersToRemove) + { + $this->requestHeadersToRemove = $requestHeadersToRemove; + } + public function getRequestHeadersToRemove() + { + return $this->requestHeadersToRemove; + } + /** + * @param Google_Service_Compute_HttpHeaderOption + */ + public function setResponseHeadersToAdd($responseHeadersToAdd) + { + $this->responseHeadersToAdd = $responseHeadersToAdd; + } + /** + * @return Google_Service_Compute_HttpHeaderOption + */ + public function getResponseHeadersToAdd() + { + return $this->responseHeadersToAdd; + } + public function setResponseHeadersToRemove($responseHeadersToRemove) + { + $this->responseHeadersToRemove = $responseHeadersToRemove; + } + public function getResponseHeadersToRemove() + { + return $this->responseHeadersToRemove; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.php new file mode 100644 index 0000000..e038d3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderMatch.php @@ -0,0 +1,100 @@ +exactMatch = $exactMatch; + } + public function getExactMatch() + { + return $this->exactMatch; + } + public function setHeaderName($headerName) + { + $this->headerName = $headerName; + } + public function getHeaderName() + { + return $this->headerName; + } + public function setInvertMatch($invertMatch) + { + $this->invertMatch = $invertMatch; + } + public function getInvertMatch() + { + return $this->invertMatch; + } + public function setPrefixMatch($prefixMatch) + { + $this->prefixMatch = $prefixMatch; + } + public function getPrefixMatch() + { + return $this->prefixMatch; + } + public function setPresentMatch($presentMatch) + { + $this->presentMatch = $presentMatch; + } + public function getPresentMatch() + { + return $this->presentMatch; + } + /** + * @param Google_Service_Compute_Int64RangeMatch + */ + public function setRangeMatch(Google_Service_Compute_Int64RangeMatch $rangeMatch) + { + $this->rangeMatch = $rangeMatch; + } + /** + * @return Google_Service_Compute_Int64RangeMatch + */ + public function getRangeMatch() + { + return $this->rangeMatch; + } + public function setRegexMatch($regexMatch) + { + $this->regexMatch = $regexMatch; + } + public function getRegexMatch() + { + return $this->regexMatch; + } + public function setSuffixMatch($suffixMatch) + { + $this->suffixMatch = $suffixMatch; + } + public function getSuffixMatch() + { + return $this->suffixMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.php new file mode 100644 index 0000000..ee1432e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpHeaderOption.php @@ -0,0 +1,48 @@ +headerName = $headerName; + } + public function getHeaderName() + { + return $this->headerName; + } + public function setHeaderValue($headerValue) + { + $this->headerValue = $headerValue; + } + public function getHeaderValue() + { + return $this->headerValue; + } + public function setReplace($replace) + { + $this->replace = $replace; + } + public function getReplace() + { + return $this->replace; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.php new file mode 100644 index 0000000..47be76f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpQueryParameterMatch.php @@ -0,0 +1,57 @@ +exactMatch = $exactMatch; + } + public function getExactMatch() + { + return $this->exactMatch; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setPresentMatch($presentMatch) + { + $this->presentMatch = $presentMatch; + } + public function getPresentMatch() + { + return $this->presentMatch; + } + public function setRegexMatch($regexMatch) + { + $this->regexMatch = $regexMatch; + } + public function getRegexMatch() + { + return $this->regexMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.php new file mode 100644 index 0000000..348031e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRedirectAction.php @@ -0,0 +1,75 @@ +hostRedirect = $hostRedirect; + } + public function getHostRedirect() + { + return $this->hostRedirect; + } + public function setHttpsRedirect($httpsRedirect) + { + $this->httpsRedirect = $httpsRedirect; + } + public function getHttpsRedirect() + { + return $this->httpsRedirect; + } + public function setPathRedirect($pathRedirect) + { + $this->pathRedirect = $pathRedirect; + } + public function getPathRedirect() + { + return $this->pathRedirect; + } + public function setPrefixRedirect($prefixRedirect) + { + $this->prefixRedirect = $prefixRedirect; + } + public function getPrefixRedirect() + { + return $this->prefixRedirect; + } + public function setRedirectResponseCode($redirectResponseCode) + { + $this->redirectResponseCode = $redirectResponseCode; + } + public function getRedirectResponseCode() + { + return $this->redirectResponseCode; + } + public function setStripQuery($stripQuery) + { + $this->stripQuery = $stripQuery; + } + public function getStripQuery() + { + return $this->stripQuery; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.php new file mode 100644 index 0000000..659115e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRetryPolicy.php @@ -0,0 +1,56 @@ +numRetries = $numRetries; + } + public function getNumRetries() + { + return $this->numRetries; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setPerTryTimeout(Google_Service_Compute_Duration $perTryTimeout) + { + $this->perTryTimeout = $perTryTimeout; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getPerTryTimeout() + { + return $this->perTryTimeout; + } + public function setRetryConditions($retryConditions) + { + $this->retryConditions = $retryConditions; + } + public function getRetryConditions() + { + return $this->retryConditions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.php new file mode 100644 index 0000000..cfb7b76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteAction.php @@ -0,0 +1,134 @@ +corsPolicy = $corsPolicy; + } + /** + * @return Google_Service_Compute_CorsPolicy + */ + public function getCorsPolicy() + { + return $this->corsPolicy; + } + /** + * @param Google_Service_Compute_HttpFaultInjection + */ + public function setFaultInjectionPolicy(Google_Service_Compute_HttpFaultInjection $faultInjectionPolicy) + { + $this->faultInjectionPolicy = $faultInjectionPolicy; + } + /** + * @return Google_Service_Compute_HttpFaultInjection + */ + public function getFaultInjectionPolicy() + { + return $this->faultInjectionPolicy; + } + /** + * @param Google_Service_Compute_RequestMirrorPolicy + */ + public function setRequestMirrorPolicy(Google_Service_Compute_RequestMirrorPolicy $requestMirrorPolicy) + { + $this->requestMirrorPolicy = $requestMirrorPolicy; + } + /** + * @return Google_Service_Compute_RequestMirrorPolicy + */ + public function getRequestMirrorPolicy() + { + return $this->requestMirrorPolicy; + } + /** + * @param Google_Service_Compute_HttpRetryPolicy + */ + public function setRetryPolicy(Google_Service_Compute_HttpRetryPolicy $retryPolicy) + { + $this->retryPolicy = $retryPolicy; + } + /** + * @return Google_Service_Compute_HttpRetryPolicy + */ + public function getRetryPolicy() + { + return $this->retryPolicy; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setTimeout(Google_Service_Compute_Duration $timeout) + { + $this->timeout = $timeout; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getTimeout() + { + return $this->timeout; + } + /** + * @param Google_Service_Compute_UrlRewrite + */ + public function setUrlRewrite(Google_Service_Compute_UrlRewrite $urlRewrite) + { + $this->urlRewrite = $urlRewrite; + } + /** + * @return Google_Service_Compute_UrlRewrite + */ + public function getUrlRewrite() + { + return $this->urlRewrite; + } + /** + * @param Google_Service_Compute_WeightedBackendService + */ + public function setWeightedBackendServices($weightedBackendServices) + { + $this->weightedBackendServices = $weightedBackendServices; + } + /** + * @return Google_Service_Compute_WeightedBackendService + */ + public function getWeightedBackendServices() + { + return $this->weightedBackendServices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.php new file mode 100644 index 0000000..23c27d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRule.php @@ -0,0 +1,95 @@ +headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } + /** + * @param Google_Service_Compute_HttpRouteRuleMatch + */ + public function setMatchRules($matchRules) + { + $this->matchRules = $matchRules; + } + /** + * @return Google_Service_Compute_HttpRouteRuleMatch + */ + public function getMatchRules() + { + return $this->matchRules; + } + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction) + { + $this->routeAction = $routeAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getRouteAction() + { + return $this->routeAction; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect) + { + $this->urlRedirect = $urlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getUrlRedirect() + { + return $this->urlRedirect; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.php new file mode 100644 index 0000000..2d9986e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/HttpRouteRuleMatch.php @@ -0,0 +1,106 @@ +fullPathMatch = $fullPathMatch; + } + public function getFullPathMatch() + { + return $this->fullPathMatch; + } + /** + * @param Google_Service_Compute_HttpHeaderMatch + */ + public function setHeaderMatches($headerMatches) + { + $this->headerMatches = $headerMatches; + } + /** + * @return Google_Service_Compute_HttpHeaderMatch + */ + public function getHeaderMatches() + { + return $this->headerMatches; + } + public function setIgnoreCase($ignoreCase) + { + $this->ignoreCase = $ignoreCase; + } + public function getIgnoreCase() + { + return $this->ignoreCase; + } + /** + * @param Google_Service_Compute_MetadataFilter + */ + public function setMetadataFilters($metadataFilters) + { + $this->metadataFilters = $metadataFilters; + } + /** + * @return Google_Service_Compute_MetadataFilter + */ + public function getMetadataFilters() + { + return $this->metadataFilters; + } + public function setPrefixMatch($prefixMatch) + { + $this->prefixMatch = $prefixMatch; + } + public function getPrefixMatch() + { + return $this->prefixMatch; + } + /** + * @param Google_Service_Compute_HttpQueryParameterMatch + */ + public function setQueryParameterMatches($queryParameterMatches) + { + $this->queryParameterMatches = $queryParameterMatches; + } + /** + * @return Google_Service_Compute_HttpQueryParameterMatch + */ + public function getQueryParameterMatches() + { + return $this->queryParameterMatches; + } + public function setRegexMatch($regexMatch) + { + $this->regexMatch = $regexMatch; + } + public function getRegexMatch() + { + return $this->regexMatch; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php index 8252d4f..cf48439 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Instance.php @@ -25,6 +25,8 @@ class Google_Service_Compute_Instance extends Google_Collection public $description; protected $disksType = 'Google_Service_Compute_AttachedDisk'; protected $disksDataType = 'array'; + protected $displayDeviceType = 'Google_Service_Compute_DisplayDevice'; + protected $displayDeviceDataType = ''; protected $guestAcceleratorsType = 'Google_Service_Compute_AcceleratorConfig'; protected $guestAcceleratorsDataType = 'array'; public $hostname; @@ -111,6 +113,20 @@ class Google_Service_Compute_Instance extends Google_Collection { return $this->disks; } + /** + * @param Google_Service_Compute_DisplayDevice + */ + public function setDisplayDevice(Google_Service_Compute_DisplayDevice $displayDevice) + { + $this->displayDevice = $displayDevice; + } + /** + * @return Google_Service_Compute_DisplayDevice + */ + public function getDisplayDevice() + { + return $this->displayDevice; + } /** * @param Google_Service_Compute_AcceleratorConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.php new file mode 100644 index 0000000..213e578 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Int64RangeMatch.php @@ -0,0 +1,39 @@ +rangeEnd = $rangeEnd; + } + public function getRangeEnd() + { + return $this->rangeEnd; + } + public function setRangeStart($rangeStart) + { + $this->rangeStart = $rangeStart; + } + public function getRangeStart() + { + return $this->rangeStart; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.php new file mode 100644 index 0000000..377a0b9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilter.php @@ -0,0 +1,47 @@ +filterLabels = $filterLabels; + } + /** + * @return Google_Service_Compute_MetadataFilterLabelMatch + */ + public function getFilterLabels() + { + return $this->filterLabels; + } + public function setFilterMatchCriteria($filterMatchCriteria) + { + $this->filterMatchCriteria = $filterMatchCriteria; + } + public function getFilterMatchCriteria() + { + return $this->filterMatchCriteria; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.php b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.php new file mode 100644 index 0000000..71540a2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/MetadataFilterLabelMatch.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php index 3317ecc..3119c2d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworkPeering.php @@ -19,6 +19,8 @@ class Google_Service_Compute_NetworkPeering extends Google_Model { public $autoCreateRoutes; public $exchangeSubnetRoutes; + public $exportCustomRoutes; + public $importCustomRoutes; public $name; public $network; public $state; @@ -40,6 +42,22 @@ class Google_Service_Compute_NetworkPeering extends Google_Model { return $this->exchangeSubnetRoutes; } + public function setExportCustomRoutes($exportCustomRoutes) + { + $this->exportCustomRoutes = $exportCustomRoutes; + } + public function getExportCustomRoutes() + { + return $this->exportCustomRoutes; + } + public function setImportCustomRoutes($importCustomRoutes) + { + $this->importCustomRoutes = $importCustomRoutes; + } + public function getImportCustomRoutes() + { + return $this->importCustomRoutes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.php new file mode 100644 index 0000000..2426b50 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/NetworksUpdatePeeringRequest.php @@ -0,0 +1,37 @@ +networkPeering = $networkPeering; + } + /** + * @return Google_Service_Compute_NetworkPeering + */ + public function getNetworkPeering() + { + return $this->networkPeering; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.php b/vendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.php new file mode 100644 index 0000000..de05f3b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/OutlierDetection.php @@ -0,0 +1,134 @@ +baseEjectionTime = $baseEjectionTime; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getBaseEjectionTime() + { + return $this->baseEjectionTime; + } + public function setConsecutiveErrors($consecutiveErrors) + { + $this->consecutiveErrors = $consecutiveErrors; + } + public function getConsecutiveErrors() + { + return $this->consecutiveErrors; + } + public function setConsecutiveGatewayFailure($consecutiveGatewayFailure) + { + $this->consecutiveGatewayFailure = $consecutiveGatewayFailure; + } + public function getConsecutiveGatewayFailure() + { + return $this->consecutiveGatewayFailure; + } + public function setEnforcingConsecutiveErrors($enforcingConsecutiveErrors) + { + $this->enforcingConsecutiveErrors = $enforcingConsecutiveErrors; + } + public function getEnforcingConsecutiveErrors() + { + return $this->enforcingConsecutiveErrors; + } + public function setEnforcingConsecutiveGatewayFailure($enforcingConsecutiveGatewayFailure) + { + $this->enforcingConsecutiveGatewayFailure = $enforcingConsecutiveGatewayFailure; + } + public function getEnforcingConsecutiveGatewayFailure() + { + return $this->enforcingConsecutiveGatewayFailure; + } + public function setEnforcingSuccessRate($enforcingSuccessRate) + { + $this->enforcingSuccessRate = $enforcingSuccessRate; + } + public function getEnforcingSuccessRate() + { + return $this->enforcingSuccessRate; + } + /** + * @param Google_Service_Compute_Duration + */ + public function setInterval(Google_Service_Compute_Duration $interval) + { + $this->interval = $interval; + } + /** + * @return Google_Service_Compute_Duration + */ + public function getInterval() + { + return $this->interval; + } + public function setMaxEjectionPercent($maxEjectionPercent) + { + $this->maxEjectionPercent = $maxEjectionPercent; + } + public function getMaxEjectionPercent() + { + return $this->maxEjectionPercent; + } + public function setSuccessRateMinimumHosts($successRateMinimumHosts) + { + $this->successRateMinimumHosts = $successRateMinimumHosts; + } + public function getSuccessRateMinimumHosts() + { + return $this->successRateMinimumHosts; + } + public function setSuccessRateRequestVolume($successRateRequestVolume) + { + $this->successRateRequestVolume = $successRateRequestVolume; + } + public function getSuccessRateRequestVolume() + { + return $this->successRateRequestVolume; + } + public function setSuccessRateStdevFactor($successRateStdevFactor) + { + $this->successRateStdevFactor = $successRateStdevFactor; + } + public function getSuccessRateStdevFactor() + { + return $this->successRateStdevFactor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php b/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php index f8e583c..fefdc3d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/PathMatcher.php @@ -17,13 +17,35 @@ class Google_Service_Compute_PathMatcher extends Google_Collection { - protected $collection_key = 'pathRules'; + protected $collection_key = 'routeRules'; + protected $defaultRouteActionType = 'Google_Service_Compute_HttpRouteAction'; + protected $defaultRouteActionDataType = ''; public $defaultService; + protected $defaultUrlRedirectType = 'Google_Service_Compute_HttpRedirectAction'; + protected $defaultUrlRedirectDataType = ''; public $description; + protected $headerActionType = 'Google_Service_Compute_HttpHeaderAction'; + protected $headerActionDataType = ''; public $name; protected $pathRulesType = 'Google_Service_Compute_PathRule'; protected $pathRulesDataType = 'array'; + protected $routeRulesType = 'Google_Service_Compute_HttpRouteRule'; + protected $routeRulesDataType = 'array'; + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setDefaultRouteAction(Google_Service_Compute_HttpRouteAction $defaultRouteAction) + { + $this->defaultRouteAction = $defaultRouteAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getDefaultRouteAction() + { + return $this->defaultRouteAction; + } public function setDefaultService($defaultService) { $this->defaultService = $defaultService; @@ -32,6 +54,20 @@ class Google_Service_Compute_PathMatcher extends Google_Collection { return $this->defaultService; } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect) + { + $this->defaultUrlRedirect = $defaultUrlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getDefaultUrlRedirect() + { + return $this->defaultUrlRedirect; + } public function setDescription($description) { $this->description = $description; @@ -40,6 +76,20 @@ class Google_Service_Compute_PathMatcher extends Google_Collection { return $this->description; } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } public function setName($name) { $this->name = $name; @@ -62,4 +112,18 @@ class Google_Service_Compute_PathMatcher extends Google_Collection { return $this->pathRules; } + /** + * @param Google_Service_Compute_HttpRouteRule + */ + public function setRouteRules($routeRules) + { + $this->routeRules = $routeRules; + } + /** + * @return Google_Service_Compute_HttpRouteRule + */ + public function getRouteRules() + { + return $this->routeRules; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php b/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php index 5016141..227f29b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/PathRule.php @@ -19,7 +19,11 @@ class Google_Service_Compute_PathRule extends Google_Collection { protected $collection_key = 'paths'; public $paths; + protected $routeActionType = 'Google_Service_Compute_HttpRouteAction'; + protected $routeActionDataType = ''; public $service; + protected $urlRedirectType = 'Google_Service_Compute_HttpRedirectAction'; + protected $urlRedirectDataType = ''; public function setPaths($paths) { @@ -29,6 +33,20 @@ class Google_Service_Compute_PathRule extends Google_Collection { return $this->paths; } + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setRouteAction(Google_Service_Compute_HttpRouteAction $routeAction) + { + $this->routeAction = $routeAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getRouteAction() + { + return $this->routeAction; + } public function setService($service) { $this->service = $service; @@ -37,4 +55,18 @@ class Google_Service_Compute_PathRule extends Google_Collection { return $this->service; } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setUrlRedirect(Google_Service_Compute_HttpRedirectAction $urlRedirect) + { + $this->urlRedirect = $urlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getUrlRedirect() + { + return $this->urlRedirect; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.php new file mode 100644 index 0000000..215fc40 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionTargetHttpsProxiesSetSslCertificatesRequest.php @@ -0,0 +1,31 @@ +sslCertificates = $sslCertificates; + } + public function getSslCertificates() + { + return $this->sslCertificates; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1LocationInfo.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.php similarity index 60% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1LocationInfo.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.php index c8bafaf..425d149 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1LocationInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RegionUrlMapsValidateRequest.php @@ -15,23 +15,23 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1LocationInfo extends Google_Model +class Google_Service_Compute_RegionUrlMapsValidateRequest extends Google_Model { - protected $latLngType = 'Google_Service_Vision_LatLng'; - protected $latLngDataType = ''; + protected $resourceType = 'Google_Service_Compute_UrlMap'; + protected $resourceDataType = ''; /** - * @param Google_Service_Vision_LatLng + * @param Google_Service_Compute_UrlMap */ - public function setLatLng(Google_Service_Vision_LatLng $latLng) + public function setResource(Google_Service_Compute_UrlMap $resource) { - $this->latLng = $latLng; + $this->resource = $resource; } /** - * @return Google_Service_Vision_LatLng + * @return Google_Service_Compute_UrlMap */ - public function getLatLng() + public function getResource() { - return $this->latLng; + return $this->resource; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.php new file mode 100644 index 0000000..17f568b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/RequestMirrorPolicy.php @@ -0,0 +1,30 @@ +backendService = $backendService; + } + public function getBackendService() + { + return $this->backendService; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.php new file mode 100644 index 0000000..b0de49d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/ExternalVpnGateways.php @@ -0,0 +1,183 @@ + + * $computeService = new Google_Service_Compute(...); + * $externalVpnGateways = $computeService->externalVpnGateways; + * + */ +class Google_Service_Compute_Resource_ExternalVpnGateways extends Google_Service_Resource +{ + /** + * Deletes the specified externalVpnGateway. (externalVpnGateways.delete) + * + * @param string $project Project ID for this request. + * @param string $externalVpnGateway Name of the externalVpnGateways to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function delete($project, $externalVpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'externalVpnGateway' => $externalVpnGateway); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified externalVpnGateway. Get a list of available + * externalVpnGateways by making a list() request. (externalVpnGateways.get) + * + * @param string $project Project ID for this request. + * @param string $externalVpnGateway Name of the externalVpnGateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_ExternalVpnGateway + */ + public function get($project, $externalVpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'externalVpnGateway' => $externalVpnGateway); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_ExternalVpnGateway"); + } + /** + * Creates a ExternalVpnGateway in the specified project using the data included + * in the request. (externalVpnGateways.insert) + * + * @param string $project Project ID for this request. + * @param Google_Service_Compute_ExternalVpnGateway $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function insert($project, Google_Service_Compute_ExternalVpnGateway $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of ExternalVpnGateway available to the specified project. + * (externalVpnGateways.listExternalVpnGateways) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_ExternalVpnGatewayList + */ + public function listExternalVpnGateways($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_ExternalVpnGatewayList"); + } + /** + * Sets the labels on an ExternalVpnGateway. To learn more about labels, read + * the Labeling Resources documentation. (externalVpnGateways.setLabels) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_GlobalSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_Operation + */ + public function setLabels($project, $resource, Google_Service_Compute_GlobalSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. + * (externalVpnGateways.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php index 6e28497..2917d73 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/HealthChecks.php @@ -25,6 +25,59 @@ */ class Google_Service_Compute_Resource_HealthChecks extends Google_Service_Resource { + /** + * Retrieves the list of all HealthCheck resources, regional and global, + * available to the specified project. (healthChecks.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HealthChecksAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_HealthChecksAggregatedList"); + } /** * Deletes the specified HealthCheck resource. (healthChecks.delete) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php index 81534a4..517ca56 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Instances.php @@ -1015,6 +1015,37 @@ class Google_Service_Compute_Resource_Instances extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('updateAccessConfig', array($params), "Google_Service_Compute_Operation"); } + /** + * Updates the Display config for a VM instance. You can only use this method on + * a stopped VM instance. This method supports PATCH semantics and uses the JSON + * merge patch format and processing rules. (instances.updateDisplayDevice) + * + * @param string $project Project ID for this request. + * @param string $zone The name of the zone for this request. + * @param string $instance Name of the instance scoping this request. + * @param Google_Service_Compute_DisplayDevice $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function updateDisplayDevice($project, $zone, $instance, Google_Service_Compute_DisplayDevice $postBody, $optParams = array()) + { + $params = array('project' => $project, 'zone' => $zone, 'instance' => $instance, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updateDisplayDevice', array($params), "Google_Service_Compute_Operation"); + } /** * Updates an instance's network interface. This method follows PATCH semantics. * (instances.updateNetworkInterface) diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php index 6c1c366..17060da 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Networks.php @@ -261,4 +261,36 @@ class Google_Service_Compute_Resource_Networks extends Google_Service_Resource $params = array_merge($params, $optParams); return $this->call('switchToCustomMode', array($params), "Google_Service_Compute_Operation"); } + /** + * Updates the specified network peering with the data included in the request + * Only the following fields can be modified: + * NetworkPeering.export_custom_routes, and NetworkPeering.import_custom_routes + * (networks.updatePeering) + * + * @param string $project Project ID for this request. + * @param string $network Name of the network resource which the updated peering + * is belonging to. + * @param Google_Service_Compute_NetworksUpdatePeeringRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function updatePeering($project, $network, Google_Service_Compute_NetworksUpdatePeeringRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'network' => $network, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('updatePeering', array($params), "Google_Service_Compute_Operation"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php index 90c192a..2e21391 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/NodeGroups.php @@ -140,7 +140,8 @@ class Google_Service_Compute_Resource_NodeGroups extends Google_Service_Resource * * @param string $project Project ID for this request. * @param string $zone The name of the zone for this request. - * @param string $nodeGroup Name of the NodeGroup resource to delete. + * @param string $nodeGroup Name of the NodeGroup resource whose nodes will be + * deleted. * @param Google_Service_Compute_NodeGroupsDeleteNodesRequest $postBody * @param array $optParams Optional parameters. * diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.php new file mode 100644 index 0000000..7e04a76 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionHealthChecks.php @@ -0,0 +1,216 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionHealthChecks = $computeService->regionHealthChecks; + * + */ +class Google_Service_Compute_Resource_RegionHealthChecks extends Google_Service_Resource +{ + /** + * Deletes the specified HealthCheck resource. (regionHealthChecks.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $healthCheck, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified HealthCheck resource. Gets a list of available health + * checks by making a list() request. (regionHealthChecks.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_HealthCheck + */ + public function get($project, $region, $healthCheck, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_HealthCheck"); + } + /** + * Creates a HealthCheck resource in the specified project using the data + * included in the request. (regionHealthChecks.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of HealthCheck resources available to the specified + * project. (regionHealthChecks.listRegionHealthChecks) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_HealthCheckList + */ + public function listRegionHealthChecks($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_HealthCheckList"); + } + /** + * Updates a HealthCheck resource in the specified project using the data + * included in the request. This method supports PATCH semantics and uses the + * JSON merge patch format and processing rules. (regionHealthChecks.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to patch. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function patch($project, $region, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates a HealthCheck resource in the specified project using the data + * included in the request. (regionHealthChecks.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $healthCheck Name of the HealthCheck resource to update. + * @param Google_Service_Compute_HealthCheck $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function update($project, $region, $healthCheck, Google_Service_Compute_HealthCheck $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'healthCheck' => $healthCheck, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.php new file mode 100644 index 0000000..b7eb025 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionSslCertificates.php @@ -0,0 +1,158 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionSslCertificates = $computeService->regionSslCertificates; + * + */ +class Google_Service_Compute_Resource_RegionSslCertificates extends Google_Service_Resource +{ + /** + * Deletes the specified SslCertificate resource in the region. + * (regionSslCertificates.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $sslCertificate Name of the SslCertificate resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $sslCertificate, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified SslCertificate resource in the specified region. Get a + * list of available SSL certificates by making a list() request. + * (regionSslCertificates.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $sslCertificate Name of the SslCertificate resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_SslCertificate + */ + public function get($project, $region, $sslCertificate, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'sslCertificate' => $sslCertificate); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_SslCertificate"); + } + /** + * Creates a SslCertificate resource in the specified project and region using + * the data included in the request (regionSslCertificates.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_SslCertificate $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_SslCertificate $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of SslCertificate resources available to the specified + * project in the specified region. + * (regionSslCertificates.listRegionSslCertificates) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslCertificateList + */ + public function listRegionSslCertificates($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_SslCertificateList"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.php new file mode 100644 index 0000000..5968a1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpProxies.php @@ -0,0 +1,190 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionTargetHttpProxies = $computeService->regionTargetHttpProxies; + * + */ +class Google_Service_Compute_Resource_RegionTargetHttpProxies extends Google_Service_Resource +{ + /** + * Deletes the specified TargetHttpProxy resource. + * (regionTargetHttpProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $targetHttpProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetHttpProxy resource in the specified region. Gets + * a list of available target HTTP proxies by making a list() request. + * (regionTargetHttpProxies.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetHttpProxy + */ + public function get($project, $region, $targetHttpProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpProxy"); + } + /** + * Creates a TargetHttpProxy resource in the specified project and region using + * the data included in the request. (regionTargetHttpProxies.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_TargetHttpProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_TargetHttpProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetHttpProxy resources available to the specified + * project in the specified region. + * (regionTargetHttpProxies.listRegionTargetHttpProxies) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpProxyList + */ + public function listRegionTargetHttpProxies($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpProxyList"); + } + /** + * Changes the URL map for TargetHttpProxy. (regionTargetHttpProxies.setUrlMap) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpProxy Name of the TargetHttpProxy to set a URL map + * for. + * @param Google_Service_Compute_UrlMapReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function setUrlMap($project, $region, $targetHttpProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpProxy' => $targetHttpProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.php new file mode 100644 index 0000000..7729477 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionTargetHttpsProxies.php @@ -0,0 +1,222 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionTargetHttpsProxies = $computeService->regionTargetHttpsProxies; + * + */ +class Google_Service_Compute_Resource_RegionTargetHttpsProxies extends Google_Service_Resource +{ + /** + * Deletes the specified TargetHttpsProxy resource. + * (regionTargetHttpsProxies.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to + * delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $targetHttpsProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified TargetHttpsProxy resource in the specified region. Gets + * a list of available target HTTP proxies by making a list() request. + * (regionTargetHttpsProxies.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to + * return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TargetHttpsProxy + */ + public function get($project, $region, $targetHttpsProxy, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_TargetHttpsProxy"); + } + /** + * Creates a TargetHttpsProxy resource in the specified project and region using + * the data included in the request. (regionTargetHttpsProxies.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_TargetHttpsProxy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_TargetHttpsProxy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of TargetHttpsProxy resources available to the specified + * project in the specified region. + * (regionTargetHttpsProxies.listRegionTargetHttpsProxies) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpsProxyList + */ + public function listRegionTargetHttpsProxies($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_TargetHttpsProxyList"); + } + /** + * Replaces SslCertificates for TargetHttpsProxy. + * (regionTargetHttpsProxies.setSslCertificates) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy resource to set + * an SslCertificates resource for. + * @param Google_Service_Compute_RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function setSslCertificates($project, $region, $targetHttpsProxy, Google_Service_Compute_RegionTargetHttpsProxiesSetSslCertificatesRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setSslCertificates', array($params), "Google_Service_Compute_Operation"); + } + /** + * Changes the URL map for TargetHttpsProxy. + * (regionTargetHttpsProxies.setUrlMap) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $targetHttpsProxy Name of the TargetHttpsProxy to set a URL map + * for. + * @param Google_Service_Compute_UrlMapReference $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function setUrlMap($project, $region, $targetHttpsProxy, Google_Service_Compute_UrlMapReference $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'targetHttpsProxy' => $targetHttpsProxy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setUrlMap', array($params), "Google_Service_Compute_Operation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.php new file mode 100644 index 0000000..d23f94c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/RegionUrlMaps.php @@ -0,0 +1,194 @@ + + * $computeService = new Google_Service_Compute(...); + * $regionUrlMaps = $computeService->regionUrlMaps; + * + */ +class Google_Service_Compute_Resource_RegionUrlMaps extends Google_Service_Resource +{ + /** + * Deletes the specified UrlMap resource. (regionUrlMaps.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $urlMap, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified UrlMap resource. Gets a list of available URL maps by + * making a list() request. (regionUrlMaps.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_UrlMap + */ + public function get($project, $region, $urlMap, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_UrlMap"); + } + /** + * Creates a UrlMap resource in the specified project using the data included in + * the request. (regionUrlMaps.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves the list of UrlMap resources available to the specified project in + * the specified region. (regionUrlMaps.listRegionUrlMaps) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_UrlMapList + */ + public function listRegionUrlMaps($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_UrlMapList"); + } + /** + * Patches the specified UrlMap resource with the data included in the request. + * This method supports PATCH semantics and uses JSON merge patch format and + * processing rules. (regionUrlMaps.patch) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to patch. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function patch($project, $region, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Compute_Operation"); + } + /** + * Updates the specified UrlMap resource with the data included in the request. + * (regionUrlMaps.update) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to update. + * @param Google_Service_Compute_UrlMap $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId begin_interface: MixerMutationRequestBuilder + * Request ID to support idempotency. + * @return Google_Service_Compute_Operation + */ + public function update($project, $region, $urlMap, Google_Service_Compute_UrlMap $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Compute_Operation"); + } + /** + * Runs static validation for the UrlMap. In particular, the tests of the + * provided UrlMap will be run. Calling this method does NOT create the UrlMap. + * (regionUrlMaps.validate) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region scoping this request. + * @param string $urlMap Name of the UrlMap resource to be validated as. + * @param Google_Service_Compute_RegionUrlMapsValidateRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_UrlMapsValidateResponse + */ + public function validate($project, $region, $urlMap, Google_Service_Compute_RegionUrlMapsValidateRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'urlMap' => $urlMap, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('validate', array($params), "Google_Service_Compute_UrlMapsValidateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php index 0e56520..ca32fd7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Reservations.php @@ -106,7 +106,7 @@ class Google_Service_Compute_Resource_Reservations extends Google_Service_Resour return $this->call('delete', array($params), "Google_Service_Compute_Operation"); } /** - * Retrieves all information of the specified reservation. (reservations.get) + * Retrieves information about the specified reservation. (reservations.get) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. @@ -166,7 +166,7 @@ class Google_Service_Compute_Resource_Reservations extends Google_Service_Resour return $this->call('insert', array($params), "Google_Service_Compute_Operation"); } /** - * A list all the reservations that have been configured for the specified + * A list of all the reservations that have been configured for the specified * project in specified zone. (reservations.listReservations) * * @param string $project Project ID for this request. @@ -220,8 +220,8 @@ class Google_Service_Compute_Resource_Reservations extends Google_Service_Resour return $this->call('list', array($params), "Google_Service_Compute_ReservationList"); } /** - * Resizes the reservation (applicable to standalone reservations only) - * (reservations.resize) + * Resizes the reservation (applicable to standalone reservations only). For + * more information, read Modifying reservations. (reservations.resize) * * @param string $project Project ID for this request. * @param string $zone Name of the zone for this request. diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php index 969ee16..496b6de 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/SslCertificates.php @@ -25,6 +25,59 @@ */ class Google_Service_Compute_Resource_SslCertificates extends Google_Service_Resource { + /** + * Retrieves the list of all SslCertificate resources, regional and global, + * available to the specified project. (sslCertificates.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_SslCertificateAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_SslCertificateAggregatedList"); + } /** * Deletes the specified SslCertificate resource. (sslCertificates.delete) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php index af4a126..0f8ecb1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/Subnetworks.php @@ -251,7 +251,9 @@ class Google_Service_Compute_Resource_Subnetworks extends Google_Service_Resourc return $this->call('list', array($params), "Google_Service_Compute_SubnetworkList"); } /** - * Retrieves an aggregated list of usable subnetworks. (subnetworks.listUsable) + * Retrieves an aggregated list of all usable subnetworks in the project. The + * list contains all of the subnetworks in the project and the subnetworks that + * were shared by a Shared VPC host project. (subnetworks.listUsable) * * @param string $project Project ID for this request. * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php index 526b383..8bae1cc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpProxies.php @@ -25,6 +25,59 @@ */ class Google_Service_Compute_Resource_TargetHttpProxies extends Google_Service_Resource { + /** + * Retrieves the list of all TargetHttpProxy resources, regional and global, + * available to the specified project. (targetHttpProxies.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpProxyAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetHttpProxyAggregatedList"); + } /** * Deletes the specified TargetHttpProxy resource. (targetHttpProxies.delete) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php index fb3a889..01f3d76 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/TargetHttpsProxies.php @@ -25,6 +25,59 @@ */ class Google_Service_Compute_Resource_TargetHttpsProxies extends Google_Service_Resource { + /** + * Retrieves the list of all TargetHttpsProxy resources, regional and global, + * available to the specified project. (targetHttpsProxies.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_TargetHttpsProxyAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_TargetHttpsProxyAggregatedList"); + } /** * Deletes the specified TargetHttpsProxy resource. (targetHttpsProxies.delete) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php index e62b5d3..35d53c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/UrlMaps.php @@ -25,6 +25,59 @@ */ class Google_Service_Compute_Resource_UrlMaps extends Google_Service_Resource { + /** + * Retrieves the list of all UrlMap resources, regional and global, available to + * the specified project. (urlMaps.aggregatedList) + * + * @param string $project Name of the project scoping this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_UrlMapsAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_UrlMapsAggregatedList"); + } /** * Deletes the specified UrlMap resource. (urlMaps.delete) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.php new file mode 100644 index 0000000..b710b71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Resource/VpnGateways.php @@ -0,0 +1,269 @@ + + * $computeService = new Google_Service_Compute(...); + * $vpnGateways = $computeService->vpnGateways; + * + */ +class Google_Service_Compute_Resource_VpnGateways extends Google_Service_Resource +{ + /** + * Retrieves an aggregated list of VPN gateways. (vpnGateways.aggregatedList) + * + * @param string $project Project ID for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VpnGatewayAggregatedList + */ + public function aggregatedList($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('aggregatedList', array($params), "Google_Service_Compute_VpnGatewayAggregatedList"); + } + /** + * Deletes the specified VPN gateway. (vpnGateways.delete) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnGateway Name of the VPN gateway to delete. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function delete($project, $region, $vpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns the specified VPN gateway. Gets a list of available VPN gateways by + * making a list() request. (vpnGateways.get) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnGateway Name of the VPN gateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_VpnGateway + */ + public function get($project, $region, $vpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Compute_VpnGateway"); + } + /** + * Returns the status for the specified VPN gateway. (vpnGateways.getStatus) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param string $vpnGateway Name of the VPN gateway to return. + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_VpnGatewaysGetStatusResponse + */ + public function getStatus($project, $region, $vpnGateway, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'vpnGateway' => $vpnGateway); + $params = array_merge($params, $optParams); + return $this->call('getStatus', array($params), "Google_Service_Compute_VpnGatewaysGetStatusResponse"); + } + /** + * Creates a VPN gateway in the specified project and region using the data + * included in the request. (vpnGateways.insert) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param Google_Service_Compute_VpnGateway $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function insert($project, $region, Google_Service_Compute_VpnGateway $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('insert', array($params), "Google_Service_Compute_Operation"); + } + /** + * Retrieves a list of VPN gateways available to the specified project and + * region. (vpnGateways.listVpnGateways) + * + * @param string $project Project ID for this request. + * @param string $region Name of the region for this request. + * @param array $optParams Optional parameters. + * + * @opt_param string filter A filter expression that filters resources listed in + * the response. The expression must specify the field name, a comparison + * operator, and the value that you want to use for filtering. The value must be + * a string, a number, or a boolean. The comparison operator must be either =, + * !=, >, or <. + * + * For example, if you are filtering Compute Engine instances, you can exclude + * instances named example-instance by specifying name != example-instance. + * + * You can also filter nested fields. For example, you could specify + * scheduling.automaticRestart = false to include instances only if they are not + * scheduled for automatic restarts. You can use filtering on nested fields to + * filter based on resource labels. + * + * To filter on multiple expressions, provide each separate expression within + * parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = + * "Intel Skylake"). By default, each expression is an AND expression. However, + * you can include AND and OR expressions explicitly. For example, (cpuPlatform + * = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND + * (scheduling.automaticRestart = true). + * @opt_param string maxResults The maximum number of results per page that + * should be returned. If the number of available results is larger than + * maxResults, Compute Engine returns a nextPageToken that can be used to get + * the next page of results in subsequent list requests. Acceptable values are 0 + * to 500, inclusive. (Default: 500) + * @opt_param string orderBy Sorts list results by a certain order. By default, + * results are returned in alphanumerical order based on the resource name. + * + * You can also sort results in descending order based on the creation timestamp + * using orderBy="creationTimestamp desc". This sorts results based on the + * creationTimestamp field in reverse chronological order (newest result first). + * Use this to sort resources like operations so that the newest operation is + * returned first. + * + * Currently, only sorting by name or creationTimestamp desc is supported. + * @opt_param string pageToken Specifies a page token to use. Set pageToken to + * the nextPageToken returned by a previous list request to get the next page of + * results. + * @return Google_Service_Compute_VpnGatewayList + */ + public function listVpnGateways($project, $region, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Compute_VpnGatewayList"); + } + /** + * Sets the labels on a VpnGateway. To learn more about labels, read the + * Labeling Resources documentation. (vpnGateways.setLabels) + * + * @param string $project Project ID for this request. + * @param string $region The region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_RegionSetLabelsRequest $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string requestId An optional request ID to identify requests. + * Specify a unique request ID so that if you must retry your request, the + * server will know to ignore the request if it has already been completed. + * + * For example, consider a situation where you make an initial request and the + * request times out. If you make the request again with the same request ID, + * the server can check if original operation with the same request ID was + * received, and if so, will ignore the second request. This prevents clients + * from accidentally creating duplicate commitments. + * + * The request ID must be a valid UUID with the exception that zero UUID is not + * supported (00000000-0000-0000-0000-000000000000). + * @return Google_Service_Compute_Operation + */ + public function setLabels($project, $region, $resource, Google_Service_Compute_RegionSetLabelsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setLabels', array($params), "Google_Service_Compute_Operation"); + } + /** + * Returns permissions that a caller has on the specified resource. + * (vpnGateways.testIamPermissions) + * + * @param string $project Project ID for this request. + * @param string $region The name of the region for this request. + * @param string $resource Name or id of the resource for this request. + * @param Google_Service_Compute_TestPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Compute_TestPermissionsResponse + */ + public function testIamPermissions($project, $region, $resource, Google_Service_Compute_TestPermissionsRequest $postBody, $optParams = array()) + { + $params = array('project' => $project, 'region' => $region, 'resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Compute_TestPermissionsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php index bb037fa..2fffaec 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificate.php @@ -24,6 +24,7 @@ class Google_Service_Compute_SslCertificate extends Google_Model public $kind; public $name; public $privateKey; + public $region; public $selfLink; public function setCertificate($certificate) @@ -82,6 +83,14 @@ class Google_Service_Compute_SslCertificate extends Google_Model { return $this->privateKey; } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.php new file mode 100644 index 0000000..6b32abb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_SslCertificatesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_SslCertificatesScopedList + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_SslCertificateAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_SslCertificateAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SslCertificateAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.php new file mode 100644 index 0000000..1d9b682 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslCertificateAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslCertificateAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.php new file mode 100644 index 0000000..2b0ae80 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificateAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.php new file mode 100644 index 0000000..9798ad4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedList.php @@ -0,0 +1,54 @@ +sslCertificates = $sslCertificates; + } + /** + * @return Google_Service_Compute_SslCertificate + */ + public function getSslCertificates() + { + return $this->sslCertificates; + } + /** + * @param Google_Service_Compute_SslCertificatesScopedListWarning + */ + public function setWarning(Google_Service_Compute_SslCertificatesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_SslCertificatesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.php new file mode 100644 index 0000000..7a691c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_SslCertificatesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_SslCertificatesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.php new file mode 100644 index 0000000..a52f70c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SslCertificatesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php b/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php index 2130e60..e0c6be0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/Subnetwork.php @@ -26,13 +26,18 @@ class Google_Service_Compute_Subnetwork extends Google_Collection public $id; public $ipCidrRange; public $kind; + protected $logConfigType = 'Google_Service_Compute_SubnetworkLogConfig'; + protected $logConfigDataType = ''; public $name; public $network; public $privateIpGoogleAccess; + public $purpose; public $region; + public $role; protected $secondaryIpRangesType = 'Google_Service_Compute_SubnetworkSecondaryRange'; protected $secondaryIpRangesDataType = 'array'; public $selfLink; + public $state; public function setCreationTimestamp($creationTimestamp) { @@ -98,6 +103,20 @@ class Google_Service_Compute_Subnetwork extends Google_Collection { return $this->kind; } + /** + * @param Google_Service_Compute_SubnetworkLogConfig + */ + public function setLogConfig(Google_Service_Compute_SubnetworkLogConfig $logConfig) + { + $this->logConfig = $logConfig; + } + /** + * @return Google_Service_Compute_SubnetworkLogConfig + */ + public function getLogConfig() + { + return $this->logConfig; + } public function setName($name) { $this->name = $name; @@ -122,6 +141,14 @@ class Google_Service_Compute_Subnetwork extends Google_Collection { return $this->privateIpGoogleAccess; } + public function setPurpose($purpose) + { + $this->purpose = $purpose; + } + public function getPurpose() + { + return $this->purpose; + } public function setRegion($region) { $this->region = $region; @@ -130,6 +157,14 @@ class Google_Service_Compute_Subnetwork extends Google_Collection { return $this->region; } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } /** * @param Google_Service_Compute_SubnetworkSecondaryRange */ @@ -152,4 +187,12 @@ class Google_Service_Compute_Subnetwork extends Google_Collection { return $this->selfLink; } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.php new file mode 100644 index 0000000..0f57e1b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/SubnetworkLogConfig.php @@ -0,0 +1,57 @@ +aggregationInterval = $aggregationInterval; + } + public function getAggregationInterval() + { + return $this->aggregationInterval; + } + public function setEnable($enable) + { + $this->enable = $enable; + } + public function getEnable() + { + return $this->enable; + } + public function setFlowSampling($flowSampling) + { + $this->flowSampling = $flowSampling; + } + public function getFlowSampling() + { + return $this->flowSampling; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.php new file mode 100644 index 0000000..aa8a517 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedList.php @@ -0,0 +1,54 @@ +targetHttpProxies = $targetHttpProxies; + } + /** + * @return Google_Service_Compute_TargetHttpProxy + */ + public function getTargetHttpProxies() + { + return $this->targetHttpProxies; + } + /** + * @param Google_Service_Compute_TargetHttpProxiesScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpProxiesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpProxiesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.php new file mode 100644 index 0000000..263210b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpProxiesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpProxiesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.php new file mode 100644 index 0000000..6ed204c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxiesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php index 3a6c008..b8abd60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxy.php @@ -22,6 +22,7 @@ class Google_Service_Compute_TargetHttpProxy extends Google_Model public $id; public $kind; public $name; + public $region; public $selfLink; public $urlMap; @@ -65,6 +66,14 @@ class Google_Service_Compute_TargetHttpProxy extends Google_Model { return $this->name; } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.php new file mode 100644 index 0000000..1960122 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpProxyAggregatedList.php @@ -0,0 +1,73 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetHttpProxiesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetHttpProxiesScopedList + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.php new file mode 100644 index 0000000..b049fb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedList.php @@ -0,0 +1,54 @@ +targetHttpsProxies = $targetHttpsProxies; + } + /** + * @return Google_Service_Compute_TargetHttpsProxy + */ + public function getTargetHttpsProxies() + { + return $this->targetHttpsProxies; + } + /** + * @param Google_Service_Compute_TargetHttpsProxiesScopedListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpsProxiesScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpsProxiesScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.php new file mode 100644 index 0000000..e9089cd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpsProxiesScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpsProxiesScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.php new file mode 100644 index 0000000..a2e91d0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxiesScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php index 8729402..5dabd3d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxy.php @@ -24,6 +24,7 @@ class Google_Service_Compute_TargetHttpsProxy extends Google_Collection public $kind; public $name; public $quicOverride; + public $region; public $selfLink; public $sslCertificates; public $sslPolicy; @@ -77,6 +78,14 @@ class Google_Service_Compute_TargetHttpsProxy extends Google_Collection { return $this->quicOverride; } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.php new file mode 100644 index 0000000..7b87a6a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_TargetHttpsProxiesScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_TargetHttpsProxiesScopedList + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_TargetHttpsProxyAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_TargetHttpsProxyAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_TargetHttpsProxyAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.php new file mode 100644 index 0000000..b57520d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_TargetHttpsProxyAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_TargetHttpsProxyAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.php new file mode 100644 index 0000000..2fbd310 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/TargetHttpsProxyAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php index 0ee0771..b0803d6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMap.php @@ -19,9 +19,15 @@ class Google_Service_Compute_UrlMap extends Google_Collection { protected $collection_key = 'tests'; public $creationTimestamp; + protected $defaultRouteActionType = 'Google_Service_Compute_HttpRouteAction'; + protected $defaultRouteActionDataType = ''; public $defaultService; + protected $defaultUrlRedirectType = 'Google_Service_Compute_HttpRedirectAction'; + protected $defaultUrlRedirectDataType = ''; public $description; public $fingerprint; + protected $headerActionType = 'Google_Service_Compute_HttpHeaderAction'; + protected $headerActionDataType = ''; protected $hostRulesType = 'Google_Service_Compute_HostRule'; protected $hostRulesDataType = 'array'; public $id; @@ -29,6 +35,7 @@ class Google_Service_Compute_UrlMap extends Google_Collection public $name; protected $pathMatchersType = 'Google_Service_Compute_PathMatcher'; protected $pathMatchersDataType = 'array'; + public $region; public $selfLink; protected $testsType = 'Google_Service_Compute_UrlMapTest'; protected $testsDataType = 'array'; @@ -41,6 +48,20 @@ class Google_Service_Compute_UrlMap extends Google_Collection { return $this->creationTimestamp; } + /** + * @param Google_Service_Compute_HttpRouteAction + */ + public function setDefaultRouteAction(Google_Service_Compute_HttpRouteAction $defaultRouteAction) + { + $this->defaultRouteAction = $defaultRouteAction; + } + /** + * @return Google_Service_Compute_HttpRouteAction + */ + public function getDefaultRouteAction() + { + return $this->defaultRouteAction; + } public function setDefaultService($defaultService) { $this->defaultService = $defaultService; @@ -49,6 +70,20 @@ class Google_Service_Compute_UrlMap extends Google_Collection { return $this->defaultService; } + /** + * @param Google_Service_Compute_HttpRedirectAction + */ + public function setDefaultUrlRedirect(Google_Service_Compute_HttpRedirectAction $defaultUrlRedirect) + { + $this->defaultUrlRedirect = $defaultUrlRedirect; + } + /** + * @return Google_Service_Compute_HttpRedirectAction + */ + public function getDefaultUrlRedirect() + { + return $this->defaultUrlRedirect; + } public function setDescription($description) { $this->description = $description; @@ -65,6 +100,20 @@ class Google_Service_Compute_UrlMap extends Google_Collection { return $this->fingerprint; } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } /** * @param Google_Service_Compute_HostRule */ @@ -117,6 +166,14 @@ class Google_Service_Compute_UrlMap extends Google_Collection { return $this->pathMatchers; } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.php new file mode 100644 index 0000000..21ebeb5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_UrlMapsScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_UrlMapsScopedList + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_UrlMapsAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_UrlMapsAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_UrlMapsAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.php new file mode 100644 index 0000000..eb3ff08 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_UrlMapsAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_UrlMapsAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.php new file mode 100644 index 0000000..3c5ce79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.php new file mode 100644 index 0000000..3a02765 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedList.php @@ -0,0 +1,54 @@ +urlMaps = $urlMaps; + } + /** + * @return Google_Service_Compute_UrlMap + */ + public function getUrlMaps() + { + return $this->urlMaps; + } + /** + * @param Google_Service_Compute_UrlMapsScopedListWarning + */ + public function setWarning(Google_Service_Compute_UrlMapsScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_UrlMapsScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.php new file mode 100644 index 0000000..50f8f8d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_UrlMapsScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_UrlMapsScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.php new file mode 100644 index 0000000..b7ff18e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlMapsScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.php b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.php new file mode 100644 index 0000000..5bdbd48 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/UrlRewrite.php @@ -0,0 +1,39 @@ +hostRewrite = $hostRewrite; + } + public function getHostRewrite() + { + return $this->hostRewrite; + } + public function setPathPrefixRewrite($pathPrefixRewrite) + { + $this->pathPrefixRewrite = $pathPrefixRewrite; + } + public function getPathPrefixRewrite() + { + return $this->pathPrefixRewrite; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.php new file mode 100644 index 0000000..25048f3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGateway.php @@ -0,0 +1,128 @@ +creationTimestamp = $creationTimestamp; + } + public function getCreationTimestamp() + { + return $this->creationTimestamp; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setLabelFingerprint($labelFingerprint) + { + $this->labelFingerprint = $labelFingerprint; + } + public function getLabelFingerprint() + { + return $this->labelFingerprint; + } + public function setLabels($labels) + { + $this->labels = $labels; + } + public function getLabels() + { + return $this->labels; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNetwork($network) + { + $this->network = $network; + } + public function getNetwork() + { + return $this->network; + } + public function setRegion($region) + { + $this->region = $region; + } + public function getRegion() + { + return $this->region; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnGatewayVpnGatewayInterface + */ + public function setVpnInterfaces($vpnInterfaces) + { + $this->vpnInterfaces = $vpnInterfaces; + } + /** + * @return Google_Service_Compute_VpnGatewayVpnGatewayInterface + */ + public function getVpnInterfaces() + { + return $this->vpnInterfaces; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.php new file mode 100644 index 0000000..f2046f8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedList.php @@ -0,0 +1,89 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_VpnGatewaysScopedList + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_VpnGatewaysScopedList + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnGatewayAggregatedListWarning + */ + public function setWarning(Google_Service_Compute_VpnGatewayAggregatedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnGatewayAggregatedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.php new file mode 100644 index 0000000..db6208a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnGatewayAggregatedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnGatewayAggregatedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.php new file mode 100644 index 0000000..fd9b91a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayAggregatedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.php new file mode 100644 index 0000000..fbad469 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayList.php @@ -0,0 +1,90 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_Compute_VpnGateway + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Compute_VpnGateway + */ + public function getItems() + { + return $this->items; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + public function setSelfLink($selfLink) + { + $this->selfLink = $selfLink; + } + public function getSelfLink() + { + return $this->selfLink; + } + /** + * @param Google_Service_Compute_VpnGatewayListWarning + */ + public function setWarning(Google_Service_Compute_VpnGatewayListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnGatewayListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.php new file mode 100644 index 0000000..0970576 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnGatewayListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnGatewayListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1NormalizedVertex.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.php similarity index 65% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1NormalizedVertex.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.php index 9396493..d22fd76 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1NormalizedVertex.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayListWarningData.php @@ -15,25 +15,25 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1NormalizedVertex extends Google_Model +class Google_Service_Compute_VpnGatewayListWarningData extends Google_Model { - public $x; - public $y; + public $key; + public $value; - public function setX($x) + public function setKey($key) { - $this->x = $x; + $this->key = $key; } - public function getX() + public function getKey() { - return $this->x; + return $this->key; } - public function setY($y) + public function setValue($value) { - $this->y = $y; + $this->value = $value; } - public function getY() + public function getValue() { - return $this->y; + return $this->value; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.php new file mode 100644 index 0000000..72defb3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatus.php @@ -0,0 +1,38 @@ +vpnConnections = $vpnConnections; + } + /** + * @return Google_Service_Compute_VpnGatewayStatusVpnConnection + */ + public function getVpnConnections() + { + return $this->vpnConnections; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BatchOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.php similarity index 64% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BatchOperationMetadata.php rename to vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.php index b070556..b8eeaf9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BatchOperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusHighAvailabilityRequirementState.php @@ -15,20 +15,11 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1BatchOperationMetadata extends Google_Model +class Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState extends Google_Model { - public $endTime; public $state; - public $submitTime; + public $unsatisfiedReason; - public function setEndTime($endTime) - { - $this->endTime = $endTime; - } - public function getEndTime() - { - return $this->endTime; - } public function setState($state) { $this->state = $state; @@ -37,12 +28,12 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1BatchOperationMetadata ext { return $this->state; } - public function setSubmitTime($submitTime) + public function setUnsatisfiedReason($unsatisfiedReason) { - $this->submitTime = $submitTime; + $this->unsatisfiedReason = $unsatisfiedReason; } - public function getSubmitTime() + public function getUnsatisfiedReason() { - return $this->submitTime; + return $this->unsatisfiedReason; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusTunnel.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusTunnel.php new file mode 100644 index 0000000..5bbf7c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusTunnel.php @@ -0,0 +1,48 @@ +localGatewayInterface = $localGatewayInterface; + } + public function getLocalGatewayInterface() + { + return $this->localGatewayInterface; + } + public function setPeerGatewayInterface($peerGatewayInterface) + { + $this->peerGatewayInterface = $peerGatewayInterface; + } + public function getPeerGatewayInterface() + { + return $this->peerGatewayInterface; + } + public function setTunnelUrl($tunnelUrl) + { + $this->tunnelUrl = $tunnelUrl; + } + public function getTunnelUrl() + { + return $this->tunnelUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.php new file mode 100644 index 0000000..8b6ff9f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayStatusVpnConnection.php @@ -0,0 +1,72 @@ +peerExternalGateway = $peerExternalGateway; + } + public function getPeerExternalGateway() + { + return $this->peerExternalGateway; + } + public function setPeerGcpGateway($peerGcpGateway) + { + $this->peerGcpGateway = $peerGcpGateway; + } + public function getPeerGcpGateway() + { + return $this->peerGcpGateway; + } + /** + * @param Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState + */ + public function setState(Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState $state) + { + $this->state = $state; + } + /** + * @return Google_Service_Compute_VpnGatewayStatusHighAvailabilityRequirementState + */ + public function getState() + { + return $this->state; + } + /** + * @param Google_Service_Compute_VpnGatewayStatusTunnel + */ + public function setTunnels($tunnels) + { + $this->tunnels = $tunnels; + } + /** + * @return Google_Service_Compute_VpnGatewayStatusTunnel + */ + public function getTunnels() + { + return $this->tunnels; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.php new file mode 100644 index 0000000..d1ebea6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewayVpnGatewayInterface.php @@ -0,0 +1,39 @@ +id = $id; + } + public function getId() + { + return $this->id; + } + public function setIpAddress($ipAddress) + { + $this->ipAddress = $ipAddress; + } + public function getIpAddress() + { + return $this->ipAddress; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.php new file mode 100644 index 0000000..11d79a9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysGetStatusResponse.php @@ -0,0 +1,37 @@ +result = $result; + } + /** + * @return Google_Service_Compute_VpnGatewayStatus + */ + public function getResult() + { + return $this->result; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.php new file mode 100644 index 0000000..41ea76c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedList.php @@ -0,0 +1,54 @@ +vpnGateways = $vpnGateways; + } + /** + * @return Google_Service_Compute_VpnGateway + */ + public function getVpnGateways() + { + return $this->vpnGateways; + } + /** + * @param Google_Service_Compute_VpnGatewaysScopedListWarning + */ + public function setWarning(Google_Service_Compute_VpnGatewaysScopedListWarning $warning) + { + $this->warning = $warning; + } + /** + * @return Google_Service_Compute_VpnGatewaysScopedListWarning + */ + public function getWarning() + { + return $this->warning; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.php new file mode 100644 index 0000000..e775fdb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarning.php @@ -0,0 +1,56 @@ +code = $code; + } + public function getCode() + { + return $this->code; + } + /** + * @param Google_Service_Compute_VpnGatewaysScopedListWarningData + */ + public function setData($data) + { + $this->data = $data; + } + /** + * @return Google_Service_Compute_VpnGatewaysScopedListWarningData + */ + public function getData() + { + return $this->data; + } + public function setMessage($message) + { + $this->message = $message; + } + public function getMessage() + { + return $this->message; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.php new file mode 100644 index 0000000..687a8ec --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnGatewaysScopedListWarningData.php @@ -0,0 +1,39 @@ +key = $key; + } + public function getKey() + { + return $this->key; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php index bf3233c..aa738f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/VpnTunnel.php @@ -26,6 +26,9 @@ class Google_Service_Compute_VpnTunnel extends Google_Collection public $kind; public $localTrafficSelector; public $name; + public $peerExternalGateway; + public $peerExternalGatewayInterface; + public $peerGcpGateway; public $peerIp; public $region; public $remoteTrafficSelector; @@ -35,6 +38,8 @@ class Google_Service_Compute_VpnTunnel extends Google_Collection public $sharedSecretHash; public $status; public $targetVpnGateway; + public $vpnGateway; + public $vpnGatewayInterface; public function setCreationTimestamp($creationTimestamp) { @@ -100,6 +105,30 @@ class Google_Service_Compute_VpnTunnel extends Google_Collection { return $this->name; } + public function setPeerExternalGateway($peerExternalGateway) + { + $this->peerExternalGateway = $peerExternalGateway; + } + public function getPeerExternalGateway() + { + return $this->peerExternalGateway; + } + public function setPeerExternalGatewayInterface($peerExternalGatewayInterface) + { + $this->peerExternalGatewayInterface = $peerExternalGatewayInterface; + } + public function getPeerExternalGatewayInterface() + { + return $this->peerExternalGatewayInterface; + } + public function setPeerGcpGateway($peerGcpGateway) + { + $this->peerGcpGateway = $peerGcpGateway; + } + public function getPeerGcpGateway() + { + return $this->peerGcpGateway; + } public function setPeerIp($peerIp) { $this->peerIp = $peerIp; @@ -172,4 +201,20 @@ class Google_Service_Compute_VpnTunnel extends Google_Collection { return $this->targetVpnGateway; } + public function setVpnGateway($vpnGateway) + { + $this->vpnGateway = $vpnGateway; + } + public function getVpnGateway() + { + return $this->vpnGateway; + } + public function setVpnGatewayInterface($vpnGatewayInterface) + { + $this->vpnGatewayInterface = $vpnGatewayInterface; + } + public function getVpnGatewayInterface() + { + return $this->vpnGatewayInterface; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.php b/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.php new file mode 100644 index 0000000..28e78c9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Compute/WeightedBackendService.php @@ -0,0 +1,55 @@ +backendService = $backendService; + } + public function getBackendService() + { + return $this->backendService; + } + /** + * @param Google_Service_Compute_HttpHeaderAction + */ + public function setHeaderAction(Google_Service_Compute_HttpHeaderAction $headerAction) + { + $this->headerAction = $headerAction; + } + /** + * @return Google_Service_Compute_HttpHeaderAction + */ + public function getHeaderAction() + { + return $this->headerAction; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container.php b/vendor/google/apiclient-services/src/Google/Service/Container.php index d9a2b24..4450765 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container.php @@ -178,6 +178,10 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), + 'clusterId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'projectId' => array( 'location' => 'query', 'type' => 'string', @@ -186,10 +190,6 @@ class Google_Service_Container extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'clusterId' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'getJwks' => array( 'path' => 'v1/{+parent}/jwks', @@ -394,14 +394,6 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), - 'projectId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'zone' => array( - 'location' => 'query', - 'type' => 'string', - ), 'clusterId' => array( 'location' => 'query', 'type' => 'string', @@ -410,6 +402,14 @@ class Google_Service_Container extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'projectId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'zone' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'v1/{+parent}/nodePools', @@ -532,10 +532,6 @@ class Google_Service_Container extends Google_Service 'type' => 'string', 'required' => true, ), - 'operationId' => array( - 'location' => 'query', - 'type' => 'string', - ), 'projectId' => array( 'location' => 'query', 'type' => 'string', @@ -544,6 +540,10 @@ class Google_Service_Container extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'operationId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'v1/{+parent}/operations', diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.php b/vendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.php new file mode 100644 index 0000000..4a8c095 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/BinaryAuthorization.php @@ -0,0 +1,30 @@ +enabled = $enabled; + } + public function getEnabled() + { + return $this->enabled; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php b/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php index 04144f2..64c3a71 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Cluster.php @@ -20,6 +20,8 @@ class Google_Service_Container_Cluster extends Google_Collection protected $collection_key = 'nodePools'; protected $addonsConfigType = 'Google_Service_Container_AddonsConfig'; protected $addonsConfigDataType = ''; + protected $binaryAuthorizationType = 'Google_Service_Container_BinaryAuthorization'; + protected $binaryAuthorizationDataType = ''; public $clusterIpv4Cidr; protected $conditionsType = 'Google_Service_Container_StatusCondition'; protected $conditionsDataType = 'array'; @@ -27,6 +29,8 @@ class Google_Service_Container_Cluster extends Google_Collection public $currentMasterVersion; public $currentNodeCount; public $currentNodeVersion; + protected $databaseEncryptionType = 'Google_Service_Container_DatabaseEncryption'; + protected $databaseEncryptionDataType = ''; protected $defaultMaxPodsConstraintType = 'Google_Service_Container_MaxPodsConstraint'; protected $defaultMaxPodsConstraintDataType = ''; public $description; @@ -90,6 +94,20 @@ class Google_Service_Container_Cluster extends Google_Collection { return $this->addonsConfig; } + /** + * @param Google_Service_Container_BinaryAuthorization + */ + public function setBinaryAuthorization(Google_Service_Container_BinaryAuthorization $binaryAuthorization) + { + $this->binaryAuthorization = $binaryAuthorization; + } + /** + * @return Google_Service_Container_BinaryAuthorization + */ + public function getBinaryAuthorization() + { + return $this->binaryAuthorization; + } public function setClusterIpv4Cidr($clusterIpv4Cidr) { $this->clusterIpv4Cidr = $clusterIpv4Cidr; @@ -144,6 +162,20 @@ class Google_Service_Container_Cluster extends Google_Collection { return $this->currentNodeVersion; } + /** + * @param Google_Service_Container_DatabaseEncryption + */ + public function setDatabaseEncryption(Google_Service_Container_DatabaseEncryption $databaseEncryption) + { + $this->databaseEncryption = $databaseEncryption; + } + /** + * @return Google_Service_Container_DatabaseEncryption + */ + public function getDatabaseEncryption() + { + return $this->databaseEncryption; + } /** * @param Google_Service_Container_MaxPodsConstraint */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php b/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php index 89a9be4..924c9a7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ClusterUpdate.php @@ -20,7 +20,13 @@ class Google_Service_Container_ClusterUpdate extends Google_Collection protected $collection_key = 'desiredLocations'; protected $desiredAddonsConfigType = 'Google_Service_Container_AddonsConfig'; protected $desiredAddonsConfigDataType = ''; + protected $desiredBinaryAuthorizationType = 'Google_Service_Container_BinaryAuthorization'; + protected $desiredBinaryAuthorizationDataType = ''; + protected $desiredDatabaseEncryptionType = 'Google_Service_Container_DatabaseEncryption'; + protected $desiredDatabaseEncryptionDataType = ''; public $desiredImageType; + protected $desiredIntraNodeVisibilityConfigType = 'Google_Service_Container_IntraNodeVisibilityConfig'; + protected $desiredIntraNodeVisibilityConfigDataType = ''; public $desiredLocations; public $desiredLoggingService; protected $desiredMasterAuthorizedNetworksConfigType = 'Google_Service_Container_MasterAuthorizedNetworksConfig'; @@ -48,6 +54,34 @@ class Google_Service_Container_ClusterUpdate extends Google_Collection { return $this->desiredAddonsConfig; } + /** + * @param Google_Service_Container_BinaryAuthorization + */ + public function setDesiredBinaryAuthorization(Google_Service_Container_BinaryAuthorization $desiredBinaryAuthorization) + { + $this->desiredBinaryAuthorization = $desiredBinaryAuthorization; + } + /** + * @return Google_Service_Container_BinaryAuthorization + */ + public function getDesiredBinaryAuthorization() + { + return $this->desiredBinaryAuthorization; + } + /** + * @param Google_Service_Container_DatabaseEncryption + */ + public function setDesiredDatabaseEncryption(Google_Service_Container_DatabaseEncryption $desiredDatabaseEncryption) + { + $this->desiredDatabaseEncryption = $desiredDatabaseEncryption; + } + /** + * @return Google_Service_Container_DatabaseEncryption + */ + public function getDesiredDatabaseEncryption() + { + return $this->desiredDatabaseEncryption; + } public function setDesiredImageType($desiredImageType) { $this->desiredImageType = $desiredImageType; @@ -56,6 +90,20 @@ class Google_Service_Container_ClusterUpdate extends Google_Collection { return $this->desiredImageType; } + /** + * @param Google_Service_Container_IntraNodeVisibilityConfig + */ + public function setDesiredIntraNodeVisibilityConfig(Google_Service_Container_IntraNodeVisibilityConfig $desiredIntraNodeVisibilityConfig) + { + $this->desiredIntraNodeVisibilityConfig = $desiredIntraNodeVisibilityConfig; + } + /** + * @return Google_Service_Container_IntraNodeVisibilityConfig + */ + public function getDesiredIntraNodeVisibilityConfig() + { + return $this->desiredIntraNodeVisibilityConfig; + } public function setDesiredLocations($desiredLocations) { $this->desiredLocations = $desiredLocations; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.php b/vendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.php new file mode 100644 index 0000000..d1ebc46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/DatabaseEncryption.php @@ -0,0 +1,39 @@ +keyName = $keyName; + } + public function getKeyName() + { + return $this->keyName; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsSource.php b/vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.php similarity index 73% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsSource.php rename to vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.php index 051a192..19ed2e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/GoogleCloudHealthcareV1alpha2FhirRestGcsSource.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/IntraNodeVisibilityConfig.php @@ -15,16 +15,16 @@ * the License. */ -class Google_Service_CloudHealthcare_GoogleCloudHealthcareV1alpha2FhirRestGcsSource extends Google_Model +class Google_Service_Container_IntraNodeVisibilityConfig extends Google_Model { - public $uri; + public $enabled; - public function setUri($uri) + public function setEnabled($enabled) { - $this->uri = $uri; + $this->enabled = $enabled; } - public function getUri() + public function getEnabled() { - return $this->uri; + return $this->enabled; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php index dc2d937..2628d8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NetworkConfig.php @@ -17,9 +17,18 @@ class Google_Service_Container_NetworkConfig extends Google_Model { + public $enableIntraNodeVisibility; public $network; public $subnetwork; + public function setEnableIntraNodeVisibility($enableIntraNodeVisibility) + { + $this->enableIntraNodeVisibility = $enableIntraNodeVisibility; + } + public function getEnableIntraNodeVisibility() + { + return $this->enableIntraNodeVisibility; + } public function setNetwork($network) { $this->network = $network; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php index 6958621..e0c3934 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/NodeConfig.php @@ -31,6 +31,8 @@ class Google_Service_Container_NodeConfig extends Google_Collection public $oauthScopes; public $preemptible; public $serviceAccount; + protected $shieldedInstanceConfigType = 'Google_Service_Container_ShieldedInstanceConfig'; + protected $shieldedInstanceConfigDataType = ''; public $tags; protected $taintsType = 'Google_Service_Container_NodeTaint'; protected $taintsDataType = 'array'; @@ -137,6 +139,20 @@ class Google_Service_Container_NodeConfig extends Google_Collection { return $this->serviceAccount; } + /** + * @param Google_Service_Container_ShieldedInstanceConfig + */ + public function setShieldedInstanceConfig(Google_Service_Container_ShieldedInstanceConfig $shieldedInstanceConfig) + { + $this->shieldedInstanceConfig = $shieldedInstanceConfig; + } + /** + * @return Google_Service_Container_ShieldedInstanceConfig + */ + public function getShieldedInstanceConfig() + { + return $this->shieldedInstanceConfig; + } public function setTags($tags) { $this->tags = $tags; diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php index 1e0360f..328e341 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClusters.php @@ -105,6 +105,8 @@ class Google_Service_Container_Resource_ProjectsLocationsClusters extends Google * retrieve. Specified in the format 'projects/locations/clusters'. * @param array $optParams Optional parameters. * + * @opt_param string clusterId Deprecated. The name of the cluster to retrieve. + * This field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been @@ -112,8 +114,6 @@ class Google_Service_Container_Resource_ProjectsLocationsClusters extends Google * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](/compute/docs/zones#available) in which the cluster resides. This * field has been deprecated and replaced by the name field. - * @opt_param string clusterId Deprecated. The name of the cluster to retrieve. - * This field has been deprecated and replaced by the name field. * @return Google_Service_Container_Cluster */ public function get($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php index 757d79e..09d0b86 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsClustersNodePools.php @@ -76,6 +76,10 @@ class Google_Service_Container_Resource_ProjectsLocationsClustersNodePools exten * 'projects/locations/clusters/nodePools'. * @param array $optParams Optional parameters. * + * @opt_param string clusterId Deprecated. The name of the cluster. This field + * has been deprecated and replaced by the name field. + * @opt_param string nodePoolId Deprecated. The name of the node pool. This + * field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://developers.google.com/console/help/new/#projectnumber). This @@ -83,10 +87,6 @@ class Google_Service_Container_Resource_ProjectsLocationsClustersNodePools exten * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](/compute/docs/zones#available) in which the cluster resides. This * field has been deprecated and replaced by the name field. - * @opt_param string clusterId Deprecated. The name of the cluster. This field - * has been deprecated and replaced by the name field. - * @opt_param string nodePoolId Deprecated. The name of the node pool. This - * field has been deprecated and replaced by the name field. * @return Google_Service_Container_NodePool */ public function get($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php index bbb40d5..4465022 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Container/Resource/ProjectsLocationsOperations.php @@ -47,8 +47,6 @@ class Google_Service_Container_Resource_ProjectsLocationsOperations extends Goog * operation to get. Specified in the format 'projects/locations/operations'. * @param array $optParams Optional parameters. * - * @opt_param string operationId Deprecated. The server-assigned `name` of the - * operation. This field has been deprecated and replaced by the name field. * @opt_param string projectId Deprecated. The Google Developers Console * [project ID or project * number](https://support.google.com/cloud/answer/6158840). This field has been @@ -56,6 +54,8 @@ class Google_Service_Container_Resource_ProjectsLocationsOperations extends Goog * @opt_param string zone Deprecated. The name of the Google Compute Engine * [zone](/compute/docs/zones#available) in which the cluster resides. This * field has been deprecated and replaced by the name field. + * @opt_param string operationId Deprecated. The server-assigned `name` of the + * operation. This field has been deprecated and replaced by the name field. * @return Google_Service_Container_Operation */ public function get($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php b/vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php new file mode 100644 index 0000000..263233e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Container/ShieldedInstanceConfig.php @@ -0,0 +1,39 @@ +enableIntegrityMonitoring = $enableIntegrityMonitoring; + } + public function getEnableIntegrityMonitoring() + { + return $this->enableIntegrityMonitoring; + } + public function setEnableSecureBoot($enableSecureBoot) + { + $this->enableSecureBoot = $enableSecureBoot; + } + public function getEnableSecureBoot() + { + return $this->enableSecureBoot; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php index e916937..4a69416 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis.php @@ -191,6 +191,10 @@ class Google_Service_ContainerAnalysis extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -199,10 +203,6 @@ class Google_Service_ContainerAnalysis extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -291,14 +291,6 @@ class Google_Service_ContainerAnalysis extends Google_Service 'type' => 'string', 'required' => true, ), - 'name' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -311,6 +303,14 @@ class Google_Service_ContainerAnalysis extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'name' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', @@ -499,14 +499,6 @@ class Google_Service_ContainerAnalysis extends Google_Service 'type' => 'string', 'required' => true, ), - 'parent' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -515,6 +507,14 @@ class Google_Service_ContainerAnalysis extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'parent' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1alpha1/{+name}', diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php index 60dbae4..37c0524 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Discovered.php @@ -21,6 +21,7 @@ class Google_Service_ContainerAnalysis_Discovered extends Google_Model protected $analysisStatusErrorType = 'Google_Service_ContainerAnalysis_Status'; protected $analysisStatusErrorDataType = ''; public $continuousAnalysis; + public $cpe; protected $operationType = 'Google_Service_ContainerAnalysis_Operation'; protected $operationDataType = ''; @@ -54,6 +55,14 @@ class Google_Service_ContainerAnalysis_Discovered extends Google_Model { return $this->continuousAnalysis; } + public function setCpe($cpe) + { + $this->cpe = $cpe; + } + public function getCpe() + { + return $this->cpe; + } /** * @param Google_Service_ContainerAnalysis_Operation */ diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php index 9110b4a..16404cd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Policy.php @@ -18,27 +18,11 @@ class Google_Service_ContainerAnalysis_Policy extends Google_Collection { protected $collection_key = 'bindings'; - protected $auditConfigsType = 'Google_Service_ContainerAnalysis_AuditConfig'; - protected $auditConfigsDataType = 'array'; protected $bindingsType = 'Google_Service_ContainerAnalysis_Binding'; protected $bindingsDataType = 'array'; public $etag; public $version; - /** - * @param Google_Service_ContainerAnalysis_AuditConfig - */ - public function setAuditConfigs($auditConfigs) - { - $this->auditConfigs = $auditConfigs; - } - /** - * @return Google_Service_ContainerAnalysis_AuditConfig - */ - public function getAuditConfigs() - { - return $this->auditConfigs; - } /** * @param Google_Service_ContainerAnalysis_Binding */ diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php index 2eb01f0..61ac7e6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsNotesOccurrences.php @@ -34,10 +34,10 @@ class Google_Service_ContainerAnalysis_Resource_ProjectsNotesOccurrences extends * "provider/{provider_id}/notes/{note_id}" * @param array $optParams Optional parameters. * + * @opt_param string filter The filter expression. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @opt_param int pageSize Number of notes to return in the list. - * @opt_param string filter The filter expression. * @return Google_Service_ContainerAnalysis_ListNoteOccurrencesResponse */ public function listProjectsNotesOccurrences($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php index 3946fc0..315d07a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProjectsOccurrences.php @@ -138,13 +138,13 @@ class Google_Service_ContainerAnalysis_Resource_ProjectsOccurrences extends Goog * projects/{project_id}. * @param array $optParams Optional parameters. * - * @opt_param string name The name field contains the project Id. For example: - * "projects/{project_id} @Deprecated - * @opt_param string filter The filter expression. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @opt_param string kind The kind of occurrences to filter on. * @opt_param int pageSize Number of occurrences to return in the list. + * @opt_param string name The name field contains the project Id. For example: + * "projects/{project_id} @Deprecated + * @opt_param string filter The filter expression. * @return Google_Service_ContainerAnalysis_ListOccurrencesResponse */ public function listProjectsOccurrences($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php index 7521281..c29bd85 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/Resource/ProvidersNotes.php @@ -104,12 +104,12 @@ class Google_Service_ContainerAnalysis_Resource_ProvidersNotes extends Google_Se * "providers/{provider_id} @Deprecated * @param array $optParams Optional parameters. * - * @opt_param string parent This field contains the project Id for example: - * "projects/{PROJECT_ID}". - * @opt_param string filter The filter expression. * @opt_param string pageToken Token to provide to skip to a particular spot in * the list. * @opt_param int pageSize Number of notes to return in the list. + * @opt_param string parent This field contains the project Id for example: + * "projects/{PROJECT_ID}". + * @opt_param string filter The filter expression. * @return Google_Service_ContainerAnalysis_ListNotesResponse */ public function listProvidersNotes($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php index 7e582e4..9852524 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/SetIamPolicyRequest.php @@ -19,7 +19,6 @@ class Google_Service_ContainerAnalysis_SetIamPolicyRequest extends Google_Model { protected $policyType = 'Google_Service_ContainerAnalysis_Policy'; protected $policyDataType = ''; - public $updateMask; /** * @param Google_Service_ContainerAnalysis_Policy @@ -35,12 +34,4 @@ class Google_Service_ContainerAnalysis_SetIamPolicyRequest extends Google_Model { return $this->policy; } - public function setUpdateMask($updateMask) - { - $this->updateMask = $updateMask; - } - public function getUpdateMask() - { - return $this->updateMask; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP.php b/vendor/google/apiclient-services/src/Google/Service/DLP.php index ae3ab0a..e4ddbb2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DLP.php +++ b/vendor/google/apiclient-services/src/Google/Service/DLP.php @@ -37,6 +37,7 @@ class Google_Service_DLP extends Google_Service "https://www.googleapis.com/auth/cloud-platform"; public $infoTypes; + public $locations_infoTypes; public $organizations_deidentifyTemplates; public $organizations_inspectTemplates; public $organizations_storedInfoTypes; @@ -82,6 +83,38 @@ class Google_Service_DLP extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->locations_infoTypes = new Google_Service_DLP_Resource_LocationsInfoTypes( + $this, + $this->serviceName, + 'infoTypes', + array( + 'methods' => array( + 'list' => array( + 'path' => 'v2/locations/{location}/infoTypes', + 'httpMethod' => 'GET', + 'parameters' => array( + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -204,10 +237,6 @@ class Google_Service_DLP extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -216,6 +245,10 @@ class Google_Service_DLP extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'patch' => array( 'path' => 'v2/{+name}', @@ -694,6 +727,36 @@ class Google_Service_DLP extends Google_Service 'required' => true, ), ), + ),'inspect' => array( + 'path' => 'v2/{+parent}/locations/{location}/content:inspect', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'reidentify' => array( + 'path' => 'v2/{+parent}/locations/{location}/content:reidentify', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'location' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php index aaf54e5..c15693a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2InspectContentRequest.php @@ -22,6 +22,7 @@ class Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest extends Google_ public $inspectTemplateName; protected $itemType = 'Google_Service_DLP_GooglePrivacyDlpV2ContentItem'; protected $itemDataType = ''; + public $location; /** * @param Google_Service_DLP_GooglePrivacyDlpV2InspectConfig @@ -59,4 +60,12 @@ class Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest extends Google_ { return $this->item; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php index bcf0fa8..83174d5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/GooglePrivacyDlpV2ReidentifyContentRequest.php @@ -22,6 +22,7 @@ class Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest extends Goog public $inspectTemplateName; protected $itemType = 'Google_Service_DLP_GooglePrivacyDlpV2ContentItem'; protected $itemDataType = ''; + public $location; protected $reidentifyConfigType = 'Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig'; protected $reidentifyConfigDataType = ''; public $reidentifyTemplateName; @@ -62,6 +63,14 @@ class Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest extends Goog { return $this->item; } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } /** * @param Google_Service_DLP_GooglePrivacyDlpV2DeidentifyConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php index 25f5eab..5d7d731 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/InfoTypes.php @@ -37,6 +37,8 @@ class Google_Service_DLP_Resource_InfoTypes extends Google_Service_Resource * available, en-US strings will be returned. * @opt_param string filter Optional filter to only return infoTypes supported * by certain parts of the API. Defaults to supported_by=INSPECT. + * @opt_param string location The geographic location to list info types. + * Reserved for future extensions. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse */ public function listInfoTypes($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.php new file mode 100644 index 0000000..3f32638 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/Locations.php @@ -0,0 +1,28 @@ + + * $dlpService = new Google_Service_DLP(...); + * $locations = $dlpService->locations; + * + */ +class Google_Service_DLP_Resource_Locations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.php new file mode 100644 index 0000000..12af9e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/LocationsInfoTypes.php @@ -0,0 +1,50 @@ + + * $dlpService = new Google_Service_DLP(...); + * $infoTypes = $dlpService->infoTypes; + * + */ +class Google_Service_DLP_Resource_LocationsInfoTypes extends Google_Service_Resource +{ + /** + * Returns a list of the sensitive information types that the DLP API supports. + * See https://cloud.google.com/dlp/docs/infotypes-reference to learn more. + * (infoTypes.listLocationsInfoTypes) + * + * @param string $location The geographic location to list info types. Reserved + * for future extensions. + * @param array $optParams Optional parameters. + * + * @opt_param string languageCode Optional BCP-47 language code for localized + * infoType friendly names. If omitted, or if localized strings are not + * available, en-US strings will be returned. + * @opt_param string filter Optional filter to only return infoTypes supported + * by certain parts of the API. Defaults to supported_by=INSPECT. + * @return Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse + */ + public function listLocationsInfoTypes($location, $optParams = array()) + { + $params = array('location' => $location); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ListInfoTypesResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php index 8e79c97..7c3db6e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/OrganizationsInspectTemplates.php @@ -83,8 +83,6 @@ class Google_Service_DLP_Resource_OrganizationsInspectTemplates extends Google_S * project-id or organizations/my-org-id. * @param array $optParams Optional parameters. * - * @opt_param int pageSize Optional size of the page, can be limited by server. - * If zero server returns a page of max size 100. * @opt_param string pageToken Optional page token to continue retrieval. Comes * from previous call to `ListInspectTemplates`. * @opt_param string orderBy Optional comma separated list of fields to order @@ -100,6 +98,8 @@ class Google_Service_DLP_Resource_OrganizationsInspectTemplates extends Google_S * `update_time`: corresponds to time the template was last updated. - `name`: * corresponds to template's name. - `display_name`: corresponds to template's * display name. + * @opt_param int pageSize Optional size of the page, can be limited by server. + * If zero server returns a page of max size 100. * @return Google_Service_DLP_GooglePrivacyDlpV2ListInspectTemplatesResponse */ public function listOrganizationsInspectTemplates($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php index 33ba2b3..6c7abc6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php +++ b/vendor/google/apiclient-services/src/Google/Service/DLP/Resource/ProjectsLocationsContent.php @@ -49,4 +49,47 @@ class Google_Service_DLP_Resource_ProjectsLocationsContent extends Google_Servic $params = array_merge($params, $optParams); return $this->call('deidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2DeidentifyContentResponse"); } + /** + * Finds potentially sensitive info in content. This method has limits on input + * size, processing time, and output size. + * + * When no InfoTypes or CustomInfoTypes are specified in this request, the + * system will automatically choose what detectors to run. By default this may + * be all types, but may change over time as detectors are updated. + * + * For how to guides, see https://cloud.google.com/dlp/docs/inspecting-images + * and https://cloud.google.com/dlp/docs/inspecting-text, (content.inspect) + * + * @param string $parent The parent resource name, for example projects/my- + * project-id. + * @param string $location The geographic location to process content + * inspection. Reserved for future extensions. + * @param Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse + */ + public function inspect($parent, $location, Google_Service_DLP_GooglePrivacyDlpV2InspectContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('inspect', array($params), "Google_Service_DLP_GooglePrivacyDlpV2InspectContentResponse"); + } + /** + * Re-identifies content that has been de-identified. See + * https://cloud.google.com/dlp/docs/pseudonymization#re- + * identification_in_free_text_code_example to learn more. (content.reidentify) + * + * @param string $parent The parent resource name. + * @param string $location The geographic location to process content + * reidentification. Reserved for future extensions. + * @param Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse + */ + public function reidentify($parent, $location, Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'location' => $location, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reidentify', array($params), "Google_Service_DLP_GooglePrivacyDlpV2ReidentifyContentResponse"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion.php index 66a37a6..061f127 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataFusion.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion.php @@ -150,6 +150,10 @@ class Google_Service_DataFusion extends Google_Service 'type' => 'string', 'required' => true, ), + 'options.requestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'list' => array( 'path' => 'v1beta1/{+parent}/instances', diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php index 425fa50..44df34f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/AuditLogConfig.php @@ -19,6 +19,7 @@ class Google_Service_DataFusion_AuditLogConfig extends Google_Collection { protected $collection_key = 'exemptedMembers'; public $exemptedMembers; + public $ignoreChildExemptions; public $logType; public function setExemptedMembers($exemptedMembers) @@ -29,6 +30,14 @@ class Google_Service_DataFusion_AuditLogConfig extends Google_Collection { return $this->exemptedMembers; } + public function setIgnoreChildExemptions($ignoreChildExemptions) + { + $this->ignoreChildExemptions = $ignoreChildExemptions; + } + public function getIgnoreChildExemptions() + { + return $this->ignoreChildExemptions; + } public function setLogType($logType) { $this->logType = $logType; diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php index 44fee43..049e36c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CounterOptions.php @@ -15,11 +15,28 @@ * the License. */ -class Google_Service_DataFusion_CounterOptions extends Google_Model +class Google_Service_DataFusion_CounterOptions extends Google_Collection { + protected $collection_key = 'customFields'; + protected $customFieldsType = 'Google_Service_DataFusion_CustomField'; + protected $customFieldsDataType = 'array'; public $field; public $metric; + /** + * @param Google_Service_DataFusion_CustomField + */ + public function setCustomFields($customFields) + { + $this->customFields = $customFields; + } + /** + * @return Google_Service_DataFusion_CustomField + */ + public function getCustomFields() + { + return $this->customFields; + } public function setField($field) { $this->field = $field; diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/CustomField.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CustomField.php new file mode 100644 index 0000000..6d103c4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/CustomField.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php index cdc2806..b02790e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Instance.php @@ -15,8 +15,12 @@ * the License. */ -class Google_Service_DataFusion_Instance extends Google_Model +class Google_Service_DataFusion_Instance extends Google_Collection { + protected $collection_key = 'availableVersion'; + public $apiEndpoint; + protected $availableVersionType = 'Google_Service_DataFusion_Version'; + protected $availableVersionDataType = 'array'; public $createTime; public $description; public $displayName; @@ -37,6 +41,28 @@ class Google_Service_DataFusion_Instance extends Google_Model public $version; public $zone; + public function setApiEndpoint($apiEndpoint) + { + $this->apiEndpoint = $apiEndpoint; + } + public function getApiEndpoint() + { + return $this->apiEndpoint; + } + /** + * @param Google_Service_DataFusion_Version + */ + public function setAvailableVersion($availableVersion) + { + $this->availableVersion = $availableVersion; + } + /** + * @return Google_Service_DataFusion_Version + */ + public function getAvailableVersion() + { + return $this->availableVersion; + } public function setCreateTime($createTime) { $this->createTime = $createTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php index 5ad0390..57df5ae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Resource/ProjectsLocationsInstances.php @@ -79,6 +79,16 @@ class Google_Service_DataFusion_Resource_ProjectsLocationsInstances extends Goog * requested. See the operation documentation for the appropriate value for this * field. * @param array $optParams Optional parameters. + * + * @opt_param int options.requestedPolicyVersion Optional. The policy format + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_DataFusion_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -152,7 +162,10 @@ class Google_Service_DataFusion_Resource_ProjectsLocationsInstances extends Goog } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (instances.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (instances.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/DataFusion/Version.php b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Version.php new file mode 100644 index 0000000..637db4e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DataFusion/Version.php @@ -0,0 +1,30 @@ +versionNumber = $versionNumber; + } + public function getVersionNumber() + { + return $this->versionNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow.php index 8c24e34..25f8cc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow.php @@ -52,12 +52,9 @@ class Google_Service_Dataflow extends Google_Service public $projects_locations_jobs; public $projects_locations_jobs_debug; public $projects_locations_jobs_messages; - public $projects_locations_jobs_snapshots; public $projects_locations_jobs_workItems; - public $projects_locations_snapshots; public $projects_locations_sql; public $projects_locations_templates; - public $projects_snapshots; public $projects_templates; /** @@ -81,25 +78,7 @@ class Google_Service_Dataflow extends Google_Service 'projects', array( 'methods' => array( - 'deleteSnapshots' => array( - 'path' => 'v1b3/projects/{projectId}/snapshots', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'snapshotId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'location' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'workerMessages' => array( + 'workerMessages' => array( 'path' => 'v1b3/projects/{projectId}/WorkerMessages', 'httpMethod' => 'POST', 'parameters' => array( @@ -208,11 +187,11 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'startTime' => array( + 'location' => array( 'location' => 'query', 'type' => 'string', ), - 'location' => array( + 'startTime' => array( 'location' => 'query', 'type' => 'string', ), @@ -226,10 +205,6 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'location' => array( 'location' => 'query', 'type' => 'string', @@ -246,20 +221,9 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), - ), - ),'snapshot' => array( - 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}:snapshot', - 'httpMethod' => 'POST', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', + 'filter' => array( + 'location' => 'query', 'type' => 'string', - 'required' => true, - ), - 'jobId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, ), ), ),'update' => array( @@ -345,15 +309,11 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'location' => array( - 'location' => 'query', - 'type' => 'string', - ), 'endTime' => array( 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( + 'location' => array( 'location' => 'query', 'type' => 'string', ), @@ -361,6 +321,10 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -459,11 +423,11 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'replaceJobId' => array( + 'view' => array( 'location' => 'query', 'type' => 'string', ), - 'view' => array( + 'replaceJobId' => array( 'location' => 'query', 'type' => 'string', ), @@ -530,6 +494,10 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -542,30 +510,6 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ),'snapshot' => array( - 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}:snapshot', - 'httpMethod' => 'POST', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'jobId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), ), ),'update' => array( 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}', @@ -666,6 +610,10 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), + 'minimumImportance' => array( + 'location' => 'query', + 'type' => 'string', + ), 'endTime' => array( 'location' => 'query', 'type' => 'string', @@ -682,40 +630,6 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'minimumImportance' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); - $this->projects_locations_jobs_snapshots = new Google_Service_Dataflow_Resource_ProjectsLocationsJobsSnapshots( - $this, - $this->serviceName, - 'snapshots', - array( - 'methods' => array( - 'list' => array( - 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}/snapshots', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'jobId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), ), ), ) @@ -771,75 +685,6 @@ class Google_Service_Dataflow extends Google_Service ) ) ); - $this->projects_locations_snapshots = new Google_Service_Dataflow_Resource_ProjectsLocationsSnapshots( - $this, - $this->serviceName, - 'snapshots', - array( - 'methods' => array( - 'delete' => array( - 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}', - 'httpMethod' => 'DELETE', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'snapshotId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'get' => array( - 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots/{snapshotId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'snapshotId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - ), - ),'list' => array( - 'path' => 'v1b3/projects/{projectId}/locations/{location}/snapshots', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'jobId' => array( - 'location' => 'query', - 'type' => 'string', - ), - ), - ), - ) - ) - ); $this->projects_locations_sql = new Google_Service_Dataflow_Resource_ProjectsLocationsSql( $this, $this->serviceName, @@ -927,14 +772,6 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'dynamicTemplate.gcsPath' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'dynamicTemplate.stagingLocation' => array( - 'location' => 'query', - 'type' => 'string', - ), 'validateOnly' => array( 'location' => 'query', 'type' => 'boolean', @@ -943,50 +780,11 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), - ), - ), - ) - ) - ); - $this->projects_snapshots = new Google_Service_Dataflow_Resource_ProjectsSnapshots( - $this, - $this->serviceName, - 'snapshots', - array( - 'methods' => array( - 'get' => array( - 'path' => 'v1b3/projects/{projectId}/snapshots/{snapshotId}', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'snapshotId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( + 'dynamicTemplate.gcsPath' => array( 'location' => 'query', 'type' => 'string', ), - ), - ),'list' => array( - 'path' => 'v1b3/projects/{projectId}/snapshots', - 'httpMethod' => 'GET', - 'parameters' => array( - 'projectId' => array( - 'location' => 'path', - 'type' => 'string', - 'required' => true, - ), - 'location' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'jobId' => array( + 'dynamicTemplate.stagingLocation' => array( 'location' => 'query', 'type' => 'string', ), @@ -1020,10 +818,6 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'location' => array( - 'location' => 'query', - 'type' => 'string', - ), 'view' => array( 'location' => 'query', 'type' => 'string', @@ -1032,6 +826,10 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'location' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'launch' => array( 'path' => 'v1b3/projects/{projectId}/templates:launch', @@ -1042,14 +840,6 @@ class Google_Service_Dataflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'validateOnly' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'gcsPath' => array( - 'location' => 'query', - 'type' => 'string', - ), 'location' => array( 'location' => 'query', 'type' => 'string', @@ -1062,6 +852,14 @@ class Google_Service_Dataflow extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'validateOnly' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'gcsPath' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php index 0dccce4..4a2a47f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Environment.php @@ -31,6 +31,8 @@ class Google_Service_Dataflow_Environment extends Google_Collection public $version; protected $workerPoolsType = 'Google_Service_Dataflow_WorkerPool'; protected $workerPoolsDataType = 'array'; + public $workerRegion; + public $workerZone; public function setClusterManagerApiService($clusterManagerApiService) { @@ -134,4 +136,20 @@ class Google_Service_Dataflow_Environment extends Google_Collection { return $this->workerPools; } + public function setWorkerRegion($workerRegion) + { + $this->workerRegion = $workerRegion; + } + public function getWorkerRegion() + { + return $this->workerRegion; + } + public function setWorkerZone($workerZone) + { + $this->workerZone = $workerZone; + } + public function getWorkerZone() + { + return $this->workerZone; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php index 07e502c..64ee119 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/Projects.php @@ -25,23 +25,6 @@ */ class Google_Service_Dataflow_Resource_Projects extends Google_Service_Resource { - /** - * Deletes a snapshot. (projects.deleteSnapshots) - * - * @param string $projectId The ID of the Cloud Platform project that the - * snapshot belongs to. - * @param array $optParams Optional parameters. - * - * @opt_param string snapshotId The ID of the snapshot. - * @opt_param string location The location that contains this snapshot. - * @return Google_Service_Dataflow_DeleteSnapshotResponse - */ - public function deleteSnapshots($projectId, $optParams = array()) - { - $params = array('projectId' => $projectId); - $params = array_merge($params, $optParams); - return $this->call('deleteSnapshots', array($params), "Google_Service_Dataflow_DeleteSnapshotResponse"); - } /** * Send a worker_message to the service. (projects.workerMessages) * diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php index bdf4222..5bff572 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobs.php @@ -115,12 +115,12 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * @param string $jobId The job to get messages for. * @param array $optParams Optional parameters. * - * @opt_param string startTime Return only metric data that has changed since - * this time. Default is to return all information about all metrics for the - * job. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. + * @opt_param string startTime Return only metric data that has changed since + * this time. Default is to return all information about all metrics for the + * job. * @return Google_Service_Dataflow_JobMetrics */ public function getMetrics($projectId, $jobId, $optParams = array()) @@ -142,7 +142,6 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * @param string $projectId The project which owns the jobs. * @param array $optParams Optional parameters. * - * @opt_param string filter The kind of filter to use. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains this job. @@ -153,6 +152,7 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou * max_responses and an unspecified server-defined limit. * @opt_param string view Level of information requested in response. Default is * `JOB_VIEW_SUMMARY`. + * @opt_param string filter The kind of filter to use. * @return Google_Service_Dataflow_ListJobsResponse */ public function listProjectsJobs($projectId, $optParams = array()) @@ -161,21 +161,6 @@ class Google_Service_Dataflow_Resource_ProjectsJobs extends Google_Service_Resou $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse"); } - /** - * Snapshot the state of a streaming job. (jobs.snapshot) - * - * @param string $projectId The project which owns the job to be snapshotted. - * @param string $jobId The job to be snapshotted. - * @param Google_Service_Dataflow_SnapshotJobRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_Dataflow_Snapshot - */ - public function snapshot($projectId, $jobId, Google_Service_Dataflow_SnapshotJobRequest $postBody, $optParams = array()) - { - $params = array('projectId' => $projectId, 'jobId' => $jobId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('snapshot', array($params), "Google_Service_Dataflow_Snapshot"); - } /** * Updates the state of an existing Cloud Dataflow job. * diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php index 5d0ffa0..0c54f02 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsJobsMessages.php @@ -39,17 +39,17 @@ class Google_Service_Dataflow_Resource_ProjectsJobsMessages extends Google_Servi * @param string $jobId The job to get messages about. * @param array $optParams Optional parameters. * + * @opt_param string endTime Return only messages with timestamps < end_time. + * The default is now (i.e. return up to the latest messages available). * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that * contains the job specified by job_id. - * @opt_param string endTime Return only messages with timestamps < end_time. - * The default is now (i.e. return up to the latest messages available). - * @opt_param string pageToken If supplied, this should be the value of - * next_page_token returned by an earlier call. This will cause the next page of - * results to be returned. * @opt_param string startTime If specified, return only messages with * timestamps >= start_time. The default is the job creation time (i.e. * beginning of messages). + * @opt_param string pageToken If supplied, this should be the value of + * next_page_token returned by an earlier call. This will cause the next page of + * results to be returned. * @opt_param int pageSize If specified, determines the maximum number of * messages to return. If unspecified, the service may choose an appropriate * default, or may return an arbitrarily large number of results. diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php index c8d8572..0ef8b95 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobs.php @@ -41,9 +41,9 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsJobs extends Google_Serv * @param Google_Service_Dataflow_Job $postBody * @param array $optParams Optional parameters. * + * @opt_param string view The level of information requested in response. * @opt_param string replaceJobId Deprecated. This field is now in the Job * message. - * @opt_param string view The level of information requested in response. * @return Google_Service_Dataflow_Job */ public function create($projectId, $location, Google_Service_Dataflow_Job $postBody, $optParams = array()) @@ -120,6 +120,7 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsJobs extends Google_Serv * contains this job. * @param array $optParams Optional parameters. * + * @opt_param string filter The kind of filter to use. * @opt_param string pageToken Set this to the 'next_page_token' field of a * previous response to request additional results in a long list. * @opt_param int pageSize If there are many jobs, limit response to at most @@ -127,7 +128,6 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsJobs extends Google_Serv * max_responses and an unspecified server-defined limit. * @opt_param string view Level of information requested in response. Default is * `JOB_VIEW_SUMMARY`. - * @opt_param string filter The kind of filter to use. * @return Google_Service_Dataflow_ListJobsResponse */ public function listProjectsLocationsJobs($projectId, $location, $optParams = array()) @@ -136,22 +136,6 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsJobs extends Google_Serv $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Dataflow_ListJobsResponse"); } - /** - * Snapshot the state of a streaming job. (jobs.snapshot) - * - * @param string $projectId The project which owns the job to be snapshotted. - * @param string $location The location that contains this job. - * @param string $jobId The job to be snapshotted. - * @param Google_Service_Dataflow_SnapshotJobRequest $postBody - * @param array $optParams Optional parameters. - * @return Google_Service_Dataflow_Snapshot - */ - public function snapshot($projectId, $location, $jobId, Google_Service_Dataflow_SnapshotJobRequest $postBody, $optParams = array()) - { - $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId, 'postBody' => $postBody); - $params = array_merge($params, $optParams); - return $this->call('snapshot', array($params), "Google_Service_Dataflow_Snapshot"); - } /** * Updates the state of an existing Cloud Dataflow job. * diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php index 3f24024..581294a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsMessages.php @@ -42,6 +42,8 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages extends Goo * @param string $jobId The job to get messages about. * @param array $optParams Optional parameters. * + * @opt_param string minimumImportance Filter to only get messages with + * importance >= level * @opt_param string endTime Return only messages with timestamps < end_time. * The default is now (i.e. return up to the latest messages available). * @opt_param string startTime If specified, return only messages with @@ -53,8 +55,6 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsJobsMessages extends Goo * @opt_param int pageSize If specified, determines the maximum number of * messages to return. If unspecified, the service may choose an appropriate * default, or may return an arbitrarily large number of results. - * @opt_param string minimumImportance Filter to only get messages with - * importance >= level * @return Google_Service_Dataflow_ListJobMessagesResponse */ public function listProjectsLocationsJobsMessages($projectId, $location, $jobId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsSnapshots.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsSnapshots.php deleted file mode 100644 index 796d7ea..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsJobsSnapshots.php +++ /dev/null @@ -1,43 +0,0 @@ - - * $dataflowService = new Google_Service_Dataflow(...); - * $snapshots = $dataflowService->snapshots; - * - */ -class Google_Service_Dataflow_Resource_ProjectsLocationsJobsSnapshots extends Google_Service_Resource -{ - /** - * Lists snapshots. (snapshots.listProjectsLocationsJobsSnapshots) - * - * @param string $projectId The project ID to list snapshots for. - * @param string $location The location to list snapshots in. - * @param string $jobId If specified, list snapshots created from this job. - * @param array $optParams Optional parameters. - * @return Google_Service_Dataflow_ListSnapshotsResponse - */ - public function listProjectsLocationsJobsSnapshots($projectId, $location, $jobId, $optParams = array()) - { - $params = array('projectId' => $projectId, 'location' => $location, 'jobId' => $jobId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_Dataflow_ListSnapshotsResponse"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSnapshots.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSnapshots.php deleted file mode 100644 index a4afc02..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsSnapshots.php +++ /dev/null @@ -1,76 +0,0 @@ - - * $dataflowService = new Google_Service_Dataflow(...); - * $snapshots = $dataflowService->snapshots; - * - */ -class Google_Service_Dataflow_Resource_ProjectsLocationsSnapshots extends Google_Service_Resource -{ - /** - * Deletes a snapshot. (snapshots.delete) - * - * @param string $projectId The ID of the Cloud Platform project that the - * snapshot belongs to. - * @param string $location The location that contains this snapshot. - * @param string $snapshotId The ID of the snapshot. - * @param array $optParams Optional parameters. - * @return Google_Service_Dataflow_DeleteSnapshotResponse - */ - public function delete($projectId, $location, $snapshotId, $optParams = array()) - { - $params = array('projectId' => $projectId, 'location' => $location, 'snapshotId' => $snapshotId); - $params = array_merge($params, $optParams); - return $this->call('delete', array($params), "Google_Service_Dataflow_DeleteSnapshotResponse"); - } - /** - * Gets information about a snapshot. (snapshots.get) - * - * @param string $projectId The ID of the Cloud Platform project that the - * snapshot belongs to. - * @param string $location The location that contains this snapshot. - * @param string $snapshotId The ID of the snapshot. - * @param array $optParams Optional parameters. - * @return Google_Service_Dataflow_Snapshot - */ - public function get($projectId, $location, $snapshotId, $optParams = array()) - { - $params = array('projectId' => $projectId, 'location' => $location, 'snapshotId' => $snapshotId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_Dataflow_Snapshot"); - } - /** - * Lists snapshots. (snapshots.listProjectsLocationsSnapshots) - * - * @param string $projectId The project ID to list snapshots for. - * @param string $location The location to list snapshots in. - * @param array $optParams Optional parameters. - * - * @opt_param string jobId If specified, list snapshots created from this job. - * @return Google_Service_Dataflow_ListSnapshotsResponse - */ - public function listProjectsLocationsSnapshots($projectId, $location, $optParams = array()) - { - $params = array('projectId' => $projectId, 'location' => $location); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_Dataflow_ListSnapshotsResponse"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php index 37c6151..e9df260 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsLocationsTemplates.php @@ -76,15 +76,15 @@ class Google_Service_Dataflow_Resource_ProjectsLocationsTemplates extends Google * @param Google_Service_Dataflow_LaunchTemplateParameters $postBody * @param array $optParams Optional parameters. * + * @opt_param bool validateOnly If true, the request is validated but not + * actually executed. Defaults to false. + * @opt_param string gcsPath A Cloud Storage path to the template from which to + * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. * @opt_param string dynamicTemplate.gcsPath Path to dynamic template spec file * on GCS. The file must be a Json serialized DynamicTemplateFieSpec object. * @opt_param string dynamicTemplate.stagingLocation Cloud Storage path for * staging dependencies. Must be a valid Cloud Storage URL, beginning with * `gs://`. - * @opt_param bool validateOnly If true, the request is validated but not - * actually executed. Defaults to false. - * @opt_param string gcsPath A Cloud Storage path to the template from which to - * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. * @return Google_Service_Dataflow_LaunchTemplateResponse */ public function launch($projectId, $location, Google_Service_Dataflow_LaunchTemplateParameters $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsSnapshots.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsSnapshots.php deleted file mode 100644 index 942e6c0..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsSnapshots.php +++ /dev/null @@ -1,61 +0,0 @@ - - * $dataflowService = new Google_Service_Dataflow(...); - * $snapshots = $dataflowService->snapshots; - * - */ -class Google_Service_Dataflow_Resource_ProjectsSnapshots extends Google_Service_Resource -{ - /** - * Gets information about a snapshot. (snapshots.get) - * - * @param string $projectId The ID of the Cloud Platform project that the - * snapshot belongs to. - * @param string $snapshotId The ID of the snapshot. - * @param array $optParams Optional parameters. - * - * @opt_param string location The location that contains this snapshot. - * @return Google_Service_Dataflow_Snapshot - */ - public function get($projectId, $snapshotId, $optParams = array()) - { - $params = array('projectId' => $projectId, 'snapshotId' => $snapshotId); - $params = array_merge($params, $optParams); - return $this->call('get', array($params), "Google_Service_Dataflow_Snapshot"); - } - /** - * Lists snapshots. (snapshots.listProjectsSnapshots) - * - * @param string $projectId The project ID to list snapshots for. - * @param array $optParams Optional parameters. - * - * @opt_param string location The location to list snapshots in. - * @opt_param string jobId If specified, list snapshots created from this job. - * @return Google_Service_Dataflow_ListSnapshotsResponse - */ - public function listProjectsSnapshots($projectId, $optParams = array()) - { - $params = array('projectId' => $projectId); - $params = array_merge($params, $optParams); - return $this->call('list', array($params), "Google_Service_Dataflow_ListSnapshotsResponse"); - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php index 98f59ae..b9c7e01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Resource/ProjectsTemplates.php @@ -47,13 +47,13 @@ class Google_Service_Dataflow_Resource_ProjectsTemplates extends Google_Service_ * the job belongs to. * @param array $optParams Optional parameters. * - * @opt_param string location The [regional endpoint] - * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which - * to direct the request. * @opt_param string view The view to retrieve. Defaults to METADATA_ONLY. * @opt_param string gcsPath Required. A Cloud Storage path to the template from * which to create the job. Must be valid Cloud Storage URL, beginning with * 'gs://'. + * @opt_param string location The [regional endpoint] + * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which + * to direct the request. * @return Google_Service_Dataflow_GetTemplateResponse */ public function get($projectId, $optParams = array()) @@ -70,10 +70,6 @@ class Google_Service_Dataflow_Resource_ProjectsTemplates extends Google_Service_ * @param Google_Service_Dataflow_LaunchTemplateParameters $postBody * @param array $optParams Optional parameters. * - * @opt_param bool validateOnly If true, the request is validated but not - * actually executed. Defaults to false. - * @opt_param string gcsPath A Cloud Storage path to the template from which to - * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. * @opt_param string location The [regional endpoint] * (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which * to direct the request. @@ -82,6 +78,10 @@ class Google_Service_Dataflow_Resource_ProjectsTemplates extends Google_Service_ * @opt_param string dynamicTemplate.stagingLocation Cloud Storage path for * staging dependencies. Must be a valid Cloud Storage URL, beginning with * `gs://`. + * @opt_param bool validateOnly If true, the request is validated but not + * actually executed. Defaults to false. + * @opt_param string gcsPath A Cloud Storage path to the template from which to + * create the job. Must be valid Cloud Storage URL, beginning with 'gs://'. * @return Google_Service_Dataflow_LaunchTemplateResponse */ public function launch($projectId, Google_Service_Dataflow_LaunchTemplateParameters $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/RuntimeEnvironment.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/RuntimeEnvironment.php index 5284bf2..d5b8c22 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/RuntimeEnvironment.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/RuntimeEnvironment.php @@ -21,6 +21,7 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Collection public $additionalExperiments; public $additionalUserLabels; public $bypassTempDirValidation; + public $ipConfiguration; public $kmsKeyName; public $machineType; public $maxWorkers; @@ -29,6 +30,8 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Collection public $serviceAccountEmail; public $subnetwork; public $tempLocation; + public $workerRegion; + public $workerZone; public $zone; public function setAdditionalExperiments($additionalExperiments) @@ -55,6 +58,14 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Collection { return $this->bypassTempDirValidation; } + public function setIpConfiguration($ipConfiguration) + { + $this->ipConfiguration = $ipConfiguration; + } + public function getIpConfiguration() + { + return $this->ipConfiguration; + } public function setKmsKeyName($kmsKeyName) { $this->kmsKeyName = $kmsKeyName; @@ -119,6 +130,22 @@ class Google_Service_Dataflow_RuntimeEnvironment extends Google_Collection { return $this->tempLocation; } + public function setWorkerRegion($workerRegion) + { + $this->workerRegion = $workerRegion; + } + public function getWorkerRegion() + { + return $this->workerRegion; + } + public function setWorkerZone($workerZone) + { + $this->workerZone = $workerZone; + } + public function getWorkerZone() + { + return $this->workerZone; + } public function setZone($zone) { $this->zone = $zone; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php deleted file mode 100644 index 1e69bfb..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/Snapshot.php +++ /dev/null @@ -1,75 +0,0 @@ -creationTime = $creationTime; - } - public function getCreationTime() - { - return $this->creationTime; - } - public function setId($id) - { - $this->id = $id; - } - public function getId() - { - return $this->id; - } - public function setProjectId($projectId) - { - $this->projectId = $projectId; - } - public function getProjectId() - { - return $this->projectId; - } - public function setSourceJobId($sourceJobId) - { - $this->sourceJobId = $sourceJobId; - } - public function getSourceJobId() - { - return $this->sourceJobId; - } - public function setState($state) - { - $this->state = $state; - } - public function getState() - { - return $this->state; - } - public function setTtl($ttl) - { - $this->ttl = $ttl; - } - public function getTtl() - { - return $this->ttl; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php index 8f6561b..6cc2b60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataflow/StreamingConfigTask.php @@ -18,6 +18,8 @@ class Google_Service_Dataflow_StreamingConfigTask extends Google_Collection { protected $collection_key = 'streamingComputationConfigs'; + public $commitStreamChunkSizeBytes; + public $getDataStreamChunkSizeBytes; public $maxWorkItemCommitBytes; protected $streamingComputationConfigsType = 'Google_Service_Dataflow_StreamingComputationConfig'; protected $streamingComputationConfigsDataType = 'array'; @@ -25,6 +27,22 @@ class Google_Service_Dataflow_StreamingConfigTask extends Google_Collection public $windmillServiceEndpoint; public $windmillServicePort; + public function setCommitStreamChunkSizeBytes($commitStreamChunkSizeBytes) + { + $this->commitStreamChunkSizeBytes = $commitStreamChunkSizeBytes; + } + public function getCommitStreamChunkSizeBytes() + { + return $this->commitStreamChunkSizeBytes; + } + public function setGetDataStreamChunkSizeBytes($getDataStreamChunkSizeBytes) + { + $this->getDataStreamChunkSizeBytes = $getDataStreamChunkSizeBytes; + } + public function getGetDataStreamChunkSizeBytes() + { + return $this->getDataStreamChunkSizeBytes; + } public function setMaxWorkItemCommitBytes($maxWorkItemCommitBytes) { $this->maxWorkItemCommitBytes = $maxWorkItemCommitBytes; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc.php index d771971..10dca92 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc.php @@ -34,7 +34,9 @@ class Google_Service_Dataproc extends Google_Service const CLOUD_PLATFORM = "https://www.googleapis.com/auth/cloud-platform"; + public $projects_locations_autoscalingPolicies; public $projects_locations_workflowTemplates; + public $projects_regions_autoscalingPolicies; public $projects_regions_clusters; public $projects_regions_jobs; public $projects_regions_operations; @@ -55,6 +57,104 @@ class Google_Service_Dataproc extends Google_Service $this->version = 'v1'; $this->serviceName = 'dataproc'; + $this->projects_locations_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies( + $this, + $this->serviceName, + 'autoscalingPolicies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->projects_locations_workflowTemplates = new Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates( $this, $this->serviceName, @@ -185,6 +285,104 @@ class Google_Service_Dataproc extends Google_Service ) ) ); + $this->projects_regions_autoscalingPolicies = new Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies( + $this, + $this->serviceName, + 'autoscalingPolicies', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'getIamPolicy' => array( + 'path' => 'v1/{+resource}:getIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1/{+parent}/autoscalingPolicies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ),'setIamPolicy' => array( + 'path' => 'v1/{+resource}:setIamPolicy', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'testIamPermissions' => array( + 'path' => 'v1/{+resource}:testIamPermissions', + 'httpMethod' => 'POST', + 'parameters' => array( + 'resource' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'update' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); $this->projects_regions_clusters = new Google_Service_Dataproc_Resource_ProjectsRegionsClusters( $this, $this->serviceName, @@ -229,11 +427,11 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), - 'requestId' => array( + 'clusterUuid' => array( 'location' => 'query', 'type' => 'string', ), - 'clusterUuid' => array( + 'requestId' => array( 'location' => 'query', 'type' => 'string', ), @@ -302,10 +500,6 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -314,6 +508,10 @@ class Google_Service_Dataproc extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/clusters/{clusterName}', @@ -461,6 +659,14 @@ class Google_Service_Dataproc extends Google_Service 'type' => 'string', 'required' => true, ), + 'clusterName' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'jobStateMatcher' => array( 'location' => 'query', 'type' => 'string', @@ -473,14 +679,6 @@ class Google_Service_Dataproc extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'clusterName' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( 'path' => 'v1/projects/{projectId}/regions/{region}/jobs/{jobId}', diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.php new file mode 100644 index 0000000..e251751 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingConfig.php @@ -0,0 +1,30 @@ +policyUri = $policyUri; + } + public function getPolicyUri() + { + return $this->policyUri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php new file mode 100644 index 0000000..3d6ae0a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/AutoscalingPolicy.php @@ -0,0 +1,87 @@ +basicAlgorithm = $basicAlgorithm; + } + /** + * @return Google_Service_Dataproc_BasicAutoscalingAlgorithm + */ + public function getBasicAlgorithm() + { + return $this->basicAlgorithm; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function setSecondaryWorkerConfig(Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig $secondaryWorkerConfig) + { + $this->secondaryWorkerConfig = $secondaryWorkerConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function getSecondaryWorkerConfig() + { + return $this->secondaryWorkerConfig; + } + /** + * @param Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function setWorkerConfig(Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig $workerConfig) + { + $this->workerConfig = $workerConfig; + } + /** + * @return Google_Service_Dataproc_InstanceGroupAutoscalingPolicyConfig + */ + public function getWorkerConfig() + { + return $this->workerConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php new file mode 100644 index 0000000..bc95bb4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicAutoscalingAlgorithm.php @@ -0,0 +1,46 @@ +cooldownPeriod = $cooldownPeriod; + } + public function getCooldownPeriod() + { + return $this->cooldownPeriod; + } + /** + * @param Google_Service_Dataproc_BasicYarnAutoscalingConfig + */ + public function setYarnConfig(Google_Service_Dataproc_BasicYarnAutoscalingConfig $yarnConfig) + { + $this->yarnConfig = $yarnConfig; + } + /** + * @return Google_Service_Dataproc_BasicYarnAutoscalingConfig + */ + public function getYarnConfig() + { + return $this->yarnConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php new file mode 100644 index 0000000..babdf1c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/BasicYarnAutoscalingConfig.php @@ -0,0 +1,66 @@ +gracefulDecommissionTimeout = $gracefulDecommissionTimeout; + } + public function getGracefulDecommissionTimeout() + { + return $this->gracefulDecommissionTimeout; + } + public function setScaleDownFactor($scaleDownFactor) + { + $this->scaleDownFactor = $scaleDownFactor; + } + public function getScaleDownFactor() + { + return $this->scaleDownFactor; + } + public function setScaleDownMinWorkerFraction($scaleDownMinWorkerFraction) + { + $this->scaleDownMinWorkerFraction = $scaleDownMinWorkerFraction; + } + public function getScaleDownMinWorkerFraction() + { + return $this->scaleDownMinWorkerFraction; + } + public function setScaleUpFactor($scaleUpFactor) + { + $this->scaleUpFactor = $scaleUpFactor; + } + public function getScaleUpFactor() + { + return $this->scaleUpFactor; + } + public function setScaleUpMinWorkerFraction($scaleUpMinWorkerFraction) + { + $this->scaleUpMinWorkerFraction = $scaleUpMinWorkerFraction; + } + public function getScaleUpMinWorkerFraction() + { + return $this->scaleUpMinWorkerFraction; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php index 880fe6f..6ba6cad 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ClusterConfig.php @@ -18,6 +18,8 @@ class Google_Service_Dataproc_ClusterConfig extends Google_Collection { protected $collection_key = 'initializationActions'; + protected $autoscalingConfigType = 'Google_Service_Dataproc_AutoscalingConfig'; + protected $autoscalingConfigDataType = ''; public $configBucket; protected $encryptionConfigType = 'Google_Service_Dataproc_EncryptionConfig'; protected $encryptionConfigDataType = ''; @@ -38,6 +40,20 @@ class Google_Service_Dataproc_ClusterConfig extends Google_Collection protected $workerConfigType = 'Google_Service_Dataproc_InstanceGroupConfig'; protected $workerConfigDataType = ''; + /** + * @param Google_Service_Dataproc_AutoscalingConfig + */ + public function setAutoscalingConfig(Google_Service_Dataproc_AutoscalingConfig $autoscalingConfig) + { + $this->autoscalingConfig = $autoscalingConfig; + } + /** + * @return Google_Service_Dataproc_AutoscalingConfig + */ + public function getAutoscalingConfig() + { + return $this->autoscalingConfig; + } public function setConfigBucket($configBucket) { $this->configBucket = $configBucket; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php new file mode 100644 index 0000000..dac7027 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/InstanceGroupAutoscalingPolicyConfig.php @@ -0,0 +1,48 @@ +maxInstances = $maxInstances; + } + public function getMaxInstances() + { + return $this->maxInstances; + } + public function setMinInstances($minInstances) + { + $this->minInstances = $minInstances; + } + public function getMinInstances() + { + return $this->minInstances; + } + public function setWeight($weight) + { + $this->weight = $weight; + } + public function getWeight() + { + return $this->weight; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php index 42c5a44..c14589d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/KerberosConfig.php @@ -27,6 +27,7 @@ class Google_Service_Dataproc_KerberosConfig extends Google_Model public $keystorePasswordUri; public $keystoreUri; public $kmsKeyUri; + public $realm; public $rootPrincipalPasswordUri; public $tgtLifetimeHours; public $truststorePasswordUri; @@ -112,6 +113,14 @@ class Google_Service_Dataproc_KerberosConfig extends Google_Model { return $this->kmsKeyUri; } + public function setRealm($realm) + { + $this->realm = $realm; + } + public function getRealm() + { + return $this->realm; + } public function setRootPrincipalPasswordUri($rootPrincipalPasswordUri) { $this->rootPrincipalPasswordUri = $rootPrincipalPasswordUri; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.php new file mode 100644 index 0000000..54fe56f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/ListAutoscalingPoliciesResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dataproc_AutoscalingPolicy + */ + public function setPolicies($policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function getPolicies() + { + return $this->policies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.php new file mode 100644 index 0000000..90dc62c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsAutoscalingPolicies.php @@ -0,0 +1,194 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $autoscalingPolicies = $dataprocService->autoscalingPolicies; + * + */ +class Google_Service_Dataproc_Resource_ProjectsLocationsAutoscalingPolicies extends Google_Service_Resource +{ + /** + * Creates new autoscaling policy. (autoscalingPolicies.create) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function create($parent, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Deletes an autoscaling policy. It is an error to delete an autoscaling policy + * that is in use by one or more clusters. (autoscalingPolicies.delete) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.delete, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.delete, the resource name of the + * policy has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Retrieves autoscaling policy. (autoscalingPolicies.get) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (autoscalingPolicies.getIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * requested. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Lists autoscaling policies in the project. + * (autoscalingPolicies.listProjectsLocationsAutoscalingPolicies) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.list, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.list, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The maximum number of results to return in + * each response. Must be less than or equal to 1000. Defaults to 100. + * @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse + */ + public function listProjectsLocationsAutoscalingPolicies($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListAutoscalingPoliciesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (autoscalingPolicies.setIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * specified. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. If the + * resource does not exist, this will return an empty set of permissions, not a + * NOT_FOUND error.Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization checking. + * This operation may "fail open" without warning. + * (autoscalingPolicies.testIamPermissions) + * + * @param string $resource REQUIRED: The resource for which the policy detail is + * being requested. See the operation documentation for the appropriate value + * for this field. + * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } + /** + * Updates (replaces) autoscaling policy.Disabled check for update_mask, because + * all updates will be full replacements. (autoscalingPolicies.update) + * + * @param string $name Output only. The "resource name" of the autoscaling + * policy, as described in https://cloud.google.com/apis/design/resource_names. + * For projects.regions.autoscalingPolicies, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies, the resource name of the policy has + * the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function update($name, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php index c52b0e5..15c893a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsLocationsWorkflowTemplates.php @@ -28,9 +28,13 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend /** * Creates new workflow template. (workflowTemplates.create) * - * @param string $parent Required. The "resource name" of the region, as - * described in https://cloud.google.com/apis/design/resource_names of the form - * projects/{project_id}/regions/{region} + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate @@ -45,9 +49,14 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend * Deletes a workflow template. It does not cancel in-progress workflows. * (workflowTemplates.delete) * - * @param string $name Required. The "resource name" of the workflow template, - * as described in https://cloud.google.com/apis/design/resource_names of the - * form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.delete, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to delete. @@ -65,13 +74,18 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend * Retrieves the latest workflow template.Can retrieve previously instantiated * template by specifying optional version parameter. (workflowTemplates.get) * - * @param string $name Required. The "resource name" of the workflow template, - * as described in https://cloud.google.com/apis/design/resource_names of the - * form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to - * retrieve. Only previously instatiated versions can be retrieved.If + * retrieve. Only previously instantiated versions can be retrieved.If * unspecified, retrieves the current version. * @return Google_Service_Dataproc_WorkflowTemplate */ @@ -108,9 +122,14 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend * will be WorkflowMetadata. Also see Using WorkflowMetadata.On successful * completion, Operation.response will be Empty. (workflowTemplates.instantiate) * - * @param string $name Required. The "resource name" of the workflow template, - * as described in https://cloud.google.com/apis/design/resource_names of the - * form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation @@ -132,9 +151,13 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend * WorkflowMetadata. Also see Using WorkflowMetadata.On successful completion, * Operation.response will be Empty. (workflowTemplates.instantiateInline) * - * @param string $parent Required. The "resource name" of the workflow template - * region, as described in https://cloud.google.com/apis/design/resource_names - * of the form projects/{project_id}/regions/{region} + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,instantiateinline, the resource name of + * the region has the following format: projects/{project_id}/regions/{region} + * For projects.locations.workflowTemplates.instantiateinline, the resource + * name of the location has the following format: + * projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @@ -157,9 +180,12 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend * Lists workflows that match the specified filter in the request. * (workflowTemplates.listProjectsLocationsWorkflowTemplates) * - * @param string $parent Required. The "resource name" of the region, as - * described in https://cloud.google.com/apis/design/resource_names of the form - * projects/{project_id}/regions/{region} + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,list, the resource name of the region has + * the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.list, the resource name of the location + * has the following format: projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param string pageToken Optional. The page token, returned by a previous @@ -216,9 +242,14 @@ class Google_Service_Dataproc_Resource_ProjectsLocationsWorkflowTemplates extend * Updates (replaces) workflow template. The updated template must contain * version that matches the current server version. (workflowTemplates.update) * - * @param string $name Output only. The "resource name" of the template, as - * described in https://cloud.google.com/apis/design/resource_names of the form - * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Output only. The resource name of the workflow template, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.php new file mode 100644 index 0000000..c0f79e9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsAutoscalingPolicies.php @@ -0,0 +1,194 @@ + + * $dataprocService = new Google_Service_Dataproc(...); + * $autoscalingPolicies = $dataprocService->autoscalingPolicies; + * + */ +class Google_Service_Dataproc_Resource_ProjectsRegionsAutoscalingPolicies extends Google_Service_Resource +{ + /** + * Creates new autoscaling policy. (autoscalingPolicies.create) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function create($parent, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Deletes an autoscaling policy. It is an error to delete an autoscaling policy + * that is in use by one or more clusters. (autoscalingPolicies.delete) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.delete, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.delete, the resource name of the + * policy has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_DataprocEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Dataproc_DataprocEmpty"); + } + /** + * Retrieves autoscaling policy. (autoscalingPolicies.get) + * + * @param string $name Required. The "resource name" of the autoscaling policy, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies.get, the resource name of the policy + * has the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } + /** + * Gets the access control policy for a resource. Returns an empty policy if the + * resource exists and does not have a policy set. + * (autoscalingPolicies.getIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * requested. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_Dataproc_GetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function getIamPolicy($resource, Google_Service_Dataproc_GetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('getIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Lists autoscaling policies in the project. + * (autoscalingPolicies.listProjectsRegionsAutoscalingPolicies) + * + * @param string $parent Required. The "resource name" of the region or + * location, as described in + * https://cloud.google.com/apis/design/resource_names. For + * projects.regions.autoscalingPolicies.list, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.autoscalingPolicies.list, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The maximum number of results to return in + * each response. Must be less than or equal to 1000. Defaults to 100. + * @return Google_Service_Dataproc_ListAutoscalingPoliciesResponse + */ + public function listProjectsRegionsAutoscalingPolicies($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dataproc_ListAutoscalingPoliciesResponse"); + } + /** + * Sets the access control policy on the specified resource. Replaces any + * existing policy. (autoscalingPolicies.setIamPolicy) + * + * @param string $resource REQUIRED: The resource for which the policy is being + * specified. See the operation documentation for the appropriate value for this + * field. + * @param Google_Service_Dataproc_SetIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_Policy + */ + public function setIamPolicy($resource, Google_Service_Dataproc_SetIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('setIamPolicy', array($params), "Google_Service_Dataproc_Policy"); + } + /** + * Returns permissions that a caller has on the specified resource. If the + * resource does not exist, this will return an empty set of permissions, not a + * NOT_FOUND error.Note: This operation is designed to be used for building + * permission-aware UIs and command-line tools, not for authorization checking. + * This operation may "fail open" without warning. + * (autoscalingPolicies.testIamPermissions) + * + * @param string $resource REQUIRED: The resource for which the policy detail is + * being requested. See the operation documentation for the appropriate value + * for this field. + * @param Google_Service_Dataproc_TestIamPermissionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_TestIamPermissionsResponse + */ + public function testIamPermissions($resource, Google_Service_Dataproc_TestIamPermissionsRequest $postBody, $optParams = array()) + { + $params = array('resource' => $resource, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('testIamPermissions', array($params), "Google_Service_Dataproc_TestIamPermissionsResponse"); + } + /** + * Updates (replaces) autoscaling policy.Disabled check for update_mask, because + * all updates will be full replacements. (autoscalingPolicies.update) + * + * @param string $name Output only. The "resource name" of the autoscaling + * policy, as described in https://cloud.google.com/apis/design/resource_names. + * For projects.regions.autoscalingPolicies, the resource name of the policy + * has the following format: + * projects/{project_id}/regions/{region}/autoscalingPolicies/{policy_id} For + * projects.locations.autoscalingPolicies, the resource name of the policy has + * the following format: + * projects/{project_id}/locations/{location}/autoscalingPolicies/{policy_id} + * @param Google_Service_Dataproc_AutoscalingPolicy $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Dataproc_AutoscalingPolicy + */ + public function update($name, Google_Service_Dataproc_AutoscalingPolicy $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dataproc_AutoscalingPolicy"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php index 19e32f2..8d0e657 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsClusters.php @@ -26,7 +26,8 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Service_Resource { /** - * Creates a cluster in a project. (clusters.create) + * Creates a cluster in a project. The returned Operation.metadata will be + * ClusterOperationMetadata. (clusters.create) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. @@ -52,7 +53,8 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se return $this->call('create', array($params), "Google_Service_Dataproc_Operation"); } /** - * Deletes a cluster in a project. (clusters.delete) + * Deletes a cluster in a project. The returned Operation.metadata will be + * ClusterOperationMetadata. (clusters.delete) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. @@ -61,6 +63,9 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se * @param string $clusterName Required. The cluster name. * @param array $optParams Optional parameters. * + * @opt_param string clusterUuid Optional. Specifying the cluster_uuid means the + * RPC should fail (with error NOT_FOUND) if cluster with specified UUID does + * not exist. * @opt_param string requestId Optional. A unique id used to identify the * request. If the server receives two DeleteClusterRequest requests with the * same id, then the second request will be ignored and the first @@ -69,9 +74,6 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se * (https://en.wikipedia.org/wiki/Universally_unique_identifier).The id must * contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens * (-). The maximum length is 40 characters. - * @opt_param string clusterUuid Optional. Specifying the cluster_uuid means the - * RPC should fail (with error NOT_FOUND) if cluster with specified UUID does - * not exist. * @return Google_Service_Dataproc_Operation */ public function delete($projectId, $region, $clusterName, $optParams = array()) @@ -81,9 +83,9 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se return $this->call('delete', array($params), "Google_Service_Dataproc_Operation"); } /** - * Gets cluster diagnostic information. After the operation completes, the - * Operation.response field contains DiagnoseClusterOutputLocation. - * (clusters.diagnose) + * Gets cluster diagnostic information. The returned Operation.metadata will be + * ClusterOperationMetadata. After the operation completes, Operation.response + * contains DiagnoseClusterResults. (clusters.diagnose) * * @param string $projectId Required. The ID of the Google Cloud Platform * project that the cluster belongs to. @@ -144,6 +146,8 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se * the request. * @param array $optParams Optional parameters. * + * @opt_param string pageToken Optional. The standard List page token. + * @opt_param int pageSize Optional. The standard List page size. * @opt_param string filter Optional. A filter constraining the clusters to * list. Filters are case-sensitive and have the following syntax:field = value * AND field = value ...where field is one of status.state, clusterName, or @@ -155,8 +159,6 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se * Only the logical AND operator is supported; space-separated items are treated * as having an implicit AND operator.Example filter:status.state = ACTIVE AND * clusterName = mycluster AND labels.env = staging AND labels.starred = * - * @opt_param string pageToken Optional. The standard List page token. - * @opt_param int pageSize Optional. The standard List page size. * @return Google_Service_Dataproc_ListClustersResponse */ public function listProjectsRegionsClusters($projectId, $region, $optParams = array()) @@ -166,7 +168,8 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se return $this->call('list', array($params), "Google_Service_Dataproc_ListClustersResponse"); } /** - * Updates a cluster in a project. (clusters.patch) + * Updates a cluster in a project. The returned Operation.metadata will be + * ClusterOperationMetadata. (clusters.patch) * * @param string $projectId Required. The ID of the Google Cloud Platform * project the cluster belongs to. @@ -204,6 +207,8 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsClusters extends Google_Se * be updated: Mask Purpose labels Update labels * config.worker_config.num_instances Resize primary worker group * config.secondary_worker_config.num_instances Resize secondary worker group + * config.autoscaling_config.policy_uriUse, stop using, or change autoscaling + * policies * @return Google_Service_Dataproc_Operation */ public function patch($projectId, $region, $clusterName, Google_Service_Dataproc_Cluster $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php index 292b36b..3fae1ff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsJobs.php @@ -106,13 +106,6 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsJobs extends Google_Servic * the request. * @param array $optParams Optional parameters. * - * @opt_param string jobStateMatcher Optional. Specifies enumerated categories - * of jobs to list. (default = match ALL jobs).If filter is provided, - * jobStateMatcher will be ignored. - * @opt_param string pageToken Optional. The page token, returned by a previous - * call, to request the next page of results. - * @opt_param int pageSize Optional. The number of results to return in each - * response. * @opt_param string clusterName Optional. If set, the returned jobs list * includes only jobs that were submitted to the named cluster. * @opt_param string filter Optional. A filter constraining the jobs to list. @@ -122,6 +115,13 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsJobs extends Google_Servic * ACTIVE or NON_ACTIVE. Only the logical AND operator is supported; space- * separated items are treated as having an implicit AND operator.Example * filter:status.state = ACTIVE AND labels.env = staging AND labels.starred = * + * @opt_param string jobStateMatcher Optional. Specifies enumerated categories + * of jobs to list. (default = match ALL jobs).If filter is provided, + * jobStateMatcher will be ignored. + * @opt_param string pageToken Optional. The page token, returned by a previous + * call, to request the next page of results. + * @opt_param int pageSize Optional. The number of results to return in each + * response. * @return Google_Service_Dataproc_ListJobsResponse */ public function listProjectsRegionsJobs($projectId, $region, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php index 6215d23..e0fbe60 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dataproc/Resource/ProjectsRegionsWorkflowTemplates.php @@ -28,9 +28,13 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends /** * Creates new workflow template. (workflowTemplates.create) * - * @param string $parent Required. The "resource name" of the region, as - * described in https://cloud.google.com/apis/design/resource_names of the form - * projects/{project_id}/regions/{region} + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,create, the resource name of the region + * has the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.create, the resource name of the + * location has the following format: + * projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate @@ -45,9 +49,14 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends * Deletes a workflow template. It does not cancel in-progress workflows. * (workflowTemplates.delete) * - * @param string $name Required. The "resource name" of the workflow template, - * as described in https://cloud.google.com/apis/design/resource_names of the - * form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.delete, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to delete. @@ -65,13 +74,18 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends * Retrieves the latest workflow template.Can retrieve previously instantiated * template by specifying optional version parameter. (workflowTemplates.get) * - * @param string $name Required. The "resource name" of the workflow template, - * as described in https://cloud.google.com/apis/design/resource_names of the - * form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.get, the resource name of the template + * has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param array $optParams Optional parameters. * * @opt_param int version Optional. The version of workflow template to - * retrieve. Only previously instatiated versions can be retrieved.If + * retrieve. Only previously instantiated versions can be retrieved.If * unspecified, retrieves the current version. * @return Google_Service_Dataproc_WorkflowTemplate */ @@ -108,9 +122,14 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends * will be WorkflowMetadata. Also see Using WorkflowMetadata.On successful * completion, Operation.response will be Empty. (workflowTemplates.instantiate) * - * @param string $name Required. The "resource name" of the workflow template, - * as described in https://cloud.google.com/apis/design/resource_names of the - * form projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Required. The resource name of the workflow template, as + * described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates.instantiate, the resource name of the + * template has the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_InstantiateWorkflowTemplateRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_Operation @@ -132,9 +151,13 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends * WorkflowMetadata. Also see Using WorkflowMetadata.On successful completion, * Operation.response will be Empty. (workflowTemplates.instantiateInline) * - * @param string $parent Required. The "resource name" of the workflow template - * region, as described in https://cloud.google.com/apis/design/resource_names - * of the form projects/{project_id}/regions/{region} + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,instantiateinline, the resource name of + * the region has the following format: projects/{project_id}/regions/{region} + * For projects.locations.workflowTemplates.instantiateinline, the resource + * name of the location has the following format: + * projects/{project_id}/locations/{location} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @@ -157,9 +180,12 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends * Lists workflows that match the specified filter in the request. * (workflowTemplates.listProjectsRegionsWorkflowTemplates) * - * @param string $parent Required. The "resource name" of the region, as - * described in https://cloud.google.com/apis/design/resource_names of the form - * projects/{project_id}/regions/{region} + * @param string $parent Required. The resource name of the region or location, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates,list, the resource name of the region has + * the following format: projects/{project_id}/regions/{region} For + * projects.locations.workflowTemplates.list, the resource name of the location + * has the following format: projects/{project_id}/locations/{location} * @param array $optParams Optional parameters. * * @opt_param string pageToken Optional. The page token, returned by a previous @@ -216,9 +242,14 @@ class Google_Service_Dataproc_Resource_ProjectsRegionsWorkflowTemplates extends * Updates (replaces) workflow template. The updated template must contain * version that matches the current server version. (workflowTemplates.update) * - * @param string $name Output only. The "resource name" of the template, as - * described in https://cloud.google.com/apis/design/resource_names of the form - * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} + * @param string $name Output only. The resource name of the workflow template, + * as described in https://cloud.google.com/apis/design/resource_names. For + * projects.regions.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/regions/{region}/workflowTemplates/{template_id} For + * projects.locations.workflowTemplates, the resource name of the template has + * the following format: + * projects/{project_id}/locations/{location}/workflowTemplates/{template_id} * @param Google_Service_Dataproc_WorkflowTemplate $postBody * @param array $optParams Optional parameters. * @return Google_Service_Dataproc_WorkflowTemplate diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore.php b/vendor/google/apiclient-services/src/Google/Service/Datastore.php index 2277b44..ea81198 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore.php @@ -187,6 +187,10 @@ class Google_Service_Datastore extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -195,10 +199,6 @@ class Google_Service_Datastore extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -249,10 +249,6 @@ class Google_Service_Datastore extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -261,6 +257,10 @@ class Google_Service_Datastore extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php index 3e9a12c..a2df513 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsIndexes.php @@ -47,11 +47,11 @@ class Google_Service_Datastore_Resource_ProjectsIndexes extends Google_Service_R * @param string $projectId Project ID against which to make the request. * @param array $optParams Optional parameters. * + * @opt_param string pageToken The next_page_token value returned from a + * previous List request, if any. * @opt_param int pageSize The maximum number of items to return. If zero, then * all results will be returned. * @opt_param string filter - * @opt_param string pageToken The next_page_token value returned from a - * previous List request, if any. * @return Google_Service_Datastore_GoogleDatastoreAdminV1ListIndexesResponse */ public function listProjectsIndexes($projectId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php index 76f3546..65e97cf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Datastore/Resource/ProjectsOperations.php @@ -92,9 +92,9 @@ class Google_Service_Datastore_Resource_ProjectsOperations extends Google_Servic * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_Datastore_GoogleLongrunningListOperationsResponse */ public function listProjectsOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php index 3635134..b7f78a4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow.php @@ -46,6 +46,7 @@ class Google_Service_Dialogflow extends Google_Service public $projects_agent_sessions; public $projects_agent_sessions_contexts; public $projects_agent_sessions_entityTypes; + public $projects_locations_operations; public $projects_operations; /** @@ -248,10 +249,6 @@ class Google_Service_Dialogflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'languageCode' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -260,6 +257,10 @@ class Google_Service_Dialogflow extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v2/{+name}', @@ -386,11 +387,11 @@ class Google_Service_Dialogflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'intentView' => array( + 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), - 'languageCode' => array( + 'intentView' => array( 'location' => 'query', 'type' => 'string', ), @@ -404,14 +405,6 @@ class Google_Service_Dialogflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'languageCode' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -420,6 +413,14 @@ class Google_Service_Dialogflow extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v2/{+name}', @@ -430,10 +431,6 @@ class Google_Service_Dialogflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'intentView' => array( - 'location' => 'query', - 'type' => 'string', - ), 'languageCode' => array( 'location' => 'query', 'type' => 'string', @@ -442,6 +439,10 @@ class Google_Service_Dialogflow extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'intentView' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -522,14 +523,14 @@ class Google_Service_Dialogflow extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v2/{+name}', @@ -621,13 +622,75 @@ class Google_Service_Dialogflow extends Google_Service ) ) ); + $this->projects_locations_operations = new Google_Service_Dialogflow_Resource_ProjectsLocationsOperations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'cancel' => array( + 'path' => 'v2/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( + 'path' => 'v2/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v2/{+name}/operations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + ), + ), + ) + ) + ); $this->projects_operations = new Google_Service_Dialogflow_Resource_ProjectsOperations( $this, $this->serviceName, 'operations', array( 'methods' => array( - 'get' => array( + 'cancel' => array( + 'path' => 'v2/{+name}:cancel', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'get' => array( 'path' => 'v2/{+name}', 'httpMethod' => 'GET', 'parameters' => array( diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.php new file mode 100644 index 0000000..bed5bed --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2ArticleAnswer.php @@ -0,0 +1,76 @@ +answerRecord = $answerRecord; + } + public function getAnswerRecord() + { + return $this->answerRecord; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setSnippets($snippets) + { + $this->snippets = $snippets; + } + public function getSnippets() + { + return $this->snippets; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setUri($uri) + { + $this->uri = $uri; + } + public function getUri() + { + return $this->uri; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php index 6a6bbad..d81953a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2EntityType.php @@ -20,6 +20,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType extends Google protected $collection_key = 'entities'; public $autoExpansionMode; public $displayName; + public $enableFuzzyExtraction; protected $entitiesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity'; protected $entitiesDataType = 'array'; public $kind; @@ -41,6 +42,14 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityType extends Google { return $this->displayName; } + public function setEnableFuzzyExtraction($enableFuzzyExtraction) + { + $this->enableFuzzyExtraction = $enableFuzzyExtraction; + } + public function getEnableFuzzyExtraction() + { + return $this->enableFuzzyExtraction; + } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2EntityTypeEntity */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.php new file mode 100644 index 0000000..e447615 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2FaqAnswer.php @@ -0,0 +1,75 @@ +answer = $answer; + } + public function getAnswer() + { + return $this->answer; + } + public function setAnswerRecord($answerRecord) + { + $this->answerRecord = $answerRecord; + } + public function getAnswerRecord() + { + return $this->answerRecord; + } + public function setConfidence($confidence) + { + $this->confidence = $confidence; + } + public function getConfidence() + { + return $this->confidence; + } + public function setMetadata($metadata) + { + $this->metadata = $metadata; + } + public function getMetadata() + { + return $this->metadata; + } + public function setQuestion($question) + { + $this->question = $question; + } + public function getQuestion() + { + return $this->question; + } + public function setSource($source) + { + $this->source = $source; + } + public function getSource() + { + return $this->source; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.php new file mode 100644 index 0000000..e5898d4 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2HumanAgentAssistantEvent.php @@ -0,0 +1,56 @@ +conversation = $conversation; + } + public function getConversation() + { + return $this->conversation; + } + public function setParticipant($participant) + { + $this->participant = $participant; + } + public function getParticipant() + { + return $this->participant; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestionResult + */ + public function setSuggestionResults($suggestionResults) + { + $this->suggestionResults = $suggestionResults; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestionResult + */ + public function getSuggestionResults() + { + return $this->suggestionResults; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.php new file mode 100644 index 0000000..319d53a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2KnowledgeOperationMetadata.php @@ -0,0 +1,30 @@ +state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.php new file mode 100644 index 0000000..71f4b37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestArticlesResponse.php @@ -0,0 +1,56 @@ +articleAnswers = $articleAnswers; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ArticleAnswer + */ + public function getArticleAnswers() + { + return $this->articleAnswers; + } + public function setContextSize($contextSize) + { + $this->contextSize = $contextSize; + } + public function getContextSize() + { + return $this->contextSize; + } + public function setLatestMessage($latestMessage) + { + $this->latestMessage = $latestMessage; + } + public function getLatestMessage() + { + return $this->latestMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.php new file mode 100644 index 0000000..351d504 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestFaqAnswersResponse.php @@ -0,0 +1,56 @@ +contextSize = $contextSize; + } + public function getContextSize() + { + return $this->contextSize; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2FaqAnswer + */ + public function setFaqAnswers($faqAnswers) + { + $this->faqAnswers = $faqAnswers; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2FaqAnswer + */ + public function getFaqAnswers() + { + return $this->faqAnswers; + } + public function setLatestMessage($latestMessage) + { + $this->latestMessage = $latestMessage; + } + public function getLatestMessage() + { + return $this->latestMessage; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.php new file mode 100644 index 0000000..4f4b2ae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2SuggestionResult.php @@ -0,0 +1,69 @@ +error = $error; + } + /** + * @return Google_Service_Dialogflow_GoogleRpcStatus + */ + public function getError() + { + return $this->error; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse + */ + public function setSuggestArticlesResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse $suggestArticlesResponse) + { + $this->suggestArticlesResponse = $suggestArticlesResponse; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestArticlesResponse + */ + public function getSuggestArticlesResponse() + { + return $this->suggestArticlesResponse; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse + */ + public function setSuggestFaqAnswersResponse(Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse $suggestFaqAnswersResponse) + { + $this->suggestFaqAnswersResponse = $suggestFaqAnswersResponse; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SuggestFaqAnswersResponse + */ + public function getSuggestFaqAnswersResponse() + { + return $this->suggestFaqAnswersResponse; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php index c617fbc..e134214 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2WebhookResponse.php @@ -17,7 +17,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2WebhookResponse extends Google_Collection { - protected $collection_key = 'outputContexts'; + protected $collection_key = 'sessionEntityTypes'; protected $followupEventInputType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2EventInput'; protected $followupEventInputDataType = ''; protected $fulfillmentMessagesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2IntentMessage'; @@ -26,6 +26,8 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2WebhookResponse extends G protected $outputContextsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2Context'; protected $outputContextsDataType = 'array'; public $payload; + protected $sessionEntityTypesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType'; + protected $sessionEntityTypesDataType = 'array'; public $source; /** @@ -86,6 +88,20 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2WebhookResponse extends G { return $this->payload; } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function setSessionEntityTypes($sessionEntityTypes) + { + $this->sessionEntityTypes = $sessionEntityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType + */ + public function getSessionEntityTypes() + { + return $this->sessionEntityTypes; + } public function setSource($source) { $this->source = $source; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata.php deleted file mode 100644 index 9e5fc84..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata.php +++ /dev/null @@ -1,30 +0,0 @@ -modelType = $modelType; - } - public function getModelType() - { - return $this->modelType; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ConversationModel.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ConversationModel.php deleted file mode 100644 index 96db928..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1ConversationModel.php +++ /dev/null @@ -1,90 +0,0 @@ -articleSuggestionModelMetadata = $articleSuggestionModelMetadata; - } - /** - * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1ArticleSuggestionModelMetadata - */ - public function getArticleSuggestionModelMetadata() - { - return $this->articleSuggestionModelMetadata; - } - public function setCreateTime($createTime) - { - $this->createTime = $createTime; - } - public function getCreateTime() - { - return $this->createTime; - } - /** - * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1InputDataset - */ - public function setDatasets($datasets) - { - $this->datasets = $datasets; - } - /** - * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1InputDataset - */ - public function getDatasets() - { - return $this->datasets; - } - public function setDisplayName($displayName) - { - $this->displayName = $displayName; - } - public function getDisplayName() - { - return $this->displayName; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setState($state) - { - $this->state = $state; - } - public function getState() - { - return $this->state; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php index 96b706e..5862298 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1EntityType.php @@ -20,6 +20,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityType extends G protected $collection_key = 'entities'; public $autoExpansionMode; public $displayName; + public $enableFuzzyExtraction; protected $entitiesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity'; protected $entitiesDataType = 'array'; public $kind; @@ -41,6 +42,14 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityType extends G { return $this->displayName; } + public function setEnableFuzzyExtraction($enableFuzzyExtraction) + { + $this->enableFuzzyExtraction = $enableFuzzyExtraction; + } + public function getEnableFuzzyExtraction() + { + return $this->enableFuzzyExtraction; + } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php index f0dbfd7..64a58bb 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessage.php @@ -19,6 +19,8 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage extend { protected $basicCardType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCard'; protected $basicCardDataType = ''; + protected $browseCarouselCardType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard'; + protected $browseCarouselCardDataType = ''; protected $cardType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard'; protected $cardDataType = ''; protected $carouselSelectType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCarouselSelect'; @@ -29,6 +31,8 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage extend protected $linkOutSuggestionDataType = ''; protected $listSelectType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageListSelect'; protected $listSelectDataType = ''; + protected $mediaContentType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent'; + protected $mediaContentDataType = ''; public $payload; public $platform; protected $quickRepliesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageQuickReplies'; @@ -43,6 +47,8 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage extend protected $simpleResponsesDataType = ''; protected $suggestionsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageSuggestions'; protected $suggestionsDataType = ''; + protected $tableCardType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard'; + protected $tableCardDataType = ''; protected $telephonyPlayAudioType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio'; protected $telephonyPlayAudioDataType = ''; protected $telephonySynthesizeSpeechType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech'; @@ -66,6 +72,20 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage extend { return $this->basicCard; } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard + */ + public function setBrowseCarouselCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard $browseCarouselCard) + { + $this->browseCarouselCard = $browseCarouselCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard + */ + public function getBrowseCarouselCard() + { + return $this->browseCarouselCard; + } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageCard */ @@ -136,6 +156,20 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage extend { return $this->listSelect; } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent + */ + public function setMediaContent(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent $mediaContent) + { + $this->mediaContent = $mediaContent; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContent + */ + public function getMediaContent() + { + return $this->mediaContent; + } public function setPayload($payload) { $this->payload = $payload; @@ -236,6 +270,20 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessage extend { return $this->suggestions; } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard + */ + public function setTableCard(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard $tableCard) + { + $this->tableCard = $tableCard; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCard + */ + public function getTableCard() + { + return $this->tableCard; + } /** * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.php new file mode 100644 index 0000000..be48e32 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCard.php @@ -0,0 +1,47 @@ +imageDisplayOptions = $imageDisplayOptions; + } + public function getImageDisplayOptions() + { + return $this->imageDisplayOptions; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem + */ + public function setItems($items) + { + $this->items = $items; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem + */ + public function getItems() + { + return $this->items; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php new file mode 100644 index 0000000..30bbc95 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItem.php @@ -0,0 +1,80 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setFooter($footer) + { + $this->footer = $footer; + } + public function getFooter() + { + return $this->footer; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction + */ + public function setOpenUriAction(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction $openUriAction) + { + $this->openUriAction = $openUriAction; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction + */ + public function getOpenUriAction() + { + return $this->openUriAction; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebImage.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php similarity index 70% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebImage.php rename to vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php index abfaa41..9064357 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebImage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction.php @@ -15,19 +15,11 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage extends Google_Model +class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardBrowseCarouselCardItemOpenUrlAction extends Google_Model { - public $score; public $url; + public $urlTypeHint; - public function setScore($score) - { - $this->score = $score; - } - public function getScore() - { - return $this->score; - } public function setUrl($url) { $this->url = $url; @@ -36,4 +28,12 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage exten { return $this->url; } + public function setUrlTypeHint($urlTypeHint) + { + $this->urlTypeHint = $urlTypeHint; + } + public function getUrlTypeHint() + { + return $this->urlTypeHint; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php new file mode 100644 index 0000000..0fe12f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageColumnProperties.php @@ -0,0 +1,39 @@ +header = $header; + } + public function getHeader() + { + return $this->header; + } + public function setHorizontalAlignment($horizontalAlignment) + { + $this->horizontalAlignment = $horizontalAlignment; + } + public function getHorizontalAlignment() + { + return $this->horizontalAlignment; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.php new file mode 100644 index 0000000..589945a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContent.php @@ -0,0 +1,47 @@ +mediaObjects = $mediaObjects; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject + */ + public function getMediaObjects() + { + return $this->mediaObjects; + } + public function setMediaType($mediaType) + { + $this->mediaType = $mediaType; + } + public function getMediaType() + { + return $this->mediaType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.php new file mode 100644 index 0000000..8e48042 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject.php @@ -0,0 +1,80 @@ +contentUrl = $contentUrl; + } + public function getContentUrl() + { + return $this->contentUrl; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setIcon(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $icon) + { + $this->icon = $icon; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getIcon() + { + return $this->icon; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setLargeImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $largeImage) + { + $this->largeImage = $largeImage; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getLargeImage() + { + return $this->largeImage; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.php new file mode 100644 index 0000000..1045047 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCard.php @@ -0,0 +1,104 @@ +buttons = $buttons; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageBasicCardButton + */ + public function getButtons() + { + return $this->buttons; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties + */ + public function setColumnProperties($columnProperties) + { + $this->columnProperties = $columnProperties; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageColumnProperties + */ + public function getColumnProperties() + { + return $this->columnProperties; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function setImage(Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage $image) + { + $this->image = $image; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageImage + */ + public function getImage() + { + return $this->image; + } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow + */ + public function setRows($rows) + { + $this->rows = $rows; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow + */ + public function getRows() + { + return $this->rows; + } + public function setSubtitle($subtitle) + { + $this->subtitle = $subtitle; + } + public function getSubtitle() + { + return $this->subtitle; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php new file mode 100644 index 0000000..5c5b397 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php @@ -0,0 +1,30 @@ +text = $text; + } + public function getText() + { + return $this->text; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TableTableRow.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php similarity index 57% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TableTableRow.php rename to vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php index c940a84..99f409c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TableTableRow.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1IntentMessageTableCardRow.php @@ -15,24 +15,33 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow extends Google_Collection +class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardRow extends Google_Collection { protected $collection_key = 'cells'; - protected $cellsType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableCell'; + protected $cellsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardCell'; protected $cellsDataType = 'array'; + public $dividerAfter; /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableCell + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardCell */ public function setCells($cells) { $this->cells = $cells; } /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableCell + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1IntentMessageTableCardCell */ public function getCells() { return $this->cells; } + public function setDividerAfter($dividerAfter) + { + $this->dividerAfter = $dividerAfter; + } + public function getDividerAfter() + { + return $this->dividerAfter; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.php new file mode 100644 index 0000000..648c6a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1SessionEntityType.php @@ -0,0 +1,56 @@ +entities = $entities; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EntityTypeEntity + */ + public function getEntities() + { + return $this->entities; + } + public function setEntityOverrideMode($entityOverrideMode) + { + $this->entityOverrideMode = $entityOverrideMode; + } + public function getEntityOverrideMode() + { + return $this->entityOverrideMode; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php index 3049ea1..0259b25 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/GoogleCloudDialogflowV2beta1WebhookResponse.php @@ -17,7 +17,7 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1WebhookResponse extends Google_Collection { - protected $collection_key = 'outputContexts'; + protected $collection_key = 'sessionEntityTypes'; public $endInteraction; protected $followupEventInputType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1EventInput'; protected $followupEventInputDataType = ''; @@ -27,6 +27,8 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1WebhookResponse exte protected $outputContextsType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1Context'; protected $outputContextsDataType = 'array'; public $payload; + protected $sessionEntityTypesType = 'Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType'; + protected $sessionEntityTypesDataType = 'array'; public $source; public function setEndInteraction($endInteraction) @@ -95,6 +97,20 @@ class Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1WebhookResponse exte { return $this->payload; } + /** + * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType + */ + public function setSessionEntityTypes($sessionEntityTypes) + { + $this->sessionEntityTypes = $sessionEntityTypes; + } + /** + * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2beta1SessionEntityType + */ + public function getSessionEntityTypes() + { + return $this->sessionEntityTypes; + } public function setSource($source) { $this->source = $source; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php index 496e12e..9391d8a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgent.php @@ -96,8 +96,8 @@ class Google_Service_Dialogflow_Resource_ProjectsAgent extends Google_Service_Re * `projects/`. * @param array $optParams Optional parameters. * - * @opt_param string pageToken Optional. The next_page_token value returned from - * a previous list request. + * @opt_param string pageToken The next_page_token value returned from a + * previous list request. * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2SearchAgentsResponse diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php index b5cc123..063ea54 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentEntityTypes.php @@ -123,15 +123,15 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentEntityTypes extends Google * Format: `projects//agent`. * @param array $optParams Optional parameters. * + * @opt_param string pageToken Optional. The next_page_token value returned from + * a previous list request. + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. * @opt_param string languageCode Optional. The language to list entity synonyms * for. If not specified, the agent's default language is used. [Many * languages](https://cloud.google.com/dialogflow/docs/reference/language) are * supported. Note: languages must be enabled in the agent before they can be * used. - * @opt_param string pageToken Optional. The next_page_token value returned from - * a previous list request. - * @opt_param int pageSize Optional. The maximum number of items to return in a - * single page. By default 100 and at most 1000. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListEntityTypesResponse */ public function listProjectsAgentEntityTypes($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php index 717333d..c6d955e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentIntents.php @@ -106,14 +106,14 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Ser * `projects//agent/intents/`. * @param array $optParams Optional parameters. * - * @opt_param string intentView Optional. The resource view to apply to the - * returned intent. * @opt_param string languageCode Optional. The language to retrieve training * phrases, parameters and rich messages for. If not specified, the agent's * default language is used. [Many * languages](https://cloud.google.com/dialogflow/docs/reference/language) are * supported. Note: languages must be enabled in the agent before they can be * used. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function get($name, $optParams = array()) @@ -130,6 +130,10 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Ser * `projects//agent`. * @param array $optParams Optional parameters. * + * @opt_param int pageSize Optional. The maximum number of items to return in a + * single page. By default 100 and at most 1000. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. * @opt_param string languageCode Optional. The language to list training * phrases, parameters and rich messages for. If not specified, the agent's * default language is used. [Many @@ -138,10 +142,6 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Ser * used. * @opt_param string pageToken Optional. The next_page_token value returned from * a previous list request. - * @opt_param int pageSize Optional. The maximum number of items to return in a - * single page. By default 100 and at most 1000. - * @opt_param string intentView Optional. The resource view to apply to the - * returned intent. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListIntentsResponse */ public function listProjectsAgentIntents($parent, $optParams = array()) @@ -159,8 +159,6 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Ser * @param Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody * @param array $optParams Optional parameters. * - * @opt_param string intentView Optional. The resource view to apply to the - * returned intent. * @opt_param string languageCode Optional. The language of training phrases, * parameters and rich messages defined in `intent`. If not specified, the * agent's default language is used. [Many @@ -169,6 +167,8 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentIntents extends Google_Ser * used. * @opt_param string updateMask Optional. The mask to control which fields get * updated. + * @opt_param string intentView Optional. The resource view to apply to the + * returned intent. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent */ public function patch($name, Google_Service_Dialogflow_GoogleCloudDialogflowV2Intent $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php index 77f03ba..24dd552 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsContexts.php @@ -79,10 +79,10 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsContexts extends G * Format: `projects//agent/sessions/`. * @param array $optParams Optional parameters. * - * @opt_param string pageToken Optional. The next_page_token value returned from - * a previous list request. * @opt_param int pageSize Optional. The maximum number of items to return in a * single page. By default 100 and at most 1000. + * @opt_param string pageToken Optional. The next_page_token value returned from + * a previous list request. * @return Google_Service_Dialogflow_GoogleCloudDialogflowV2ListContextsResponse */ public function listProjectsAgentSessionsContexts($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php index fdea8fb..c9b6df0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsAgentSessionsEntityTypes.php @@ -29,7 +29,11 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extend * Creates a session entity type. * * If the specified session entity type already exists, overrides the session - * entity type. (entityTypes.create) + * entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.create) * * @param string $parent Required. The session to create a session entity type * for. Format: `projects//agent/sessions/`. @@ -44,7 +48,11 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extend return $this->call('create', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2SessionEntityType"); } /** - * Deletes the specified session entity type. (entityTypes.delete) + * Deletes the specified session entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.delete) * * @param string $name Required. The name of the entity type to delete. Format: * `projects//agent/sessions//entityTypes/`. @@ -58,7 +66,11 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extend return $this->call('delete', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); } /** - * Retrieves the specified session entity type. (entityTypes.get) + * Retrieves the specified session entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.get) * * @param string $name Required. The name of the session entity type. Format: * `projects//agent/sessions//entityTypes/`. @@ -73,7 +85,10 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extend } /** * Returns the list of all session entity types in the specified session. - * (entityTypes.listProjectsAgentSessionsEntityTypes) + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.listProjectsAgentSessionsEntityTypes) * * @param string $parent Required. The session to list all session entity types * from. Format: `projects//agent/sessions/`. @@ -92,7 +107,11 @@ class Google_Service_Dialogflow_Resource_ProjectsAgentSessionsEntityTypes extend return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleCloudDialogflowV2ListSessionEntityTypesResponse"); } /** - * Updates the specified session entity type. (entityTypes.patch) + * Updates the specified session entity type. + * + * This method doesn't work with Google Assistant integration. Contact + * Dialogflow support if you need to use session entities with Google Assistant + * integration. (entityTypes.patch) * * @param string $name Required. The unique identifier of this session entity * type. Format: `projects//agent/sessions//entityTypes/`. diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.php new file mode 100644 index 0000000..549f7f5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $locations = $dialogflowService->locations; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.php new file mode 100644 index 0000000..506869d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsLocationsOperations.php @@ -0,0 +1,91 @@ + + * $dialogflowService = new Google_Service_Dialogflow(...); + * $operations = $dialogflowService->operations; + * + */ +class Google_Service_Dialogflow_Resource_ProjectsLocationsOperations extends Google_Service_Resource +{ + /** + * Starts asynchronous cancellation on a long-running operation. The server + * makes a best effort to cancel the operation, but success is not guaranteed. + * If the server doesn't support this method, it returns + * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or + * other methods to check whether the cancellation succeeded or whether the + * operation completed despite cancellation. On successful cancellation, the + * operation is not deleted; instead, it becomes an operation with an + * Operation.error value with a google.rpc.Status.code of 1, corresponding to + * `Code.CANCELLED`. (operations.cancel) + * + * @param string $name The name of the operation resource to be cancelled. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } + /** + * Gets the latest state of a long-running operation. Clients can use this + * method to poll the operation result at intervals as recommended by the API + * service. (operations.get) + * + * @param string $name The name of the operation resource. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleLongrunningOperation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dialogflow_GoogleLongrunningOperation"); + } + /** + * Lists operations that match the specified filter in the request. If the + * server doesn't support this method, it returns `UNIMPLEMENTED`. + * + * NOTE: the `name` binding allows API services to override the binding to use + * different resource name schemes, such as `users/operations`. To override the + * binding, API services can add a binding such as + * `"/v1/{name=users}/operations"` to their service configuration. For backwards + * compatibility, the default name includes the operations collection id, + * however overriding users must ensure the name binding is the parent resource, + * without the operations collection id. + * (operations.listProjectsLocationsOperations) + * + * @param string $name The name of the operation's parent resource. + * @param array $optParams Optional parameters. + * + * @opt_param string filter The standard list filter. + * @opt_param string pageToken The standard list page token. + * @opt_param int pageSize The standard list page size. + * @return Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse + */ + public function listProjectsLocationsOperations($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dialogflow_GoogleLongrunningListOperationsResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php index e20747d..e4e3b8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dialogflow/Resource/ProjectsOperations.php @@ -25,6 +25,27 @@ */ class Google_Service_Dialogflow_Resource_ProjectsOperations extends Google_Service_Resource { + /** + * Starts asynchronous cancellation on a long-running operation. The server + * makes a best effort to cancel the operation, but success is not guaranteed. + * If the server doesn't support this method, it returns + * `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or + * other methods to check whether the cancellation succeeded or whether the + * operation completed despite cancellation. On successful cancellation, the + * operation is not deleted; instead, it becomes an operation with an + * Operation.error value with a google.rpc.Status.code of 1, corresponding to + * `Code.CANCELLED`. (operations.cancel) + * + * @param string $name The name of the operation resource to be cancelled. + * @param array $optParams Optional parameters. + * @return Google_Service_Dialogflow_GoogleProtobufEmpty + */ + public function cancel($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('cancel', array($params), "Google_Service_Dialogflow_GoogleProtobufEmpty"); + } /** * Gets the latest state of a long-running operation. Clients can use this * method to poll the operation result at intervals as recommended by the API diff --git a/vendor/google/apiclient-services/src/Google/Service/Directory.php b/vendor/google/apiclient-services/src/Google/Service/Directory.php index ec3bc63..4422fe1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Directory.php +++ b/vendor/google/apiclient-services/src/Google/Service/Directory.php @@ -112,6 +112,9 @@ class Google_Service_Directory extends Google_Service /** View user schemas on your domain. */ const ADMIN_DIRECTORY_USERSCHEMA_READONLY = "https://www.googleapis.com/auth/admin.directory.userschema.readonly"; + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; public $asps; public $channels; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns.php b/vendor/google/apiclient-services/src/Google/Service/Dns.php index e6cbc06..4e8199b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns.php @@ -47,6 +47,7 @@ class Google_Service_Dns extends Google_Service public $dnsKeys; public $managedZoneOperations; public $managedZones; + public $policies; public $projects; public $resourceRecordSets; @@ -397,6 +398,124 @@ class Google_Service_Dns extends Google_Service ) ) ); + $this->policies = new Google_Service_Dns_Resource_Policies( + $this, + $this->serviceName, + 'policies', + array( + 'methods' => array( + 'create' => array( + 'path' => '{project}/policies', + 'httpMethod' => 'POST', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'delete' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'get' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'list' => array( + 'path' => '{project}/policies', + 'httpMethod' => 'GET', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'maxResults' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'patch' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'PATCH', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'update' => array( + 'path' => '{project}/policies/{policy}', + 'httpMethod' => 'PUT', + 'parameters' => array( + 'project' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'policy' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'clientOperationId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); $this->projects = new Google_Service_Dns_Resource_Projects( $this, $this->serviceName, diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php index e6bb2fd..dfe36a7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZone.php @@ -23,6 +23,8 @@ class Google_Service_Dns_ManagedZone extends Google_Collection public $dnsName; protected $dnssecConfigType = 'Google_Service_Dns_ManagedZoneDnsSecConfig'; protected $dnssecConfigDataType = ''; + protected $forwardingConfigType = 'Google_Service_Dns_ManagedZoneForwardingConfig'; + protected $forwardingConfigDataType = ''; public $id; public $kind; public $labels; @@ -71,6 +73,20 @@ class Google_Service_Dns_ManagedZone extends Google_Collection { return $this->dnssecConfig; } + /** + * @param Google_Service_Dns_ManagedZoneForwardingConfig + */ + public function setForwardingConfig(Google_Service_Dns_ManagedZoneForwardingConfig $forwardingConfig) + { + $this->forwardingConfig = $forwardingConfig; + } + /** + * @return Google_Service_Dns_ManagedZoneForwardingConfig + */ + public function getForwardingConfig() + { + return $this->forwardingConfig; + } public function setId($id) { $this->id = $id; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.php new file mode 100644 index 0000000..9ab215e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfig.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dns_ManagedZoneForwardingConfigNameServerTarget + */ + public function setTargetNameServers($targetNameServers) + { + $this->targetNameServers = $targetNameServers; + } + /** + * @return Google_Service_Dns_ManagedZoneForwardingConfigNameServerTarget + */ + public function getTargetNameServers() + { + return $this->targetNameServers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfigNameServerTarget.php b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfigNameServerTarget.php new file mode 100644 index 0000000..01e22f1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/ManagedZoneForwardingConfigNameServerTarget.php @@ -0,0 +1,39 @@ +ipv4Address = $ipv4Address; + } + public function getIpv4Address() + { + return $this->ipv4Address; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.php new file mode 100644 index 0000000..2c6cf96 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesListResponse.php @@ -0,0 +1,72 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNextPageToken($nextPageToken) + { + $this->nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Dns_Policy + */ + public function setPolicies($policies) + { + $this->policies = $policies; + } + /** + * @return Google_Service_Dns_Policy + */ + public function getPolicies() + { + return $this->policies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.php new file mode 100644 index 0000000..5bdb07f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesPatchResponse.php @@ -0,0 +1,53 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + /** + * @param Google_Service_Dns_Policy + */ + public function setPolicy(Google_Service_Dns_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Dns_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.php new file mode 100644 index 0000000..7633490 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PoliciesUpdateResponse.php @@ -0,0 +1,53 @@ +header = $header; + } + /** + * @return Google_Service_Dns_ResponseHeader + */ + public function getHeader() + { + return $this->header; + } + /** + * @param Google_Service_Dns_Policy + */ + public function setPolicy(Google_Service_Dns_Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_Dns_Policy + */ + public function getPolicy() + { + return $this->policy; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Policy.php new file mode 100644 index 0000000..a5d5d71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Policy.php @@ -0,0 +1,108 @@ +alternativeNameServerConfig = $alternativeNameServerConfig; + } + /** + * @return Google_Service_Dns_PolicyAlternativeNameServerConfig + */ + public function getAlternativeNameServerConfig() + { + return $this->alternativeNameServerConfig; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEnableInboundForwarding($enableInboundForwarding) + { + $this->enableInboundForwarding = $enableInboundForwarding; + } + public function getEnableInboundForwarding() + { + return $this->enableInboundForwarding; + } + public function setEnableLogging($enableLogging) + { + $this->enableLogging = $enableLogging; + } + public function getEnableLogging() + { + return $this->enableLogging; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Dns_PolicyNetwork + */ + public function setNetworks($networks) + { + $this->networks = $networks; + } + /** + * @return Google_Service_Dns_PolicyNetwork + */ + public function getNetworks() + { + return $this->networks; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.php new file mode 100644 index 0000000..1e93ead --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfig.php @@ -0,0 +1,47 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + /** + * @param Google_Service_Dns_PolicyAlternativeNameServerConfigTargetNameServer + */ + public function setTargetNameServers($targetNameServers) + { + $this->targetNameServers = $targetNameServers; + } + /** + * @return Google_Service_Dns_PolicyAlternativeNameServerConfigTargetNameServer + */ + public function getTargetNameServers() + { + return $this->targetNameServers; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.php new file mode 100644 index 0000000..4435f10 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyAlternativeNameServerConfigTargetNameServer.php @@ -0,0 +1,39 @@ +ipv4Address = $ipv4Address; + } + public function getIpv4Address() + { + return $this->ipv4Address; + } + public function setKind($kind) + { + $this->kind = $kind; + } + public function getKind() + { + return $this->kind; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.php b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.php new file mode 100644 index 0000000..167f386 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/PolicyNetwork.php @@ -0,0 +1,39 @@ +kind = $kind; + } + public function getKind() + { + return $this->kind; + } + public function setNetworkUrl($networkUrl) + { + $this->networkUrl = $networkUrl; + } + public function getNetworkUrl() + { + return $this->networkUrl; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php index e430b51..729e6ca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Quota.php @@ -23,10 +23,14 @@ class Google_Service_Dns_Quota extends Google_Collection public $managedZones; public $managedZonesPerNetwork; public $networksPerManagedZone; + public $networksPerPolicy; + public $policies; public $resourceRecordsPerRrset; public $rrsetAdditionsPerChange; public $rrsetDeletionsPerChange; public $rrsetsPerManagedZone; + public $targetNameServersPerManagedZone; + public $targetNameServersPerPolicy; public $totalRrdataSizePerChange; protected $whitelistedKeySpecsType = 'Google_Service_Dns_DnsKeySpec'; protected $whitelistedKeySpecsDataType = 'array'; @@ -71,6 +75,22 @@ class Google_Service_Dns_Quota extends Google_Collection { return $this->networksPerManagedZone; } + public function setNetworksPerPolicy($networksPerPolicy) + { + $this->networksPerPolicy = $networksPerPolicy; + } + public function getNetworksPerPolicy() + { + return $this->networksPerPolicy; + } + public function setPolicies($policies) + { + $this->policies = $policies; + } + public function getPolicies() + { + return $this->policies; + } public function setResourceRecordsPerRrset($resourceRecordsPerRrset) { $this->resourceRecordsPerRrset = $resourceRecordsPerRrset; @@ -103,6 +123,22 @@ class Google_Service_Dns_Quota extends Google_Collection { return $this->rrsetsPerManagedZone; } + public function setTargetNameServersPerManagedZone($targetNameServersPerManagedZone) + { + $this->targetNameServersPerManagedZone = $targetNameServersPerManagedZone; + } + public function getTargetNameServersPerManagedZone() + { + return $this->targetNameServersPerManagedZone; + } + public function setTargetNameServersPerPolicy($targetNameServersPerPolicy) + { + $this->targetNameServersPerPolicy = $targetNameServersPerPolicy; + } + public function getTargetNameServersPerPolicy() + { + return $this->targetNameServersPerPolicy; + } public function setTotalRrdataSizePerChange($totalRrdataSizePerChange) { $this->totalRrdataSizePerChange = $totalRrdataSizePerChange; diff --git a/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.php b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.php new file mode 100644 index 0000000..37fbaca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Dns/Resource/Policies.php @@ -0,0 +1,143 @@ + + * $dnsService = new Google_Service_Dns(...); + * $policies = $dnsService->policies; + * + */ +class Google_Service_Dns_Resource_Policies extends Google_Service_Resource +{ + /** + * Create a new Policy (policies.create) + * + * @param string $project Identifies the project addressed by this request. + * @param Google_Service_Dns_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Policy + */ + public function create($project, Google_Service_Dns_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Dns_Policy"); + } + /** + * Delete a previously created Policy. Will fail if the policy is still being + * referenced by a network. (policies.delete) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + */ + public function delete($project, $policy, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params)); + } + /** + * Fetch the representation of an existing Policy. (policies.get) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_Policy + */ + public function get($project, $policy, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Dns_Policy"); + } + /** + * Enumerate all Policies associated with a project. (policies.listPolicies) + * + * @param string $project Identifies the project addressed by this request. + * @param array $optParams Optional parameters. + * + * @opt_param int maxResults Optional. Maximum number of results to be returned. + * If unspecified, the server will decide how many results to return. + * @opt_param string pageToken Optional. A tag returned by a previous list + * request that was truncated. Use this parameter to continue a previous list + * request. + * @return Google_Service_Dns_PoliciesListResponse + */ + public function listPolicies($project, $optParams = array()) + { + $params = array('project' => $project); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Dns_PoliciesListResponse"); + } + /** + * Apply a partial update to an existing Policy. (policies.patch) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param Google_Service_Dns_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_PoliciesPatchResponse + */ + public function patch($project, $policy, Google_Service_Dns_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('patch', array($params), "Google_Service_Dns_PoliciesPatchResponse"); + } + /** + * Update an existing Policy. (policies.update) + * + * @param string $project Identifies the project addressed by this request. + * @param string $policy User given friendly name of the policy addressed by + * this request. + * @param Google_Service_Dns_Policy $postBody + * @param array $optParams Optional parameters. + * + * @opt_param string clientOperationId For mutating operation requests only. An + * optional identifier specified by the client. Must be unique for operation + * resources in the Operations collection. + * @return Google_Service_Dns_PoliciesUpdateResponse + */ + public function update($project, $policy, Google_Service_Dns_Policy $postBody, $optParams = array()) + { + $params = array('project' => $project, 'policy' => $policy, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('update', array($params), "Google_Service_Dns_PoliciesUpdateResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.php new file mode 100644 index 0000000..bff438c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/MergeTableCellsRequest.php @@ -0,0 +1,37 @@ +tableRange = $tableRange; + } + /** + * @return Google_Service_Docs_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImageAnnotationContext.php b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.php similarity index 60% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImageAnnotationContext.php rename to vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.php index 2cde721..68a39b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImageAnnotationContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/ReplaceImageRequest.php @@ -15,18 +15,27 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageAnnotationContext extends Google_Model +class Google_Service_Docs_ReplaceImageRequest extends Google_Model { - public $pageNumber; + public $imageObjectId; + public $imageReplaceMethod; public $uri; - public function setPageNumber($pageNumber) + public function setImageObjectId($imageObjectId) { - $this->pageNumber = $pageNumber; + $this->imageObjectId = $imageObjectId; } - public function getPageNumber() + public function getImageObjectId() { - return $this->pageNumber; + return $this->imageObjectId; + } + public function setImageReplaceMethod($imageReplaceMethod) + { + $this->imageReplaceMethod = $imageReplaceMethod; + } + public function getImageReplaceMethod() + { + return $this->imageReplaceMethod; } public function setUri($uri) { diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php b/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php index ecf21fe..fb3078c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/Request.php @@ -45,8 +45,14 @@ class Google_Service_Docs_Request extends Google_Model protected $insertTableRowDataType = ''; protected $insertTextType = 'Google_Service_Docs_InsertTextRequest'; protected $insertTextDataType = ''; + protected $mergeTableCellsType = 'Google_Service_Docs_MergeTableCellsRequest'; + protected $mergeTableCellsDataType = ''; protected $replaceAllTextType = 'Google_Service_Docs_ReplaceAllTextRequest'; protected $replaceAllTextDataType = ''; + protected $replaceImageType = 'Google_Service_Docs_ReplaceImageRequest'; + protected $replaceImageDataType = ''; + protected $unmergeTableCellsType = 'Google_Service_Docs_UnmergeTableCellsRequest'; + protected $unmergeTableCellsDataType = ''; protected $updateDocumentStyleType = 'Google_Service_Docs_UpdateDocumentStyleRequest'; protected $updateDocumentStyleDataType = ''; protected $updateParagraphStyleType = 'Google_Service_Docs_UpdateParagraphStyleRequest'; @@ -256,6 +262,20 @@ class Google_Service_Docs_Request extends Google_Model { return $this->insertText; } + /** + * @param Google_Service_Docs_MergeTableCellsRequest + */ + public function setMergeTableCells(Google_Service_Docs_MergeTableCellsRequest $mergeTableCells) + { + $this->mergeTableCells = $mergeTableCells; + } + /** + * @return Google_Service_Docs_MergeTableCellsRequest + */ + public function getMergeTableCells() + { + return $this->mergeTableCells; + } /** * @param Google_Service_Docs_ReplaceAllTextRequest */ @@ -270,6 +290,34 @@ class Google_Service_Docs_Request extends Google_Model { return $this->replaceAllText; } + /** + * @param Google_Service_Docs_ReplaceImageRequest + */ + public function setReplaceImage(Google_Service_Docs_ReplaceImageRequest $replaceImage) + { + $this->replaceImage = $replaceImage; + } + /** + * @return Google_Service_Docs_ReplaceImageRequest + */ + public function getReplaceImage() + { + return $this->replaceImage; + } + /** + * @param Google_Service_Docs_UnmergeTableCellsRequest + */ + public function setUnmergeTableCells(Google_Service_Docs_UnmergeTableCellsRequest $unmergeTableCells) + { + $this->unmergeTableCells = $unmergeTableCells; + } + /** + * @return Google_Service_Docs_UnmergeTableCellsRequest + */ + public function getUnmergeTableCells() + { + return $this->unmergeTableCells; + } /** * @param Google_Service_Docs_UpdateDocumentStyleRequest */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.php new file mode 100644 index 0000000..00abeae --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Docs/UnmergeTableCellsRequest.php @@ -0,0 +1,37 @@ +tableRange = $tableRange; + } + /** + * @return Google_Service_Docs_TableRange + */ + public function getTableRange() + { + return $this->tableRange; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.php new file mode 100644 index 0000000..bb81b79 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP.php @@ -0,0 +1,194 @@ + + * Read-only public API that lets users search for information about domain + * names. + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_DomainsRDAP extends Google_Service +{ + + + public $autnum; + public $domain; + public $entity; + public $ip; + public $nameserver; + public $v1; + + /** + * Constructs the internal representation of the DomainsRDAP service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://domainsrdap.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'domainsrdap'; + + $this->autnum = new Google_Service_DomainsRDAP_Resource_Autnum( + $this, + $this->serviceName, + 'autnum', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/autnum/{autnumId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'autnumId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->domain = new Google_Service_DomainsRDAP_Resource_Domain( + $this, + $this->serviceName, + 'domain', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/domain/{+domainName}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'domainName' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->entity = new Google_Service_DomainsRDAP_Resource_Entity( + $this, + $this->serviceName, + 'entity', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/entity/{entityId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'entityId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->ip = new Google_Service_DomainsRDAP_Resource_Ip( + $this, + $this->serviceName, + 'ip', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/ip/{ipId}/{ipId1}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'ipId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'ipId1' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->nameserver = new Google_Service_DomainsRDAP_Resource_Nameserver( + $this, + $this->serviceName, + 'nameserver', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1/nameserver/{nameserverId}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'nameserverId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + $this->v1 = new Google_Service_DomainsRDAP_Resource_V1( + $this, + $this->serviceName, + 'v1', + array( + 'methods' => array( + 'getDomains' => array( + 'path' => 'v1/domains', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getEntities' => array( + 'path' => 'v1/entities', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getHelp' => array( + 'path' => 'v1/help', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getIp' => array( + 'path' => 'v1/ip', + 'httpMethod' => 'GET', + 'parameters' => array(), + ),'getNameservers' => array( + 'path' => 'v1/nameservers', + 'httpMethod' => 'GET', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php new file mode 100644 index 0000000..1776683 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/HttpBody.php @@ -0,0 +1,49 @@ +contentType = $contentType; + } + public function getContentType() + { + return $this->contentType; + } + public function setData($data) + { + $this->data = $data; + } + public function getData() + { + return $this->data; + } + public function setExtensions($extensions) + { + $this->extensions = $extensions; + } + public function getExtensions() + { + return $this->extensions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php new file mode 100644 index 0000000..571bed9 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Link.php @@ -0,0 +1,84 @@ +href = $href; + } + public function getHref() + { + return $this->href; + } + public function setHreflang($hreflang) + { + $this->hreflang = $hreflang; + } + public function getHreflang() + { + return $this->hreflang; + } + public function setMedia($media) + { + $this->media = $media; + } + public function getMedia() + { + return $this->media; + } + public function setRel($rel) + { + $this->rel = $rel; + } + public function getRel() + { + return $this->rel; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.php new file mode 100644 index 0000000..1bc60a0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Notice.php @@ -0,0 +1,65 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_DomainsRDAP_Link + */ + public function setLinks($links) + { + $this->links = $links; + } + /** + * @return Google_Service_DomainsRDAP_Link + */ + public function getLinks() + { + return $this->links; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.php new file mode 100644 index 0000000..93ea8d2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/RdapResponse.php @@ -0,0 +1,99 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setErrorCode($errorCode) + { + $this->errorCode = $errorCode; + } + public function getErrorCode() + { + return $this->errorCode; + } + /** + * @param Google_Service_DomainsRDAP_HttpBody + */ + public function setJsonResponse(Google_Service_DomainsRDAP_HttpBody $jsonResponse) + { + $this->jsonResponse = $jsonResponse; + } + /** + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function getJsonResponse() + { + return $this->jsonResponse; + } + public function setLang($lang) + { + $this->lang = $lang; + } + public function getLang() + { + return $this->lang; + } + /** + * @param Google_Service_DomainsRDAP_Notice + */ + public function setNotices($notices) + { + $this->notices = $notices; + } + /** + * @return Google_Service_DomainsRDAP_Notice + */ + public function getNotices() + { + return $this->notices; + } + public function setRdapConformance($rdapConformance) + { + $this->rdapConformance = $rdapConformance; + } + public function getRdapConformance() + { + return $this->rdapConformance; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.php new file mode 100644 index 0000000..40c11b5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Autnum.php @@ -0,0 +1,42 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $autnum = $domainsrdapService->autnum; + * + */ +class Google_Service_DomainsRDAP_Resource_Autnum extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (autnum.get) + * + * @param string $autnumId + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($autnumId, $optParams = array()) + { + $params = array('autnumId' => $autnumId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.php new file mode 100644 index 0000000..051ebba --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Domain.php @@ -0,0 +1,41 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $domain = $domainsrdapService->domain; + * + */ +class Google_Service_DomainsRDAP_Resource_Domain extends Google_Service_Resource +{ + /** + * Look up RDAP information for a domain by name. (domain.get) + * + * @param string $domainName Full domain name to look up. Example: "example.com" + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function get($domainName, $optParams = array()) + { + $params = array('domainName' => $domainName); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_HttpBody"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.php new file mode 100644 index 0000000..49038f6 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Entity.php @@ -0,0 +1,42 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $entity = $domainsrdapService->entity; + * + */ +class Google_Service_DomainsRDAP_Resource_Entity extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (entity.get) + * + * @param string $entityId + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($entityId, $optParams = array()) + { + $params = array('entityId' => $entityId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.php new file mode 100644 index 0000000..b9dc39f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Ip.php @@ -0,0 +1,43 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $ip = $domainsrdapService->ip; + * + */ +class Google_Service_DomainsRDAP_Resource_Ip extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (ip.get) + * + * @param string $ipId + * @param string $ipId1 + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($ipId, $ipId1, $optParams = array()) + { + $params = array('ipId' => $ipId, 'ipId1' => $ipId1); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.php new file mode 100644 index 0000000..0efebac --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/Nameserver.php @@ -0,0 +1,42 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $nameserver = $domainsrdapService->nameserver; + * + */ +class Google_Service_DomainsRDAP_Resource_Nameserver extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (nameserver.get) + * + * @param string $nameserverId + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function get($nameserverId, $optParams = array()) + { + $params = array('nameserverId' => $nameserverId); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.php new file mode 100644 index 0000000..ded273c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/DomainsRDAP/Resource/V1.php @@ -0,0 +1,93 @@ + + * $domainsrdapService = new Google_Service_DomainsRDAP(...); + * $v1 = $domainsrdapService->v1; + * + */ +class Google_Service_DomainsRDAP_Resource_V1 extends Google_Service_Resource +{ + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getDomains) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function getDomains($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getDomains', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getEntities) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function getEntities($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getEntities', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } + /** + * Get help information for the RDAP API, including links to documentation. + * (v1.getHelp) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function getHelp($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getHelp', array($params), "Google_Service_DomainsRDAP_HttpBody"); + } + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getIp) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_HttpBody + */ + public function getIp($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getIp', array($params), "Google_Service_DomainsRDAP_HttpBody"); + } + /** + * The RDAP API recognizes this command from the RDAP specification but does not + * support it. The response is a formatted 501 error. (v1.getNameservers) + * + * @param array $optParams Optional parameters. + * @return Google_Service_DomainsRDAP_RdapResponse + */ + public function getNameservers($optParams = array()) + { + $params = array(); + $params = array_merge($params, $optParams); + return $this->call('getNameservers', array($params), "Google_Service_DomainsRDAP_RdapResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php index 60a073a..c2b0d02 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/DriveFileCapabilities.php @@ -27,6 +27,7 @@ class Google_Service_Drive_DriveFileCapabilities extends Google_Model public $canDownload; public $canEdit; public $canListChildren; + public $canModifyContent; public $canMoveChildrenOutOfDrive; public $canMoveChildrenOutOfTeamDrive; public $canMoveChildrenWithinDrive; @@ -127,6 +128,14 @@ class Google_Service_Drive_DriveFileCapabilities extends Google_Model { return $this->canListChildren; } + public function setCanModifyContent($canModifyContent) + { + $this->canModifyContent = $canModifyContent; + } + public function getCanModifyContent() + { + return $this->canModifyContent; + } public function setCanMoveChildrenOutOfDrive($canMoveChildrenOutOfDrive) { $this->canMoveChildrenOutOfDrive = $canMoveChildrenOutOfDrive; diff --git a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php index 74dd736..d00011b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php +++ b/vendor/google/apiclient-services/src/Google/Service/Drive/Resource/Files.php @@ -40,7 +40,8 @@ class Google_Service_Drive_Resource_Files extends Google_Service_Resource * inherited from parent folders. * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in * the new head revision. This is only applicable to files with binary content - * in Google Drive. + * in Google Drive. Only 200 revisions for the file can be kept forever. If the + * limit is reached, try deleting pinned revisions. * @opt_param string ocrLanguage A language hint for OCR processing during image * import (ISO 639-1 code). * @opt_param bool supportsAllDrives Deprecated - Whether the requesting @@ -69,7 +70,8 @@ class Google_Service_Drive_Resource_Files extends Google_Service_Resource * inherited from parent folders. * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in * the new head revision. This is only applicable to files with binary content - * in Google Drive. + * in Google Drive. Only 200 revisions for the file can be kept forever. If the + * limit is reached, try deleting pinned revisions. * @opt_param string ocrLanguage A language hint for OCR processing during image * import (ISO 639-1 code). * @opt_param bool supportsAllDrives Deprecated - Whether the requesting @@ -233,7 +235,8 @@ class Google_Service_Drive_Resource_Files extends Google_Service_Resource * @opt_param string addParents A comma-separated list of parent IDs to add. * @opt_param bool keepRevisionForever Whether to set the 'keepForever' field in * the new head revision. This is only applicable to files with binary content - * in Google Drive. + * in Google Drive. Only 200 revisions for the file can be kept forever. If the + * limit is reached, try deleting pinned revisions. * @opt_param string ocrLanguage A language hint for OCR processing during image * import (ISO 639-1 code). * @opt_param string removeParents A comma-separated list of parent IDs to diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php index 4f2104b..4417f68 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools.php @@ -62,6 +62,14 @@ class Google_Service_FactCheckTools extends Google_Service 'path' => 'v1alpha1/claims:search', 'httpMethod' => 'GET', 'parameters' => array( + 'languageCode' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'maxAgeDays' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'offset' => array( 'location' => 'query', 'type' => 'integer', @@ -82,14 +90,6 @@ class Google_Service_FactCheckTools extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'languageCode' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'maxAgeDays' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) @@ -129,6 +129,14 @@ class Google_Service_FactCheckTools extends Google_Service 'path' => 'v1alpha1/pages', 'httpMethod' => 'GET', 'parameters' => array( + 'offset' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'organization' => array( 'location' => 'query', 'type' => 'string', @@ -141,14 +149,6 @@ class Google_Service_FactCheckTools extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'offset' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'update' => array( 'path' => 'v1alpha1/{+name}', diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php index 92074d8..e6eb39b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/GoogleFactcheckingFactchecktoolsV1alpha1ClaimRating.php @@ -19,6 +19,7 @@ class Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Clai { public $bestRating; public $imageUrl; + public $ratingExplanation; public $ratingValue; public $textualRating; public $worstRating; @@ -39,6 +40,14 @@ class Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1Clai { return $this->imageUrl; } + public function setRatingExplanation($ratingExplanation) + { + $this->ratingExplanation = $ratingExplanation; + } + public function getRatingExplanation() + { + return $this->ratingExplanation; + } public function setRatingValue($ratingValue) { $this->ratingValue = $ratingValue; diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Claims.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Claims.php index 29de910..e0423dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Claims.php +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Claims.php @@ -30,6 +30,12 @@ class Google_Service_FactCheckTools_Resource_Claims extends Google_Service_Resou * * @param array $optParams Optional parameters. * + * @opt_param string languageCode The BCP-47 language code, such as "en-US" or + * "sr-Latn". Can be used to restrict results by language, though we do not + * currently consider the region. + * @opt_param int maxAgeDays The maximum age of the returned search results, in + * days. Age is determined by either claim date or review date, whichever is + * newer. * @opt_param int offset An integer that specifies the current offset (that is, * starting result location) in search results. This field is only considered if * `page_token` is unset. For example, 0 means to return results starting from @@ -44,12 +50,6 @@ class Google_Service_FactCheckTools_Resource_Claims extends Google_Service_Resou * results. Defaults to 10 if not set. * @opt_param string query Textual query string. Required unless * `review_publisher_site_filter` is specified. - * @opt_param string languageCode The BCP-47 language code, such as "en-US" or - * "sr-Latn". Can be used to restrict results by language, though we do not - * currently consider the region. - * @opt_param int maxAgeDays The maximum age of the returned search results, in - * days. Age is determined by either claim date or review date, whichever is - * newer. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimSearchResponse */ public function search($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php index 4145327..04c8dd9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php +++ b/vendor/google/apiclient-services/src/Google/Service/FactCheckTools/Resource/Pages.php @@ -72,14 +72,6 @@ class Google_Service_FactCheckTools_Resource_Pages extends Google_Service_Resour * * @param array $optParams Optional parameters. * - * @opt_param string organization The organization for which we want to fetch - * markups for. For instance, "site.com". Cannot be specified along with an URL. - * @opt_param int pageSize The pagination size. We will return up to that many - * results. Defaults to 10 if not set. Has no effect if a URL is requested. - * @opt_param string url The URL from which to get `ClaimReview` markup. There - * will be at most one result. If markup is associated with a more canonical - * version of the URL provided, we will return that URL instead. Cannot be - * specified along with an organization. * @opt_param int offset An integer that specifies the current offset (that is, * starting result location) in search results. This field is only considered if * `page_token` is unset, and if the request is not for a specific URL. For @@ -89,6 +81,14 @@ class Google_Service_FactCheckTools_Resource_Pages extends Google_Service_Resour * `next_page_token` returned from a previous List request, if any, in order to * get the next page. All other fields must have the same values as in the * previous request. + * @opt_param string organization The organization for which we want to fetch + * markups for. For instance, "site.com". Cannot be specified along with an URL. + * @opt_param int pageSize The pagination size. We will return up to that many + * results. Defaults to 10 if not set. Has no effect if a URL is requested. + * @opt_param string url The URL from which to get `ClaimReview` markup. There + * will be at most one result. If markup is associated with a more canonical + * version of the URL provided, we will return that URL instead. Cannot be + * specified along with an organization. * @return Google_Service_FactCheckTools_GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse */ public function listPages($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php index c64c530..260e96b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/AndroidNotification.php @@ -17,20 +17,33 @@ class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_Collection { - protected $collection_key = 'titleLocArgs'; + protected $collection_key = 'vibrateTimings'; public $body; public $bodyLocArgs; public $bodyLocKey; public $channelId; public $clickAction; public $color; + public $defaultLightSettings; + public $defaultSound; + public $defaultVibrateTimings; + public $eventTime; public $icon; public $image; + protected $lightSettingsType = 'Google_Service_FirebaseCloudMessaging_LightSettings'; + protected $lightSettingsDataType = ''; + public $localOnly; + public $notificationCount; + public $notificationPriority; public $sound; + public $sticky; public $tag; + public $ticker; public $title; public $titleLocArgs; public $titleLocKey; + public $vibrateTimings; + public $visibility; public function setBody($body) { @@ -80,6 +93,38 @@ class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_C { return $this->color; } + public function setDefaultLightSettings($defaultLightSettings) + { + $this->defaultLightSettings = $defaultLightSettings; + } + public function getDefaultLightSettings() + { + return $this->defaultLightSettings; + } + public function setDefaultSound($defaultSound) + { + $this->defaultSound = $defaultSound; + } + public function getDefaultSound() + { + return $this->defaultSound; + } + public function setDefaultVibrateTimings($defaultVibrateTimings) + { + $this->defaultVibrateTimings = $defaultVibrateTimings; + } + public function getDefaultVibrateTimings() + { + return $this->defaultVibrateTimings; + } + public function setEventTime($eventTime) + { + $this->eventTime = $eventTime; + } + public function getEventTime() + { + return $this->eventTime; + } public function setIcon($icon) { $this->icon = $icon; @@ -96,6 +141,44 @@ class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_C { return $this->image; } + /** + * @param Google_Service_FirebaseCloudMessaging_LightSettings + */ + public function setLightSettings(Google_Service_FirebaseCloudMessaging_LightSettings $lightSettings) + { + $this->lightSettings = $lightSettings; + } + /** + * @return Google_Service_FirebaseCloudMessaging_LightSettings + */ + public function getLightSettings() + { + return $this->lightSettings; + } + public function setLocalOnly($localOnly) + { + $this->localOnly = $localOnly; + } + public function getLocalOnly() + { + return $this->localOnly; + } + public function setNotificationCount($notificationCount) + { + $this->notificationCount = $notificationCount; + } + public function getNotificationCount() + { + return $this->notificationCount; + } + public function setNotificationPriority($notificationPriority) + { + $this->notificationPriority = $notificationPriority; + } + public function getNotificationPriority() + { + return $this->notificationPriority; + } public function setSound($sound) { $this->sound = $sound; @@ -104,6 +187,14 @@ class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_C { return $this->sound; } + public function setSticky($sticky) + { + $this->sticky = $sticky; + } + public function getSticky() + { + return $this->sticky; + } public function setTag($tag) { $this->tag = $tag; @@ -112,6 +203,14 @@ class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_C { return $this->tag; } + public function setTicker($ticker) + { + $this->ticker = $ticker; + } + public function getTicker() + { + return $this->ticker; + } public function setTitle($title) { $this->title = $title; @@ -136,4 +235,20 @@ class Google_Service_FirebaseCloudMessaging_AndroidNotification extends Google_C { return $this->titleLocKey; } + public function setVibrateTimings($vibrateTimings) + { + $this->vibrateTimings = $vibrateTimings; + } + public function getVibrateTimings() + { + return $this->vibrateTimings; + } + public function setVisibility($visibility) + { + $this->visibility = $visibility; + } + public function getVisibility() + { + return $this->visibility; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.php new file mode 100644 index 0000000..eb3568d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/Color.php @@ -0,0 +1,57 @@ +alpha = $alpha; + } + public function getAlpha() + { + return $this->alpha; + } + public function setBlue($blue) + { + $this->blue = $blue; + } + public function getBlue() + { + return $this->blue; + } + public function setGreen($green) + { + $this->green = $green; + } + public function getGreen() + { + return $this->green; + } + public function setRed($red) + { + $this->red = $red; + } + public function getRed() + { + return $this->red; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ColorInfo.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.php similarity index 51% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ColorInfo.php rename to vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.php index 2f5a457..b2487ee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ColorInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseCloudMessaging/LightSettings.php @@ -15,41 +15,41 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1ColorInfo extends Google_Model +class Google_Service_FirebaseCloudMessaging_LightSettings extends Google_Model { - protected $colorType = 'Google_Service_Vision_Color'; + protected $colorType = 'Google_Service_FirebaseCloudMessaging_Color'; protected $colorDataType = ''; - public $pixelFraction; - public $score; + public $lightOffDuration; + public $lightOnDuration; /** - * @param Google_Service_Vision_Color + * @param Google_Service_FirebaseCloudMessaging_Color */ - public function setColor(Google_Service_Vision_Color $color) + public function setColor(Google_Service_FirebaseCloudMessaging_Color $color) { $this->color = $color; } /** - * @return Google_Service_Vision_Color + * @return Google_Service_FirebaseCloudMessaging_Color */ public function getColor() { return $this->color; } - public function setPixelFraction($pixelFraction) + public function setLightOffDuration($lightOffDuration) { - $this->pixelFraction = $pixelFraction; + $this->lightOffDuration = $lightOffDuration; } - public function getPixelFraction() + public function getLightOffDuration() { - return $this->pixelFraction; + return $this->lightOffDuration; } - public function setScore($score) + public function setLightOnDuration($lightOnDuration) { - $this->score = $score; + $this->lightOnDuration = $lightOnDuration; } - public function getScore() + public function getLightOnDuration() { - return $this->score; + return $this->lightOnDuration; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php index 1ddabe1..c37850e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/Resource/Projects.php @@ -73,17 +73,22 @@ class Google_Service_FirebaseManagement_Resource_Projects extends Google_Service * * Using this call, you can either: * - * Provision a new Google Analytics property and associate the new property with - * your `FirebaseProject`. Associate an existing Google Analytics property with - * your `FirebaseProject`. + * Specify an `analyticsAccountId` to provision a new Google Analytics property + * within the specified account and associate the new property with your + * `FirebaseProject`. Specify an existing `analyticsPropertyId` to associate the + * property with your `FirebaseProject`. * * Note that when you call `AddGoogleAnalytics`: * - * Any Firebase Apps already in your `FirebaseProject` are automatically - * provisioned as new data streams in the Google Analytics property. Any data - * streams already in the Google Analytics property are automatically associated - * with their corresponding Firebase Apps (only applies when an app's - * `packageName` or `bundleId` match those for an existing data stream). + * The first check determines if any existing data streams in the Google + * Analytics property correspond to any existing Firebase Apps in your + * `FirebaseProject` (based on the `packageName` or `bundleId` associated with + * the data stream). Then, as applicable, the data streams and apps are linked. + * Note that this auto-linking only applies to Android Apps and iOS Apps. If no + * corresponding data streams are found for your Firebase Apps, new data streams + * are provisioned in the Google Analytics property for each of your Firebase + * Apps. Note that a new data stream is always provisioned for a Web App even if + * it was previously associated with a data stream in your Analytics property. * * Learn more about the hierarchy and structure of Google Analytics accounts in * the [Analytics @@ -245,7 +250,9 @@ class Google_Service_FirebaseManagement_Resource_Projects extends Google_Service * * These resources may be re-associated later to the `FirebaseProject` by * calling [`AddGoogleAnalytics`](../../v1beta1/projects/addGoogleAnalytics) and - * specifying the same `analyticsPropertyId`. + * specifying the same `analyticsPropertyId`. For Android Apps and iOS Apps, + * this call re-links data streams with their corresponding apps. However, for + * Web Apps, this call provisions a new data stream for each Web App. * * To call `RemoveAnalytics`, a member must be an Owner for the * `FirebaseProject`. (projects.removeAnalytics) diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php index 0dc259d..c127412 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/StreamMapping.php @@ -18,6 +18,7 @@ class Google_Service_FirebaseManagement_StreamMapping extends Google_Model { public $app; + public $measurementId; public $streamId; public function setApp($app) @@ -28,6 +29,14 @@ class Google_Service_FirebaseManagement_StreamMapping extends Google_Model { return $this->app; } + public function setMeasurementId($measurementId) + { + $this->measurementId = $measurementId; + } + public function getMeasurementId() + { + return $this->measurementId; + } public function setStreamId($streamId) { $this->streamId = $streamId; diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php index 8485f36..ab94a5f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseManagement/WebAppConfig.php @@ -22,6 +22,7 @@ class Google_Service_FirebaseManagement_WebAppConfig extends Google_Model public $authDomain; public $databaseURL; public $locationId; + public $measurementId; public $messagingSenderId; public $projectId; public $storageBucket; @@ -66,6 +67,14 @@ class Google_Service_FirebaseManagement_WebAppConfig extends Google_Model { return $this->locationId; } + public function setMeasurementId($measurementId) + { + $this->measurementId = $measurementId; + } + public function getMeasurementId() + { + return $this->measurementId; + } public function setMessagingSenderId($messagingSenderId) { $this->messagingSenderId = $messagingSenderId; diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php index b0aac06..810f4b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules.php @@ -139,10 +139,6 @@ class Google_Service_FirebaseRules extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'filter' => array( 'location' => 'query', 'type' => 'string', @@ -151,6 +147,10 @@ class Google_Service_FirebaseRules extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -211,10 +211,6 @@ class Google_Service_FirebaseRules extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -223,6 +219,10 @@ class Google_Service_FirebaseRules extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php index 62910fd..7081633 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsReleases.php @@ -121,11 +121,6 @@ class Google_Service_FirebaseRules_Resource_ProjectsReleases extends Google_Serv * Format: `projects/{project_id}` * @param array $optParams Optional parameters. * - * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. - * Note: `page_size` is just a hint and the service may choose to load fewer - * than `page_size` results due to the size of the output. To traverse all of - * the releases, the caller should iterate until the `page_token` on the - * response is empty. * @opt_param string filter `Release` filter. The list method supports filters * with restrictions on the `Release.name`, `Release.ruleset_name`, and * `Release.test_suite_name`. @@ -153,6 +148,11 @@ class Google_Service_FirebaseRules_Resource_ProjectsReleases extends Google_Serv * `test_suite_name=projects/foo/testsuites/uuid1` * @opt_param string pageToken Next page token for the next batch of `Release` * instances. + * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. + * Note: `page_size` is just a hint and the service may choose to load fewer + * than `page_size` results due to the size of the output. To traverse all of + * the releases, the caller should iterate until the `page_token` on the + * response is empty. * @return Google_Service_FirebaseRules_ListReleasesResponse */ public function listProjectsReleases($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php index 9bbf326..4cda451 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/Resource/ProjectsRulesets.php @@ -91,6 +91,12 @@ class Google_Service_FirebaseRules_Resource_ProjectsRulesets extends Google_Serv * Format: `projects/{project_id}` * @param array $optParams Optional parameters. * + * @opt_param string pageToken Next page token for loading the next batch of + * `Ruleset` instances. + * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. + * Note: `page_size` is just a hint and the service may choose to load less than + * `page_size` due to the size of the output. To traverse all of the releases, + * caller should iterate until the `page_token` is empty. * @opt_param string filter `Ruleset` filter. The list method supports filters * with restrictions on `Ruleset.name`. * @@ -98,12 +104,6 @@ class Google_Service_FirebaseRules_Resource_ProjectsRulesets extends Google_Serv * strings that conform to the RFC 3339 date/time specifications. * * Example: `create_time > date("2017-01-01T00:00:00Z") AND name=UUID-*` - * @opt_param string pageToken Next page token for loading the next batch of - * `Ruleset` instances. - * @opt_param int pageSize Page size to load. Maximum of 100. Defaults to 10. - * Note: `page_size` is just a hint and the service may choose to load less than - * `page_size` due to the size of the output. To traverse all of the releases, - * caller should iterate until the `page_token` is empty. * @return Google_Service_FirebaseRules_ListRulesetsResponse */ public function listProjectsRulesets($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php index 0fa7bb8..178602f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php +++ b/vendor/google/apiclient-services/src/Google/Service/FirebaseRules/TestCase.php @@ -21,6 +21,7 @@ class Google_Service_FirebaseRules_TestCase extends Google_Collection public $expectation; protected $functionMocksType = 'Google_Service_FirebaseRules_FunctionMock'; protected $functionMocksDataType = 'array'; + public $pathEncoding; public $request; public $resource; @@ -46,6 +47,14 @@ class Google_Service_FirebaseRules_TestCase extends Google_Collection { return $this->functionMocks; } + public function setPathEncoding($pathEncoding) + { + $this->pathEncoding = $pathEncoding; + } + public function getPathEncoding() + { + return $this->pathEncoding; + } public function setRequest($request) { $this->request = $request; diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore.php b/vendor/google/apiclient-services/src/Google/Service/Firestore.php index 739eace..da06e61 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Firestore.php +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore.php @@ -115,10 +115,6 @@ class Google_Service_Firestore extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -127,6 +123,10 @@ class Google_Service_Firestore extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -191,6 +191,10 @@ class Google_Service_Firestore extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -199,10 +203,6 @@ class Google_Service_Firestore extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -258,15 +258,15 @@ class Google_Service_Firestore extends Google_Service 'type' => 'string', 'required' => true, ), + 'documentId' => array( + 'location' => 'query', + 'type' => 'string', + ), 'mask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', 'repeated' => true, ), - 'documentId' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'delete' => array( 'path' => 'v1/{+name}', @@ -295,10 +295,6 @@ class Google_Service_Firestore extends Google_Service 'type' => 'string', 'required' => true, ), - 'transaction' => array( - 'location' => 'query', - 'type' => 'string', - ), 'mask.fieldPaths' => array( 'location' => 'query', 'type' => 'string', @@ -308,6 +304,10 @@ class Google_Service_Firestore extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'transaction' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'list' => array( 'path' => 'v1/{+parent}/{collectionId}', @@ -344,11 +344,11 @@ class Google_Service_Firestore extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'orderBy' => array( + 'readTime' => array( 'location' => 'query', 'type' => 'string', ), - 'readTime' => array( + 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), @@ -480,10 +480,6 @@ class Google_Service_Firestore extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -492,6 +488,10 @@ class Google_Service_Firestore extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php index 53faca6..d7d15f4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsFields.php @@ -52,13 +52,13 @@ class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsFields * ses/{database_id}/collectionGroups/{collection_id}` * @param array $optParams Optional parameters. * + * @opt_param string pageToken A page token, returned from a previous call to + * FirestoreAdmin.ListFields, that may be used to get the next page of results. + * @opt_param int pageSize The number of results to return. * @opt_param string filter The filter to apply to list results. Currently, * FirestoreAdmin.ListFields only supports listing fields that have been * explicitly overridden. To issue this query, call FirestoreAdmin.ListFields * with the filter set to `indexConfig.usesAncestorConfig:false`. - * @opt_param string pageToken A page token, returned from a previous call to - * FirestoreAdmin.ListFields, that may be used to get the next page of results. - * @opt_param int pageSize The number of results to return. * @return Google_Service_Firestore_GoogleFirestoreAdminV1ListFieldsResponse */ public function listProjectsDatabasesCollectionGroupsFields($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php index 0c75a37..b5302a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesCollectionGroupsIndexes.php @@ -78,10 +78,10 @@ class Google_Service_Firestore_Resource_ProjectsDatabasesCollectionGroupsIndexes * ses/{database_id}/collectionGroups/{collection_id}` * @param array $optParams Optional parameters. * + * @opt_param string filter The filter to apply to list results. * @opt_param string pageToken A page token, returned from a previous call to * FirestoreAdmin.ListIndexes, that may be used to get the next page of results. * @opt_param int pageSize The number of results to return. - * @opt_param string filter The filter to apply to list results. * @return Google_Service_Firestore_GoogleFirestoreAdminV1ListIndexesResponse */ public function listProjectsDatabasesCollectionGroupsIndexes($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php index ffdaef8..7178127 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesDocuments.php @@ -85,12 +85,12 @@ class Google_Service_Firestore_Resource_ProjectsDatabasesDocuments extends Googl * @param Google_Service_Firestore_Document $postBody * @param array $optParams Optional parameters. * - * @opt_param string mask.fieldPaths The list of field paths in the mask. See - * Document.fields for a field path syntax reference. * @opt_param string documentId The client-assigned document ID to use for this * document. * * Optional. If not specified, an ID will be assigned by the service. + * @opt_param string mask.fieldPaths The list of field paths in the mask. See + * Document.fields for a field path syntax reference. * @return Google_Service_Firestore_Document */ public function createDocument($parent, $collectionId, Google_Service_Firestore_Document $postBody, $optParams = array()) @@ -126,11 +126,11 @@ class Google_Service_Firestore_Resource_ProjectsDatabasesDocuments extends Googl * `projects/{project_id}/databases/{database_id}/documents/{document_path}`. * @param array $optParams Optional parameters. * - * @opt_param string transaction Reads the document in a transaction. * @opt_param string mask.fieldPaths The list of field paths in the mask. See * Document.fields for a field path syntax reference. * @opt_param string readTime Reads the version of the document at the given * time. This may not be older than 60 seconds. + * @opt_param string transaction Reads the document in a transaction. * @return Google_Service_Firestore_Document */ public function get($name, $optParams = array()) @@ -163,10 +163,10 @@ class Google_Service_Firestore_Resource_ProjectsDatabasesDocuments extends Googl * previous List request, if any. * @opt_param int pageSize The maximum number of documents to return. * @opt_param string transaction Reads documents in a transaction. - * @opt_param string orderBy The order to sort results by. For example: - * `priority desc, name`. * @opt_param string readTime Reads documents as they were at the given time. * This may not be older than 60 seconds. + * @opt_param string orderBy The order to sort results by. For example: + * `priority desc, name`. * @return Google_Service_Firestore_ListDocumentsResponse */ public function listProjectsDatabasesDocuments($parent, $collectionId, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php index 6685076..54ac805 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Firestore/Resource/ProjectsDatabasesOperations.php @@ -94,9 +94,9 @@ class Google_Service_Firestore_Resource_ProjectsDatabasesOperations extends Goog * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * - * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. + * @opt_param string filter The standard list filter. * @return Google_Service_Firestore_GoogleLongrunningListOperationsResponse */ public function listProjectsDatabasesOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Fitness.php b/vendor/google/apiclient-services/src/Google/Service/Fitness.php index 775974f..9b587c5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Fitness.php +++ b/vendor/google/apiclient-services/src/Google/Service/Fitness.php @@ -30,58 +30,58 @@ */ class Google_Service_Fitness extends Google_Service { - /** View your activity information in Google Fit. */ + /** Use Google Fit to see and store your physical activity data. */ const FITNESS_ACTIVITY_READ = "https://www.googleapis.com/auth/fitness.activity.read"; - /** View and store your activity information in Google Fit. */ + /** See and add to your Google Fit physical activity data. */ const FITNESS_ACTIVITY_WRITE = "https://www.googleapis.com/auth/fitness.activity.write"; - /** View blood glucose data in Google Fit. */ + /** See info about your blood glucose in Google Fit. */ const FITNESS_BLOOD_GLUCOSE_READ = "https://www.googleapis.com/auth/fitness.blood_glucose.read"; - /** View and store blood glucose data in Google Fit. */ + /** See and add info about your blood glucose to Google Fit. */ const FITNESS_BLOOD_GLUCOSE_WRITE = "https://www.googleapis.com/auth/fitness.blood_glucose.write"; - /** View blood pressure data in Google Fit. */ + /** See info about your blood pressure in Google Fit. */ const FITNESS_BLOOD_PRESSURE_READ = "https://www.googleapis.com/auth/fitness.blood_pressure.read"; - /** View and store blood pressure data in Google Fit. */ + /** See and add info about your blood pressure in Google Fit. */ const FITNESS_BLOOD_PRESSURE_WRITE = "https://www.googleapis.com/auth/fitness.blood_pressure.write"; - /** View body sensor information in Google Fit. */ + /** See info about your body measurements and heart rate in Google Fit. */ const FITNESS_BODY_READ = "https://www.googleapis.com/auth/fitness.body.read"; - /** View and store body sensor data in Google Fit. */ + /** See and add info about your body measurements and heart rate to Google Fit. */ const FITNESS_BODY_WRITE = "https://www.googleapis.com/auth/fitness.body.write"; - /** View body temperature data in Google Fit. */ + /** See info about your body temperature in Google Fit. */ const FITNESS_BODY_TEMPERATURE_READ = "https://www.googleapis.com/auth/fitness.body_temperature.read"; - /** View and store body temperature data in Google Fit. */ + /** See and add to info about your body temperature in Google Fit. */ const FITNESS_BODY_TEMPERATURE_WRITE = "https://www.googleapis.com/auth/fitness.body_temperature.write"; - /** View your stored location data in Google Fit. */ + /** See your Google Fit speed and distance data. */ const FITNESS_LOCATION_READ = "https://www.googleapis.com/auth/fitness.location.read"; - /** View and store your location data in Google Fit. */ + /** See and add to your Google Fit location data. */ const FITNESS_LOCATION_WRITE = "https://www.googleapis.com/auth/fitness.location.write"; - /** View nutrition information in Google Fit. */ + /** See info about your nutrition in Google Fit. */ const FITNESS_NUTRITION_READ = "https://www.googleapis.com/auth/fitness.nutrition.read"; - /** View and store nutrition information in Google Fit. */ + /** See and add to info about your nutrition in Google Fit. */ const FITNESS_NUTRITION_WRITE = "https://www.googleapis.com/auth/fitness.nutrition.write"; - /** View oxygen saturation data in Google Fit. */ + /** See info about your oxygen saturation in Google Fit. */ const FITNESS_OXYGEN_SATURATION_READ = "https://www.googleapis.com/auth/fitness.oxygen_saturation.read"; - /** View and store oxygen saturation data in Google Fit. */ + /** See and add info about your oxygen saturation in Google Fit. */ const FITNESS_OXYGEN_SATURATION_WRITE = "https://www.googleapis.com/auth/fitness.oxygen_saturation.write"; - /** View reproductive health data in Google Fit. */ + /** See info about your reproductive health in Google Fit. */ const FITNESS_REPRODUCTIVE_HEALTH_READ = "https://www.googleapis.com/auth/fitness.reproductive_health.read"; - /** View and store reproductive health data in Google Fit. */ + /** See and add info about your reproductive health in Google Fit. */ const FITNESS_REPRODUCTIVE_HEALTH_WRITE = "https://www.googleapis.com/auth/fitness.reproductive_health.write"; diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService.php new file mode 100644 index 0000000..83a93dd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService.php @@ -0,0 +1,104 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_HomeGraphService extends Google_Service +{ + + + public $agentUsers; + public $devices; + + /** + * Constructs the internal representation of the HomeGraphService service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://homegraph.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'homegraph'; + + $this->agentUsers = new Google_Service_HomeGraphService_Resource_AgentUsers( + $this, + $this->serviceName, + 'agentUsers', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+agentUserId}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'agentUserId' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'requestId' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ), + ) + ) + ); + $this->devices = new Google_Service_HomeGraphService_Resource_Devices( + $this, + $this->serviceName, + 'devices', + array( + 'methods' => array( + 'query' => array( + 'path' => 'v1/devices:query', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'reportStateAndNotification' => array( + 'path' => 'v1/devices:reportStateAndNotification', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'requestSync' => array( + 'path' => 'v1/devices:requestSync', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'sync' => array( + 'path' => 'v1/devices:sync', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.php new file mode 100644 index 0000000..cdae7c3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentDeviceId.php @@ -0,0 +1,30 @@ +id = $id; + } + public function getId() + { + return $this->id; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.php new file mode 100644 index 0000000..61d05e0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/AgentOtherDeviceId.php @@ -0,0 +1,39 @@ +agentId = $agentId; + } + public function getAgentId() + { + return $this->agentId; + } + public function setDeviceId($deviceId) + { + $this->deviceId = $deviceId; + } + public function getDeviceId() + { + return $this->deviceId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php new file mode 100644 index 0000000..a92f929 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Device.php @@ -0,0 +1,142 @@ +attributes = $attributes; + } + public function getAttributes() + { + return $this->attributes; + } + public function setCustomData($customData) + { + $this->customData = $customData; + } + public function getCustomData() + { + return $this->customData; + } + /** + * @param Google_Service_HomeGraphService_DeviceInfo + */ + public function setDeviceInfo(Google_Service_HomeGraphService_DeviceInfo $deviceInfo) + { + $this->deviceInfo = $deviceInfo; + } + /** + * @return Google_Service_HomeGraphService_DeviceInfo + */ + public function getDeviceInfo() + { + return $this->deviceInfo; + } + public function setId($id) + { + $this->id = $id; + } + public function getId() + { + return $this->id; + } + /** + * @param Google_Service_HomeGraphService_DeviceNames + */ + public function setName(Google_Service_HomeGraphService_DeviceNames $name) + { + $this->name = $name; + } + /** + * @return Google_Service_HomeGraphService_DeviceNames + */ + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_HomeGraphService_AgentOtherDeviceId + */ + public function setOtherDeviceIds($otherDeviceIds) + { + $this->otherDeviceIds = $otherDeviceIds; + } + /** + * @return Google_Service_HomeGraphService_AgentOtherDeviceId + */ + public function getOtherDeviceIds() + { + return $this->otherDeviceIds; + } + public function setRoomHint($roomHint) + { + $this->roomHint = $roomHint; + } + public function getRoomHint() + { + return $this->roomHint; + } + public function setStructureHint($structureHint) + { + $this->structureHint = $structureHint; + } + public function getStructureHint() + { + return $this->structureHint; + } + public function setTraits($traits) + { + $this->traits = $traits; + } + public function getTraits() + { + return $this->traits; + } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } + public function setWillReportState($willReportState) + { + $this->willReportState = $willReportState; + } + public function getWillReportState() + { + return $this->willReportState; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.php new file mode 100644 index 0000000..ef6583d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceInfo.php @@ -0,0 +1,57 @@ +hwVersion = $hwVersion; + } + public function getHwVersion() + { + return $this->hwVersion; + } + public function setManufacturer($manufacturer) + { + $this->manufacturer = $manufacturer; + } + public function getManufacturer() + { + return $this->manufacturer; + } + public function setModel($model) + { + $this->model = $model; + } + public function getModel() + { + return $this->model; + } + public function setSwVersion($swVersion) + { + $this->swVersion = $swVersion; + } + public function getSwVersion() + { + return $this->swVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.php new file mode 100644 index 0000000..83ce84e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/DeviceNames.php @@ -0,0 +1,49 @@ +defaultNames = $defaultNames; + } + public function getDefaultNames() + { + return $this->defaultNames; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setNicknames($nicknames) + { + $this->nicknames = $nicknames; + } + public function getNicknames() + { + return $this->nicknames; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DeleteSnapshotResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.php similarity index 90% rename from vendor/google/apiclient-services/src/Google/Service/Dataflow/DeleteSnapshotResponse.php rename to vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.php index 7d6625c..fe6ee05 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Dataflow/DeleteSnapshotResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/HomegraphEmpty.php @@ -15,6 +15,6 @@ * the License. */ -class Google_Service_Dataflow_DeleteSnapshotResponse extends Google_Model +class Google_Service_HomeGraphService_HomegraphEmpty extends Google_Model { } diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequest.php new file mode 100644 index 0000000..c970417 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequest.php @@ -0,0 +1,56 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + /** + * @param Google_Service_HomeGraphService_QueryRequestInput + */ + public function setInputs($inputs) + { + $this->inputs = $inputs; + } + /** + * @return Google_Service_HomeGraphService_QueryRequestInput + */ + public function getInputs() + { + return $this->inputs; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.php new file mode 100644 index 0000000..8c1ce7e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestInput.php @@ -0,0 +1,37 @@ +payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_QueryRequestPayload + */ + public function getPayload() + { + return $this->payload; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.php new file mode 100644 index 0000000..0c19ee5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryRequestPayload.php @@ -0,0 +1,38 @@ +devices = $devices; + } + /** + * @return Google_Service_HomeGraphService_AgentDeviceId + */ + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.php new file mode 100644 index 0000000..6ee976d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponse.php @@ -0,0 +1,46 @@ +payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_QueryResponsePayload + */ + public function getPayload() + { + return $this->payload; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.php new file mode 100644 index 0000000..8b85083 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/QueryResponsePayload.php @@ -0,0 +1,30 @@ +devices = $devices; + } + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.php new file mode 100644 index 0000000..149af1d --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationDevice.php @@ -0,0 +1,39 @@ +notifications = $notifications; + } + public function getNotifications() + { + return $this->notifications; + } + public function setStates($states) + { + $this->states = $states; + } + public function getStates() + { + return $this->states; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.php new file mode 100644 index 0000000..6686516 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationRequest.php @@ -0,0 +1,73 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + public function setEventId($eventId) + { + $this->eventId = $eventId; + } + public function getEventId() + { + return $this->eventId; + } + public function setFollowUpToken($followUpToken) + { + $this->followUpToken = $followUpToken; + } + public function getFollowUpToken() + { + return $this->followUpToken; + } + /** + * @param Google_Service_HomeGraphService_StateAndNotificationPayload + */ + public function setPayload(Google_Service_HomeGraphService_StateAndNotificationPayload $payload) + { + $this->payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_StateAndNotificationPayload + */ + public function getPayload() + { + return $this->payload; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.php new file mode 100644 index 0000000..f158faa --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/ReportStateAndNotificationResponse.php @@ -0,0 +1,30 @@ +requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.php new file mode 100644 index 0000000..c228246 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesRequest.php @@ -0,0 +1,39 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + public function setAsync($async) + { + $this->async = $async; + } + public function getAsync() + { + return $this->async; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.php new file mode 100644 index 0000000..d7ac8bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/RequestSyncDevicesResponse.php @@ -0,0 +1,20 @@ + + * $homegraphService = new Google_Service_HomeGraphService(...); + * $agentUsers = $homegraphService->agentUsers; + * + */ +class Google_Service_HomeGraphService_Resource_AgentUsers extends Google_Service_Resource +{ + /** + * Unlinks an agent user from Google. As a result, all data related to this user + * will be deleted. + * + * Here is how the agent user is created in Google: + * + * 1. When a user opens their Google Home App, they can begin linking a 3p + * partner. 2. User is guided through the OAuth process. 3. After entering the + * 3p credentials, Google gets the 3p OAuth token and uses it to make a Sync + * call to the 3p partner and gets back all of the user's data, including + * `agent_user_id` and devices. 4. Google creates the agent user and stores a + * mapping from the `agent_user_id` -> Google ID mapping. Google also + * stores all of the user's devices under that Google ID. + * + * The mapping from `agent_user_id` to Google ID is many to many, since one + * Google user can have multiple 3p accounts, and multiple Google users can map + * to one `agent_user_id` (e.g., a husband and wife share one Nest account + * username/password). + * + * The third-party user's identity is passed in as `agent_user_id`. The agent is + * identified by the JWT signed by the partner's service account. + * + * Note: Special characters (except "/") in `agent_user_id` must be URL-encoded. + * (agentUsers.delete) + * + * @param string $agentUserId Required. Third-party user ID. + * @param array $optParams Optional parameters. + * + * @opt_param string requestId Request ID used for debugging. + * @return Google_Service_HomeGraphService_HomegraphEmpty + */ + public function delete($agentUserId, $optParams = array()) + { + $params = array('agentUserId' => $agentUserId); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_HomeGraphService_HomegraphEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php new file mode 100644 index 0000000..082d0b7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/Resource/Devices.php @@ -0,0 +1,104 @@ + + * $homegraphService = new Google_Service_HomeGraphService(...); + * $devices = $homegraphService->devices; + * + */ +class Google_Service_HomeGraphService_Resource_Devices extends Google_Service_Resource +{ + /** + * Gets the device states for the devices in QueryRequest. The third-party + * user's identity is passed in as `agent_user_id`. The agent is identified by + * the JWT signed by the third-party partner's service account. (devices.query) + * + * @param Google_Service_HomeGraphService_QueryRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_QueryResponse + */ + public function query(Google_Service_HomeGraphService_QueryRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('query', array($params), "Google_Service_HomeGraphService_QueryResponse"); + } + /** + * Reports device state and optionally sends device notifications. Called by an + * agent when the device state of a third-party changes or the agent wants to + * send a notification about the device. See [Implement Report + * State](/actions/smarthome/report-state) for more information. This method + * updates a predefined set of states for a device, which all devices have + * according to their prescribed traits (for example, a light will have the + * [OnOff](/actions/smarthome/traits/onoff) trait that reports the state `on` as + * a boolean value). A new state may not be created and an INVALID_ARGUMENT code + * will be thrown if so. It also optionally takes in a list of Notifications + * that may be created, which are associated to this state change. + * + * The third-party user's identity is passed in as `agent_user_id`. The agent is + * identified by the JWT signed by the partner's service account. + * (devices.reportStateAndNotification) + * + * @param Google_Service_HomeGraphService_ReportStateAndNotificationRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_ReportStateAndNotificationResponse + */ + public function reportStateAndNotification(Google_Service_HomeGraphService_ReportStateAndNotificationRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('reportStateAndNotification', array($params), "Google_Service_HomeGraphService_ReportStateAndNotificationResponse"); + } + /** + * Requests a `SYNC` call from Google to a 3p partner's home control agent for a + * user. + * + * The third-party user's identity is passed in as `agent_user_id` (see + * RequestSyncDevicesRequest) and forwarded back to the agent. The agent is + * identified by the API key or JWT signed by the partner's service account. + * (devices.requestSync) + * + * @param Google_Service_HomeGraphService_RequestSyncDevicesRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_RequestSyncDevicesResponse + */ + public function requestSync(Google_Service_HomeGraphService_RequestSyncDevicesRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('requestSync', array($params), "Google_Service_HomeGraphService_RequestSyncDevicesResponse"); + } + /** + * Gets all the devices associated with the given third-party user. The third- + * party user's identity is passed in as `agent_user_id`. The agent is + * identified by the JWT signed by the third-party partner's service account. + * (devices.sync) + * + * @param Google_Service_HomeGraphService_SyncRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_HomeGraphService_SyncResponse + */ + public function sync(Google_Service_HomeGraphService_SyncRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('sync', array($params), "Google_Service_HomeGraphService_SyncResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.php new file mode 100644 index 0000000..d8fdc9c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/StateAndNotificationPayload.php @@ -0,0 +1,37 @@ +devices = $devices; + } + /** + * @return Google_Service_HomeGraphService_ReportStateAndNotificationDevice + */ + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.php new file mode 100644 index 0000000..297b15c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncRequest.php @@ -0,0 +1,39 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.php new file mode 100644 index 0000000..cf8d0bd --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponse.php @@ -0,0 +1,46 @@ +payload = $payload; + } + /** + * @return Google_Service_HomeGraphService_SyncResponsePayload + */ + public function getPayload() + { + return $this->payload; + } + public function setRequestId($requestId) + { + $this->requestId = $requestId; + } + public function getRequestId() + { + return $this->requestId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.php b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.php new file mode 100644 index 0000000..708c27c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/HomeGraphService/SyncResponsePayload.php @@ -0,0 +1,47 @@ +agentUserId = $agentUserId; + } + public function getAgentUserId() + { + return $this->agentUserId; + } + /** + * @param Google_Service_HomeGraphService_Device + */ + public function setDevices($devices) + { + $this->devices = $devices; + } + /** + * @return Google_Service_HomeGraphService_Device + */ + public function getDevices() + { + return $this->devices; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam.php b/vendor/google/apiclient-services/src/Google/Service/Iam.php index e515f4e..ae626b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam.php @@ -126,14 +126,6 @@ class Google_Service_Iam extends Google_Service 'type' => 'string', 'required' => true, ), - 'showDeleted' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -142,6 +134,14 @@ class Google_Service_Iam extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -234,14 +234,6 @@ class Google_Service_Iam extends Google_Service 'type' => 'string', 'required' => true, ), - 'showDeleted' => array( - 'location' => 'query', - 'type' => 'boolean', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -250,6 +242,14 @@ class Google_Service_Iam extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'showDeleted' => array( + 'location' => 'query', + 'type' => 'boolean', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -496,6 +496,16 @@ class Google_Service_Iam extends Google_Service 'repeated' => true, ), ), + ),'upload' => array( + 'path' => 'v1/{+name}/keys:upload', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php index c5109b5..30e3002 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/OrganizationsRoles.php @@ -163,15 +163,15 @@ class Google_Service_Iam_Resource_OrganizationsRoles extends Google_Service_Reso * or organization ID. * @param array $optParams Optional parameters. * - * @opt_param bool showDeleted Include Roles that have been deleted. - * @opt_param string pageToken Optional pagination token returned in an earlier - * ListRolesResponse. * @opt_param int pageSize Optional limit on the number of roles to include in * the response. * @opt_param string view Optional view for the returned Role objects. When * `FULL` is specified, the `includedPermissions` field is returned, which * includes a list of all permissions in the role. The default value is `BASIC`, * which does not return the `includedPermissions` field. + * @opt_param bool showDeleted Include Roles that have been deleted. + * @opt_param string pageToken Optional pagination token returned in an earlier + * ListRolesResponse. * @return Google_Service_Iam_ListRolesResponse */ public function listOrganizationsRoles($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php index e92a2d5..a161a4a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsRoles.php @@ -163,15 +163,15 @@ class Google_Service_Iam_Resource_ProjectsRoles extends Google_Service_Resource * or organization ID. * @param array $optParams Optional parameters. * - * @opt_param bool showDeleted Include Roles that have been deleted. - * @opt_param string pageToken Optional pagination token returned in an earlier - * ListRolesResponse. * @opt_param int pageSize Optional limit on the number of roles to include in * the response. * @opt_param string view Optional view for the returned Role objects. When * `FULL` is specified, the `includedPermissions` field is returned, which * includes a list of all permissions in the role. The default value is `BASIC`, * which does not return the `includedPermissions` field. + * @opt_param bool showDeleted Include Roles that have been deleted. + * @opt_param string pageToken Optional pagination token returned in an earlier + * ListRolesResponse. * @return Google_Service_Iam_ListRolesResponse */ public function listProjectsRoles($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php index 84424f9..2748cbe 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccounts.php @@ -157,8 +157,14 @@ class Google_Service_Iam_Resource_ProjectsServiceAccounts extends Google_Service * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_Iam_Policy */ public function getIamPolicy($resource, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php index 8059078..7fc9578 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/Resource/ProjectsServiceAccountsKeys.php @@ -105,4 +105,24 @@ class Google_Service_Iam_Resource_ProjectsServiceAccountsKeys extends Google_Ser $params = array_merge($params, $optParams); return $this->call('list', array($params), "Google_Service_Iam_ListServiceAccountKeysResponse"); } + /** + * Upload public key for a given service account. This rpc will create a + * ServiceAccountKey that has the provided public key and returns it. + * (keys.upload) + * + * @param string $name The resource name of the service account in the following + * format: `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. Using `-` as a + * wildcard for the `PROJECT_ID` will infer the project from the account. The + * `ACCOUNT` value can be the `email` address or the `unique_id` of the service + * account. + * @param Google_Service_Iam_UploadServiceAccountKeyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Iam_ServiceAccountKey + */ + public function upload($name, Google_Service_Iam_UploadServiceAccountKeyRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('upload', array($params), "Google_Service_Iam_ServiceAccountKey"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.php new file mode 100644 index 0000000..f431921 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Iam/UploadServiceAccountKeyRequest.php @@ -0,0 +1,30 @@ +publicKeyData = $publicKeyData; + } + public function getPublicKeyData() + { + return $this->publicKeyData; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php index f3ab40d..f2377e8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent.php @@ -72,14 +72,14 @@ class Google_Service_Libraryagent extends Google_Service 'path' => 'v1/shelves', 'httpMethod' => 'GET', 'parameters' => array( - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) @@ -120,14 +120,14 @@ class Google_Service_Libraryagent extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'return' => array( 'path' => 'v1/{+name}:return', diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php index 35684b9..c322e00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/Shelves.php @@ -28,7 +28,7 @@ class Google_Service_Libraryagent_Resource_Shelves extends Google_Service_Resour /** * Gets a shelf. Returns NOT_FOUND if the shelf does not exist. (shelves.get) * - * @param string $name The name of the shelf to retrieve. + * @param string $name Required. The name of the shelf to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Shelf */ @@ -45,12 +45,12 @@ class Google_Service_Libraryagent_Resource_Shelves extends Google_Service_Resour * * @param array $optParams Optional parameters. * - * @opt_param int pageSize Requested page size. Server may return fewer shelves - * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListShelvesResponse.next_page_token returned from the previous call to * `ListShelves` method. + * @opt_param int pageSize Requested page size. Server may return fewer shelves + * than requested. If unspecified, server will pick an appropriate default. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListShelvesResponse */ public function listShelves($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php index 28479b6..7ce5ba4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php +++ b/vendor/google/apiclient-services/src/Google/Service/Libraryagent/Resource/ShelvesBooks.php @@ -31,7 +31,7 @@ class Google_Service_Libraryagent_Resource_ShelvesBooks extends Google_Service_R * Returns quota exceeded error if the amount of books borrowed exceeds * allocation quota in any dimensions. (books.borrow) * - * @param string $name The name of the book to borrow. + * @param string $name Required. The name of the book to borrow. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book */ @@ -44,7 +44,7 @@ class Google_Service_Libraryagent_Resource_ShelvesBooks extends Google_Service_R /** * Gets a book. Returns NOT_FOUND if the book does not exist. (books.get) * - * @param string $name The name of the book to retrieve. + * @param string $name Required. The name of the book to retrieve. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book */ @@ -59,15 +59,16 @@ class Google_Service_Libraryagent_Resource_ShelvesBooks extends Google_Service_R * created books will not necessarily be added to the end of this list. Returns * NOT_FOUND if the shelf does not exist. (books.listShelvesBooks) * - * @param string $parent The name of the shelf whose books we'd like to list. + * @param string $parent Required. The name of the shelf whose books we'd like + * to list. * @param array $optParams Optional parameters. * - * @opt_param int pageSize Requested page size. Server may return fewer books - * than requested. If unspecified, server will pick an appropriate default. * @opt_param string pageToken A token identifying a page of results the server * should return. Typically, this is the value of * ListBooksResponse.next_page_token. returned from the previous call to * `ListBooks` method. + * @opt_param int pageSize Requested page size. Server may return fewer books + * than requested. If unspecified, server will pick an appropriate default. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1ListBooksResponse */ public function listShelvesBooks($parent, $optParams = array()) @@ -81,7 +82,7 @@ class Google_Service_Libraryagent_Resource_ShelvesBooks extends Google_Service_R * library successfully. Returns error if the book does not belong to the * library or the users didn't borrow before. (books.returnShelvesBooks) * - * @param string $name The name of the book to return. + * @param string $name Required. The name of the book to return. * @param array $optParams Optional parameters. * @return Google_Service_Libraryagent_GoogleExampleLibraryagentV1Book */ diff --git a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Vertex.php b/vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.php similarity index 67% rename from vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Vertex.php rename to vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.php index 8bc5f3e..d8fd963 100644 --- a/vendor/google/apiclient-services/src/Google/Service/CloudHealthcare/Vertex.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/BigQueryOptions.php @@ -15,25 +15,16 @@ * the License. */ -class Google_Service_CloudHealthcare_Vertex extends Google_Model +class Google_Service_Logging_BigQueryOptions extends Google_Model { - public $x; - public $y; + public $usePartitionedTables; - public function setX($x) + public function setUsePartitionedTables($usePartitionedTables) { - $this->x = $x; + $this->usePartitionedTables = $usePartitionedTables; } - public function getX() + public function getUsePartitionedTables() { - return $this->x; - } - public function setY($y) - { - $this->y = $y; - } - public function getY() - { - return $this->y; + return $this->usePartitionedTables; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php b/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php index 3fe2522..a16ffc7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/LogSink.php @@ -17,15 +17,33 @@ class Google_Service_Logging_LogSink extends Google_Model { + protected $bigqueryOptionsType = 'Google_Service_Logging_BigQueryOptions'; + protected $bigqueryOptionsDataType = ''; public $createTime; public $destination; + public $endTime; public $filter; public $includeChildren; public $name; public $outputVersionFormat; + public $startTime; public $updateTime; public $writerIdentity; + /** + * @param Google_Service_Logging_BigQueryOptions + */ + public function setBigqueryOptions(Google_Service_Logging_BigQueryOptions $bigqueryOptions) + { + $this->bigqueryOptions = $bigqueryOptions; + } + /** + * @return Google_Service_Logging_BigQueryOptions + */ + public function getBigqueryOptions() + { + return $this->bigqueryOptions; + } public function setCreateTime($createTime) { $this->createTime = $createTime; @@ -42,6 +60,14 @@ class Google_Service_Logging_LogSink extends Google_Model { return $this->destination; } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } public function setFilter($filter) { $this->filter = $filter; @@ -74,6 +100,14 @@ class Google_Service_Logging_LogSink extends Google_Model { return $this->outputVersionFormat; } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptor.php index f2e515d..0f3d74c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/MetricDescriptor.php @@ -17,7 +17,7 @@ class Google_Service_Logging_MetricDescriptor extends Google_Collection { - protected $collection_key = 'labels'; + protected $collection_key = 'monitoredResourceTypes'; public $description; public $displayName; protected $labelsType = 'Google_Service_Logging_LabelDescriptor'; @@ -26,6 +26,7 @@ class Google_Service_Logging_MetricDescriptor extends Google_Collection protected $metadataType = 'Google_Service_Logging_MetricDescriptorMetadata'; protected $metadataDataType = ''; public $metricKind; + public $monitoredResourceTypes; public $name; public $type; public $unit; @@ -91,6 +92,14 @@ class Google_Service_Logging_MetricDescriptor extends Google_Collection { return $this->metricKind; } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php index 56bb730..aeccb01 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsExclusions.php @@ -116,8 +116,8 @@ class Google_Service_Logging_Resource_BillingAccountsExclusions extends Google_S * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required. A nonempty list of fields to change in - * the existing exclusion. New values for the fields are taken from the + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php index 9b1607e..3d6592b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/BillingAccountsLogs.php @@ -28,7 +28,8 @@ class Google_Service_Logging_Resource_BillingAccountsLogs extends Google_Service /** * Deletes all the log entries in a log. The log reappears if it receives new * entries. Log entries written shortly before the delete operation might not be - * deleted. (logs.delete) + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php index caf455c..ee57273 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Exclusions.php @@ -115,8 +115,8 @@ class Google_Service_Logging_Resource_Exclusions extends Google_Service_Resource * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required. A nonempty list of fields to change in - * the existing exclusion. New values for the fields are taken from the + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php index 8a7f656..98d38db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersExclusions.php @@ -116,8 +116,8 @@ class Google_Service_Logging_Resource_FoldersExclusions extends Google_Service_R * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required. A nonempty list of fields to change in - * the existing exclusion. New values for the fields are taken from the + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php index 6d89173..17ed327 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/FoldersLogs.php @@ -28,7 +28,8 @@ class Google_Service_Logging_Resource_FoldersLogs extends Google_Service_Resourc /** * Deletes all the log entries in a log. The log reappears if it receives new * entries. Log entries written shortly before the delete operation might not be - * deleted. (logs.delete) + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php index b11097f..7885982 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/Logs.php @@ -28,7 +28,8 @@ class Google_Service_Logging_Resource_Logs extends Google_Service_Resource /** * Deletes all the log entries in a log. The log reappears if it receives new * entries. Log entries written shortly before the delete operation might not be - * deleted. (logs.delete) + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php index 4b1c0ea..acbaba9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsExclusions.php @@ -116,8 +116,8 @@ class Google_Service_Logging_Resource_OrganizationsExclusions extends Google_Ser * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required. A nonempty list of fields to change in - * the existing exclusion. New values for the fields are taken from the + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php index 37c3239..2d3e75a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/OrganizationsLogs.php @@ -28,7 +28,8 @@ class Google_Service_Logging_Resource_OrganizationsLogs extends Google_Service_R /** * Deletes all the log entries in a log. The log reappears if it receives new * entries. Log entries written shortly before the delete operation might not be - * deleted. (logs.delete) + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php index 76875bd..a3e4e4e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsExclusions.php @@ -116,8 +116,8 @@ class Google_Service_Logging_Resource_ProjectsExclusions extends Google_Service_ * @param Google_Service_Logging_LogExclusion $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Required. A nonempty list of fields to change in - * the existing exclusion. New values for the fields are taken from the + * @opt_param string updateMask Required. A non-empty list of fields to change + * in the existing exclusion. New values for the fields are taken from the * corresponding fields in the LogExclusion included in this request. Fields not * mentioned in update_mask are not changed and are ignored in the request.For * example, to change the filter and description of an exclusion, specify an diff --git a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php index 39c6b55..baf52dd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Logging/Resource/ProjectsLogs.php @@ -28,7 +28,8 @@ class Google_Service_Logging_Resource_ProjectsLogs extends Google_Service_Resour /** * Deletes all the log entries in a log. The log reappears if it receives new * entries. Log entries written shortly before the delete operation might not be - * deleted. (logs.delete) + * deleted. Entries received after the delete operation with a timestamp before + * the operation will be deleted. (logs.delete) * * @param string $logName Required. The resource name of the log to delete: * "projects/[PROJECT_ID]/logs/[LOG_ID]" diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring.php index af7b74b..3bc05b0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring.php @@ -120,6 +120,10 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', @@ -132,10 +136,6 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( 'path' => 'v3/{+name}', @@ -228,6 +228,14 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'ancestorsOfGroup' => array( + 'location' => 'query', + 'type' => 'string', + ), 'childrenOfGroup' => array( 'location' => 'query', 'type' => 'string', @@ -240,14 +248,6 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), - 'ancestorsOfGroup' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'update' => array( 'path' => 'v3/{+name}', @@ -294,14 +294,14 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'interval.startTime' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'interval.startTime' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -352,6 +352,10 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -360,10 +364,6 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) @@ -394,10 +394,6 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -406,6 +402,10 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -508,10 +508,6 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', @@ -524,6 +520,10 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v3/{+name}', @@ -588,10 +588,6 @@ class Google_Service_Monitoring extends Google_Service 'type' => 'string', 'required' => true, ), - 'view' => array( - 'location' => 'query', - 'type' => 'string', - ), 'aggregation.groupByFields' => array( 'location' => 'query', 'type' => 'string', @@ -621,18 +617,22 @@ class Google_Service_Monitoring extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'aggregation.perSeriesAligner' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', ), + 'aggregation.perSeriesAligner' => array( + 'location' => 'query', + 'type' => 'string', + ), 'interval.startTime' => array( 'location' => 'query', 'type' => 'string', ), + 'view' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php index bb0aafa..eff6124 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/MetricDescriptor.php @@ -17,7 +17,7 @@ class Google_Service_Monitoring_MetricDescriptor extends Google_Collection { - protected $collection_key = 'labels'; + protected $collection_key = 'monitoredResourceTypes'; public $description; public $displayName; protected $labelsType = 'Google_Service_Monitoring_LabelDescriptor'; @@ -26,6 +26,7 @@ class Google_Service_Monitoring_MetricDescriptor extends Google_Collection protected $metadataType = 'Google_Service_Monitoring_MetricDescriptorMetadata'; protected $metadataDataType = ''; public $metricKind; + public $monitoredResourceTypes; public $name; public $type; public $unit; @@ -91,6 +92,14 @@ class Google_Service_Monitoring_MetricDescriptor extends Google_Collection { return $this->metricKind; } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php index 8d6cf7c..a47dada 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsAlertPolicies.php @@ -84,6 +84,9 @@ class Google_Service_Monitoring_Resource_ProjectsAlertPolicies extends Google_Se * a single alerting policy by name, use the GetAlertPolicy operation, instead. * @param array $optParams Optional parameters. * + * @opt_param string filter If provided, this field specifies the criteria that + * must be met by alert policies to be included in the response.For more + * details, see sorting and filtering. * @opt_param string orderBy A comma-separated list of fields by which to sort * the result. Supports the same set of field references as the filter field. * Entries can be prefixed with a minus sign to sort by the field in descending @@ -94,9 +97,6 @@ class Google_Service_Monitoring_Resource_ProjectsAlertPolicies extends Google_Se * call. * @opt_param int pageSize The maximum number of results to return in a single * response. - * @opt_param string filter If provided, this field specifies the criteria that - * must be met by alert policies to be included in the response.For more - * details, see sorting and filtering. * @return Google_Service_Monitoring_ListAlertPoliciesResponse */ public function listProjectsAlertPolicies($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php index 470230c..86a75dd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroups.php @@ -82,6 +82,13 @@ class Google_Service_Monitoring_Resource_ProjectsGroups extends Google_Service_R * "projects/{project_id_or_number}". * @param array $optParams Optional parameters. * + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. + * @opt_param string ancestorsOfGroup A group name: + * "projects/{project_id_or_number}/groups/{group_id}". Returns groups that are + * ancestors of the specified group. The groups are returned in order, starting + * with the immediate parent and ending with the most distant ancestor. If the + * specified group has no immediate parent, the results are empty. * @opt_param string childrenOfGroup A group name: * "projects/{project_id_or_number}/groups/{group_id}". Returns groups whose * parentName field contains the group name. If no groups have this parent, the @@ -94,13 +101,6 @@ class Google_Service_Monitoring_Resource_ProjectsGroups extends Google_Service_R * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. - * @opt_param int pageSize A positive number that is the maximum number of - * results to return. - * @opt_param string ancestorsOfGroup A group name: - * "projects/{project_id_or_number}/groups/{group_id}". Returns groups that are - * ancestors of the specified group. The groups are returned in order, starting - * with the immediate parent and ending with the most distant ancestor. If the - * specified group has no immediate parent, the results are empty. * @return Google_Service_Monitoring_ListGroupsResponse */ public function listProjectsGroups($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php index 63f7b32..61b6665 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsGroupsMembers.php @@ -43,11 +43,11 @@ class Google_Service_Monitoring_Resource_ProjectsGroupsMembers extends Google_Se * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. + * @opt_param int pageSize A positive number that is the maximum number of + * results to return. * @opt_param string interval.startTime Optional. The beginning of the time * interval. The default value for the start time is the end time. The start * time must not be later than the end time. - * @opt_param int pageSize A positive number that is the maximum number of - * results to return. * @return Google_Service_Monitoring_ListGroupMembersResponse */ public function listProjectsGroupsMembers($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php index a170a76..6e0aea5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMetricDescriptors.php @@ -84,17 +84,17 @@ class Google_Service_Monitoring_Resource_ProjectsMetricDescriptors extends Googl * is "projects/{project_id_or_number}". * @param array $optParams Optional parameters. * + * @opt_param string filter If this field is empty, all custom and system- + * defined metric descriptors are returned. Otherwise, the filter specifies + * which metric descriptors are to be returned. For example, the following + * filter matches all custom metrics: metric.type = + * starts_with("custom.googleapis.com/") * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @opt_param int pageSize A positive number that is the maximum number of * results to return. - * @opt_param string filter If this field is empty, all custom and system- - * defined metric descriptors are returned. Otherwise, the filter specifies - * which metric descriptors are to be returned. For example, the following - * filter matches all custom metrics: metric.type = - * starts_with("custom.googleapis.com/") * @return Google_Service_Monitoring_ListMetricDescriptorsResponse */ public function listProjectsMetricDescriptors($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php index 71f1b7e..8b851d0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsMonitoredResourceDescriptors.php @@ -50,17 +50,17 @@ class Google_Service_Monitoring_Resource_ProjectsMonitoredResourceDescriptors ex * is "projects/{project_id_or_number}". * @param array $optParams Optional parameters. * - * @opt_param string filter An optional filter describing the descriptors to be - * returned. The filter can reference the descriptor's type and labels. For - * example, the following filter returns only Google Compute Engine descriptors - * that have an id label: resource.type = starts_with("gce_") AND - * resource.label:id * @opt_param string pageToken If this field is not empty then it must contain * the nextPageToken value returned by a previous call to this method. Using * this field causes the method to return additional results from the previous * method call. * @opt_param int pageSize A positive number that is the maximum number of * results to return. + * @opt_param string filter An optional filter describing the descriptors to be + * returned. The filter can reference the descriptor's type and labels. For + * example, the following filter returns only Google Compute Engine descriptors + * that have an id label: resource.type = starts_with("gce_") AND + * resource.label:id * @return Google_Service_Monitoring_ListMonitoredResourceDescriptorsResponse */ public function listProjectsMonitoredResourceDescriptors($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php index 2368aca..f7db431 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsNotificationChannels.php @@ -129,9 +129,6 @@ class Google_Service_Monitoring_Resource_ProjectsNotificationChannels extends Go * operation. * @param array $optParams Optional parameters. * - * @opt_param string filter If provided, this field specifies the criteria that - * must be met by notification channels to be included in the response.For more - * details, see sorting and filtering. * @opt_param string orderBy A comma-separated list of fields by which to sort * the result. Supports the same set of fields as in filter. Entries can be * prefixed with a minus sign to sort in descending rather than ascending @@ -142,6 +139,9 @@ class Google_Service_Monitoring_Resource_ProjectsNotificationChannels extends Go * @opt_param int pageSize The maximum number of results to return in a single * response. If not set to a positive number, a reasonable value will be chosen * by the service. + * @opt_param string filter If provided, this field specifies the criteria that + * must be met by notification channels to be included in the response.For more + * details, see sorting and filtering. * @return Google_Service_Monitoring_ListNotificationChannelsResponse */ public function listProjectsNotificationChannels($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php index adea748..c40dc64 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsTimeSeries.php @@ -51,8 +51,6 @@ class Google_Service_Monitoring_Resource_ProjectsTimeSeries extends Google_Servi * is "projects/{project_id_or_number}". * @param array $optParams Optional parameters. * - * @opt_param string view Specifies which information is returned about the time - * series. * @opt_param string aggregation.groupByFields The set of fields to preserve * when crossSeriesReducer is specified. The groupByFields determine how the * time series are partitioned into subsets prior to applying the aggregation @@ -93,6 +91,10 @@ class Google_Service_Monitoring_Resource_ProjectsTimeSeries extends Google_Servi * additionally specify metric labels and other information. For example: * metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND * metric.labels.instance_name = "my-instance-name" + * @opt_param string pageToken If this field is not empty then it must contain + * the nextPageToken value returned by a previous call to this method. Using + * this field causes the method to return additional results from the previous + * method call. * @opt_param string aggregation.perSeriesAligner The approach to be used to * align individual time series. Not all alignment functions may be applied to * all time series, depending on the metric type and value type of the original @@ -101,13 +103,11 @@ class Google_Service_Monitoring_Resource_ProjectsTimeSeries extends Google_Servi * series reduction. If crossSeriesReducer is specified, then perSeriesAligner * must be specified and not equal ALIGN_NONE and alignmentPeriod must be * specified; otherwise, an error is returned. - * @opt_param string pageToken If this field is not empty then it must contain - * the nextPageToken value returned by a previous call to this method. Using - * this field causes the method to return additional results from the previous - * method call. * @opt_param string interval.startTime Optional. The beginning of the time * interval. The default value for the start time is the end time. The start * time must not be later than the end time. + * @opt_param string view Specifies which information is returned about the time + * series. * @return Google_Service_Monitoring_ListTimeSeriesResponse */ public function listProjectsTimeSeries($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php index d388f53..de3cbee 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/ProjectsUptimeCheckConfigs.php @@ -26,9 +26,9 @@ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Google_Service_Resource { /** - * Creates a new uptime check configuration. (uptimeCheckConfigs.create) + * Creates a new Uptime check configuration. (uptimeCheckConfigs.create) * - * @param string $parent The project in which to create the uptime check. The + * @param string $parent The project in which to create the Uptime check. The * format is projects/[PROJECT_ID]. * @param Google_Service_Monitoring_UptimeCheckConfig $postBody * @param array $optParams Optional parameters. @@ -41,12 +41,12 @@ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Goog return $this->call('create', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); } /** - * Deletes an uptime check configuration. Note that this method will fail if the - * uptime check configuration is referenced by an alert policy or other + * Deletes an Uptime check configuration. Note that this method will fail if the + * Uptime check configuration is referenced by an alert policy or other * dependent configs that would be rendered invalid by the deletion. * (uptimeCheckConfigs.delete) * - * @param string $name The uptime check configuration to delete. The format is + * @param string $name The Uptime check configuration to delete. The format is * projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]. * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_MonitoringEmpty @@ -58,9 +58,9 @@ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Goog return $this->call('delete', array($params), "Google_Service_Monitoring_MonitoringEmpty"); } /** - * Gets a single uptime check configuration. (uptimeCheckConfigs.get) + * Gets a single Uptime check configuration. (uptimeCheckConfigs.get) * - * @param string $name The uptime check configuration to retrieve. The format + * @param string $name The Uptime check configuration to retrieve. The format * is projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]. * @param array $optParams Optional parameters. * @return Google_Service_Monitoring_UptimeCheckConfig @@ -72,11 +72,11 @@ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Goog return $this->call('get', array($params), "Google_Service_Monitoring_UptimeCheckConfig"); } /** - * Lists the existing valid uptime check configurations for the project, leaving - * out any invalid configurations. + * Lists the existing valid Uptime check configurations for the project (leaving + * out any invalid configurations). * (uptimeCheckConfigs.listProjectsUptimeCheckConfigs) * - * @param string $parent The project whose uptime check configurations are + * @param string $parent The project whose Uptime check configurations are * listed. The format is projects/[PROJECT_ID]. * @param array $optParams Optional parameters. * @@ -97,21 +97,21 @@ class Google_Service_Monitoring_Resource_ProjectsUptimeCheckConfigs extends Goog return $this->call('list', array($params), "Google_Service_Monitoring_ListUptimeCheckConfigsResponse"); } /** - * Updates an uptime check configuration. You can either replace the entire + * Updates an Uptime check configuration. You can either replace the entire * configuration with a new one or replace only certain fields in the current - * configuration by specifying the fields to be updated via "updateMask". - * Returns the updated configuration. (uptimeCheckConfigs.patch) + * configuration by specifying the fields to be updated via updateMask. Returns + * the updated configuration. (uptimeCheckConfigs.patch) * - * @param string $name A unique resource name for this UptimeCheckConfig. The - * format is:projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].This - * field should be omitted when creating the uptime check configuration; on - * create, the resource name is assigned by the server and included in the - * response. + * @param string $name A unique resource name for this Uptime check + * configuration. The format + * is:projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].This field + * should be omitted when creating the Uptime check configuration; on create, + * the resource name is assigned by the server and included in the response. * @param Google_Service_Monitoring_UptimeCheckConfig $postBody * @param array $optParams Optional parameters. * * @opt_param string updateMask Optional. If present, only the listed fields in - * the current uptime check configuration are updated with values from the new + * the current Uptime check configuration are updated with values from the new * configuration. If this field is empty, then the current configuration is * completely replaced with the new configuration. * @return Google_Service_Monitoring_UptimeCheckConfig diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php index 77bd762..04b786e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/Resource/UptimeCheckIps.php @@ -26,7 +26,7 @@ class Google_Service_Monitoring_Resource_UptimeCheckIps extends Google_Service_Resource { /** - * Returns the list of IPs that checkers run from + * Returns the list of IP addresses that checkers run from * (uptimeCheckIps.listUptimeCheckIps) * * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php b/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php index 80dce22..bbfd4bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Monitoring/UptimeCheckConfig.php @@ -25,6 +25,7 @@ class Google_Service_Monitoring_UptimeCheckConfig extends Google_Collection protected $httpCheckDataType = ''; protected $internalCheckersType = 'Google_Service_Monitoring_InternalChecker'; protected $internalCheckersDataType = 'array'; + public $isInternal; protected $monitoredResourceType = 'Google_Service_Monitoring_MonitoredResource'; protected $monitoredResourceDataType = ''; public $name; @@ -86,6 +87,14 @@ class Google_Service_Monitoring_UptimeCheckConfig extends Google_Collection { return $this->internalCheckers; } + public function setIsInternal($isInternal) + { + $this->isInternal = $isInternal; + } + public function getIsInternal() + { + return $this->isInternal; + } /** * @param Google_Service_Monitoring_MonitoredResource */ diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService.php index 4760514..b4d88b0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PeopleService.php +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService.php @@ -239,6 +239,11 @@ class Google_Service_PeopleService extends Google_Service 'path' => 'v1/people:batchGet', 'httpMethod' => 'GET', 'parameters' => array( + 'resourceNames' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), 'personFields' => array( 'location' => 'query', 'type' => 'string', @@ -247,11 +252,6 @@ class Google_Service_PeopleService extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'resourceNames' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), ), ),'updateContact' => array( 'path' => 'v1/{+resourceName}:updateContact', @@ -296,6 +296,10 @@ class Google_Service_PeopleService extends Google_Service 'type' => 'string', 'required' => true, ), + 'syncToken' => array( + 'location' => 'query', + 'type' => 'string', + ), 'personFields' => array( 'location' => 'query', 'type' => 'string', @@ -312,17 +316,13 @@ class Google_Service_PeopleService extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'requestMask.includeField' => array( 'location' => 'query', 'type' => 'string', ), - 'syncToken' => array( + 'pageSize' => array( 'location' => 'query', - 'type' => 'string', + 'type' => 'integer', ), ), ), diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php index 971da12..9914ade 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/People.php @@ -128,6 +128,16 @@ class Google_Service_PeopleService_Resource_People extends Google_Service_Resour * * @param array $optParams Optional parameters. * + * @opt_param string resourceNames The resource names of the people to provide + * information about. + * + * - To get information about the authenticated user, specify `people/me`. - To + * get information about a google account, specify `people/`account_id. - To + * get information about a contact, specify the resource name that identifies + * the contact as returned by + * [`people.connections.list`](/people/api/rest/v1/people.connections/list). + * + * You can include up to 50 resource names in one request. * @opt_param string personFields **Required.** A field mask to restrict which * fields on each person are returned. Multiple fields can be specified by * separating them with commas. Valid values are: @@ -141,16 +151,6 @@ class Google_Service_PeopleService_Resource_People extends Google_Service_Resour * @opt_param string requestMask.includeField **Required.** Comma-separated list * of person fields to be included in the response. Each path should start with * `person.`: for example, `person.names` or `person.photos`. - * @opt_param string resourceNames The resource names of the people to provide - * information about. - * - * - To get information about the authenticated user, specify `people/me`. - To - * get information about a google account, specify `people/`account_id. - To - * get information about a contact, specify the resource name that identifies - * the contact as returned by - * [`people.connections.list`](/people/api/rest/v1/people.connections/list). - * - * You can include up to 50 resource names in one request. * @return Google_Service_PeopleService_GetPeopleResponse */ public function getBatchGet($optParams = array()) @@ -168,10 +168,11 @@ class Google_Service_PeopleService_Resource_People extends Google_Service_Resour * The request throws a 400 error if `person.metadata.sources` is not specified * for the contact to be updated. * - * The request throws a 412 error if `person.metadata.sources.etag` is different - * than the contact's etag, which indicates the contact has changed since its - * data was read. Clients should get the latest person and re-apply their - * updates to the latest person. (people.updateContact) + * The request throws a 400 error with an error with reason + * `"failedPrecondition"` if `person.metadata.sources.etag` is different than + * the contact's etag, which indicates the contact has changed since its data + * was read. Clients should get the latest person and re-apply their updates to + * the latest person. (people.updateContact) * * @param string $resourceName The resource name for the person, assigned by the * server. An ASCII string with a max length of 27 characters, in the form of diff --git a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php index b5d1b65..4cf8bd4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php +++ b/vendor/google/apiclient-services/src/Google/Service/PeopleService/Resource/PeopleConnections.php @@ -36,6 +36,10 @@ class Google_Service_PeopleService_Resource_PeopleConnections extends Google_Ser * `people/me` is valid. * @param array $optParams Optional parameters. * + * @opt_param string syncToken A sync token returned by a previous call to + * `people.connections.list`. Only resources changed since the sync token was + * created will be returned. Sync requests that specify `sync_token` have an + * additional rate limit. * @opt_param string personFields **Required.** A field mask to restrict which * fields on each person are returned. Multiple fields can be specified by * separating them with commas. Valid values are: @@ -53,15 +57,11 @@ class Google_Service_PeopleService_Resource_PeopleConnections extends Google_Ser * subsequent sync requests use the `sync_token` param instead. Initial sync * requests that specify `request_sync_token` have an additional rate limit. * @opt_param string pageToken The token of the page to be returned. - * @opt_param int pageSize The number of connections to include in the response. - * Valid values are between 1 and 2000, inclusive. Defaults to 100. * @opt_param string requestMask.includeField **Required.** Comma-separated list * of person fields to be included in the response. Each path should start with * `person.`: for example, `person.names` or `person.photos`. - * @opt_param string syncToken A sync token returned by a previous call to - * `people.connections.list`. Only resources changed since the sync token was - * created will be returned. Sync requests that specify `sync_token` have an - * additional rate limit. + * @opt_param int pageSize The number of connections to include in the response. + * Valid values are between 1 and 2000, inclusive. Defaults to 100. * @return Google_Service_PeopleService_ListConnectionsResponse */ public function listPeopleConnections($resourceName, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php new file mode 100644 index 0000000..e19dab5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter.php @@ -0,0 +1,69 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_PolicyTroubleshooter extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $iam; + + /** + * Constructs the internal representation of the PolicyTroubleshooter service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://policytroubleshooter.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta'; + $this->serviceName = 'policytroubleshooter'; + + $this->iam = new Google_Service_PolicyTroubleshooter_Resource_Iam( + $this, + $this->serviceName, + 'iam', + array( + 'methods' => array( + 'troubleshoot' => array( + 'path' => 'v1beta/iam:troubleshoot', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1QualityOptimizationResult.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaAccessTuple.php similarity index 50% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1QualityOptimizationResult.php rename to vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaAccessTuple.php index 2724971..89c1c27 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1QualityOptimizationResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaAccessTuple.php @@ -15,34 +15,34 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p4beta1QualityOptimizationResult extends Google_Model +class Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaAccessTuple extends Google_Model { - public $image; - public $mimeType; - public $qualityOptimizationType; + public $fullResourceName; + public $permission; + public $principal; - public function setImage($image) + public function setFullResourceName($fullResourceName) { - $this->image = $image; + $this->fullResourceName = $fullResourceName; } - public function getImage() + public function getFullResourceName() { - return $this->image; + return $this->fullResourceName; } - public function setMimeType($mimeType) + public function setPermission($permission) { - $this->mimeType = $mimeType; + $this->permission = $permission; } - public function getMimeType() + public function getPermission() { - return $this->mimeType; + return $this->permission; } - public function setQualityOptimizationType($qualityOptimizationType) + public function setPrincipal($principal) { - $this->qualityOptimizationType = $qualityOptimizationType; + $this->principal = $principal; } - public function getQualityOptimizationType() + public function getPrincipal() { - return $this->qualityOptimizationType; + return $this->principal; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanation.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanation.php new file mode 100644 index 0000000..6c7d582 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanation.php @@ -0,0 +1,98 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleTypeExpr + */ + public function setCondition(Google_Service_PolicyTroubleshooter_GoogleTypeExpr $condition) + { + $this->condition = $condition; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership + */ + public function setMemberships($memberships) + { + $this->memberships = $memberships; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership + */ + public function getMemberships() + { + return $this->memberships; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } + public function setRolePermission($rolePermission) + { + $this->rolePermission = $rolePermission; + } + public function getRolePermission() + { + return $this->rolePermission; + } + public function setRolePermissionRelevance($rolePermissionRelevance) + { + $this->rolePermissionRelevance = $rolePermissionRelevance; + } + public function getRolePermissionRelevance() + { + return $this->rolePermissionRelevance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.php new file mode 100644 index 0000000..7c9a3c5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaBindingExplanationAnnotatedMembership.php @@ -0,0 +1,39 @@ +membership = $membership; + } + public function getMembership() + { + return $this->membership; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaExplainedPolicy.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaExplainedPolicy.php new file mode 100644 index 0000000..7f445bc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaExplainedPolicy.php @@ -0,0 +1,81 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanation + */ + public function setBindingExplanations($bindingExplanations) + { + $this->bindingExplanations = $bindingExplanations; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaBindingExplanation + */ + public function getBindingExplanations() + { + return $this->bindingExplanations; + } + public function setFullResourceName($fullResourceName) + { + $this->fullResourceName = $fullResourceName; + } + public function getFullResourceName() + { + return $this->fullResourceName; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleIamV1Policy + */ + public function setPolicy(Google_Service_PolicyTroubleshooter_GoogleIamV1Policy $policy) + { + $this->policy = $policy; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1Policy + */ + public function getPolicy() + { + return $this->policy; + } + public function setRelevance($relevance) + { + $this->relevance = $relevance; + } + public function getRelevance() + { + return $this->relevance; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.php new file mode 100644 index 0000000..18c22e1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest.php @@ -0,0 +1,37 @@ +accessTuple = $accessTuple; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaAccessTuple + */ + public function getAccessTuple() + { + return $this->accessTuple; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse.php new file mode 100644 index 0000000..e8febf0 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse.php @@ -0,0 +1,47 @@ +access = $access; + } + public function getAccess() + { + return $this->access; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaExplainedPolicy + */ + public function setExplainedPolicies($explainedPolicies) + { + $this->explainedPolicies = $explainedPolicies; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaExplainedPolicy + */ + public function getExplainedPolicies() + { + return $this->explainedPolicies; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.php new file mode 100644 index 0000000..4bc42b8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditConfig.php @@ -0,0 +1,47 @@ +auditLogConfigs = $auditLogConfigs; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1AuditLogConfig + */ + public function getAuditLogConfigs() + { + return $this->auditLogConfigs; + } + public function setService($service) + { + $this->service = $service; + } + public function getService() + { + return $this->service; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.php new file mode 100644 index 0000000..1ba037a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1AuditLogConfig.php @@ -0,0 +1,40 @@ +exemptedMembers = $exemptedMembers; + } + public function getExemptedMembers() + { + return $this->exemptedMembers; + } + public function setLogType($logType) + { + $this->logType = $logType; + } + public function getLogType() + { + return $this->logType; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.php new file mode 100644 index 0000000..360c42c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Binding.php @@ -0,0 +1,56 @@ +condition = $condition; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleTypeExpr + */ + public function getCondition() + { + return $this->condition; + } + public function setMembers($members) + { + $this->members = $members; + } + public function getMembers() + { + return $this->members; + } + public function setRole($role) + { + $this->role = $role; + } + public function getRole() + { + return $this->role; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.php new file mode 100644 index 0000000..cdf143b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleIamV1Policy.php @@ -0,0 +1,72 @@ +auditConfigs = $auditConfigs; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1AuditConfig + */ + public function getAuditConfigs() + { + return $this->auditConfigs; + } + /** + * @param Google_Service_PolicyTroubleshooter_GoogleIamV1Binding + */ + public function setBindings($bindings) + { + $this->bindings = $bindings; + } + /** + * @return Google_Service_PolicyTroubleshooter_GoogleIamV1Binding + */ + public function getBindings() + { + return $this->bindings; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.php new file mode 100644 index 0000000..ad9d88f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/GoogleTypeExpr.php @@ -0,0 +1,57 @@ +description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setExpression($expression) + { + $this->expression = $expression; + } + public function getExpression() + { + return $this->expression; + } + public function setLocation($location) + { + $this->location = $location; + } + public function getLocation() + { + return $this->location; + } + public function setTitle($title) + { + $this->title = $title; + } + public function getTitle() + { + return $this->title; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.php b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.php new file mode 100644 index 0000000..b893c26 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/PolicyTroubleshooter/Resource/Iam.php @@ -0,0 +1,43 @@ + + * $policytroubleshooterService = new Google_Service_PolicyTroubleshooter(...); + * $iam = $policytroubleshooterService->iam; + * + */ +class Google_Service_PolicyTroubleshooter_Resource_Iam extends Google_Service_Resource +{ + /** + * Perform a check on whether a member is granted a permission on a resource and + * how that grant/deny is determined accordinga to the resource's effective IAM + * policy interpretation. (iam.troubleshoot) + * + * @param Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse + */ + public function troubleshoot(Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('troubleshoot', array($params), "Google_Service_PolicyTroubleshooter_GoogleCloudPolicytroubleshooterV1betaTroubleshootIamPolicyResponse"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php index 95361ad..ef1f878 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon.php @@ -209,11 +209,11 @@ class Google_Service_Proximitybeacon extends Google_Service 'type' => 'string', 'required' => true, ), - 'namespacedType' => array( + 'projectId' => array( 'location' => 'query', 'type' => 'string', ), - 'projectId' => array( + 'namespacedType' => array( 'location' => 'query', 'type' => 'string', ), diff --git a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php index 0b2ff42..b4cad00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php +++ b/vendor/google/apiclient-services/src/Google/Service/Proximitybeacon/Resource/BeaconsAttachments.php @@ -47,14 +47,14 @@ class Google_Service_Proximitybeacon_Resource_BeaconsAttachments extends Google_ * the current EID or the beacon's "stable" UID. Required. * @param array $optParams Optional parameters. * - * @opt_param string namespacedType Specifies the namespace and type of - * attachments to delete in `namespace/type` format. Accepts `*` to specify "all - * types in all namespaces". Optional. * @opt_param string projectId The project id to delete beacon attachments * under. This field can be used when "*" is specified to mean all attachment * namespaces. Projects may have multiple attachments with multiple namespaces. * If "*" is specified and the projectId string is empty, then the project * making the request is used. Optional. + * @opt_param string namespacedType Specifies the namespace and type of + * attachments to delete in `namespace/type` format. Accepts `*` to specify "all + * types in all namespaces". Optional. * @return Google_Service_Proximitybeacon_DeleteAttachmentsResponse */ public function batchDelete($beaconName, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php index 7d5e8b1..00224c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSnapshots.php @@ -105,8 +105,14 @@ class Google_Service_Pubsub_Resource_ProjectsSnapshots extends Google_Service_Re * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -157,7 +163,10 @@ class Google_Service_Pubsub_Resource_ProjectsSnapshots extends Google_Service_Re } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (snapshots.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (snapshots.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php index 0ea4e31..b24e7d2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsSubscriptions.php @@ -119,8 +119,14 @@ class Google_Service_Pubsub_Resource_ProjectsSubscriptions extends Google_Servic * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -248,7 +254,10 @@ class Google_Service_Pubsub_Resource_ProjectsSubscriptions extends Google_Servic } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (subscriptions.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (subscriptions.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php index ae0f272..ae36451 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php +++ b/vendor/google/apiclient-services/src/Google/Service/Pubsub/Resource/ProjectsTopics.php @@ -88,8 +88,14 @@ class Google_Service_Pubsub_Resource_ProjectsTopics extends Google_Service_Resou * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_Pubsub_Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -155,7 +161,10 @@ class Google_Service_Pubsub_Resource_ProjectsTopics extends Google_Service_Resou } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (topics.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (topics.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender.php b/vendor/google/apiclient-services/src/Google/Service/Recommender.php new file mode 100644 index 0000000..fc31654 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender.php @@ -0,0 +1,127 @@ + + + * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Recommender extends Google_Service +{ + /** View and manage your data across Google Cloud Platform services. */ + const CLOUD_PLATFORM = + "https://www.googleapis.com/auth/cloud-platform"; + + public $projects_locations_recommenders_recommendations; + + /** + * Constructs the internal representation of the Recommender service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://recommender.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1beta1'; + $this->serviceName = 'recommender'; + + $this->projects_locations_recommenders_recommendations = new Google_Service_Recommender_Resource_ProjectsLocationsRecommendersRecommendations( + $this, + $this->serviceName, + 'recommendations', + array( + 'methods' => array( + 'get' => array( + 'path' => 'v1beta1/{+name}', + 'httpMethod' => 'GET', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'list' => array( + 'path' => 'v1beta1/{+parent}/recommendations', + 'httpMethod' => 'GET', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), + ), + ),'markClaimed' => array( + 'path' => 'v1beta1/{+name}:markClaimed', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'markFailed' => array( + 'path' => 'v1beta1/{+name}:markFailed', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'markSucceeded' => array( + 'path' => 'v1beta1/{+name}:markSucceeded', + 'httpMethod' => 'POST', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1CostProjection.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1CostProjection.php new file mode 100644 index 0000000..8652979 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1CostProjection.php @@ -0,0 +1,46 @@ +cost = $cost; + } + /** + * @return Google_Service_Recommender_GoogleTypeMoney + */ + public function getCost() + { + return $this->cost; + } + public function setDuration($duration) + { + $this->duration = $duration; + } + public function getDuration() + { + return $this->duration; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Impact.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Impact.php new file mode 100644 index 0000000..62215c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Impact.php @@ -0,0 +1,46 @@ +category = $category; + } + public function getCategory() + { + return $this->category; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1CostProjection + */ + public function setCostProjection(Google_Service_Recommender_GoogleCloudRecommenderV1beta1CostProjection $costProjection) + { + $this->costProjection = $costProjection; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1CostProjection + */ + public function getCostProjection() + { + return $this->costProjection; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ListRecommendationsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ListRecommendationsResponse.php new file mode 100644 index 0000000..896d055 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ListRecommendationsResponse.php @@ -0,0 +1,47 @@ +nextPageToken = $nextPageToken; + } + public function getNextPageToken() + { + return $this->nextPageToken; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function setRecommendations($recommendations) + { + $this->recommendations = $recommendations; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function getRecommendations() + { + return $this->recommendations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.php new file mode 100644 index 0000000..47e87cb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest.php @@ -0,0 +1,39 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.php new file mode 100644 index 0000000..e3b7858 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest.php @@ -0,0 +1,39 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.php new file mode 100644 index 0000000..983e124 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest.php @@ -0,0 +1,39 @@ +etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setStateMetadata($stateMetadata) + { + $this->stateMetadata = $stateMetadata; + } + public function getStateMetadata() + { + return $this->stateMetadata; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Operation.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Operation.php new file mode 100644 index 0000000..356803f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Operation.php @@ -0,0 +1,125 @@ +action = $action; + } + public function getAction() + { + return $this->action; + } + public function setPath($path) + { + $this->path = $path; + } + public function getPath() + { + return $this->path; + } + public function setPathFilters($pathFilters) + { + $this->pathFilters = $pathFilters; + } + public function getPathFilters() + { + return $this->pathFilters; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function setPathValueMatchers($pathValueMatchers) + { + $this->pathValueMatchers = $pathValueMatchers; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function getPathValueMatchers() + { + return $this->pathValueMatchers; + } + public function setResource($resource) + { + $this->resource = $resource; + } + public function getResource() + { + return $this->resource; + } + public function setResourceType($resourceType) + { + $this->resourceType = $resourceType; + } + public function getResourceType() + { + return $this->resourceType; + } + public function setSourcePath($sourcePath) + { + $this->sourcePath = $sourcePath; + } + public function getSourcePath() + { + return $this->sourcePath; + } + public function setSourceResource($sourceResource) + { + $this->sourceResource = $sourceResource; + } + public function getSourceResource() + { + return $this->sourceResource; + } + public function setValue($value) + { + $this->value = $value; + } + public function getValue() + { + return $this->value; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function setValueMatcher(Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher $valueMatcher) + { + $this->valueMatcher = $valueMatcher; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1ValueMatcher + */ + public function getValueMatcher() + { + return $this->valueMatcher; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1OperationGroup.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1OperationGroup.php new file mode 100644 index 0000000..390bfea --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1OperationGroup.php @@ -0,0 +1,38 @@ +operations = $operations; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Operation + */ + public function getOperations() + { + return $this->operations; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Recommendation.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Recommendation.php new file mode 100644 index 0000000..6573f2e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1Recommendation.php @@ -0,0 +1,131 @@ +additionalImpact = $additionalImpact; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact + */ + public function getAdditionalImpact() + { + return $this->additionalImpact; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationContent + */ + public function setContent(Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationContent $content) + { + $this->content = $content; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationContent + */ + public function getContent() + { + return $this->content; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + public function setEtag($etag) + { + $this->etag = $etag; + } + public function getEtag() + { + return $this->etag; + } + public function setLastRefreshTime($lastRefreshTime) + { + $this->lastRefreshTime = $lastRefreshTime; + } + public function getLastRefreshTime() + { + return $this->lastRefreshTime; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact + */ + public function setPrimaryImpact(Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact $primaryImpact) + { + $this->primaryImpact = $primaryImpact; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Impact + */ + public function getPrimaryImpact() + { + return $this->primaryImpact; + } + public function setRecommenderSubtype($recommenderSubtype) + { + $this->recommenderSubtype = $recommenderSubtype; + } + public function getRecommenderSubtype() + { + return $this->recommenderSubtype; + } + /** + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo + */ + public function setStateInfo(Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo $stateInfo) + { + $this->stateInfo = $stateInfo; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo + */ + public function getStateInfo() + { + return $this->stateInfo; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationContent.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationContent.php new file mode 100644 index 0000000..c5a489b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationContent.php @@ -0,0 +1,38 @@ +operationGroups = $operationGroups; + } + /** + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1OperationGroup + */ + public function getOperationGroups() + { + return $this->operationGroups; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1OperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationStateInfo.php similarity index 63% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1OperationMetadata.php rename to vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationStateInfo.php index 3d66d2f..861400b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1OperationMetadata.php +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1RecommendationStateInfo.php @@ -15,20 +15,11 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1OperationMetadata extends Google_Model +class Google_Service_Recommender_GoogleCloudRecommenderV1beta1RecommendationStateInfo extends Google_Model { - public $createTime; public $state; - public $updateTime; + public $stateMetadata; - public function setCreateTime($createTime) - { - $this->createTime = $createTime; - } - public function getCreateTime() - { - return $this->createTime; - } public function setState($state) { $this->state = $state; @@ -37,12 +28,12 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1OperationMetadata extends { return $this->state; } - public function setUpdateTime($updateTime) + public function setStateMetadata($stateMetadata) { - $this->updateTime = $updateTime; + $this->stateMetadata = $stateMetadata; } - public function getUpdateTime() + public function getStateMetadata() { - return $this->updateTime; + return $this->stateMetadata; } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ValueMatcher.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ValueMatcher.php new file mode 100644 index 0000000..feca459 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleCloudRecommenderV1beta1ValueMatcher.php @@ -0,0 +1,30 @@ +matchesPattern = $matchesPattern; + } + public function getMatchesPattern() + { + return $this->matchesPattern; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.php new file mode 100644 index 0000000..9430f69 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/GoogleTypeMoney.php @@ -0,0 +1,48 @@ +currencyCode = $currencyCode; + } + public function getCurrencyCode() + { + return $this->currencyCode; + } + public function setNanos($nanos) + { + $this->nanos = $nanos; + } + public function getNanos() + { + return $this->nanos; + } + public function setUnits($units) + { + $this->units = $units; + } + public function getUnits() + { + return $this->units; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.php new file mode 100644 index 0000000..0372ed7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/Projects.php @@ -0,0 +1,28 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $projects = $recommenderService->projects; + * + */ +class Google_Service_Recommender_Resource_Projects extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.php new file mode 100644 index 0000000..4622f71 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocations.php @@ -0,0 +1,28 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $locations = $recommenderService->locations; + * + */ +class Google_Service_Recommender_Resource_ProjectsLocations extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.php new file mode 100644 index 0000000..9d1b44e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommenders.php @@ -0,0 +1,28 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $recommenders = $recommenderService->recommenders; + * + */ +class Google_Service_Recommender_Resource_ProjectsLocationsRecommenders extends Google_Service_Resource +{ +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.php b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.php new file mode 100644 index 0000000..b8cfe3c --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Recommender/Resource/ProjectsLocationsRecommendersRecommendations.php @@ -0,0 +1,144 @@ + + * $recommenderService = new Google_Service_Recommender(...); + * $recommendations = $recommenderService->recommendations; + * + */ +class Google_Service_Recommender_Resource_ProjectsLocationsRecommendersRecommendations extends Google_Service_Resource +{ + /** + * Gets the requested recommendation. Requires the recommender.*.get IAM + * permission for the specified recommender. (recommendations.get) + * + * @param string $name Name of the recommendation. + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function get($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('get', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } + /** + * Lists recommendations for a Cloud project. Requires the recommender.*.list + * IAM permission for the specified recommender. + * (recommendations.listProjectsLocationsRecommendersRecommendations) + * + * @param string $parent Required. The container resource on which to execute + * the request. Acceptable formats: + * + * 1. "projects/[PROJECT_NUMBER]/locations/[LOCATION]/recommenders/[RECOMMENDER_ + * ID]", + * + * LOCATION here refers to GCP Locations: + * https://cloud.google.com/about/locations/ + * @param array $optParams Optional parameters. + * + * @opt_param string pageToken Optional. If present, retrieves the next batch of + * results from the preceding call to this method. `page_token` must be the + * value of `next_page_token` from the previous response. The values of other + * method parameters must be identical to those in the previous call. + * @opt_param int pageSize Optional. The maximum number of results to return + * from this request. Non-positive values are ignored. If not specified, the + * server will determine the number of results to return. + * @opt_param string filter Filter expression to restrict the recommendations + * returned. Supported filter fields: state_info.state Eg: + * `state_info.state:"DISMISSED" or state_info.state:"FAILED" + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1ListRecommendationsResponse + */ + public function listProjectsLocationsRecommendersRecommendations($parent, $optParams = array()) + { + $params = array('parent' => $parent); + $params = array_merge($params, $optParams); + return $this->call('list', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1ListRecommendationsResponse"); + } + /** + * Mark the Recommendation State as Claimed. Users can use this method to + * indicate to the Recommender API that they are starting to apply the + * recommendation themselves. This stops the recommendation content from being + * updated. + * + * MarkRecommendationClaimed can be applied to recommendations in CLAIMED, + * SUCCEEDED, FAILED, or ACTIVE state. + * + * Requires the recommender.*.update IAM permission for the specified + * recommender. (recommendations.markClaimed) + * + * @param string $name Name of the recommendation. + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function markClaimed($name, Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationClaimedRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('markClaimed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } + /** + * Mark the Recommendation State as Failed. Users can use this method to + * indicate to the Recommender API that they have applied the recommendation + * themselves, and the operation failed. This stops the recommendation content + * from being updated. + * + * MarkRecommendationFailed can be applied to recommendations in ACTIVE, + * CLAIMED, SUCCEEDED, or FAILED state. + * + * Requires the recommender.*.update IAM permission for the specified + * recommender. (recommendations.markFailed) + * + * @param string $name Name of the recommendation. + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function markFailed($name, Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationFailedRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('markFailed', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } + /** + * Mark the Recommendation State as Succeeded. Users can use this method to + * indicate to the Recommender API that they have applied the recommendation + * themselves, and the operation was successful. This stops the recommendation + * content from being updated. + * + * MarkRecommendationSucceeded can be applied to recommendations in ACTIVE, + * CLAIMED, SUCCEEDED, or FAILED state. + * + * Requires the recommender.*.update IAM permission for the specified + * recommender. (recommendations.markSucceeded) + * + * @param string $name Name of the recommendation. + * @param Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation + */ + public function markSucceeded($name, Google_Service_Recommender_GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest $postBody, $optParams = array()) + { + $params = array('name' => $name, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('markSucceeded', array($params), "Google_Service_Recommender_GoogleCloudRecommenderV1beta1Recommendation"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php index 895a143..fde37be 100644 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution.php @@ -80,11 +80,6 @@ class Google_Service_RemoteBuildExecution extends Google_Service 'type' => 'string', 'required' => true, ), - 'inlineOutputFiles' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'inlineStdout' => array( 'location' => 'query', 'type' => 'boolean', @@ -93,6 +88,11 @@ class Google_Service_RemoteBuildExecution extends Google_Service 'location' => 'query', 'type' => 'boolean', ), + 'inlineOutputFiles' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ),'update' => array( 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}', diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php index f224d4d..be617f9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildbotCommandDurations.php @@ -18,12 +18,16 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandDurations extends Google_Model { public $dockerPrep; + public $dockerPrepStartTime; public $download; + public $downloadStartTime; + public $execStartTime; public $execution; public $isoPrepDone; public $overall; public $stdout; public $upload; + public $uploadStartTime; public function setDockerPrep($dockerPrep) { @@ -33,6 +37,14 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandDur { return $this->dockerPrep; } + public function setDockerPrepStartTime($dockerPrepStartTime) + { + $this->dockerPrepStartTime = $dockerPrepStartTime; + } + public function getDockerPrepStartTime() + { + return $this->dockerPrepStartTime; + } public function setDownload($download) { $this->download = $download; @@ -41,6 +53,22 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandDur { return $this->download; } + public function setDownloadStartTime($downloadStartTime) + { + $this->downloadStartTime = $downloadStartTime; + } + public function getDownloadStartTime() + { + return $this->downloadStartTime; + } + public function setExecStartTime($execStartTime) + { + $this->execStartTime = $execStartTime; + } + public function getExecStartTime() + { + return $this->execStartTime; + } public function setExecution($execution) { $this->execution = $execution; @@ -81,4 +109,12 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildbotCommandDur { return $this->upload; } + public function setUploadStartTime($uploadStartTime) + { + $this->uploadStartTime = $uploadStartTime; + } + public function getUploadStartTime() + { + return $this->uploadStartTime; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php index 4e28005..fa49225 100644 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig.php @@ -24,6 +24,7 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdmi public $labels; public $machineType; public $minCpuPlatform; + public $networkAccess; public $reserved; /** @@ -80,6 +81,14 @@ class Google_Service_RemoteBuildExecution_GoogleDevtoolsRemotebuildexecutionAdmi { return $this->minCpuPlatform; } + public function setNetworkAccess($networkAccess) + { + $this->networkAccess = $networkAccess; + } + public function getNetworkAccess() + { + return $this->networkAccess; + } public function setReserved($reserved) { $this->reserved = $reserved; diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testActionResult.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testActionResult.php deleted file mode 100644 index 34ec09c..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testActionResult.php +++ /dev/null @@ -1,113 +0,0 @@ -exitCode = $exitCode; - } - public function getExitCode() - { - return $this->exitCode; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testOutputDirectory - */ - public function setOutputDirectories($outputDirectories) - { - $this->outputDirectories = $outputDirectories; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testOutputDirectory - */ - public function getOutputDirectories() - { - return $this->outputDirectories; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testOutputFile - */ - public function setOutputFiles($outputFiles) - { - $this->outputFiles = $outputFiles; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testOutputFile - */ - public function getOutputFiles() - { - return $this->outputFiles; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function setStderrDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest $stderrDigest) - { - $this->stderrDigest = $stderrDigest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getStderrDigest() - { - return $this->stderrDigest; - } - public function setStderrRaw($stderrRaw) - { - $this->stderrRaw = $stderrRaw; - } - public function getStderrRaw() - { - return $this->stderrRaw; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function setStdoutDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest $stdoutDigest) - { - $this->stdoutDigest = $stdoutDigest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getStdoutDigest() - { - return $this->stdoutDigest; - } - public function setStdoutRaw($stdoutRaw) - { - $this->stdoutRaw = $stdoutRaw; - } - public function getStdoutRaw() - { - return $this->stdoutRaw; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testCommand.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testCommand.php deleted file mode 100644 index e2188cc..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testCommand.php +++ /dev/null @@ -1,47 +0,0 @@ -arguments = $arguments; - } - public function getArguments() - { - return $this->arguments; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable - */ - public function setEnvironmentVariables($environmentVariables) - { - $this->environmentVariables = $environmentVariables; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testCommandEnvironmentVariable - */ - public function getEnvironmentVariables() - { - return $this->environmentVariables; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDigest.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDigest.php deleted file mode 100644 index 6b28839..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDigest.php +++ /dev/null @@ -1,39 +0,0 @@ -hash = $hash; - } - public function getHash() - { - return $this->hash; - } - public function setSizeBytes($sizeBytes) - { - $this->sizeBytes = $sizeBytes; - } - public function getSizeBytes() - { - return $this->sizeBytes; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDirectory.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDirectory.php deleted file mode 100644 index a72040b..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testDirectory.php +++ /dev/null @@ -1,54 +0,0 @@ -directories = $directories; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDirectoryNode - */ - public function getDirectories() - { - return $this->directories; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testFileNode - */ - public function setFiles($files) - { - $this->files = $files; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testFileNode - */ - public function getFiles() - { - return $this->files; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata.php deleted file mode 100644 index 532ebf3..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testExecuteOperationMetadata.php +++ /dev/null @@ -1,64 +0,0 @@ -actionDigest = $actionDigest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getActionDigest() - { - return $this->actionDigest; - } - public function setStage($stage) - { - $this->stage = $stage; - } - public function getStage() - { - return $this->stage; - } - public function setStderrStreamName($stderrStreamName) - { - $this->stderrStreamName = $stderrStreamName; - } - public function getStderrStreamName() - { - return $this->stderrStreamName; - } - public function setStdoutStreamName($stdoutStreamName) - { - $this->stdoutStreamName = $stdoutStreamName; - } - public function getStdoutStreamName() - { - return $this->stdoutStreamName; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testExecuteResponse.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testExecuteResponse.php deleted file mode 100644 index b2ef828..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testExecuteResponse.php +++ /dev/null @@ -1,78 +0,0 @@ -cachedResult = $cachedResult; - } - public function getCachedResult() - { - return $this->cachedResult; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testActionResult - */ - public function setResult(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testActionResult $result) - { - $this->result = $result; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testActionResult - */ - public function getResult() - { - return $this->result; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testLogFile - */ - public function setServerLogs($serverLogs) - { - $this->serverLogs = $serverLogs; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testLogFile - */ - public function getServerLogs() - { - return $this->serverLogs; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleRpcStatus - */ - public function setStatus(Google_Service_RemoteBuildExecution_GoogleRpcStatus $status) - { - $this->status = $status; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleRpcStatus - */ - public function getStatus() - { - return $this->status; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testFileNode.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testFileNode.php deleted file mode 100644 index 0b0f4f3..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testFileNode.php +++ /dev/null @@ -1,55 +0,0 @@ -digest = $digest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getDigest() - { - return $this->digest; - } - public function setIsExecutable($isExecutable) - { - $this->isExecutable = $isExecutable; - } - public function getIsExecutable() - { - return $this->isExecutable; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testLogFile.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testLogFile.php deleted file mode 100644 index 55b21bf..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testLogFile.php +++ /dev/null @@ -1,46 +0,0 @@ -digest = $digest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getDigest() - { - return $this->digest; - } - public function setHumanReadable($humanReadable) - { - $this->humanReadable = $humanReadable; - } - public function getHumanReadable() - { - return $this->humanReadable; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testOutputDirectory.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testOutputDirectory.php deleted file mode 100644 index b4a38cf..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testOutputDirectory.php +++ /dev/null @@ -1,62 +0,0 @@ -digest = $digest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getDigest() - { - return $this->digest; - } - public function setPath($path) - { - $this->path = $path; - } - public function getPath() - { - return $this->path; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function setTreeDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest $treeDigest) - { - $this->treeDigest = $treeDigest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getTreeDigest() - { - return $this->treeDigest; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testOutputFile.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testOutputFile.php deleted file mode 100644 index 957f6c1..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testOutputFile.php +++ /dev/null @@ -1,64 +0,0 @@ -content = $content; - } - public function getContent() - { - return $this->content; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function setDigest(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest $digest) - { - $this->digest = $digest; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDigest - */ - public function getDigest() - { - return $this->digest; - } - public function setIsExecutable($isExecutable) - { - $this->isExecutable = $isExecutable; - } - public function getIsExecutable() - { - return $this->isExecutable; - } - public function setPath($path) - { - $this->path = $path; - } - public function getPath() - { - return $this->path; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testRequestMetadata.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testRequestMetadata.php deleted file mode 100644 index 1830ff5..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testRequestMetadata.php +++ /dev/null @@ -1,64 +0,0 @@ -actionId = $actionId; - } - public function getActionId() - { - return $this->actionId; - } - public function setCorrelatedInvocationsId($correlatedInvocationsId) - { - $this->correlatedInvocationsId = $correlatedInvocationsId; - } - public function getCorrelatedInvocationsId() - { - return $this->correlatedInvocationsId; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testToolDetails - */ - public function setToolDetails(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testToolDetails $toolDetails) - { - $this->toolDetails = $toolDetails; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testToolDetails - */ - public function getToolDetails() - { - return $this->toolDetails; - } - public function setToolInvocationId($toolInvocationId) - { - $this->toolInvocationId = $toolInvocationId; - } - public function getToolInvocationId() - { - return $this->toolInvocationId; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testToolDetails.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testToolDetails.php deleted file mode 100644 index f9d148e..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testToolDetails.php +++ /dev/null @@ -1,39 +0,0 @@ -toolName = $toolName; - } - public function getToolName() - { - return $this->toolName; - } - public function setToolVersion($toolVersion) - { - $this->toolVersion = $toolVersion; - } - public function getToolVersion() - { - return $this->toolVersion; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testTree.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testTree.php deleted file mode 100644 index 6500d37..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/GoogleDevtoolsRemoteexecutionV1testTree.php +++ /dev/null @@ -1,54 +0,0 @@ -children = $children; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDirectory - */ - public function getChildren() - { - return $this->children; - } - /** - * @param Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDirectory - */ - public function setRoot(Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDirectory $root) - { - $this->root = $root; - } - /** - * @return Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteexecutionV1testDirectory - */ - public function getRoot() - { - return $this->root; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php index 3d4724d..8632ded 100644 --- a/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php +++ b/vendor/google/apiclient-services/src/Google/Service/RemoteBuildExecution/Resource/ActionResults.php @@ -48,13 +48,13 @@ class Google_Service_RemoteBuildExecution_Resource_ActionResults extends Google_ * @param string $sizeBytes The size of the blob, in bytes. * @param array $optParams Optional parameters. * - * @opt_param string inlineOutputFiles A hint to the server to inline the - * contents of the listed output files. Each path needs to exactly match one - * path in `output_files` in the Command message. * @opt_param bool inlineStdout A hint to the server to request inlining stdout * in the ActionResult message. * @opt_param bool inlineStderr A hint to the server to request inlining stderr * in the ActionResult message. + * @opt_param string inlineOutputFiles A hint to the server to inline the + * contents of the listed output files. Each path needs to exactly match one + * path in `output_files` in the Command message. * @return Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2ActionResult */ public function get($instanceName, $hash, $sizeBytes, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports.php b/vendor/google/apiclient-services/src/Google/Service/Reports.php index 3eef9c5..72b8d5a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports.php @@ -24,7 +24,7 @@ * ** For more information about this service, see the API - * Documentation + * Documentation *
* * @author Google, Inc. diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php index fbc0bab..5eacf2f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/Activities.php @@ -26,33 +26,102 @@ class Google_Service_Reports_Resource_Activities extends Google_Service_Resource { /** - * Retrieves a list of activities for a specific customer and application. + * Retrieves a list of activities for a specific customer's account and + * application such as the Admin console application or the Google Drive + * application. For more information, see the guides for administrator and + * Google Drive activity reports. For more information about the activity + * report's parameters, see the activity parameters reference guides. * (activities.listActivities) * - * @param string $userKey Represents the profile id or the user email for which - * the data should be filtered. When 'all' is specified as the userKey, it - * returns usageReports for all users. + * @param string $userKey Represents the profile ID or the user email for which + * the data should be filtered. * @param string $applicationName Application name for which the events are to * be retrieved. * @param array $optParams Optional parameters. * - * @opt_param string actorIpAddress IP Address of host where the event was - * performed. Supports both IPv4 and IPv6 addresses. - * @opt_param string customerId Represents the customer for which the data is to - * be fetched. - * @opt_param string endTime Return events which occurred at or before this - * time. - * @opt_param string eventName Name of the event being queried. - * @opt_param string filters Event parameters in the form [parameter1 - * name][operator][parameter1 value],[parameter2 name][operator][parameter2 - * value],... - * @opt_param int maxResults Number of activity records to be shown in each - * page. - * @opt_param string orgUnitID the organizational unit's(OU) ID to filter - * activities from users belonging to a specific OU or one of its sub-OU(s) - * @opt_param string pageToken Token to specify next page. - * @opt_param string startTime Return events which occurred at or after this - * time. + * @opt_param string actorIpAddress The Internet Protocol (IP) Address of host + * where the event was performed. This is an additional way to filter a report's + * summary using the IP address of the user whose activity is being reported. + * This IP address may or may not reflect the user's physical location. For + * example, the IP address can be the user's proxy server's address or a virtual + * private network (VPN) address. This parameter supports both IPv4 and IPv6 + * address versions. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string endTime Sets the end of the range of time shown in the + * report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The default value is the approximate time of the + * API request. An API report has three basic time concepts: - Date of the API's + * request for a report: When the API created and retrieved the report. - + * Report's start time: The beginning of the timespan shown in the report. The + * startTime must be before the endTime (if specified) and the current time when + * the request is made, or the API returns an error. - Report's end time: The + * end of the timespan shown in the report. For example, the timespan of events + * summarized in a report can start in April and end in May. The report itself + * can be requested in August. If the endTime is not specified, the report + * returns all activities from the startTime until the current time or the most + * recent 180 days if the startTime is more than 180 days in the past. + * @opt_param string eventName The name of the event being queried by the API. + * Each eventName is related to a specific G Suite service or feature which the + * API organizes into types of events. An example is the Google Calendar events + * in the Admin console application's reports. The Calendar Settings type + * structure has all of the Calendar eventName activities reported by the API. + * When an administrator changes a Calendar setting, the API reports this + * activity in the Calendar Settings type and eventName parameters. For more + * information about eventName query strings and parameters, see the list of + * event names for various applications above in applicationName. + * @opt_param string filters The filters query string is a comma-separated list. + * The list is composed of event parameters that are manipulated by relational + * operators. Event parameters are in the form [parameter1 name][relational + * operator][parameter1 value],[parameter2 name][relational operator][parameter2 + * value],... These event parameters are associated with a specific eventName. + * An empty report is returned if the filtered request's parameter does not + * belong to the eventName. For more information about eventName parameters, see + * the list of event names for various applications above in applicationName. + * + * In the following Admin Activity example, the <> operator is URL-encoded in + * the request's query string (%3C%3E): GET...=CHANGE_CALENDAR_SETTING + * =NEW_VALUE%3C%3EREAD_ONLY_ACCESS + * + * In the following Drive example, the list can be a view or edit event's doc_id + * parameter with a value that is manipulated by an 'equal to' (==) or 'not + * equal to' (<>) relational operator. In the first example, the report returns + * each edited document's doc_id. In the second example, the report returns each + * viewed document's doc_id that equals the value 12345 and does not return any + * viewed document's which have a doc_id value of 98765. The <> operator is URL- + * encoded in the request's query string (%3C%3E): + * + * GET...=edit=doc_id GET...=view=doc_id==12345,doc_id%3C%3E98765 + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. If no parameters are requested, all + * parameters are returned. + * @opt_param int maxResults Determines how many activity records are shown on + * each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. The maxResults query + * string is optional in the request. The default value is 1000. + * @opt_param string orgUnitID ID of the organizational unit to report on. + * Activity records will be shown only for users who belong to the specified + * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered + * results. + * @opt_param string pageToken The token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string startTime Sets the beginning of the range of time shown in + * the report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The report returns all activities from startTime + * until endTime. The startTime must be before the endTime (if specified) and + * the current time when the request is made, or the API returns an error. * @return Google_Service_Reports_Activities */ public function listActivities($userKey, $applicationName, $optParams = array()) @@ -62,33 +131,99 @@ class Google_Service_Reports_Resource_Activities extends Google_Service_Resource return $this->call('list', array($params), "Google_Service_Reports_Activities"); } /** - * Push changes to activities (activities.watch) + * Start receiving notifications for account activities. For more information, + * see Receiving Push Notifications. (activities.watch) * - * @param string $userKey Represents the profile id or the user email for which - * the data should be filtered. When 'all' is specified as the userKey, it - * returns usageReports for all users. + * @param string $userKey Represents the profile ID or the user email for which + * the data should be filtered. * @param string $applicationName Application name for which the events are to * be retrieved. * @param Google_Service_Reports_Channel $postBody * @param array $optParams Optional parameters. * - * @opt_param string actorIpAddress IP Address of host where the event was - * performed. Supports both IPv4 and IPv6 addresses. - * @opt_param string customerId Represents the customer for which the data is to - * be fetched. - * @opt_param string endTime Return events which occurred at or before this - * time. - * @opt_param string eventName Name of the event being queried. - * @opt_param string filters Event parameters in the form [parameter1 - * name][operator][parameter1 value],[parameter2 name][operator][parameter2 - * value],... - * @opt_param int maxResults Number of activity records to be shown in each - * page. - * @opt_param string orgUnitID the organizational unit's(OU) ID to filter - * activities from users belonging to a specific OU or one of its sub-OU(s) - * @opt_param string pageToken Token to specify next page. - * @opt_param string startTime Return events which occurred at or after this - * time. + * @opt_param string actorIpAddress The Internet Protocol (IP) Address of host + * where the event was performed. This is an additional way to filter a report's + * summary using the IP address of the user whose activity is being reported. + * This IP address may or may not reflect the user's physical location. For + * example, the IP address can be the user's proxy server's address or a virtual + * private network (VPN) address. This parameter supports both IPv4 and IPv6 + * address versions. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string endTime Sets the end of the range of time shown in the + * report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The default value is the approximate time of the + * API request. An API report has three basic time concepts: - Date of the API's + * request for a report: When the API created and retrieved the report. - + * Report's start time: The beginning of the timespan shown in the report. The + * startTime must be before the endTime (if specified) and the current time when + * the request is made, or the API returns an error. - Report's end time: The + * end of the timespan shown in the report. For example, the timespan of events + * summarized in a report can start in April and end in May. The report itself + * can be requested in August. If the endTime is not specified, the report + * returns all activities from the startTime until the current time or the most + * recent 180 days if the startTime is more than 180 days in the past. + * @opt_param string eventName The name of the event being queried by the API. + * Each eventName is related to a specific G Suite service or feature which the + * API organizes into types of events. An example is the Google Calendar events + * in the Admin console application's reports. The Calendar Settings type + * structure has all of the Calendar eventName activities reported by the API. + * When an administrator changes a Calendar setting, the API reports this + * activity in the Calendar Settings type and eventName parameters. For more + * information about eventName query strings and parameters, see the list of + * event names for various applications above in applicationName. + * @opt_param string filters The filters query string is a comma-separated list. + * The list is composed of event parameters that are manipulated by relational + * operators. Event parameters are in the form [parameter1 name][relational + * operator][parameter1 value],[parameter2 name][relational operator][parameter2 + * value],... These event parameters are associated with a specific eventName. + * An empty report is returned if the filtered request's parameter does not + * belong to the eventName. For more information about eventName parameters, see + * the list of event names for various applications above in applicationName. + * + * In the following Admin Activity example, the <> operator is URL-encoded in + * the request's query string (%3C%3E): GET...=CHANGE_CALENDAR_SETTING + * =NEW_VALUE%3C%3EREAD_ONLY_ACCESS + * + * In the following Drive example, the list can be a view or edit event's doc_id + * parameter with a value that is manipulated by an 'equal to' (==) or 'not + * equal to' (<>) relational operator. In the first example, the report returns + * each edited document's doc_id. In the second example, the report returns each + * viewed document's doc_id that equals the value 12345 and does not return any + * viewed document's which have a doc_id value of 98765. The <> operator is URL- + * encoded in the request's query string (%3C%3E): + * + * GET...=edit=doc_id GET...=view=doc_id==12345,doc_id%3C%3E98765 + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. If no parameters are requested, all + * parameters are returned. + * @opt_param int maxResults Determines how many activity records are shown on + * each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. The maxResults query + * string is optional in the request. The default value is 1000. + * @opt_param string orgUnitID ID of the organizational unit to report on. + * Activity records will be shown only for users who belong to the specified + * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered + * results. + * @opt_param string pageToken The token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string startTime Sets the beginning of the range of time shown in + * the report. The date is in the RFC 3339 format, for example + * 2010-10-28T10:26:35.000Z. The report returns all activities from startTime + * until endTime. The startTime must be before the endTime (if specified) and + * the current time when the request is made, or the API returns an error. * @return Google_Service_Reports_Channel */ public function watch($userKey, $applicationName, Google_Service_Reports_Channel $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php index a1e7999..25eaef4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/CustomerUsageReports.php @@ -26,18 +26,38 @@ class Google_Service_Reports_Resource_CustomerUsageReports extends Google_Service_Resource { /** - * Retrieves a report which is a collection of properties / statistics for a - * specific customer. (customerUsageReports.get) + * Retrieves a report which is a collection of properties and statistics for a + * specific customer's account. For more information, see the Customers Usage + * Report guide. For more information about the customer report's parameters, + * see the Customers Usage parameters reference guides. + * (customerUsageReports.get) * - * @param string $date Represents the date in yyyy-mm-dd format for which the - * data is to be fetched. + * @param string $date Represents the date the usage occurred. The timestamp is + * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time + * zone for this. * @param array $optParams Optional parameters. * - * @opt_param string customerId Represents the customer for which the data is to - * be fetched. - * @opt_param string pageToken Token to specify next page. - * @opt_param string parameters Represents the application name, parameter name - * pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string pageToken Token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. For your follow- + * on requests getting all of the report's pages, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string parameters The parameters query string is a comma-separated + * list of event parameters that refine a report's results. The parameter is + * associated with a specific application. The application values for the + * Customers usage report include accounts, app_maker, apps_scripts, calendar, + * classroom, cros, docs, gmail, gplus, device_management, meet, and sites. A + * parameters query string is in the CSV form of app_name1:param_name1, + * app_name2:param_name2. Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. + * + * An example of an invalid request parameter is one that does not belong to the + * application. If no parameters are requested, all parameters are returned. * @return Google_Service_Reports_UsageReports */ public function get($date, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php index b51db54..8514727 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/EntityUsageReports.php @@ -26,26 +26,62 @@ class Google_Service_Reports_Resource_EntityUsageReports extends Google_Service_Resource { /** - * Retrieves a report which is a collection of properties / statistics for a set - * of objects. (entityUsageReports.get) + * Retrieves a report which is a collection of properties and statistics for + * entities used by users within the account. For more information, see the + * Entities Usage Report guide. For more information about the entities report's + * parameters, see the Entities Usage parameters reference guides. + * (entityUsageReports.get) * - * @param string $entityType Type of object. Should be one of - - * gplus_communities. - * @param string $entityKey Represents the key of object for which the data - * should be filtered. - * @param string $date Represents the date in yyyy-mm-dd format for which the - * data is to be fetched. + * @param string $entityType Represents the type of entity for the report. + * @param string $entityKey Represents the key of the object to filter the data + * with. + * @param string $date Represents the date the usage occurred. The timestamp is + * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time + * zone for this. * @param array $optParams Optional parameters. * - * @opt_param string customerId Represents the customer for which the data is to - * be fetched. - * @opt_param string filters Represents the set of filters including parameter - * operator value. - * @opt_param string maxResults Maximum number of results to return. Maximum - * allowed is 1000 - * @opt_param string pageToken Token to specify next page. - * @opt_param string parameters Represents the application name, parameter name - * pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string filters The filters query string is a comma-separated list + * of an application's event parameters where the parameter's value is + * manipulated by a relational operator. The filters query string includes the + * name of the application whose usage is returned in the report. The + * application values for the Entities usage report include accounts, docs, and + * gmail. Filters are in the form [application name]:[parameter name][relational + * operator][parameter value],.... + * + * In this example, the <> 'not equal to' operator is URL-encoded in the + * request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports + * /v1/usage/gplus_communities/all/dates/2017-12-01 + * ?parameters=gplus:community_name,gplus:num_total_members + * =gplus:num_total_members>0 + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). Filters can only be applied to numeric parameters. + * @opt_param string maxResults Determines how many activity records are shown + * on each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. + * @opt_param string pageToken Token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string parameters The parameters query string is a comma-separated + * list of event parameters that refine a report's results. The parameter is + * associated with a specific application. The application values for the + * Entities usage report are only gplus. A parameter query string is in the CSV + * form of [app_name1:param_name1], [app_name2:param_name2].... Note: The API + * doesn't accept multiple values of a parameter. If a particular parameter is + * supplied more than once in the API request, the API only accepts the last + * value of that request parameter. In addition, if an invalid request parameter + * is supplied in the API request, the API ignores that request parameter and + * returns the response corresponding to the remaining valid request parameters. + * + * An example of an invalid request parameter is one that does not belong to the + * application. If no parameters are requested, all parameters are returned. * @return Google_Service_Reports_UsageReports */ public function get($entityType, $entityKey, $date, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php index 39caa95..d9f95dc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php +++ b/vendor/google/apiclient-services/src/Google/Service/Reports/Resource/UserUsageReport.php @@ -26,26 +26,67 @@ class Google_Service_Reports_Resource_UserUsageReport extends Google_Service_Resource { /** - * Retrieves a report which is a collection of properties / statistics for a set - * of users. (userUsageReport.get) + * Retrieves a report which is a collection of properties and statistics for a + * set of users with the account. For more information, see the User Usage + * Report guide. For more information about the user report's parameters, see + * the Users Usage parameters reference guides. (userUsageReport.get) * - * @param string $userKey Represents the profile id or the user email for which + * @param string $userKey Represents the profile ID or the user email for which * the data should be filtered. - * @param string $date Represents the date in yyyy-mm-dd format for which the - * data is to be fetched. + * @param string $date Represents the date the usage occurred. The timestamp is + * in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time + * zone for this. * @param array $optParams Optional parameters. * - * @opt_param string customerId Represents the customer for which the data is to - * be fetched. - * @opt_param string filters Represents the set of filters including parameter - * operator value. - * @opt_param string maxResults Maximum number of results to return. Maximum - * allowed is 1000 - * @opt_param string orgUnitID the organizational unit's ID to filter usage - * parameters from users belonging to a specific OU or one of its sub-OU(s). - * @opt_param string pageToken Token to specify next page. - * @opt_param string parameters Represents the application name, parameter name - * pairs to fetch in csv as app_name1:param_name1, app_name2:param_name2. + * @opt_param string customerId The unique ID of the customer to retrieve data + * for. + * @opt_param string filters The filters query string is a comma-separated list + * of an application's event parameters where the parameter's value is + * manipulated by a relational operator. The filters query string includes the + * name of the application whose usage is returned in the report. The + * application values for the Users Usage Report include accounts, docs, and + * gmail. Filters are in the form [application name]:[parameter name][relational + * operator][parameter value],.... + * + * In this example, the <> 'not equal to' operator is URL-encoded in the + * request's query string (%3C%3E): GET + * https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 + * ?parameters=accounts:last_login_time + * =accounts:last_login_time>2010-10-28T10:26:35.000Z + * + * The relational operators include: - == - 'equal to'. - <> - 'not equal + * to'. It is URL-encoded (%3C%3E). - < - 'less than'. It is URL-encoded (%3C). + * - <= - 'less than or equal to'. It is URL-encoded (%3C=). - > - 'greater + * than'. It is URL-encoded (%3E). - >= - 'greater than or equal to'. It is + * URL-encoded (%3E=). + * @opt_param string maxResults Determines how many activity records are shown + * on each response page. For example, if the request sets maxResults=1 and the + * report has two activities, the report has two pages. The response's + * nextPageToken property has the token to the second page. The maxResults query + * string is optional. + * @opt_param string orgUnitID ID of the organizational unit to report on. User + * activity will be shown only for users who belong to the specified + * organizational unit. Data before Dec 17, 2018 doesn't appear in the filtered + * results. + * @opt_param string pageToken Token to specify next page. A report with + * multiple pages has a nextPageToken property in the response. In your follow- + * on request getting the next page of the report, enter the nextPageToken value + * in the pageToken query string. + * @opt_param string parameters The parameters query string is a comma-separated + * list of event parameters that refine a report's results. The parameter is + * associated with a specific application. The application values for the + * Customers usage report include accounts, app_maker, apps_scripts, calendar, + * classroom, cros, docs, gmail, gplus, device_management, meet, and sites. A + * parameters query string is in the CSV form of app_name1:param_name1, + * app_name2:param_name2. Note: The API doesn't accept multiple values of a + * parameter. If a particular parameter is supplied more than once in the API + * request, the API only accepts the last value of that request parameter. In + * addition, if an invalid request parameter is supplied in the API request, the + * API ignores that request parameter and returns the response corresponding to + * the remaining valid request parameters. + * + * An example of an invalid request parameter is one that does not belong to the + * application. If no parameters are requested, all parameters are returned. * @return Google_Service_Reports_UsageReports */ public function get($userKey, $date, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php index 9929948..32db522 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/BackupRun.php @@ -18,6 +18,10 @@ class Google_Service_SQLAdmin_BackupRun extends Google_Model { public $description; + protected $diskEncryptionConfigurationType = 'Google_Service_SQLAdmin_DiskEncryptionConfiguration'; + protected $diskEncryptionConfigurationDataType = ''; + protected $diskEncryptionStatusType = 'Google_Service_SQLAdmin_DiskEncryptionStatus'; + protected $diskEncryptionStatusDataType = ''; public $endTime; public $enqueuedTime; protected $errorType = 'Google_Service_SQLAdmin_OperationError'; @@ -40,6 +44,34 @@ class Google_Service_SQLAdmin_BackupRun extends Google_Model { return $this->description; } + /** + * @param Google_Service_SQLAdmin_DiskEncryptionConfiguration + */ + public function setDiskEncryptionConfiguration(Google_Service_SQLAdmin_DiskEncryptionConfiguration $diskEncryptionConfiguration) + { + $this->diskEncryptionConfiguration = $diskEncryptionConfiguration; + } + /** + * @return Google_Service_SQLAdmin_DiskEncryptionConfiguration + */ + public function getDiskEncryptionConfiguration() + { + return $this->diskEncryptionConfiguration; + } + /** + * @param Google_Service_SQLAdmin_DiskEncryptionStatus + */ + public function setDiskEncryptionStatus(Google_Service_SQLAdmin_DiskEncryptionStatus $diskEncryptionStatus) + { + $this->diskEncryptionStatus = $diskEncryptionStatus; + } + /** + * @return Google_Service_SQLAdmin_DiskEncryptionStatus + */ + public function getDiskEncryptionStatus() + { + return $this->diskEncryptionStatus; + } public function setEndTime($endTime) { $this->endTime = $endTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php index 9add411..2817561 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContext.php @@ -17,6 +17,8 @@ class Google_Service_SQLAdmin_ImportContext extends Google_Model { + protected $bakImportOptionsType = 'Google_Service_SQLAdmin_ImportContextBakImportOptions'; + protected $bakImportOptionsDataType = ''; protected $csvImportOptionsType = 'Google_Service_SQLAdmin_ImportContextCsvImportOptions'; protected $csvImportOptionsDataType = ''; public $database; @@ -25,6 +27,20 @@ class Google_Service_SQLAdmin_ImportContext extends Google_Model public $kind; public $uri; + /** + * @param Google_Service_SQLAdmin_ImportContextBakImportOptions + */ + public function setBakImportOptions(Google_Service_SQLAdmin_ImportContextBakImportOptions $bakImportOptions) + { + $this->bakImportOptions = $bakImportOptions; + } + /** + * @return Google_Service_SQLAdmin_ImportContextBakImportOptions + */ + public function getBakImportOptions() + { + return $this->bakImportOptions; + } /** * @param Google_Service_SQLAdmin_ImportContextCsvImportOptions */ diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.php new file mode 100644 index 0000000..56130c2 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptions.php @@ -0,0 +1,37 @@ +encryptionOptions = $encryptionOptions; + } + /** + * @return Google_Service_SQLAdmin_ImportContextBakImportOptionsEncryptionOptions + */ + public function getEncryptionOptions() + { + return $this->encryptionOptions; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.php new file mode 100644 index 0000000..ecb2cf8 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/ImportContextBakImportOptionsEncryptionOptions.php @@ -0,0 +1,48 @@ +certPath = $certPath; + } + public function getCertPath() + { + return $this->certPath; + } + public function setPvkPassword($pvkPassword) + { + $this->pvkPassword = $pvkPassword; + } + public function getPvkPassword() + { + return $this->pvkPassword; + } + public function setPvkPath($pvkPath) + { + $this->pvkPath = $pvkPath; + } + public function getPvkPath() + { + return $this->pvkPath; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php index e860c38..0b9d919 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php +++ b/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/Resource/Users.php @@ -83,7 +83,8 @@ class Google_Service_SQLAdmin_Resource_Users extends Google_Service_Resource * @param Google_Service_SQLAdmin_User $postBody * @param array $optParams Optional parameters. * - * @opt_param string host Host of the user in the instance. + * @opt_param string host Host of the user in the instance. For a MySQL + * instance, it's required; For a PostgreSQL instance, it's optional. * @return Google_Service_SQLAdmin_Operation */ public function update($project, $instance, $name, Google_Service_SQLAdmin_User $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php index a267989..f48e7bc 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing.php @@ -20,7 +20,10 @@ * ** Enables client applications to check web resources (most commonly URLs) - * against Google-generated lists of unsafe web resources.
+ * against Google-generated lists of unsafe web resources. The Safe Browsing + * APIs are for non-commercial use only. If you need to use APIs to detect + * malicious URLs for commercial purposes – meaning “for sale or revenue- + * generating purposes” – please refer to the Web Risk API. * ** For more information about this service, see the API @@ -71,11 +74,11 @@ class Google_Service_Safebrowsing extends Google_Service 'type' => 'string', 'required' => true, ), - 'clientId' => array( + 'clientVersion' => array( 'location' => 'query', 'type' => 'string', ), - 'clientVersion' => array( + 'clientId' => array( 'location' => 'query', 'type' => 'string', ), diff --git a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php index 74d787c..dd20d3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Safebrowsing/Resource/EncodedFullHashes.php @@ -31,9 +31,9 @@ class Google_Service_Safebrowsing_Resource_EncodedFullHashes extends Google_Serv * @param string $encodedRequest A serialized FindFullHashesRequest proto. * @param array $optParams Optional parameters. * + * @opt_param string clientVersion The version of the client implementation. * @opt_param string clientId A client ID that (hopefully) uniquely identifies * the client implementation of the Safe Browsing API. - * @opt_param string clientVersion The version of the client implementation. * @return Google_Service_Safebrowsing_FindFullHashesResponse */ public function get($encodedRequest, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Script.php b/vendor/google/apiclient-services/src/Google/Service/Script.php index 02e8c44..afa207b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script.php @@ -116,10 +116,6 @@ class Google_Service_Script extends Google_Service 'path' => 'v1/processes', 'httpMethod' => 'GET', 'parameters' => array( - 'userProcessFilter.deploymentId' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -163,11 +159,23 @@ class Google_Service_Script extends Google_Service 'type' => 'string', 'repeated' => true, ), + 'userProcessFilter.deploymentId' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'listScriptProcesses' => array( 'path' => 'v1/processes:listScriptProcesses', 'httpMethod' => 'GET', 'parameters' => array( + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'scriptProcessFilter.endTime' => array( 'location' => 'query', 'type' => 'string', @@ -203,14 +211,6 @@ class Google_Service_Script extends Google_Service 'type' => 'string', 'repeated' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php index 2baa37e..b83e25a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Processes.php @@ -31,9 +31,6 @@ class Google_Service_Script_Resource_Processes extends Google_Service_Resource * * @param array $optParams Optional parameters. * - * @opt_param string userProcessFilter.deploymentId Optional field used to limit - * returned processes to those originating from projects with a specific - * deployment ID. * @opt_param string pageToken The token for continuing a previous list request * on the next page. This should be set to the value of `nextPageToken` from a * previous response. @@ -60,6 +57,9 @@ class Google_Service_Script_Resource_Processes extends Google_Service_Resource * returned processes to those having one of the specified process types. * @opt_param string userProcessFilter.statuses Optional field used to limit * returned processes to those having one of the specified process statuses. + * @opt_param string userProcessFilter.deploymentId Optional field used to limit + * returned processes to those originating from projects with a specific + * deployment ID. * @return Google_Service_Script_ListUserProcessesResponse */ public function listProcesses($optParams = array()) @@ -74,6 +74,11 @@ class Google_Service_Script_Resource_Processes extends Google_Service_Resource * * @param array $optParams Optional parameters. * + * @opt_param string pageToken The token for continuing a previous list request + * on the next page. This should be set to the value of `nextPageToken` from a + * previous response. + * @opt_param int pageSize The maximum number of returned processes per page of + * results. Defaults to 50. * @opt_param string scriptProcessFilter.endTime Optional field used to limit * returned processes to those that completed on or before the given timestamp. * @opt_param string scriptProcessFilter.userAccessLevels Optional field used to @@ -94,11 +99,6 @@ class Google_Service_Script_Resource_Processes extends Google_Service_Resource * listed. * @opt_param string scriptProcessFilter.types Optional field used to limit * returned processes to those having one of the specified process types. - * @opt_param string pageToken The token for continuing a previous list request - * on the next page. This should be set to the value of `nextPageToken` from a - * previous response. - * @opt_param int pageSize The maximum number of returned processes per page of - * results. Defaults to 50. * @return Google_Service_Script_ListScriptProcessesResponse */ public function listScriptProcesses($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php index d4bf85f..29a5e86 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Script/Resource/Scripts.php @@ -31,7 +31,7 @@ class Google_Service_Script_Resource_Scripts extends Google_Service_Resource * share the same Cloud Platform project. * * This method requires authorization with an OAuth 2.0 token that includes at - * least one of the scopes listed in the [Authorization](#authorization) + * least one of the scopes listed in the [Authorization](#authorization-scopes) * section; script projects that do not require authorization cannot be executed * through this API. To find the correct scopes to include in the authentication * token, open the project in the script editor, then select **File > Project diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php index 9a32a5d..f90e8d1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter.php @@ -116,15 +116,23 @@ class Google_Service_SecurityCommandCenter extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), - 'orderBy' => array( + 'readTime' => array( 'location' => 'query', 'type' => 'string', ), - 'readTime' => array( + 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), @@ -136,14 +144,6 @@ class Google_Service_SecurityCommandCenter extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'fieldMask' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'runDiscovery' => array( 'path' => 'v1/{+parent}/assets:runDiscovery', @@ -370,26 +370,14 @@ class Google_Service_SecurityCommandCenter extends Google_Service 'type' => 'string', 'required' => true, ), - 'fieldMask' => array( + 'readTime' => array( 'location' => 'query', 'type' => 'string', ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'orderBy' => array( 'location' => 'query', 'type' => 'string', ), - 'readTime' => array( - 'location' => 'query', - 'type' => 'string', - ), 'compareDuration' => array( 'location' => 'query', 'type' => 'string', @@ -398,6 +386,18 @@ class Google_Service_SecurityCommandCenter extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'fieldMask' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -432,11 +432,11 @@ class Google_Service_SecurityCommandCenter extends Google_Service 'type' => 'string', 'required' => true, ), - 'updateMask' => array( + 'startTime' => array( 'location' => 'query', 'type' => 'string', ), - 'startTime' => array( + 'updateMask' => array( 'location' => 'query', 'type' => 'string', ), diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php index 8cf5639..cbc167d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/Organizations.php @@ -29,8 +29,9 @@ class Google_Service_SecurityCommandCenter_Resource_Organizations extends Google * Gets the settings for an organization. * (organizations.getOrganizationSettings) * - * @param string $name Name of the organization to get organization settings - * for. Its format is "organizations/[organization_id]/organizationSettings". + * @param string $name Required. Name of the organization to get organization + * settings for. Its format is + * "organizations/[organization_id]/organizationSettings". * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_OrganizationSettings */ diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php index 8be637c..e4479f8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsAssets.php @@ -29,8 +29,8 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends * Filters an organization's assets and groups them by their specified * properties. (assets.group) * - * @param string $parent Name of the organization to groupBy. Its format is - * "organizations/[organization_id]". + * @param string $parent Required. Name of the organization to groupBy. Its + * format is "organizations/[organization_id]". * @param Google_Service_SecurityCommandCenter_GroupAssetsRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_GroupAssetsResponse @@ -44,12 +44,22 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends /** * Lists an organization's assets. (assets.listOrganizationsAssets) * - * @param string $parent Name of the organization assets should belong to. Its - * format is "organizations/[organization_id]". + * @param string $parent Required. Name of the organization assets should belong + * to. Its format is "organizations/[organization_id]". * @param array $optParams Optional parameters. * + * @opt_param string pageToken The value returned by the last + * `ListAssetsResponse`; indicates that this is a continuation of a prior + * `ListAssets` call, and that the system should return the next page of data. + * @opt_param string fieldMask Optional. A field mask to specify the + * ListAssetsResult fields to be listed in the response. An empty field mask + * will list all fields. * @opt_param int pageSize The maximum number of results to return in a single * response. Default is 10, minimum is 1, maximum is 1000. + * @opt_param string readTime Time used as a reference point when filtering + * assets. The filter is limited to assets existing at the supplied time and + * their values are those at that specific time. Absence of this field will + * default to the API's version of NOW. * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The @@ -64,10 +74,6 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends * security_center_properties.resource_parent * security_center_properties.resource_project * security_center_properties.resource_type - * @opt_param string readTime Time used as a reference point when filtering - * assets. The filter is limited to assets existing at the supplied time and - * their values are those at that specific time. Absence of this field will - * default to the API's version of NOW. * @opt_param string compareDuration When compare_duration is set, the * ListAssetsResult's "state_change" attribute is updated to indicate whether * the asset was added, removed, or remained present during the compare_duration @@ -136,12 +142,6 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends * security_center_properties.resource_owners: `=`, `:` * * For example, `resource_properties.size = 100` is a valid filter string. - * @opt_param string fieldMask Optional. A field mask to specify the - * ListAssetsResult fields to be listed in the response. An empty field mask - * will list all fields. - * @opt_param string pageToken The value returned by the last - * `ListAssetsResponse`; indicates that this is a continuation of a prior - * `ListAssets` call, and that the system should return the next page of data. * @return Google_Service_SecurityCommandCenter_ListAssetsResponse */ public function listOrganizationsAssets($parent, $optParams = array()) @@ -157,8 +157,8 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsAssets extends * is called too frequently the caller will receive a TOO_MANY_REQUESTS error. * (assets.runDiscovery) * - * @param string $parent Name of the organization to run asset discovery for. - * Its format is "organizations/[organization_id]". + * @param string $parent Required. Name of the organization to run asset + * discovery for. Its format is "organizations/[organization_id]". * @param Google_Service_SecurityCommandCenter_RunAssetDiscoveryRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Operation diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php index dffab0f..ca3e707 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSources.php @@ -28,8 +28,8 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSources extends /** * Creates a source. (sources.create) * - * @param string $parent Resource name of the new source's parent. Its format - * should be "organizations/[organization_id]". + * @param string $parent Required. Resource name of the new source's parent. Its + * format should be "organizations/[organization_id]". * @param Google_Service_SecurityCommandCenter_Source $postBody * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Source @@ -43,8 +43,8 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSources extends /** * Gets a source. (sources.get) * - * @param string $name Relative resource name of the source. Its format is - * "organizations/[organization_id]/source/[source_id]". + * @param string $name Required. Relative resource name of the source. Its + * format is "organizations/[organization_id]/source/[source_id]". * @param array $optParams Optional parameters. * @return Google_Service_SecurityCommandCenter_Source */ @@ -75,8 +75,8 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSources extends * Lists all sources belonging to an organization. * (sources.listOrganizationsSources) * - * @param string $parent Resource name of the parent of sources to list. Its - * format should be "organizations/[organization_id]". + * @param string $parent Required. Resource name of the parent of sources to + * list. Its format should be "organizations/[organization_id]". * @param array $optParams Optional parameters. * * @opt_param string pageToken The value returned by the last diff --git a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php index a30c2da..eca508d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php +++ b/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/Resource/OrganizationsSourcesFindings.php @@ -29,14 +29,14 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings * Creates a finding. The corresponding source must exist for finding creation * to succeed. (findings.create) * - * @param string $parent Resource name of the new finding's parent. Its format - * should be "organizations/[organization_id]/sources/[source_id]". + * @param string $parent Required. Resource name of the new finding's parent. + * Its format should be "organizations/[organization_id]/sources/[source_id]". * @param Google_Service_SecurityCommandCenter_Finding $postBody * @param array $optParams Optional parameters. * - * @opt_param string findingId Unique identifier provided by the client within - * the parent scope. It must be alphanumeric and less than or equal to 32 - * characters and greater than 0 characters in length. + * @opt_param string findingId Required. Unique identifier provided by the + * client within the parent scope. It must be alphanumeric and less than or + * equal to 32 characters and greater than 0 characters in length. * @return Google_Service_SecurityCommandCenter_Finding */ public function create($parent, Google_Service_SecurityCommandCenter_Finding $postBody, $optParams = array()) @@ -52,7 +52,7 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings * To group across all sources provide a `-` as the source id. Example: * /v1/organizations/123/sources/-/findings (findings.group) * - * @param string $parent Name of the source to groupBy. Its format is + * @param string $parent Required. Name of the source to groupBy. Its format is * "organizations/[organization_id]/sources/[source_id]". To groupBy across all * sources provide a source_id of `-`. For example: organizations/123/sources/- * @param Google_Service_SecurityCommandCenter_GroupFindingsRequest $postBody @@ -72,19 +72,16 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings * /v1/organizations/123/sources/-/findings * (findings.listOrganizationsSourcesFindings) * - * @param string $parent Name of the source the findings belong to. Its format - * is "organizations/[organization_id]/sources/[source_id]". To list across all - * sources provide a source_id of `-`. For example: organizations/123/sources/- + * @param string $parent Required. Name of the source the findings belong to. + * Its format is "organizations/[organization_id]/sources/[source_id]". To list + * across all sources provide a source_id of `-`. For example: + * organizations/123/sources/- * @param array $optParams Optional parameters. * - * @opt_param string fieldMask Optional. A field mask to specify the Finding - * fields to be listed in the response. An empty field mask will list all - * fields. - * @opt_param string pageToken The value returned by the last - * `ListFindingsResponse`; indicates that this is a continuation of a prior - * `ListFindings` call, and that the system should return the next page of data. - * @opt_param int pageSize The maximum number of results to return in a single - * response. Default is 10, minimum is 1, maximum is 1000. + * @opt_param string readTime Time used as a reference point when filtering + * findings. The filter is limited to findings existing at the supplied time and + * their values are those at that specific time. Absence of this field will + * default to the API's version of NOW. * @opt_param string orderBy Expression that defines what fields and order to * use for sorting. The string value should follow SQL syntax: comma separated * list of fields. For example: "name,resource_properties.a_property". The @@ -96,10 +93,6 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings * * The following fields are supported: name parent state category resource_name * event_time source_properties security_marks.marks - * @opt_param string readTime Time used as a reference point when filtering - * findings. The filter is limited to findings existing at the supplied time and - * their values are those at that specific time. Absence of this field will - * default to the API's version of NOW. * @opt_param string compareDuration When compare_duration is set, the * ListFindingsResult's "state_change" attribute is updated to indicate whether * the finding had its state changed, the finding's state remained unchanged, or @@ -157,6 +150,14 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings * `<=` * * For example, `source_properties.size = 100` is a valid filter string. + * @opt_param string pageToken The value returned by the last + * `ListFindingsResponse`; indicates that this is a continuation of a prior + * `ListFindings` call, and that the system should return the next page of data. + * @opt_param string fieldMask Optional. A field mask to specify the Finding + * fields to be listed in the response. An empty field mask will list all + * fields. + * @opt_param int pageSize The maximum number of results to return in a single + * response. Default is 10, minimum is 1, maximum is 1000. * @return Google_Service_SecurityCommandCenter_ListFindingsResponse */ public function listOrganizationsSourcesFindings($parent, $optParams = array()) @@ -192,7 +193,7 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings /** * Updates the state of a finding. (findings.setState) * - * @param string $name The relative resource name of the finding. See: + * @param string $name Required. The relative resource name of the finding. See: * https://cloud.google.com/apis/design/resource_names#relative_resource_name * Example: "organizations/123/sources/456/finding/789". * @param Google_Service_SecurityCommandCenter_SetFindingStateRequest $postBody @@ -215,14 +216,14 @@ class Google_Service_SecurityCommandCenter_Resource_OrganizationsSourcesFindings * @param Google_Service_SecurityCommandCenter_SecurityMarks $postBody * @param array $optParams Optional parameters. * + * @opt_param string startTime The time at which the updated SecurityMarks take + * effect. If not set uses current server time. Updates will be applied to the + * SecurityMarks that are active immediately preceding this time. * @opt_param string updateMask The FieldMask to use when updating the security * marks resource. * * The field mask must not contain duplicate fields. If empty or set to "marks", * all marks will be replaced. Individual marks can be updated using "marks.". - * @opt_param string startTime The time at which the updated SecurityMarks take - * effect. If not set uses current server time. Updates will be applied to the - * SecurityMarks that are active immediately preceding this time. * @return Google_Service_SecurityCommandCenter_SecurityMarks */ public function updateSecurityMarks($name, Google_Service_SecurityCommandCenter_SecurityMarks $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php index 8e9e6cd..364277e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceBroker/Resource/V1.php @@ -35,8 +35,14 @@ class Google_Service_ServiceBroker_Resource_V1 extends Google_Service_Resource * @param array $optParams Optional parameters. * * @opt_param int options.requestedPolicyVersion Optional. The policy format - * version to be returned. Acceptable values are 0, 1, and 3. If the value is 0, - * or the field is omitted, policy format version 1 will be returned. + * version to be returned. + * + * Valid values are 0, 1, and 3. Requests specifying an invalid value will be + * rejected. + * + * Requests for policies with any conditional bindings must specify version 3. + * Policies without any conditional bindings may specify any valid value or + * leave the field unset. * @return Google_Service_ServiceBroker_GoogleIamV1Policy */ public function getIamPolicy($resource, $optParams = array()) @@ -47,7 +53,10 @@ class Google_Service_ServiceBroker_Resource_V1 extends Google_Service_Resource } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (v1.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (v1.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php index 885b9a1..3bb1c5b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement.php @@ -131,6 +131,10 @@ class Google_Service_ServiceConsumerManagement extends Google_Service 'type' => 'string', 'required' => true, ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'query' => array( 'location' => 'query', 'type' => 'string', @@ -139,10 +143,6 @@ class Google_Service_ServiceConsumerManagement extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php index 31852f5..084ffa0 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/MetricDescriptor.php @@ -17,7 +17,7 @@ class Google_Service_ServiceConsumerManagement_MetricDescriptor extends Google_Collection { - protected $collection_key = 'labels'; + protected $collection_key = 'monitoredResourceTypes'; public $description; public $displayName; protected $labelsType = 'Google_Service_ServiceConsumerManagement_LabelDescriptor'; @@ -26,6 +26,7 @@ class Google_Service_ServiceConsumerManagement_MetricDescriptor extends Google_C protected $metadataType = 'Google_Service_ServiceConsumerManagement_MetricDescriptorMetadata'; protected $metadataDataType = ''; public $metricKind; + public $monitoredResourceTypes; public $name; public $type; public $unit; @@ -91,6 +92,14 @@ class Google_Service_ServiceConsumerManagement_MetricDescriptor extends Google_C { return $this->metricKind; } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php index 8a921d7..bca653e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/Resource/Services.php @@ -33,6 +33,12 @@ class Google_Service_ServiceConsumerManagement_Resource_Services extends Google_ * 'service.googleapis.com'. * @param array $optParams Optional parameters. * + * @opt_param int pageSize The maximum number of results returned by this + * request. Currently, the default maximum is set to 1000. If `page_size` isn't + * provided or the size provided is a number larger than 1000, it's + * automatically set to 1000. + * + * Optional. * @opt_param string query Set a query `{expression}` for querying tenancy * units. Your `{expression}` must be in the format: * `field_name=literal_string`. The `field_name` is the name of the field you @@ -55,12 +61,6 @@ class Google_Service_ServiceConsumerManagement_Resource_Services extends Google_ * parameter to the value of `nextPageToken` from the previous response. * * Optional. - * @opt_param int pageSize The maximum number of results returned by this - * request. Currently, the default maximum is set to 1000. If `page_size` isn't - * provided or the size provided is a number larger than 1000, it's - * automatically set to 1000. - * - * Optional. * @return Google_Service_ServiceConsumerManagement_SearchTenancyUnitsResponse */ public function search($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1GenerateServiceIdentityResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1GenerateServiceIdentityResponse.php new file mode 100644 index 0000000..be25ddc --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1GenerateServiceIdentityResponse.php @@ -0,0 +1,37 @@ +identity = $identity; + } + /** + * @return Google_Service_ServiceConsumerManagement_V1Beta1ServiceIdentity + */ + public function getIdentity() + { + return $this->identity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ServiceIdentity.php b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ServiceIdentity.php new file mode 100644 index 0000000..28aec0f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceConsumerManagement/V1Beta1ServiceIdentity.php @@ -0,0 +1,57 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setTag($tag) + { + $this->tag = $tag; + } + public function getTag() + { + return $this->tag; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php index 3101daf..8b07331 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement.php @@ -170,11 +170,11 @@ class Google_Service_ServiceManagement extends Google_Service 'type' => 'string', 'required' => true, ), - 'configId' => array( + 'view' => array( 'location' => 'query', 'type' => 'string', ), - 'view' => array( + 'configId' => array( 'location' => 'query', 'type' => 'string', ), @@ -193,14 +193,6 @@ class Google_Service_ServiceManagement extends Google_Service 'path' => 'v1/services', 'httpMethod' => 'GET', 'parameters' => array( - 'consumerId' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -209,6 +201,14 @@ class Google_Service_ServiceManagement extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'consumerId' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'setIamPolicy' => array( 'path' => 'v1/{+resource}:setIamPolicy', diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.php new file mode 100644 index 0000000..f2bb115 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/DisableServiceResponse.php @@ -0,0 +1,20 @@ +metricKind; } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php index 7d65faf..2ac2431 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/Services.php @@ -49,9 +49,9 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * * Operation (services.delete) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ @@ -68,8 +68,8 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * * Operation (services.disable) * - * @param string $serviceName Name of the service to disable. Specifying an - * unknown service name will cause the request to fail. + * @param string $serviceName Required. Name of the service to disable. + * Specifying an unknown service name will cause the request to fail. * @param Google_Service_ServiceManagement_DisableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation @@ -87,8 +87,8 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * * Operation (services.enable) * - * @param string $serviceName Name of the service to enable. Specifying an - * unknown service name will cause the request to fail. + * @param string $serviceName Required. Name of the service to enable. + * Specifying an unknown service name will cause the request to fail. * @param Google_Service_ServiceManagement_EnableServiceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation @@ -125,8 +125,9 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * Gets a managed service. Authentication is required unless the service is * public. (services.get) * - * @param string $serviceName The name of the service. See the `ServiceManager` - * overview for naming requirements. For example: `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * `ServiceManager` overview for naming requirements. For example: + * `example.googleapis.com`. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_ManagedService */ @@ -140,17 +141,18 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * Gets a service configuration (version) for a managed service. * (services.getConfig) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * - * @opt_param string configId The id of the service configuration resource. + * @opt_param string view Specifies which parts of the Service Config should be + * returned in the response. + * @opt_param string configId Required. The id of the service configuration + * resource. * * This field must be specified for the server to return all fields, including * `SourceInfo`. - * @opt_param string view Specifies which parts of the Service Config should be - * returned in the response. * @return Google_Service_ServiceManagement_Service */ public function getConfig($serviceName, $optParams = array()) @@ -189,6 +191,10 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * * @param array $optParams Optional parameters. * + * @opt_param int pageSize The max number of items to include in the response + * list. Page size is 50 if not specified. Maximum value is 100. + * @opt_param string producerProjectId Include services produced by the + * specified project. * @opt_param string consumerId Include services consumed by the specified * consumer. * @@ -196,10 +202,6 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * project: * @opt_param string pageToken Token identifying which result to start with; * returned by a previous list call. - * @opt_param int pageSize The max number of items to include in the response - * list. Page size is 50 if not specified. Maximum value is 100. - * @opt_param string producerProjectId Include services produced by the - * specified project. * @return Google_Service_ServiceManagement_ListServicesResponse */ public function listServices($optParams = array()) @@ -210,7 +212,10 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (services.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (services.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this @@ -254,9 +259,9 @@ class Google_Service_ServiceManagement_Resource_Services extends Google_Service_ * * Operation (services.undelete) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation */ diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php index faf5b78..53bb7ce 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConfigs.php @@ -34,9 +34,9 @@ class Google_Service_ServiceManagement_Resource_ServicesConfigs extends Google_S * existing rollouts are kept for each service. The rest will be deleted * eventually. (configs.create) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param Google_Service_ServiceManagement_Service $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Service @@ -50,10 +50,11 @@ class Google_Service_ServiceManagement_Resource_ServicesConfigs extends Google_S /** * Gets a service configuration (version) for a managed service. (configs.get) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. - * @param string $configId The id of the service configuration resource. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param string $configId Required. The id of the service configuration + * resource. * * This field must be specified for the server to return all fields, including * `SourceInfo`. @@ -73,9 +74,9 @@ class Google_Service_ServiceManagement_Resource_ServicesConfigs extends Google_S * Lists the history of the service configuration for a managed service, from * the newest to the oldest. (configs.listServicesConfigs) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * * @opt_param string pageToken The token of the page to retrieve. @@ -102,9 +103,9 @@ class Google_Service_ServiceManagement_Resource_ServicesConfigs extends Google_S * * Operation (configs.submit) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param Google_Service_ServiceManagement_SubmitConfigSourceRequest $postBody * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Operation diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php index e21e5f8..7e782db 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesConsumers.php @@ -44,7 +44,10 @@ class Google_Service_ServiceManagement_Resource_ServicesConsumers extends Google } /** * Sets the access control policy on the specified resource. Replaces any - * existing policy. (consumers.setIamPolicy) + * existing policy. + * + * Can return Public Errors: NOT_FOUND, INVALID_ARGUMENT and PERMISSION_DENIED + * (consumers.setIamPolicy) * * @param string $resource REQUIRED: The resource for which the policy is being * specified. See the operation documentation for the appropriate value for this diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php index d03a362..bba2dca 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/Resource/ServicesRollouts.php @@ -41,9 +41,9 @@ class Google_Service_ServiceManagement_Resource_ServicesRollouts extends Google_ * * Operation (rollouts.create) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param Google_Service_ServiceManagement_Rollout $postBody * @param array $optParams Optional parameters. * @@ -67,10 +67,10 @@ class Google_Service_ServiceManagement_Resource_ServicesRollouts extends Google_ /** * Gets a service configuration rollout. (rollouts.get) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. - * @param string $rolloutId The id of the rollout resource. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. + * @param string $rolloutId Required. The id of the rollout resource. * @param array $optParams Optional parameters. * @return Google_Service_ServiceManagement_Rollout */ @@ -84,18 +84,18 @@ class Google_Service_ServiceManagement_Resource_ServicesRollouts extends Google_ * Lists the history of the service configuration rollouts for a managed * service, from the newest to the oldest. (rollouts.listServicesRollouts) * - * @param string $serviceName The name of the service. See the [overview - * ](/service-management/overview) for naming requirements. For example: - * `example.googleapis.com`. + * @param string $serviceName Required. The name of the service. See the + * [overview](/service-management/overview) for naming requirements. For + * example: `example.googleapis.com`. * @param array $optParams Optional parameters. * * @opt_param string pageToken The token of the page to retrieve. * @opt_param int pageSize The max number of items to include in the response * list. Page size is 50 if not specified. Maximum value is 100. - * @opt_param string filter Use `filter` to return subset of rollouts. The - * following filters are supported: -- To limit the results to only those in - * [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use - * filter='status=SUCCESS' -- To limit the results to those in + * @opt_param string filter Required. Use `filter` to return subset of rollouts. + * The following filters are supported: -- To limit the results to only those + * in [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', + * use filter='status=SUCCESS' -- To limit the results to those in * [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' or * 'FAILED', use filter='status=CANCELLED OR status=FAILED' * @return Google_Service_ServiceManagement_ListServiceRolloutsResponse diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php index d115b9f..fea8e58 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking.php @@ -102,6 +102,10 @@ class Google_Service_ServiceNetworking extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -110,10 +114,6 @@ class Google_Service_ServiceNetworking extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php index bb5a3ca..1b1ebae 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/MetricDescriptor.php @@ -17,7 +17,7 @@ class Google_Service_ServiceNetworking_MetricDescriptor extends Google_Collection { - protected $collection_key = 'labels'; + protected $collection_key = 'monitoredResourceTypes'; public $description; public $displayName; protected $labelsType = 'Google_Service_ServiceNetworking_LabelDescriptor'; @@ -26,6 +26,7 @@ class Google_Service_ServiceNetworking_MetricDescriptor extends Google_Collectio protected $metadataType = 'Google_Service_ServiceNetworking_MetricDescriptorMetadata'; protected $metadataDataType = ''; public $metricKind; + public $monitoredResourceTypes; public $name; public $type; public $unit; @@ -91,6 +92,14 @@ class Google_Service_ServiceNetworking_MetricDescriptor extends Google_Collectio { return $this->metricKind; } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php index e63123b..081dc24 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceNetworking/Resource/Operations.php @@ -93,9 +93,9 @@ class Google_Service_ServiceNetworking_Resource_Operations extends Google_Servic * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * + * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. - * @opt_param string filter The standard list filter. * @return Google_Service_ServiceNetworking_ListOperationsResponse */ public function listOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php new file mode 100644 index 0000000..82edb8f --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GetServiceIdentityResponse.php @@ -0,0 +1,46 @@ +identity = $identity; + } + /** + * @return Google_Service_ServiceUsage_ServiceIdentity + */ + public function getIdentity() + { + return $this->identity; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.php new file mode 100644 index 0000000..8670254 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1GetServiceIdentityResponse.php @@ -0,0 +1,46 @@ +identity = $identity; + } + /** + * @return Google_Service_ServiceUsage_GoogleApiServiceusageV1beta1ServiceIdentity + */ + public function getIdentity() + { + return $this->identity; + } + public function setState($state) + { + $this->state = $state; + } + public function getState() + { + return $this->state; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php new file mode 100644 index 0000000..abc25eb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/GoogleApiServiceusageV1beta1ServiceIdentity.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php index 8cfc3d8..1487bd5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/MetricDescriptor.php @@ -17,7 +17,7 @@ class Google_Service_ServiceUsage_MetricDescriptor extends Google_Collection { - protected $collection_key = 'labels'; + protected $collection_key = 'monitoredResourceTypes'; public $description; public $displayName; protected $labelsType = 'Google_Service_ServiceUsage_LabelDescriptor'; @@ -26,6 +26,7 @@ class Google_Service_ServiceUsage_MetricDescriptor extends Google_Collection protected $metadataType = 'Google_Service_ServiceUsage_MetricDescriptorMetadata'; protected $metadataDataType = ''; public $metricKind; + public $monitoredResourceTypes; public $name; public $type; public $unit; @@ -91,6 +92,14 @@ class Google_Service_ServiceUsage_MetricDescriptor extends Google_Collection { return $this->metricKind; } + public function setMonitoredResourceTypes($monitoredResourceTypes) + { + $this->monitoredResourceTypes = $monitoredResourceTypes; + } + public function getMonitoredResourceTypes() + { + return $this->monitoredResourceTypes; + } public function setName($name) { $this->name = $name; diff --git a/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.php b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.php new file mode 100644 index 0000000..0d61252 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ServiceUsage/ServiceIdentity.php @@ -0,0 +1,39 @@ +email = $email; + } + public function getEmail() + { + return $this->email; + } + public function setUniqueId($uniqueId) + { + $this->uniqueId = $uniqueId; + } + public function getUniqueId() + { + return $this->uniqueId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets.php b/vendor/google/apiclient-services/src/Google/Service/Sheets.php index b022633..e0ac1e7 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets.php @@ -199,6 +199,14 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), + 'responseDateTimeRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'includeValuesInResponse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), 'responseValueRenderOption' => array( 'location' => 'query', 'type' => 'string', @@ -211,14 +219,6 @@ class Google_Service_Sheets extends Google_Service 'location' => 'query', 'type' => 'string', ), - 'responseDateTimeRenderOption' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'includeValuesInResponse' => array( - 'location' => 'query', - 'type' => 'boolean', - ), ), ),'batchClear' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchClear', @@ -249,14 +249,6 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), - 'valueRenderOption' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'dateTimeRenderOption' => array( - 'location' => 'query', - 'type' => 'string', - ), 'ranges' => array( 'location' => 'query', 'type' => 'string', @@ -266,6 +258,14 @@ class Google_Service_Sheets extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'valueRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'dateTimeRenderOption' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'batchGetByDataFilter' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values:batchGetByDataFilter', @@ -326,10 +326,6 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), - 'majorDimension' => array( - 'location' => 'query', - 'type' => 'string', - ), 'valueRenderOption' => array( 'location' => 'query', 'type' => 'string', @@ -338,6 +334,10 @@ class Google_Service_Sheets extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'majorDimension' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'update' => array( 'path' => 'v4/spreadsheets/{spreadsheetId}/values/{range}', @@ -353,10 +353,6 @@ class Google_Service_Sheets extends Google_Service 'type' => 'string', 'required' => true, ), - 'includeValuesInResponse' => array( - 'location' => 'query', - 'type' => 'boolean', - ), 'responseValueRenderOption' => array( 'location' => 'query', 'type' => 'string', @@ -369,6 +365,10 @@ class Google_Service_Sheets extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'includeValuesInResponse' => array( + 'location' => 'query', + 'type' => 'boolean', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.php new file mode 100644 index 0000000..fabf48e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/BaselineValueFormat.php @@ -0,0 +1,103 @@ +comparisonType = $comparisonType; + } + public function getComparisonType() + { + return $this->comparisonType; + } + public function setDescription($description) + { + $this->description = $description; + } + public function getDescription() + { + return $this->description; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setNegativeColor(Google_Service_Sheets_Color $negativeColor) + { + $this->negativeColor = $negativeColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getNegativeColor() + { + return $this->negativeColor; + } + /** + * @param Google_Service_Sheets_TextPosition + */ + public function setPosition(Google_Service_Sheets_TextPosition $position) + { + $this->position = $position; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getPosition() + { + return $this->position; + } + /** + * @param Google_Service_Sheets_Color + */ + public function setPositiveColor(Google_Service_Sheets_Color $positiveColor) + { + $this->positiveColor = $positiveColor; + } + /** + * @return Google_Service_Sheets_Color + */ + public function getPositiveColor() + { + return $this->positiveColor; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) + { + $this->textFormat = $textFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTextFormat() + { + return $this->textFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.php new file mode 100644 index 0000000..7a98fca --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartCustomNumberFormatOptions.php @@ -0,0 +1,39 @@ +prefix = $prefix; + } + public function getPrefix() + { + return $this->prefix; + } + public function setSuffix($suffix) + { + $this->suffix = $suffix; + } + public function getSuffix() + { + return $this->suffix; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php index 03743ea..2f3b28f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ChartSpec.php @@ -35,6 +35,8 @@ class Google_Service_Sheets_ChartSpec extends Google_Model protected $orgChartDataType = ''; protected $pieChartType = 'Google_Service_Sheets_PieChartSpec'; protected $pieChartDataType = ''; + protected $scorecardChartType = 'Google_Service_Sheets_ScorecardChartSpec'; + protected $scorecardChartDataType = ''; public $subtitle; protected $subtitleTextFormatType = 'Google_Service_Sheets_TextFormat'; protected $subtitleTextFormatDataType = ''; @@ -180,6 +182,20 @@ class Google_Service_Sheets_ChartSpec extends Google_Model { return $this->pieChart; } + /** + * @param Google_Service_Sheets_ScorecardChartSpec + */ + public function setScorecardChart(Google_Service_Sheets_ScorecardChartSpec $scorecardChart) + { + $this->scorecardChart = $scorecardChart; + } + /** + * @return Google_Service_Sheets_ScorecardChartSpec + */ + public function getScorecardChart() + { + return $this->scorecardChart; + } public function setSubtitle($subtitle) { $this->subtitle = $subtitle; diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php new file mode 100644 index 0000000..7c4ed72 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/KeyValueFormat.php @@ -0,0 +1,53 @@ +position = $position; + } + /** + * @return Google_Service_Sheets_TextPosition + */ + public function getPosition() + { + return $this->position; + } + /** + * @param Google_Service_Sheets_TextFormat + */ + public function setTextFormat(Google_Service_Sheets_TextFormat $textFormat) + { + $this->textFormat = $textFormat; + } + /** + * @return Google_Service_Sheets_TextFormat + */ + public function getTextFormat() + { + return $this->textFormat; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php index 8dfdcee..b64097c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/Resource/SpreadsheetsValues.php @@ -44,11 +44,6 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @param Google_Service_Sheets_ValueRange $postBody * @param array $optParams Optional parameters. * - * @opt_param string responseValueRenderOption Determines how values in the - * response should be rendered. The default render option is - * ValueRenderOption.FORMATTED_VALUE. - * @opt_param string insertDataOption How the input data should be inserted. - * @opt_param string valueInputOption How the input data should be interpreted. * @opt_param string responseDateTimeRenderOption Determines how dates, times, * and durations in the response should be rendered. This is ignored if * response_value_render_option is FORMATTED_VALUE. The default dateTime render @@ -56,6 +51,11 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @opt_param bool includeValuesInResponse Determines if the update response * should include the values of the cells that were appended. By default, * responses do not include the updated values. + * @opt_param string responseValueRenderOption Determines how values in the + * response should be rendered. The default render option is + * ValueRenderOption.FORMATTED_VALUE. + * @opt_param string insertDataOption How the input data should be inserted. + * @opt_param string valueInputOption How the input data should be interpreted. * @return Google_Service_Sheets_AppendValuesResponse */ public function append($spreadsheetId, $range, Google_Service_Sheets_ValueRange $postBody, $optParams = array()) @@ -106,12 +106,6 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @param string $spreadsheetId The ID of the spreadsheet to retrieve data from. * @param array $optParams Optional parameters. * - * @opt_param string valueRenderOption How values should be represented in the - * output. The default render option is ValueRenderOption.FORMATTED_VALUE. - * @opt_param string dateTimeRenderOption How dates, times, and durations should - * be represented in the output. This is ignored if value_render_option is - * FORMATTED_VALUE. The default dateTime render option is - * [DateTimeRenderOption.SERIAL_NUMBER]. * @opt_param string ranges The A1 notation of the values to retrieve. * @opt_param string majorDimension The major dimension that results should use. * @@ -119,6 +113,12 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, * whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return * `[[1,3],[2,4]]`. + * @opt_param string valueRenderOption How values should be represented in the + * output. The default render option is ValueRenderOption.FORMATTED_VALUE. + * @opt_param string dateTimeRenderOption How dates, times, and durations should + * be represented in the output. This is ignored if value_render_option is + * FORMATTED_VALUE. The default dateTime render option is + * [DateTimeRenderOption.SERIAL_NUMBER]. * @return Google_Service_Sheets_BatchGetValuesResponse */ public function batchGet($spreadsheetId, $optParams = array()) @@ -201,18 +201,18 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @param string $range The A1 notation of the values to retrieve. * @param array $optParams Optional parameters. * - * @opt_param string majorDimension The major dimension that results should use. - * - * For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then - * requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, - * whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return - * `[[1,3],[2,4]]`. * @opt_param string valueRenderOption How values should be represented in the * output. The default render option is ValueRenderOption.FORMATTED_VALUE. * @opt_param string dateTimeRenderOption How dates, times, and durations should * be represented in the output. This is ignored if value_render_option is * FORMATTED_VALUE. The default dateTime render option is * [DateTimeRenderOption.SERIAL_NUMBER]. + * @opt_param string majorDimension The major dimension that results should use. + * + * For example, if the spreadsheet data is: `A1=1,B1=2,A2=3,B2=4`, then + * requesting `range=A1:B2,majorDimension=ROWS` will return `[[1,2],[3,4]]`, + * whereas requesting `range=A1:B2,majorDimension=COLUMNS` will return + * `[[1,3],[2,4]]`. * @return Google_Service_Sheets_ValueRange */ public function get($spreadsheetId, $range, $optParams = array()) @@ -230,11 +230,6 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * @param Google_Service_Sheets_ValueRange $postBody * @param array $optParams Optional parameters. * - * @opt_param bool includeValuesInResponse Determines if the update response - * should include the values of the cells that were updated. By default, - * responses do not include the updated values. If the range to write was larger - * than than the range actually written, the response will include all values in - * the requested range (excluding trailing empty rows and columns). * @opt_param string responseValueRenderOption Determines how values in the * response should be rendered. The default render option is * ValueRenderOption.FORMATTED_VALUE. @@ -243,6 +238,11 @@ class Google_Service_Sheets_Resource_SpreadsheetsValues extends Google_Service_R * and durations in the response should be rendered. This is ignored if * response_value_render_option is FORMATTED_VALUE. The default dateTime render * option is DateTimeRenderOption.SERIAL_NUMBER. + * @opt_param bool includeValuesInResponse Determines if the update response + * should include the values of the cells that were updated. By default, + * responses do not include the updated values. If the range to write was larger + * than than the range actually written, the response will include all values in + * the requested range (excluding trailing empty rows and columns). * @return Google_Service_Sheets_UpdateValuesResponse */ public function update($spreadsheetId, $range, Google_Service_Sheets_ValueRange $postBody, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.php b/vendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.php new file mode 100644 index 0000000..4710fc3 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Sheets/ScorecardChartSpec.php @@ -0,0 +1,128 @@ +aggregateType = $aggregateType; + } + public function getAggregateType() + { + return $this->aggregateType; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setBaselineValueData(Google_Service_Sheets_ChartData $baselineValueData) + { + $this->baselineValueData = $baselineValueData; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getBaselineValueData() + { + return $this->baselineValueData; + } + /** + * @param Google_Service_Sheets_BaselineValueFormat + */ + public function setBaselineValueFormat(Google_Service_Sheets_BaselineValueFormat $baselineValueFormat) + { + $this->baselineValueFormat = $baselineValueFormat; + } + /** + * @return Google_Service_Sheets_BaselineValueFormat + */ + public function getBaselineValueFormat() + { + return $this->baselineValueFormat; + } + /** + * @param Google_Service_Sheets_ChartCustomNumberFormatOptions + */ + public function setCustomFormatOptions(Google_Service_Sheets_ChartCustomNumberFormatOptions $customFormatOptions) + { + $this->customFormatOptions = $customFormatOptions; + } + /** + * @return Google_Service_Sheets_ChartCustomNumberFormatOptions + */ + public function getCustomFormatOptions() + { + return $this->customFormatOptions; + } + /** + * @param Google_Service_Sheets_ChartData + */ + public function setKeyValueData(Google_Service_Sheets_ChartData $keyValueData) + { + $this->keyValueData = $keyValueData; + } + /** + * @return Google_Service_Sheets_ChartData + */ + public function getKeyValueData() + { + return $this->keyValueData; + } + /** + * @param Google_Service_Sheets_KeyValueFormat + */ + public function setKeyValueFormat(Google_Service_Sheets_KeyValueFormat $keyValueFormat) + { + $this->keyValueFormat = $keyValueFormat; + } + /** + * @return Google_Service_Sheets_KeyValueFormat + */ + public function getKeyValueFormat() + { + return $this->keyValueFormat; + } + public function setNumberFormatSource($numberFormatSource) + { + $this->numberFormatSource = $numberFormatSource; + } + public function getNumberFormatSource() + { + return $this->numberFormatSource; + } + public function setScaleFactor($scaleFactor) + { + $this->scaleFactor = $scaleFactor; + } + public function getScaleFactor() + { + return $this->scaleFactor; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php index b53b338..3f47fd2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/Order.php @@ -36,6 +36,8 @@ class Google_Service_ShoppingContent_Order extends Google_Collection protected $netTaxAmountType = 'Google_Service_ShoppingContent_Price'; protected $netTaxAmountDataType = ''; public $paymentStatus; + protected $pickupDetailsType = 'Google_Service_ShoppingContent_OrderPickupDetails'; + protected $pickupDetailsDataType = ''; public $placedDate; protected $promotionsType = 'Google_Service_ShoppingContent_OrderPromotion'; protected $promotionsDataType = 'array'; @@ -182,6 +184,20 @@ class Google_Service_ShoppingContent_Order extends Google_Collection { return $this->paymentStatus; } + /** + * @param Google_Service_ShoppingContent_OrderPickupDetails + */ + public function setPickupDetails(Google_Service_ShoppingContent_OrderPickupDetails $pickupDetails) + { + $this->pickupDetails = $pickupDetails; + } + /** + * @return Google_Service_ShoppingContent_OrderPickupDetails + */ + public function getPickupDetails() + { + return $this->pickupDetails; + } public function setPlacedDate($placedDate) { $this->placedDate = $placedDate; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php index 017a7db..7a8aa59 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItem.php @@ -33,6 +33,7 @@ class Google_Service_ShoppingContent_OrderLineItem extends Google_Collection public $quantityDelivered; public $quantityOrdered; public $quantityPending; + public $quantityReadyForPickup; public $quantityReturned; public $quantityShipped; public $quantityUndeliverable; @@ -155,6 +156,14 @@ class Google_Service_ShoppingContent_OrderLineItem extends Google_Collection { return $this->quantityPending; } + public function setQuantityReadyForPickup($quantityReadyForPickup) + { + $this->quantityReadyForPickup = $quantityReadyForPickup; + } + public function getQuantityReadyForPickup() + { + return $this->quantityReadyForPickup; + } public function setQuantityReturned($quantityReturned) { $this->quantityReturned = $quantityReturned; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php index efa53d2..c468a00 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderLineItemShippingDetails.php @@ -21,6 +21,7 @@ class Google_Service_ShoppingContent_OrderLineItemShippingDetails extends Google protected $methodType = 'Google_Service_ShoppingContent_OrderLineItemShippingDetailsMethod'; protected $methodDataType = ''; public $shipByDate; + public $type; public function setDeliverByDate($deliverByDate) { @@ -52,4 +53,12 @@ class Google_Service_ShoppingContent_OrderLineItemShippingDetails extends Google { return $this->shipByDate; } + public function setType($type) + { + $this->type = $type; + } + public function getType() + { + return $this->type; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.php new file mode 100644 index 0000000..f76a037 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetails.php @@ -0,0 +1,63 @@ +address = $address; + } + /** + * @return Google_Service_ShoppingContent_OrderAddress + */ + public function getAddress() + { + return $this->address; + } + /** + * @param Google_Service_ShoppingContent_OrderPickupDetailsCollector + */ + public function setCollectors($collectors) + { + $this->collectors = $collectors; + } + /** + * @return Google_Service_ShoppingContent_OrderPickupDetailsCollector + */ + public function getCollectors() + { + return $this->collectors; + } + public function setLocationId($locationId) + { + $this->locationId = $locationId; + } + public function getLocationId() + { + return $this->locationId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.php new file mode 100644 index 0000000..bbfe715 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPickupDetailsCollector.php @@ -0,0 +1,39 @@ +name = $name; + } + public function getName() + { + return $this->name; + } + public function setPhoneNumber($phoneNumber) + { + $this->phoneNumber = $phoneNumber; + } + public function getPhoneNumber() + { + return $this->phoneNumber; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php index 819fbbd..a8a26a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotion.php @@ -22,11 +22,13 @@ class Google_Service_ShoppingContent_OrderPromotion extends Google_Collection protected $applicableItemsDataType = 'array'; protected $appliedItemsType = 'Google_Service_ShoppingContent_OrderPromotionItem'; protected $appliedItemsDataType = 'array'; + public $endTime; public $funder; public $merchantPromotionId; protected $priceValueType = 'Google_Service_ShoppingContent_Price'; protected $priceValueDataType = ''; public $shortTitle; + public $startTime; public $subtype; protected $taxValueType = 'Google_Service_ShoppingContent_Price'; protected $taxValueDataType = ''; @@ -61,6 +63,14 @@ class Google_Service_ShoppingContent_OrderPromotion extends Google_Collection { return $this->appliedItems; } + public function setEndTime($endTime) + { + $this->endTime = $endTime; + } + public function getEndTime() + { + return $this->endTime; + } public function setFunder($funder) { $this->funder = $funder; @@ -99,6 +109,14 @@ class Google_Service_ShoppingContent_OrderPromotion extends Google_Collection { return $this->shortTitle; } + public function setStartTime($startTime) + { + $this->startTime = $startTime; + } + public function getStartTime() + { + return $this->startTime; + } public function setSubtype($subtype) { $this->subtype = $subtype; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php index 0e9a4a8..fa83199 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/OrderPromotionItem.php @@ -18,6 +18,7 @@ class Google_Service_ShoppingContent_OrderPromotionItem extends Google_Model { public $lineItemId; + public $offerId; public $productId; public $quantity; @@ -29,6 +30,14 @@ class Google_Service_ShoppingContent_OrderPromotionItem extends Google_Model { return $this->lineItemId; } + public function setOfferId($offerId) + { + $this->offerId = $offerId; + } + public function getOfferId() + { + return $this->offerId; + } public function setProductId($productId) { $this->productId = $productId; diff --git a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php index 3bf722c..b893ea4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php +++ b/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/TestOrder.php @@ -26,6 +26,7 @@ class Google_Service_ShoppingContent_TestOrder extends Google_Collection public $predefinedBillingAddress; public $predefinedDeliveryAddress; public $predefinedEmail; + public $predefinedPickupDetails; protected $promotionsType = 'Google_Service_ShoppingContent_OrderPromotion'; protected $promotionsDataType = 'array'; protected $shippingCostType = 'Google_Service_ShoppingContent_Price'; @@ -94,6 +95,14 @@ class Google_Service_ShoppingContent_TestOrder extends Google_Collection { return $this->predefinedEmail; } + public function setPredefinedPickupDetails($predefinedPickupDetails) + { + $this->predefinedPickupDetails = $predefinedPickupDetails; + } + public function getPredefinedPickupDetails() + { + return $this->predefinedPickupDetails; + } /** * @param Google_Service_ShoppingContent_OrderPromotion */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner.php b/vendor/google/apiclient-services/src/Google/Service/Spanner.php index 663452e..d5ee526 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner.php @@ -88,14 +88,14 @@ class Google_Service_Spanner extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) @@ -156,10 +156,6 @@ class Google_Service_Spanner extends Google_Service 'type' => 'string', 'required' => true, ), - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageSize' => array( 'location' => 'query', 'type' => 'integer', @@ -168,6 +164,10 @@ class Google_Service_Spanner extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'patch' => array( 'path' => 'v1/{+name}', @@ -379,7 +379,17 @@ class Google_Service_Spanner extends Google_Service 'sessions', array( 'methods' => array( - 'beginTransaction' => array( + 'batchCreate' => array( + 'path' => 'v1/{+database}/sessions:batchCreate', + 'httpMethod' => 'POST', + 'parameters' => array( + 'database' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ),'beginTransaction' => array( 'path' => 'v1/{+session}:beginTransaction', 'httpMethod' => 'POST', 'parameters' => array( @@ -468,10 +478,6 @@ class Google_Service_Spanner extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -480,6 +486,10 @@ class Google_Service_Spanner extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ),'partitionQuery' => array( 'path' => 'v1/{+session}:partitionQuery', @@ -580,6 +590,10 @@ class Google_Service_Spanner extends Google_Service 'type' => 'string', 'required' => true, ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -588,10 +602,6 @@ class Google_Service_Spanner extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.php new file mode 100644 index 0000000..97b719b --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsRequest.php @@ -0,0 +1,46 @@ +sessionCount = $sessionCount; + } + public function getSessionCount() + { + return $this->sessionCount; + } + /** + * @param Google_Service_Spanner_Session + */ + public function setSessionTemplate(Google_Service_Spanner_Session $sessionTemplate) + { + $this->sessionTemplate = $sessionTemplate; + } + /** + * @return Google_Service_Spanner_Session + */ + public function getSessionTemplate() + { + return $this->sessionTemplate; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.php new file mode 100644 index 0000000..6de9e0e --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/BatchCreateSessionsResponse.php @@ -0,0 +1,38 @@ +session = $session; + } + /** + * @return Google_Service_Spanner_Session + */ + public function getSession() + { + return $this->session; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php index b787732..9aa04e6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetIamPolicyRequest.php @@ -17,4 +17,21 @@ class Google_Service_Spanner_GetIamPolicyRequest extends Google_Model { + protected $optionsType = 'Google_Service_Spanner_GetPolicyOptions'; + protected $optionsDataType = ''; + + /** + * @param Google_Service_Spanner_GetPolicyOptions + */ + public function setOptions(Google_Service_Spanner_GetPolicyOptions $options) + { + $this->options = $options; + } + /** + * @return Google_Service_Spanner_GetPolicyOptions + */ + public function getOptions() + { + return $this->options; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.php new file mode 100644 index 0000000..570e092 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/GetPolicyOptions.php @@ -0,0 +1,30 @@ +requestedPolicyVersion = $requestedPolicyVersion; + } + public function getRequestedPolicyVersion() + { + return $this->requestedPolicyVersion; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php index 65cefa7..80f8c2c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstanceConfigs.php @@ -49,11 +49,11 @@ class Google_Service_Spanner_Resource_ProjectsInstanceConfigs extends Google_Ser * `projects/`. * @param array $optParams Optional parameters. * - * @opt_param string pageToken If non-empty, `page_token` should contain a - * next_page_token from a previous ListInstanceConfigsResponse. * @opt_param int pageSize Number of instance configurations to be returned in * the response. If 0 or less, defaults to the server's maximum allowed page * size. + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListInstanceConfigsResponse. * @return Google_Service_Spanner_ListInstanceConfigsResponse */ public function listProjectsInstanceConfigs($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php index b9f72af..c612f03 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstances.php @@ -131,8 +131,6 @@ class Google_Service_Spanner_Resource_ProjectsInstances extends Google_Service_R * instances is requested. Values are of the form `projects/`. * @param array $optParams Optional parameters. * - * @opt_param string pageToken If non-empty, `page_token` should contain a - * next_page_token from a previous ListInstancesResponse. * @opt_param int pageSize Number of instances to be returned in the response. * If 0 or less, defaults to the server's maximum allowed page size. * @opt_param string filter An expression for filtering the results of the @@ -152,6 +150,8 @@ class Google_Service_Spanner_Resource_ProjectsInstances extends Google_Service_R * * `name:howl labels.env:dev` --> The instance's name contains "howl" and * it has the label "env" with its value * containing "dev". + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListInstancesResponse. * @return Google_Service_Spanner_ListInstancesResponse */ public function listProjectsInstances($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php index 76d2fbb..920775e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesDatabasesSessions.php @@ -25,6 +25,25 @@ */ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends Google_Service_Resource { + /** + * Creates multiple new sessions. + * + * This API can be used to initialize a session cache on the clients. See + * https://goo.gl/TgSFN2 for best practices on session cache management. + * (sessions.batchCreate) + * + * @param string $database Required. The database in which the new sessions are + * created. + * @param Google_Service_Spanner_BatchCreateSessionsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Spanner_BatchCreateSessionsResponse + */ + public function batchCreate($database, Google_Service_Spanner_BatchCreateSessionsRequest $postBody, $optParams = array()) + { + $params = array('database' => $database, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('batchCreate', array($params), "Google_Service_Spanner_BatchCreateSessionsResponse"); + } /** * Begins a new transaction. This step can often be skipped: Read, ExecuteSql * and Commit can begin a new transaction as a side-effect. @@ -197,6 +216,10 @@ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends * @param string $database Required. The database in which to list sessions. * @param array $optParams Optional parameters. * + * @opt_param string pageToken If non-empty, `page_token` should contain a + * next_page_token from a previous ListSessionsResponse. + * @opt_param int pageSize Number of sessions to be returned in the response. If + * 0 or less, defaults to the server's maximum allowed page size. * @opt_param string filter An expression for filtering the results of the * request. Filter rules are case insensitive. The fields eligible for filtering * are: @@ -208,10 +231,6 @@ class Google_Service_Spanner_Resource_ProjectsInstancesDatabasesSessions extends * * `labels.env:*` --> The session has the label "env". * `labels.env:dev` * --> The session has the label "env" and the value of * the label contains the string "dev". - * @opt_param string pageToken If non-empty, `page_token` should contain a - * next_page_token from a previous ListSessionsResponse. - * @opt_param int pageSize Number of sessions to be returned in the response. If - * 0 or less, defaults to the server's maximum allowed page size. * @return Google_Service_Spanner_ListSessionsResponse */ public function listProjectsInstancesDatabasesSessions($database, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php index d25ba30..9d2e319 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Spanner/Resource/ProjectsInstancesOperations.php @@ -93,9 +93,9 @@ class Google_Service_Spanner_Resource_ProjectsInstancesOperations extends Google * @param string $name The name of the operation's parent resource. * @param array $optParams Optional parameters. * + * @opt_param string filter The standard list filter. * @opt_param string pageToken The standard list page token. * @opt_param int pageSize The standard list page size. - * @opt_param string filter The standard list filter. * @return Google_Service_Spanner_ListOperationsResponse */ public function listProjectsInstancesOperations($name, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php index b5c6fc1..f532bc5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/RecognitionConfig.php @@ -19,6 +19,8 @@ class Google_Service_Speech_RecognitionConfig extends Google_Collection { protected $collection_key = 'speechContexts'; public $audioChannelCount; + protected $diarizationConfigType = 'Google_Service_Speech_SpeakerDiarizationConfig'; + protected $diarizationConfigDataType = ''; public $enableAutomaticPunctuation; public $enableSeparateRecognitionPerChannel; public $enableWordTimeOffsets; @@ -42,6 +44,20 @@ class Google_Service_Speech_RecognitionConfig extends Google_Collection { return $this->audioChannelCount; } + /** + * @param Google_Service_Speech_SpeakerDiarizationConfig + */ + public function setDiarizationConfig(Google_Service_Speech_SpeakerDiarizationConfig $diarizationConfig) + { + $this->diarizationConfig = $diarizationConfig; + } + /** + * @return Google_Service_Speech_SpeakerDiarizationConfig + */ + public function getDiarizationConfig() + { + return $this->diarizationConfig; + } public function setEnableAutomaticPunctuation($enableAutomaticPunctuation) { $this->enableAutomaticPunctuation = $enableAutomaticPunctuation; diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.php b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.php new file mode 100644 index 0000000..79374bf --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/SpeakerDiarizationConfig.php @@ -0,0 +1,48 @@ +enableSpeakerDiarization = $enableSpeakerDiarization; + } + public function getEnableSpeakerDiarization() + { + return $this->enableSpeakerDiarization; + } + public function setMaxSpeakerCount($maxSpeakerCount) + { + $this->maxSpeakerCount = $maxSpeakerCount; + } + public function getMaxSpeakerCount() + { + return $this->maxSpeakerCount; + } + public function setMinSpeakerCount($minSpeakerCount) + { + $this->minSpeakerCount = $minSpeakerCount; + } + public function getMinSpeakerCount() + { + return $this->minSpeakerCount; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php b/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php index 4bb2193..0a644c4 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php +++ b/vendor/google/apiclient-services/src/Google/Service/Speech/WordInfo.php @@ -18,6 +18,7 @@ class Google_Service_Speech_WordInfo extends Google_Model { public $endTime; + public $speakerTag; public $startTime; public $word; @@ -29,6 +30,14 @@ class Google_Service_Speech_WordInfo extends Google_Model { return $this->endTime; } + public function setSpeakerTag($speakerTag) + { + $this->speakerTag = $speakerTag; + } + public function getSpeakerTag() + { + return $this->speakerTag; + } public function setStartTime($startTime) { $this->startTime = $startTime; diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage.php b/vendor/google/apiclient-services/src/Google/Service/Storage.php index 1803b2c..7811445 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage.php @@ -280,6 +280,10 @@ class Google_Service_Storage extends Google_Service 'type' => 'string', 'required' => true, ), + 'optionsRequestedPolicyVersion' => array( + 'location' => 'query', + 'type' => 'integer', + ), 'provisionalUserProject' => array( 'location' => 'query', 'type' => 'string', diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php index 8a362c0..2e586b9 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Policy.php @@ -23,6 +23,7 @@ class Google_Service_Storage_Policy extends Google_Collection public $etag; public $kind; public $resourceId; + public $version; /** * @param Google_Service_Storage_PolicyBindings @@ -62,4 +63,12 @@ class Google_Service_Storage_Policy extends Google_Collection { return $this->resourceId; } + public function setVersion($version) + { + $this->version = $version; + } + public function getVersion() + { + return $this->version; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php index 1cfb078..f5a5fb8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storage/Resource/Buckets.php @@ -77,6 +77,9 @@ class Google_Service_Storage_Resource_Buckets extends Google_Service_Resource * @param string $bucket Name of a bucket. * @param array $optParams Optional parameters. * + * @opt_param int optionsRequestedPolicyVersion The IAM policy format version to + * be returned. If the optionsRequestedPolicyVersion is for an older version + * that doesn't support part of the requested IAM policy, the request fails. * @opt_param string provisionalUserProject The project to be billed for this * request if the target bucket is requester-pays bucket. * @opt_param string userProject The project to be billed for this request. diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php index 8b1a4b8..77e4855 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer.php @@ -102,6 +102,10 @@ class Google_Service_Storagetransfer extends Google_Service 'path' => 'v1/transferJobs', 'httpMethod' => 'GET', 'parameters' => array( + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -110,10 +114,6 @@ class Google_Service_Storagetransfer extends Google_Service 'location' => 'query', 'type' => 'integer', ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), ), ),'patch' => array( 'path' => 'v1/{+jobName}', diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php index 7822f77..44a3db6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferJobs.php @@ -59,8 +59,6 @@ class Google_Service_Storagetransfer_Resource_TransferJobs extends Google_Servic * * @param array $optParams Optional parameters. * - * @opt_param string pageToken The list page token. - * @opt_param int pageSize The list page size. The max allowed value is 256. * @opt_param string filter Required. A list of query parameters specified as * JSON text in the form of: {"project_id":"my_project_id", * "job_names":["jobid1","jobid2",...], @@ -69,6 +67,8 @@ class Google_Service_Storagetransfer_Resource_TransferJobs extends Google_Servic * array notation. `project_id` is required. `job_names` and `job_statuses` are * optional. The valid values for `job_statuses` are case-insensitive: * `ENABLED`, `DISABLED`, and `DELETED`. + * @opt_param string pageToken The list page token. + * @opt_param int pageSize The list page size. The max allowed value is 256. * @return Google_Service_Storagetransfer_ListTransferJobsResponse */ public function listTransferJobs($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php index 909d384..ef1853f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php +++ b/vendor/google/apiclient-services/src/Google/Service/Storagetransfer/Resource/TransferOperations.php @@ -70,17 +70,7 @@ class Google_Service_Storagetransfer_Resource_TransferOperations extends Google_ return $this->call('get', array($params), "Google_Service_Storagetransfer_Operation"); } /** - * Lists operations that match the specified filter in the request. If the - * server doesn't support this method, it returns `UNIMPLEMENTED`. - * - * NOTE: the `name` binding allows API services to override the binding to use - * different resource name schemes, such as `users/operations`. To override the - * binding, API services can add a binding such as - * `"/v1/{name=users}/operations"` to their service configuration. For backwards - * compatibility, the default name includes the operations collection id, - * however overriding users must ensure the name binding is the parent resource, - * without the operations collection id. - * (transferOperations.listTransferOperations) + * Lists transfer operations. (transferOperations.listTransferOperations) * * @param string $name Required. The value `transferOperations`. * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php index 0a1fe75..6de8f9f 100644 --- a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish.php @@ -83,11 +83,11 @@ class Google_Service_StreetViewPublish extends Google_Service 'type' => 'string', 'required' => true, ), - 'view' => array( + 'languageCode' => array( 'location' => 'query', 'type' => 'string', ), - 'languageCode' => array( + 'view' => array( 'location' => 'query', 'type' => 'string', ), @@ -128,11 +128,6 @@ class Google_Service_StreetViewPublish extends Google_Service 'path' => 'v1/photos:batchGet', 'httpMethod' => 'GET', 'parameters' => array( - 'photoIds' => array( - 'location' => 'query', - 'type' => 'string', - 'repeated' => true, - ), 'view' => array( 'location' => 'query', 'type' => 'string', @@ -141,6 +136,11 @@ class Google_Service_StreetViewPublish extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'photoIds' => array( + 'location' => 'query', + 'type' => 'string', + 'repeated' => true, + ), ), ),'batchUpdate' => array( 'path' => 'v1/photos:batchUpdate', @@ -150,14 +150,6 @@ class Google_Service_StreetViewPublish extends Google_Service 'path' => 'v1/photos', 'httpMethod' => 'GET', 'parameters' => array( - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'view' => array( 'location' => 'query', 'type' => 'string', @@ -170,6 +162,14 @@ class Google_Service_StreetViewPublish extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php index 3985f14..8036746 100644 --- a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photo.php @@ -84,13 +84,13 @@ class Google_Service_StreetViewPublish_Resource_Photo extends Google_Service_Res * @param string $photoId Required. ID of the Photo. * @param array $optParams Optional parameters. * - * @opt_param string view Specifies if a download URL for the photo bytes should - * be returned in the Photo response. * @opt_param string languageCode The BCP-47 language code, such as "en-US" or * "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If * language_code is unspecified, the user's language preference for Google * services is used. + * @opt_param string view Required. Specifies if a download URL for the photo + * bytes should be returned in the Photo response. * @return Google_Service_StreetViewPublish_Photo */ public function get($photoId, $optParams = array()) @@ -145,8 +145,8 @@ class Google_Service_StreetViewPublish_Resource_Photo extends Google_Service_Res * @param Google_Service_StreetViewPublish_Photo $postBody * @param array $optParams Optional parameters. * - * @opt_param string updateMask Mask that identifies fields on the photo - * metadata to update. If not present, the old Photo metadata is entirely + * @opt_param string updateMask Required. Mask that identifies fields on the + * photo metadata to update. If not present, the old Photo metadata is entirely * replaced with the new Photo metadata in this request. The update fails if * invalid fields are specified. Multiple fields can be specified in a comma- * delimited list. diff --git a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php index 93ac7a4..8e02232 100644 --- a/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php +++ b/vendor/google/apiclient-services/src/Google/Service/StreetViewPublish/Resource/Photos.php @@ -56,15 +56,15 @@ class Google_Service_StreetViewPublish_Resource_Photos extends Google_Service_Re * * @param array $optParams Optional parameters. * - * @opt_param string photoIds Required. IDs of the Photos. For HTTP GET - * requests, the URL query parameter should be `photoIds==&...`. - * @opt_param string view Specifies if a download URL for the photo bytes should - * be returned in the Photo response. + * @opt_param string view Required. Specifies if a download URL for the photo + * bytes should be returned in the Photo response. * @opt_param string languageCode The BCP-47 language code, such as "en-US" or * "sr-Latn". For more information, see * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If * language_code is unspecified, the user's language preference for Google * services is used. + * @opt_param string photoIds Required. IDs of the Photos. For HTTP GET + * requests, the URL query parameter should be `photoIds==&...`. * @return Google_Service_StreetViewPublish_BatchGetPhotosResponse */ public function batchGet($optParams = array()) @@ -110,16 +110,9 @@ class Google_Service_StreetViewPublish_Resource_Photos extends Google_Service_Re * * @param array $optParams Optional parameters. * - * @opt_param string pageToken The nextPageToken value returned from a previous - * ListPhotos request, if any. - * @opt_param int pageSize The maximum number of photos to return. `pageSize` - * must be non-negative. If `pageSize` is zero or is not provided, the default - * page size of 100 is used. The number of photos returned in the response may - * be less than `pageSize` if the number of photos that belong to the user is - * less than `pageSize`. - * @opt_param string view Specifies if a download URL for the photos bytes - * should be returned in the Photos response. - * @opt_param string filter The filter expression. For example: + * @opt_param string view Required. Specifies if a download URL for the photos + * bytes should be returned in the Photos response. + * @opt_param string filter Required. The filter expression. For example: * `placeId=ChIJj61dQgK6j4AR4GeTYWZsKWw`. * * The only filter supported at the moment is `placeId`. @@ -128,6 +121,13 @@ class Google_Service_StreetViewPublish_Resource_Photos extends Google_Service_Re * http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If * language_code is unspecified, the user's language preference for Google * services is used. + * @opt_param string pageToken The nextPageToken value returned from a previous + * ListPhotos request, if any. + * @opt_param int pageSize The maximum number of photos to return. `pageSize` + * must be non-negative. If `pageSize` is zero or is not provided, the default + * page size of 100 is used. The number of photos returned in the response may + * be less than `pageSize` if the number of photos that belong to the user is + * less than `pageSize`. * @return Google_Service_StreetViewPublish_ListPhotosResponse */ public function listPhotos($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU.php b/vendor/google/apiclient-services/src/Google/Service/TPU.php index 87ebb79..fcb23a6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TPU.php +++ b/vendor/google/apiclient-services/src/Google/Service/TPU.php @@ -322,10 +322,6 @@ class Google_Service_TPU extends Google_Service 'type' => 'string', 'required' => true, ), - 'filter' => array( - 'location' => 'query', - 'type' => 'string', - ), 'pageToken' => array( 'location' => 'query', 'type' => 'string', @@ -338,6 +334,10 @@ class Google_Service_TPU extends Google_Service 'location' => 'query', 'type' => 'integer', ), + 'filter' => array( + 'location' => 'query', + 'type' => 'string', + ), ), ), ) diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php index f40de33..6bf18a2 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListAcceleratorTypesResponse.php @@ -17,10 +17,11 @@ class Google_Service_TPU_ListAcceleratorTypesResponse extends Google_Collection { - protected $collection_key = 'acceleratorTypes'; + protected $collection_key = 'unreachable'; protected $acceleratorTypesType = 'Google_Service_TPU_AcceleratorType'; protected $acceleratorTypesDataType = 'array'; public $nextPageToken; + public $unreachable; /** * @param Google_Service_TPU_AcceleratorType @@ -44,4 +45,12 @@ class Google_Service_TPU_ListAcceleratorTypesResponse extends Google_Collection { return $this->nextPageToken; } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php b/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php index 46b7861..02e8145 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/ListTensorFlowVersionsResponse.php @@ -17,10 +17,11 @@ class Google_Service_TPU_ListTensorFlowVersionsResponse extends Google_Collection { - protected $collection_key = 'tensorflowVersions'; + protected $collection_key = 'unreachable'; public $nextPageToken; protected $tensorflowVersionsType = 'Google_Service_TPU_TensorFlowVersion'; protected $tensorflowVersionsDataType = 'array'; + public $unreachable; public function setNextPageToken($nextPageToken) { @@ -44,4 +45,12 @@ class Google_Service_TPU_ListTensorFlowVersionsResponse extends Google_Collectio { return $this->tensorflowVersions; } + public function setUnreachable($unreachable) + { + $this->unreachable = $unreachable; + } + public function getUnreachable() + { + return $this->unreachable; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php index 333afdb..12ad2b1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php +++ b/vendor/google/apiclient-services/src/Google/Service/TPU/Resource/ProjectsLocationsTensorflowVersions.php @@ -45,11 +45,11 @@ class Google_Service_TPU_Resource_ProjectsLocationsTensorflowVersions extends Go * @param string $parent The parent resource name. * @param array $optParams Optional parameters. * - * @opt_param string filter List filter. * @opt_param string pageToken The next_page_token value returned from a * previous List request, if any. * @opt_param string orderBy Sort results. * @opt_param int pageSize The maximum number of items to return. + * @opt_param string filter List filter. * @return Google_Service_TPU_ListTensorFlowVersionsResponse */ public function listProjectsLocationsTensorflowVersions($parent, $optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php index 771bdfb..cf777f1 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosModel.php @@ -22,6 +22,9 @@ class Google_Service_Testing_IosModel extends Google_Collection public $formFactor; public $id; public $name; + public $screenDensity; + public $screenX; + public $screenY; public $supportedVersionIds; public $tags; @@ -57,6 +60,30 @@ class Google_Service_Testing_IosModel extends Google_Collection { return $this->name; } + public function setScreenDensity($screenDensity) + { + $this->screenDensity = $screenDensity; + } + public function getScreenDensity() + { + return $this->screenDensity; + } + public function setScreenX($screenX) + { + $this->screenX = $screenX; + } + public function getScreenX() + { + return $this->screenX; + } + public function setScreenY($screenY) + { + $this->screenY = $screenY; + } + public function getScreenY() + { + return $this->screenY; + } public function setSupportedVersionIds($supportedVersionIds) { $this->supportedVersionIds = $supportedVersionIds; diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.php b/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.php new file mode 100644 index 0000000..a24c855 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/IosTestLoop.php @@ -0,0 +1,56 @@ +appBundleId = $appBundleId; + } + public function getAppBundleId() + { + return $this->appBundleId; + } + /** + * @param Google_Service_Testing_FileReference + */ + public function setAppIpa(Google_Service_Testing_FileReference $appIpa) + { + $this->appIpa = $appIpa; + } + /** + * @return Google_Service_Testing_FileReference + */ + public function getAppIpa() + { + return $this->appIpa; + } + public function setScenarios($scenarios) + { + $this->scenarios = $scenarios; + } + public function getScenarios() + { + return $this->scenarios; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php b/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php index 74ef652..0b0a46c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php +++ b/vendor/google/apiclient-services/src/Google/Service/Testing/TestSpecification.php @@ -25,6 +25,8 @@ class Google_Service_Testing_TestSpecification extends Google_Model protected $androidTestLoopDataType = ''; public $disablePerformanceMetrics; public $disableVideoRecording; + protected $iosTestLoopType = 'Google_Service_Testing_IosTestLoop'; + protected $iosTestLoopDataType = ''; protected $iosTestSetupType = 'Google_Service_Testing_IosTestSetup'; protected $iosTestSetupDataType = ''; protected $iosXcTestType = 'Google_Service_Testing_IosXcTest'; @@ -91,6 +93,20 @@ class Google_Service_Testing_TestSpecification extends Google_Model { return $this->disableVideoRecording; } + /** + * @param Google_Service_Testing_IosTestLoop + */ + public function setIosTestLoop(Google_Service_Testing_IosTestLoop $iosTestLoop) + { + $this->iosTestLoop = $iosTestLoop; + } + /** + * @return Google_Service_Testing_IosTestLoop + */ + public function getIosTestLoop() + { + return $this->iosTestLoop; + } /** * @param Google_Service_Testing_IosTestSetup */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php index e412641..aec1f37 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php +++ b/vendor/google/apiclient-services/src/Google/Service/Texttospeech/Resource/Voices.php @@ -30,14 +30,13 @@ class Google_Service_Texttospeech_Resource_Voices extends Google_Service_Resourc * * @param array $optParams Optional parameters. * - * @opt_param string languageCode Optional (but recommended) - * [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If - * specified, the ListVoices call will only return voices that can be used to - * synthesize this language_code. E.g. when specifying "en-NZ", you will get - * supported "en-*" voices; when specifying "no", you will get supported "no-*" - * (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh" will also - * get supported "cmn-*" voices; specifying "zh-hk" will also get supported - * "yue-*" voices. + * @opt_param string languageCode Optional. Recommended. [BCP-47](https://www + * .rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If specified, the ListVoices + * call will only return voices that can be used to synthesize this + * language_code. E.g. when specifying "en-NZ", you will get supported "en-*" + * voices; when specifying "no", you will get supported "no-*" (Norwegian) and + * "nb-*" (Norwegian Bokmal) voices; specifying "zh" will also get supported + * "cmn-*" voices; specifying "zh-hk" will also get supported "yue-*" voices. * @return Google_Service_Texttospeech_ListVoicesResponse */ public function listVoices($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault.php b/vendor/google/apiclient-services/src/Google/Service/Vault.php index e29715e..9753d79 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vault.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vault.php @@ -42,6 +42,7 @@ class Google_Service_Vault extends Google_Service public $matters_holds; public $matters_holds_accounts; public $matters_savedQueries; + public $operations; /** * Constructs the internal representation of the Vault service. @@ -116,14 +117,6 @@ class Google_Service_Vault extends Google_Service 'path' => 'v1/matters', 'httpMethod' => 'GET', 'parameters' => array( - 'pageToken' => array( - 'location' => 'query', - 'type' => 'string', - ), - 'pageSize' => array( - 'location' => 'query', - 'type' => 'integer', - ), 'view' => array( 'location' => 'query', 'type' => 'string', @@ -132,6 +125,14 @@ class Google_Service_Vault extends Google_Service 'location' => 'query', 'type' => 'string', ), + 'pageToken' => array( + 'location' => 'query', + 'type' => 'string', + ), + 'pageSize' => array( + 'location' => 'query', + 'type' => 'integer', + ), ), ),'removePermissions' => array( 'path' => 'v1/matters/{matterId}:removePermissions', @@ -494,5 +495,25 @@ class Google_Service_Vault extends Google_Service ) ) ); + $this->operations = new Google_Service_Vault_Resource_Operations( + $this, + $this->serviceName, + 'operations', + array( + 'methods' => array( + 'delete' => array( + 'path' => 'v1/{+name}', + 'httpMethod' => 'DELETE', + 'parameters' => array( + 'name' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), + ), + ) + ) + ); } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php index 02ef297..0c6563b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Matters.php @@ -104,13 +104,13 @@ class Google_Service_Vault_Resource_Matters extends Google_Service_Resource * * @param array $optParams Optional parameters. * - * @opt_param string pageToken The pagination token as returned in the response. - * @opt_param int pageSize The number of matters to return in the response. - * Default and maximum are 100. * @opt_param string view Specifies which parts of the matter to return in * response. * @opt_param string state If set, list only matters with that specific state. * The default is listing matters of all states. + * @opt_param string pageToken The pagination token as returned in the response. + * @opt_param int pageSize The number of matters to return in the response. + * Default and maximum are 100. * @return Google_Service_Vault_ListMattersResponse */ public function listMatters($optParams = array()) diff --git a/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.php b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.php new file mode 100644 index 0000000..142af01 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vault/Resource/Operations.php @@ -0,0 +1,44 @@ + + * $vaultService = new Google_Service_Vault(...); + * $operations = $vaultService->operations; + * + */ +class Google_Service_Vault_Resource_Operations extends Google_Service_Resource +{ + /** + * Deletes a long-running operation. This method indicates that the client is no + * longer interested in the operation result. It does not cancel the operation. + * If the server doesn't support this method, it returns + * `google.rpc.Code.UNIMPLEMENTED`. (operations.delete) + * + * @param string $name The name of the operation resource to be deleted. + * @param array $optParams Optional parameters. + * @return Google_Service_Vault_VaultEmpty + */ + public function delete($name, $optParams = array()) + { + $params = array('name' => $name); + $params = array_merge($params, $optParams); + return $this->call('delete', array($params), "Google_Service_Vault_VaultEmpty"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess.php new file mode 100644 index 0000000..2394ad1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess.php @@ -0,0 +1,74 @@ + + * API for Verified Access chrome extension to provide credential verification + * for chrome devices connecting to an enterprise network
+ * + *+ * For more information about this service, see the API + * Documentation + *
+ * + * @author Google, Inc. + */ +class Google_Service_Verifiedaccess extends Google_Service +{ + /** Verify your enterprise credentials. */ + const VERIFIEDACCESS = + "https://www.googleapis.com/auth/verifiedaccess"; + + public $challenge; + + /** + * Constructs the internal representation of the Verifiedaccess service. + * + * @param Google_Client $client The client used to deliver requests. + * @param string $rootUrl The root URL used for requests to the service. + */ + public function __construct(Google_Client $client, $rootUrl = null) + { + parent::__construct($client); + $this->rootUrl = $rootUrl ?: 'https://verifiedaccess.googleapis.com/'; + $this->servicePath = ''; + $this->batchPath = 'batch'; + $this->version = 'v1'; + $this->serviceName = 'verifiedaccess'; + + $this->challenge = new Google_Service_Verifiedaccess_Resource_Challenge( + $this, + $this->serviceName, + 'challenge', + array( + 'methods' => array( + 'create' => array( + 'path' => 'v1/challenge', + 'httpMethod' => 'POST', + 'parameters' => array(), + ),'verify' => array( + 'path' => 'v1/challenge:verify', + 'httpMethod' => 'POST', + 'parameters' => array(), + ), + ) + ) + ); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.php new file mode 100644 index 0000000..1510d37 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Challenge.php @@ -0,0 +1,53 @@ +alternativeChallenge = $alternativeChallenge; + } + /** + * @return Google_Service_Verifiedaccess_SignedData + */ + public function getAlternativeChallenge() + { + return $this->alternativeChallenge; + } + /** + * @param Google_Service_Verifiedaccess_SignedData + */ + public function setChallenge(Google_Service_Verifiedaccess_SignedData $challenge) + { + $this->challenge = $challenge; + } + /** + * @return Google_Service_Verifiedaccess_SignedData + */ + public function getChallenge() + { + return $this->challenge; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.php new file mode 100644 index 0000000..ce694a1 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/Resource/Challenge.php @@ -0,0 +1,54 @@ + + * $verifiedaccessService = new Google_Service_Verifiedaccess(...); + * $challenge = $verifiedaccessService->challenge; + * + */ +class Google_Service_Verifiedaccess_Resource_Challenge extends Google_Service_Resource +{ + /** + * CreateChallenge API (challenge.create) + * + * @param Google_Service_Verifiedaccess_VerifiedaccessEmpty $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Verifiedaccess_Challenge + */ + public function create(Google_Service_Verifiedaccess_VerifiedaccessEmpty $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('create', array($params), "Google_Service_Verifiedaccess_Challenge"); + } + /** + * VerifyChallengeResponse API (challenge.verify) + * + * @param Google_Service_Verifiedaccess_VerifyChallengeResponseRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Verifiedaccess_VerifyChallengeResponseResult + */ + public function verify(Google_Service_Verifiedaccess_VerifyChallengeResponseRequest $postBody, $optParams = array()) + { + $params = array('postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('verify', array($params), "Google_Service_Verifiedaccess_VerifyChallengeResponseResult"); + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.php new file mode 100644 index 0000000..a8ceaeb --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/SignedData.php @@ -0,0 +1,39 @@ +data = $data; + } + public function getData() + { + return $this->data; + } + public function setSignature($signature) + { + $this->signature = $signature; + } + public function getSignature() + { + return $this->signature; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.php new file mode 100644 index 0000000..5283a46 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifiedaccessEmpty.php @@ -0,0 +1,20 @@ +challengeResponse = $challengeResponse; + } + /** + * @return Google_Service_Verifiedaccess_SignedData + */ + public function getChallengeResponse() + { + return $this->challengeResponse; + } + public function setExpectedIdentity($expectedIdentity) + { + $this->expectedIdentity = $expectedIdentity; + } + public function getExpectedIdentity() + { + return $this->expectedIdentity; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.php b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.php new file mode 100644 index 0000000..1181e5a --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Verifiedaccess/VerifyChallengeResponseResult.php @@ -0,0 +1,57 @@ +deviceEnrollmentId = $deviceEnrollmentId; + } + public function getDeviceEnrollmentId() + { + return $this->deviceEnrollmentId; + } + public function setDevicePermanentId($devicePermanentId) + { + $this->devicePermanentId = $devicePermanentId; + } + public function getDevicePermanentId() + { + return $this->devicePermanentId; + } + public function setSignedPublicKeyAndChallenge($signedPublicKeyAndChallenge) + { + $this->signedPublicKeyAndChallenge = $signedPublicKeyAndChallenge; + } + public function getSignedPublicKeyAndChallenge() + { + return $this->signedPublicKeyAndChallenge; + } + public function setVerificationOutput($verificationOutput) + { + $this->verificationOutput = $verificationOutput; + } + public function getVerificationOutput() + { + return $this->verificationOutput; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision.php b/vendor/google/apiclient-services/src/Google/Service/Vision.php index 4a9dab6..c7f656b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision.php @@ -533,6 +533,16 @@ class Google_Service_Vision extends Google_Service 'type' => 'string', ), ), + ),'purge' => array( + 'path' => 'v1/{+parent}/products:purge', + 'httpMethod' => 'POST', + 'parameters' => array( + 'parent' => array( + 'location' => 'path', + 'type' => 'string', + 'required' => true, + ), + ), ), ) ) diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php index 4026e46..282ad3a 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/AnnotateFileResponse.php @@ -18,12 +18,28 @@ class Google_Service_Vision_AnnotateFileResponse extends Google_Collection { protected $collection_key = 'responses'; + protected $errorType = 'Google_Service_Vision_Status'; + protected $errorDataType = ''; protected $inputConfigType = 'Google_Service_Vision_InputConfig'; protected $inputConfigDataType = ''; protected $responsesType = 'Google_Service_Vision_AnnotateImageResponse'; protected $responsesDataType = 'array'; public $totalPages; + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } /** * @param Google_Service_Vision_InputConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php index 139db33..c2da0a8 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1AnnotateFileResponse.php @@ -18,12 +18,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p1beta1AnnotateFileResponse extends Google_Collection { protected $collection_key = 'responses'; + protected $errorType = 'Google_Service_Vision_Status'; + protected $errorDataType = ''; protected $inputConfigType = 'Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig'; protected $inputConfigDataType = ''; protected $responsesType = 'Google_Service_Vision_GoogleCloudVisionV1p1beta1AnnotateImageResponse'; protected $responsesDataType = 'array'; public $totalPages; + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1InputConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php index 1be8db9..60d0e96 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsGroupedResult.php @@ -20,6 +20,8 @@ class Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupe protected $collection_key = 'results'; protected $boundingPolyType = 'Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly'; protected $boundingPolyDataType = ''; + protected $objectAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation'; + protected $objectAnnotationsDataType = 'array'; protected $resultsType = 'Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult'; protected $resultsDataType = 'array'; @@ -37,6 +39,20 @@ class Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsGroupe { return $this->boundingPoly; } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsResult */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php similarity index 65% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation.php rename to vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php index 66f6a56..9c52790 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation.php @@ -15,29 +15,13 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation extends Google_Model +class Google_Service_Vision_GoogleCloudVisionV1p1beta1ProductSearchResultsObjectAnnotation extends Google_Model { - protected $boundingPolyType = 'Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly'; - protected $boundingPolyDataType = ''; public $languageCode; public $mid; public $name; public $score; - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly $boundingPoly) - { - $this->boundingPoly = $boundingPoly; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingPoly() - { - return $this->boundingPoly; - } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php index 552f6d1..b9d1dfd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1AnnotateFileResponse.php @@ -18,12 +18,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateFileResponse extends Google_Collection { protected $collection_key = 'responses'; + protected $errorType = 'Google_Service_Vision_Status'; + protected $errorDataType = ''; protected $inputConfigType = 'Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig'; protected $inputConfigDataType = ''; protected $responsesType = 'Google_Service_Vision_GoogleCloudVisionV1p2beta1AnnotateImageResponse'; protected $responsesDataType = 'array'; public $totalPages; + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1InputConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php index 5985da3..1959e8b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsGroupedResult.php @@ -20,6 +20,8 @@ class Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsGroupe protected $collection_key = 'results'; protected $boundingPolyType = 'Google_Service_Vision_GoogleCloudVisionV1p2beta1BoundingPoly'; protected $boundingPolyDataType = ''; + protected $objectAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation'; + protected $objectAnnotationsDataType = 'array'; protected $resultsType = 'Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult'; protected $resultsDataType = 'array'; @@ -37,6 +39,20 @@ class Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsGroupe { return $this->boundingPoly; } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsResult */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationDetectedLanguage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php similarity index 61% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationDetectedLanguage.php rename to vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php index bff421c..2343f7e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationDetectedLanguage.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation.php @@ -15,19 +15,13 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedLanguage extends Google_Model +class Google_Service_Vision_GoogleCloudVisionV1p2beta1ProductSearchResultsObjectAnnotation extends Google_Model { - public $confidence; public $languageCode; + public $mid; + public $name; + public $score; - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; @@ -36,4 +30,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedLang { return $this->languageCode; } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php index 8c04b74..92a3152 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1AnnotateFileResponse.php @@ -18,12 +18,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p3beta1AnnotateFileResponse extends Google_Collection { protected $collection_key = 'responses'; + protected $errorType = 'Google_Service_Vision_Status'; + protected $errorDataType = ''; protected $inputConfigType = 'Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig'; protected $inputConfigDataType = ''; protected $responsesType = 'Google_Service_Vision_GoogleCloudVisionV1p3beta1AnnotateImageResponse'; protected $responsesDataType = 'array'; public $totalPages; + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1InputConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php index 8c2fd33..b3e02bf 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsGroupedResult.php @@ -20,6 +20,8 @@ class Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsGroupe protected $collection_key = 'results'; protected $boundingPolyType = 'Google_Service_Vision_GoogleCloudVisionV1p3beta1BoundingPoly'; protected $boundingPolyDataType = ''; + protected $objectAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation'; + protected $objectAnnotationsDataType = 'array'; protected $resultsType = 'Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult'; protected $resultsDataType = 'array'; @@ -37,6 +39,20 @@ class Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsGroupe { return $this->boundingPoly; } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p3beta1ProductSearchResultsResult */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php new file mode 100644 index 0000000..c248df5 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p3beta1ProductSearchResultsObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php index 1b9ec07..893998d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateFileResponse.php @@ -18,12 +18,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateFileResponse extends Google_Collection { protected $collection_key = 'responses'; + protected $errorType = 'Google_Service_Vision_Status'; + protected $errorDataType = ''; protected $inputConfigType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig'; protected $inputConfigDataType = ''; protected $responsesType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse'; protected $responsesDataType = 'array'; public $totalPages; + /** + * @param Google_Service_Vision_Status + */ + public function setError(Google_Service_Vision_Status $error) + { + $this->error = $error; + } + /** + * @return Google_Service_Vision_Status + */ + public function getError() + { + return $this->error; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1InputConfig */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php index 8c1c43d..b528d4b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1AnnotateImageResponse.php @@ -30,8 +30,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse exte protected $fullTextAnnotationDataType = ''; protected $imagePropertiesAnnotationType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageProperties'; protected $imagePropertiesAnnotationDataType = ''; - protected $imageQualityAnnotationType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageQuality'; - protected $imageQualityAnnotationDataType = ''; protected $labelAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation'; protected $labelAnnotationsDataType = 'array'; protected $landmarkAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation'; @@ -42,8 +40,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse exte protected $logoAnnotationsDataType = 'array'; protected $productSearchResultsType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResults'; protected $productSearchResultsDataType = ''; - protected $qualityOptimizationResultType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1QualityOptimizationResult'; - protected $qualityOptimizationResultDataType = ''; protected $safeSearchAnnotationType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation'; protected $safeSearchAnnotationDataType = ''; protected $textAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation'; @@ -135,20 +131,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse exte { return $this->imagePropertiesAnnotation; } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageQuality - */ - public function setImageQualityAnnotation(Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageQuality $imageQualityAnnotation) - { - $this->imageQualityAnnotation = $imageQualityAnnotation; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ImageQuality - */ - public function getImageQualityAnnotation() - { - return $this->imageQualityAnnotation; - } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1EntityAnnotation */ @@ -219,20 +201,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1AnnotateImageResponse exte { return $this->productSearchResults; } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1QualityOptimizationResult - */ - public function setQualityOptimizationResult(Google_Service_Vision_GoogleCloudVisionV1p4beta1QualityOptimizationResult $qualityOptimizationResult) - { - $this->qualityOptimizationResult = $qualityOptimizationResult; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1QualityOptimizationResult - */ - public function getQualityOptimizationResult() - { - return $this->qualityOptimizationResult; - } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageQuality.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageQuality.php deleted file mode 100644 index 765f657..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ImageQuality.php +++ /dev/null @@ -1,30 +0,0 @@ -qualityScore = $qualityScore; - } - public function getQualityScore() - { - return $this->qualityScore; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php index 865ae02..18d16b3 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsGroupedResult.php @@ -20,6 +20,8 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsGroupe protected $collection_key = 'results'; protected $boundingPolyType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1BoundingPoly'; protected $boundingPolyDataType = ''; + protected $objectAnnotationsType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation'; + protected $objectAnnotationsDataType = 'array'; protected $resultsType = 'Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult'; protected $resultsDataType = 'array'; @@ -37,6 +39,20 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsGroupe { return $this->boundingPoly; } + /** + * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1ProductSearchResultsResult */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php new file mode 100644 index 0000000..2106272 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1ProductSearchResultsObjectAnnotation.php @@ -0,0 +1,57 @@ +languageCode = $languageCode; + } + public function getLanguageCode() + { + return $this->languageCode; + } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php index 68abeda..819aeff 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p4beta1SafeSearchAnnotation.php @@ -18,16 +18,10 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation extends Google_Model { public $adult; - public $adultConfidence; public $medical; - public $medicalConfidence; - public $nsfwConfidence; public $racy; - public $racyConfidence; public $spoof; - public $spoofConfidence; public $violence; - public $violenceConfidence; public function setAdult($adult) { @@ -37,14 +31,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation exten { return $this->adult; } - public function setAdultConfidence($adultConfidence) - { - $this->adultConfidence = $adultConfidence; - } - public function getAdultConfidence() - { - return $this->adultConfidence; - } public function setMedical($medical) { $this->medical = $medical; @@ -53,22 +39,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation exten { return $this->medical; } - public function setMedicalConfidence($medicalConfidence) - { - $this->medicalConfidence = $medicalConfidence; - } - public function getMedicalConfidence() - { - return $this->medicalConfidence; - } - public function setNsfwConfidence($nsfwConfidence) - { - $this->nsfwConfidence = $nsfwConfidence; - } - public function getNsfwConfidence() - { - return $this->nsfwConfidence; - } public function setRacy($racy) { $this->racy = $racy; @@ -77,14 +47,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation exten { return $this->racy; } - public function setRacyConfidence($racyConfidence) - { - $this->racyConfidence = $racyConfidence; - } - public function getRacyConfidence() - { - return $this->racyConfidence; - } public function setSpoof($spoof) { $this->spoof = $spoof; @@ -93,14 +55,6 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation exten { return $this->spoof; } - public function setSpoofConfidence($spoofConfidence) - { - $this->spoofConfidence = $spoofConfidence; - } - public function getSpoofConfidence() - { - return $this->spoofConfidence; - } public function setViolence($violence) { $this->violence = $violence; @@ -109,12 +63,4 @@ class Google_Service_Vision_GoogleCloudVisionV1p4beta1SafeSearchAnnotation exten { return $this->violence; } - public function setViolenceConfidence($violenceConfidence) - { - $this->violenceConfidence = $violenceConfidence; - } - public function getViolenceConfidence() - { - return $this->violenceConfidence; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AnnotateFileResponse.php deleted file mode 100644 index 0d053c8..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AnnotateFileResponse.php +++ /dev/null @@ -1,63 +0,0 @@ -inputConfig = $inputConfig; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1InputConfig - */ - public function getInputConfig() - { - return $this->inputConfig; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1AnnotateImageResponse - */ - public function setResponses($responses) - { - $this->responses = $responses; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1AnnotateImageResponse - */ - public function getResponses() - { - return $this->responses; - } - public function setTotalPages($totalPages) - { - $this->totalPages = $totalPages; - } - public function getTotalPages() - { - return $this->totalPages; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AnnotateImageResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AnnotateImageResponse.php deleted file mode 100644 index 4b8b3a5..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AnnotateImageResponse.php +++ /dev/null @@ -1,246 +0,0 @@ -context = $context; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageAnnotationContext - */ - public function getContext() - { - return $this->context; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHintsAnnotation - */ - public function setCropHintsAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHintsAnnotation $cropHintsAnnotation) - { - $this->cropHintsAnnotation = $cropHintsAnnotation; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHintsAnnotation - */ - public function getCropHintsAnnotation() - { - return $this->cropHintsAnnotation; - } - /** - * @param Google_Service_Vision_Status - */ - public function setError(Google_Service_Vision_Status $error) - { - $this->error = $error; - } - /** - * @return Google_Service_Vision_Status - */ - public function getError() - { - return $this->error; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotation - */ - public function setFaceAnnotations($faceAnnotations) - { - $this->faceAnnotations = $faceAnnotations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotation - */ - public function getFaceAnnotations() - { - return $this->faceAnnotations; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation - */ - public function setFullTextAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation $fullTextAnnotation) - { - $this->fullTextAnnotation = $fullTextAnnotation; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotation - */ - public function getFullTextAnnotation() - { - return $this->fullTextAnnotation; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageProperties - */ - public function setImagePropertiesAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageProperties $imagePropertiesAnnotation) - { - $this->imagePropertiesAnnotation = $imagePropertiesAnnotation; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ImageProperties - */ - public function getImagePropertiesAnnotation() - { - return $this->imagePropertiesAnnotation; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function setLabelAnnotations($labelAnnotations) - { - $this->labelAnnotations = $labelAnnotations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function getLabelAnnotations() - { - return $this->labelAnnotations; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function setLandmarkAnnotations($landmarkAnnotations) - { - $this->landmarkAnnotations = $landmarkAnnotations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function getLandmarkAnnotations() - { - return $this->landmarkAnnotations; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation - */ - public function setLocalizedObjectAnnotations($localizedObjectAnnotations) - { - $this->localizedObjectAnnotations = $localizedObjectAnnotations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1LocalizedObjectAnnotation - */ - public function getLocalizedObjectAnnotations() - { - return $this->localizedObjectAnnotations; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function setLogoAnnotations($logoAnnotations) - { - $this->logoAnnotations = $logoAnnotations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function getLogoAnnotations() - { - return $this->logoAnnotations; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResults - */ - public function setProductSearchResults(Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResults $productSearchResults) - { - $this->productSearchResults = $productSearchResults; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResults - */ - public function getProductSearchResults() - { - return $this->productSearchResults; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1SafeSearchAnnotation - */ - public function setSafeSearchAnnotation(Google_Service_Vision_GoogleCloudVisionV1p5beta1SafeSearchAnnotation $safeSearchAnnotation) - { - $this->safeSearchAnnotation = $safeSearchAnnotation; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1SafeSearchAnnotation - */ - public function getSafeSearchAnnotation() - { - return $this->safeSearchAnnotation; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function setTextAnnotations($textAnnotations) - { - $this->textAnnotations = $textAnnotations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1EntityAnnotation - */ - public function getTextAnnotations() - { - return $this->textAnnotations; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetection - */ - public function setWebDetection(Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetection $webDetection) - { - $this->webDetection = $webDetection; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetection - */ - public function getWebDetection() - { - return $this->webDetection; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncAnnotateFileResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncAnnotateFileResponse.php deleted file mode 100644 index f030d87..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncAnnotateFileResponse.php +++ /dev/null @@ -1,37 +0,0 @@ -outputConfig = $outputConfig; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1OutputConfig - */ - public function getOutputConfig() - { - return $this->outputConfig; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncBatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncBatchAnnotateFilesResponse.php deleted file mode 100644 index 7575233..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncBatchAnnotateFilesResponse.php +++ /dev/null @@ -1,38 +0,0 @@ -responses = $responses; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1AsyncAnnotateFileResponse - */ - public function getResponses() - { - return $this->responses; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncBatchAnnotateImagesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncBatchAnnotateImagesResponse.php deleted file mode 100644 index 75550ff..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1AsyncBatchAnnotateImagesResponse.php +++ /dev/null @@ -1,37 +0,0 @@ -outputConfig = $outputConfig; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1OutputConfig - */ - public function getOutputConfig() - { - return $this->outputConfig; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BatchAnnotateFilesResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BatchAnnotateFilesResponse.php deleted file mode 100644 index ac93b45..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BatchAnnotateFilesResponse.php +++ /dev/null @@ -1,38 +0,0 @@ -responses = $responses; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1AnnotateFileResponse - */ - public function getResponses() - { - return $this->responses; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Block.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Block.php deleted file mode 100644 index ce1bece..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Block.php +++ /dev/null @@ -1,129 +0,0 @@ -blockType = $blockType; - } - public function getBlockType() - { - return $this->blockType; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function setBoundingBox(Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly $boundingBox) - { - $this->boundingBox = $boundingBox; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingBox() - { - return $this->boundingBox; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1KeyValuePair - */ - public function setKeyValuePair(Google_Service_Vision_GoogleCloudVisionV1p5beta1KeyValuePair $keyValuePair) - { - $this->keyValuePair = $keyValuePair; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1KeyValuePair - */ - public function getKeyValuePair() - { - return $this->keyValuePair; - } - public function setMergedText($mergedText) - { - $this->mergedText = $mergedText; - } - public function getMergedText() - { - return $this->mergedText; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Paragraph - */ - public function setParagraphs($paragraphs) - { - $this->paragraphs = $paragraphs; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Paragraph - */ - public function getParagraphs() - { - return $this->paragraphs; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty $property) - { - $this->property = $property; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function getProperty() - { - return $this->property; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Table - */ - public function setTable(Google_Service_Vision_GoogleCloudVisionV1p5beta1Table $table) - { - $this->table = $table; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Table - */ - public function getTable() - { - return $this->table; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BoundingPoly.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BoundingPoly.php deleted file mode 100644 index 53f35d4..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1BoundingPoly.php +++ /dev/null @@ -1,54 +0,0 @@ -normalizedVertices = $normalizedVertices; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1NormalizedVertex - */ - public function getNormalizedVertices() - { - return $this->normalizedVertices; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Vertex - */ - public function setVertices($vertices) - { - $this->vertices = $vertices; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Vertex - */ - public function getVertices() - { - return $this->vertices; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1CropHint.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1CropHint.php deleted file mode 100644 index 836270f..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1CropHint.php +++ /dev/null @@ -1,55 +0,0 @@ -boundingPoly = $boundingPoly; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingPoly() - { - return $this->boundingPoly; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - public function setImportanceFraction($importanceFraction) - { - $this->importanceFraction = $importanceFraction; - } - public function getImportanceFraction() - { - return $this->importanceFraction; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1CropHintsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1CropHintsAnnotation.php deleted file mode 100644 index 4b1aafe..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1CropHintsAnnotation.php +++ /dev/null @@ -1,38 +0,0 @@ -cropHints = $cropHints; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1CropHint - */ - public function getCropHints() - { - return $this->cropHints; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1DominantColorsAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1DominantColorsAnnotation.php deleted file mode 100644 index 0900a79..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1DominantColorsAnnotation.php +++ /dev/null @@ -1,38 +0,0 @@ -colors = $colors; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ColorInfo - */ - public function getColors() - { - return $this->colors; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1EntityAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1EntityAnnotation.php deleted file mode 100644 index 6728acd..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1EntityAnnotation.php +++ /dev/null @@ -1,124 +0,0 @@ -boundingPoly = $boundingPoly; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingPoly() - { - return $this->boundingPoly; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - public function setDescription($description) - { - $this->description = $description; - } - public function getDescription() - { - return $this->description; - } - public function setLocale($locale) - { - $this->locale = $locale; - } - public function getLocale() - { - return $this->locale; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1LocationInfo - */ - public function setLocations($locations) - { - $this->locations = $locations; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1LocationInfo - */ - public function getLocations() - { - return $this->locations; - } - public function setMid($mid) - { - $this->mid = $mid; - } - public function getMid() - { - return $this->mid; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Property - */ - public function setProperties($properties) - { - $this->properties = $properties; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Property - */ - public function getProperties() - { - return $this->properties; - } - public function setScore($score) - { - $this->score = $score; - } - public function getScore() - { - return $this->score; - } - public function setTopicality($topicality) - { - $this->topicality = $topicality; - } - public function getTopicality() - { - return $this->topicality; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1FaceAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1FaceAnnotation.php deleted file mode 100644 index 4ccf9de..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1FaceAnnotation.php +++ /dev/null @@ -1,178 +0,0 @@ -angerLikelihood = $angerLikelihood; - } - public function getAngerLikelihood() - { - return $this->angerLikelihood; - } - public function setBlurredLikelihood($blurredLikelihood) - { - $this->blurredLikelihood = $blurredLikelihood; - } - public function getBlurredLikelihood() - { - return $this->blurredLikelihood; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function setBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly $boundingPoly) - { - $this->boundingPoly = $boundingPoly; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingPoly() - { - return $this->boundingPoly; - } - public function setDetectionConfidence($detectionConfidence) - { - $this->detectionConfidence = $detectionConfidence; - } - public function getDetectionConfidence() - { - return $this->detectionConfidence; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function setFdBoundingPoly(Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly $fdBoundingPoly) - { - $this->fdBoundingPoly = $fdBoundingPoly; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getFdBoundingPoly() - { - return $this->fdBoundingPoly; - } - public function setHeadwearLikelihood($headwearLikelihood) - { - $this->headwearLikelihood = $headwearLikelihood; - } - public function getHeadwearLikelihood() - { - return $this->headwearLikelihood; - } - public function setJoyLikelihood($joyLikelihood) - { - $this->joyLikelihood = $joyLikelihood; - } - public function getJoyLikelihood() - { - return $this->joyLikelihood; - } - public function setLandmarkingConfidence($landmarkingConfidence) - { - $this->landmarkingConfidence = $landmarkingConfidence; - } - public function getLandmarkingConfidence() - { - return $this->landmarkingConfidence; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotationLandmark - */ - public function setLandmarks($landmarks) - { - $this->landmarks = $landmarks; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1FaceAnnotationLandmark - */ - public function getLandmarks() - { - return $this->landmarks; - } - public function setPanAngle($panAngle) - { - $this->panAngle = $panAngle; - } - public function getPanAngle() - { - return $this->panAngle; - } - public function setRollAngle($rollAngle) - { - $this->rollAngle = $rollAngle; - } - public function getRollAngle() - { - return $this->rollAngle; - } - public function setSorrowLikelihood($sorrowLikelihood) - { - $this->sorrowLikelihood = $sorrowLikelihood; - } - public function getSorrowLikelihood() - { - return $this->sorrowLikelihood; - } - public function setSurpriseLikelihood($surpriseLikelihood) - { - $this->surpriseLikelihood = $surpriseLikelihood; - } - public function getSurpriseLikelihood() - { - return $this->surpriseLikelihood; - } - public function setTiltAngle($tiltAngle) - { - $this->tiltAngle = $tiltAngle; - } - public function getTiltAngle() - { - return $this->tiltAngle; - } - public function setUnderExposedLikelihood($underExposedLikelihood) - { - $this->underExposedLikelihood = $underExposedLikelihood; - } - public function getUnderExposedLikelihood() - { - return $this->underExposedLikelihood; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImageProperties.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImageProperties.php deleted file mode 100644 index 69a9e0c..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImageProperties.php +++ /dev/null @@ -1,37 +0,0 @@ -dominantColors = $dominantColors; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1DominantColorsAnnotation - */ - public function getDominantColors() - { - return $this->dominantColors; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImportProductSetsResponse.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImportProductSetsResponse.php deleted file mode 100644 index 49064a8..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ImportProductSetsResponse.php +++ /dev/null @@ -1,54 +0,0 @@ -referenceImages = $referenceImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ReferenceImage - */ - public function getReferenceImages() - { - return $this->referenceImages; - } - /** - * @param Google_Service_Vision_Status - */ - public function setStatuses($statuses) - { - $this->statuses = $statuses; - } - /** - * @return Google_Service_Vision_Status - */ - public function getStatuses() - { - return $this->statuses; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1InputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1InputConfig.php deleted file mode 100644 index 3d03e85..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1InputConfig.php +++ /dev/null @@ -1,55 +0,0 @@ -content = $content; - } - public function getContent() - { - return $this->content; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsSource - */ - public function setGcsSource(Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsSource $gcsSource) - { - $this->gcsSource = $gcsSource; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsSource - */ - public function getGcsSource() - { - return $this->gcsSource; - } - public function setMimeType($mimeType) - { - $this->mimeType = $mimeType; - } - public function getMimeType() - { - return $this->mimeType; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1KeyValuePair.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1KeyValuePair.php deleted file mode 100644 index 1ca2084..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1KeyValuePair.php +++ /dev/null @@ -1,80 +0,0 @@ -key = $key; - } - public function getKey() - { - return $this->key; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function setKeyBlock(Google_Service_Vision_GoogleCloudVisionV1p5beta1Block $keyBlock) - { - $this->keyBlock = $keyBlock; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function getKeyBlock() - { - return $this->keyBlock; - } - public function setNormalizedKey($normalizedKey) - { - $this->normalizedKey = $normalizedKey; - } - public function getNormalizedKey() - { - return $this->normalizedKey; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function setValueBlock(Google_Service_Vision_GoogleCloudVisionV1p5beta1Block $valueBlock) - { - $this->valueBlock = $valueBlock; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function getValueBlock() - { - return $this->valueBlock; - } - public function setValueType($valueType) - { - $this->valueType = $valueType; - } - public function getValueType() - { - return $this->valueType; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1OutputConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1OutputConfig.php deleted file mode 100644 index 61e57b8..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1OutputConfig.php +++ /dev/null @@ -1,46 +0,0 @@ -batchSize = $batchSize; - } - public function getBatchSize() - { - return $this->batchSize; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsDestination - */ - public function setGcsDestination(Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsDestination $gcsDestination) - { - $this->gcsDestination = $gcsDestination; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1GcsDestination - */ - public function getGcsDestination() - { - return $this->gcsDestination; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Page.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Page.php deleted file mode 100644 index 475f249..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Page.php +++ /dev/null @@ -1,90 +0,0 @@ -blocks = $blocks; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function getBlocks() - { - return $this->blocks; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - public function setHeight($height) - { - $this->height = $height; - } - public function getHeight() - { - return $this->height; - } - public function setMergedText($mergedText) - { - $this->mergedText = $mergedText; - } - public function getMergedText() - { - return $this->mergedText; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty $property) - { - $this->property = $property; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function getProperty() - { - return $this->property; - } - public function setWidth($width) - { - $this->width = $width; - } - public function getWidth() - { - return $this->width; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Paragraph.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Paragraph.php deleted file mode 100644 index d5b72a8..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Paragraph.php +++ /dev/null @@ -1,88 +0,0 @@ -boundingBox = $boundingBox; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingBox() - { - return $this->boundingBox; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - public function setMergedText($mergedText) - { - $this->mergedText = $mergedText; - } - public function getMergedText() - { - return $this->mergedText; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty $property) - { - $this->property = $property; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function getProperty() - { - return $this->property; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Word - */ - public function setWords($words) - { - $this->words = $words; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Word - */ - public function getWords() - { - return $this->words; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Product.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Product.php deleted file mode 100644 index c53d466..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Product.php +++ /dev/null @@ -1,74 +0,0 @@ -description = $description; - } - public function getDescription() - { - return $this->description; - } - public function setDisplayName($displayName) - { - $this->displayName = $displayName; - } - public function getDisplayName() - { - return $this->displayName; - } - public function setName($name) - { - $this->name = $name; - } - public function getName() - { - return $this->name; - } - public function setProductCategory($productCategory) - { - $this->productCategory = $productCategory; - } - public function getProductCategory() - { - return $this->productCategory; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductKeyValue - */ - public function setProductLabels($productLabels) - { - $this->productLabels = $productLabels; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductKeyValue - */ - public function getProductLabels() - { - return $this->productLabels; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResults.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResults.php deleted file mode 100644 index 20544ea..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResults.php +++ /dev/null @@ -1,63 +0,0 @@ -indexTime = $indexTime; - } - public function getIndexTime() - { - return $this->indexTime; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult - */ - public function setProductGroupedResults($productGroupedResults) - { - $this->productGroupedResults = $productGroupedResults; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult - */ - public function getProductGroupedResults() - { - return $this->productGroupedResults; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResultsResult - */ - public function setResults($results) - { - $this->results = $results; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResultsResult - */ - public function getResults() - { - return $this->results; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult.php deleted file mode 100644 index c9837f7..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResultsGroupedResult.php +++ /dev/null @@ -1,54 +0,0 @@ -boundingPoly = $boundingPoly; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingPoly() - { - return $this->boundingPoly; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResultsResult - */ - public function setResults($results) - { - $this->results = $results; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1ProductSearchResultsResult - */ - public function getResults() - { - return $this->results; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResultsResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResultsResult.php deleted file mode 100644 index 23ab4b0..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1ProductSearchResultsResult.php +++ /dev/null @@ -1,55 +0,0 @@ -image = $image; - } - public function getImage() - { - return $this->image; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Product - */ - public function setProduct(Google_Service_Vision_GoogleCloudVisionV1p5beta1Product $product) - { - $this->product = $product; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Product - */ - public function getProduct() - { - return $this->product; - } - public function setScore($score) - { - $this->score = $score; - } - public function getScore() - { - return $this->score; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1SafeSearchAnnotation.php deleted file mode 100644 index 15ba098..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1SafeSearchAnnotation.php +++ /dev/null @@ -1,120 +0,0 @@ -adult = $adult; - } - public function getAdult() - { - return $this->adult; - } - public function setAdultConfidence($adultConfidence) - { - $this->adultConfidence = $adultConfidence; - } - public function getAdultConfidence() - { - return $this->adultConfidence; - } - public function setMedical($medical) - { - $this->medical = $medical; - } - public function getMedical() - { - return $this->medical; - } - public function setMedicalConfidence($medicalConfidence) - { - $this->medicalConfidence = $medicalConfidence; - } - public function getMedicalConfidence() - { - return $this->medicalConfidence; - } - public function setNsfwConfidence($nsfwConfidence) - { - $this->nsfwConfidence = $nsfwConfidence; - } - public function getNsfwConfidence() - { - return $this->nsfwConfidence; - } - public function setRacy($racy) - { - $this->racy = $racy; - } - public function getRacy() - { - return $this->racy; - } - public function setRacyConfidence($racyConfidence) - { - $this->racyConfidence = $racyConfidence; - } - public function getRacyConfidence() - { - return $this->racyConfidence; - } - public function setSpoof($spoof) - { - $this->spoof = $spoof; - } - public function getSpoof() - { - return $this->spoof; - } - public function setSpoofConfidence($spoofConfidence) - { - $this->spoofConfidence = $spoofConfidence; - } - public function getSpoofConfidence() - { - return $this->spoofConfidence; - } - public function setViolence($violence) - { - $this->violence = $violence; - } - public function getViolence() - { - return $this->violence; - } - public function setViolenceConfidence($violenceConfidence) - { - $this->violenceConfidence = $violenceConfidence; - } - public function getViolenceConfidence() - { - return $this->violenceConfidence; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Symbol.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Symbol.php deleted file mode 100644 index dbe9080..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Symbol.php +++ /dev/null @@ -1,71 +0,0 @@ -boundingBox = $boundingBox; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingBox() - { - return $this->boundingBox; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty $property) - { - $this->property = $property; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function getProperty() - { - return $this->property; - } - public function setText($text) - { - $this->text = $text; - } - public function getText() - { - return $this->text; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Table.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Table.php deleted file mode 100644 index c7fac21..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Table.php +++ /dev/null @@ -1,54 +0,0 @@ -bodyRows = $bodyRows; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow - */ - public function getBodyRows() - { - return $this->bodyRows; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow - */ - public function setHeaderRows($headerRows) - { - $this->headerRows = $headerRows; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TableTableRow - */ - public function getHeaderRows() - { - return $this->headerRows; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TableTableCell.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TableTableCell.php deleted file mode 100644 index 7d7e6fe..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TableTableCell.php +++ /dev/null @@ -1,64 +0,0 @@ -colSpan = $colSpan; - } - public function getColSpan() - { - return $this->colSpan; - } - public function setRowSpan($rowSpan) - { - $this->rowSpan = $rowSpan; - } - public function getRowSpan() - { - return $this->rowSpan; - } - public function setText($text) - { - $this->text = $text; - } - public function getText() - { - return $this->text; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function setTextBlock(Google_Service_Vision_GoogleCloudVisionV1p5beta1Block $textBlock) - { - $this->textBlock = $textBlock; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Block - */ - public function getTextBlock() - { - return $this->textBlock; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationTextProperty.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationTextProperty.php deleted file mode 100644 index cd8a351..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1TextAnnotationTextProperty.php +++ /dev/null @@ -1,54 +0,0 @@ -detectedBreak = $detectedBreak; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedBreak - */ - public function getDetectedBreak() - { - return $this->detectedBreak; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedLanguage - */ - public function setDetectedLanguages($detectedLanguages) - { - $this->detectedLanguages = $detectedLanguages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationDetectedLanguage - */ - public function getDetectedLanguages() - { - return $this->detectedLanguages; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetection.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetection.php deleted file mode 100644 index 0906040..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetection.php +++ /dev/null @@ -1,118 +0,0 @@ -bestGuessLabels = $bestGuessLabels; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebLabel - */ - public function getBestGuessLabels() - { - return $this->bestGuessLabels; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function setFullMatchingImages($fullMatchingImages) - { - $this->fullMatchingImages = $fullMatchingImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function getFullMatchingImages() - { - return $this->fullMatchingImages; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebPage - */ - public function setPagesWithMatchingImages($pagesWithMatchingImages) - { - $this->pagesWithMatchingImages = $pagesWithMatchingImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebPage - */ - public function getPagesWithMatchingImages() - { - return $this->pagesWithMatchingImages; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function setPartialMatchingImages($partialMatchingImages) - { - $this->partialMatchingImages = $partialMatchingImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function getPartialMatchingImages() - { - return $this->partialMatchingImages; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function setVisuallySimilarImages($visuallySimilarImages) - { - $this->visuallySimilarImages = $visuallySimilarImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function getVisuallySimilarImages() - { - return $this->visuallySimilarImages; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebEntity - */ - public function setWebEntities($webEntities) - { - $this->webEntities = $webEntities; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebEntity - */ - public function getWebEntities() - { - return $this->webEntities; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebPage.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebPage.php deleted file mode 100644 index 31c2443..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebPage.php +++ /dev/null @@ -1,81 +0,0 @@ -fullMatchingImages = $fullMatchingImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function getFullMatchingImages() - { - return $this->fullMatchingImages; - } - public function setPageTitle($pageTitle) - { - $this->pageTitle = $pageTitle; - } - public function getPageTitle() - { - return $this->pageTitle; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function setPartialMatchingImages($partialMatchingImages) - { - $this->partialMatchingImages = $partialMatchingImages; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebImage - */ - public function getPartialMatchingImages() - { - return $this->partialMatchingImages; - } - public function setScore($score) - { - $this->score = $score; - } - public function getScore() - { - return $this->score; - } - public function setUrl($url) - { - $this->url = $url; - } - public function getUrl() - { - return $this->url; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Word.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Word.php deleted file mode 100644 index 14bc150..0000000 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1Word.php +++ /dev/null @@ -1,88 +0,0 @@ -boundingBox = $boundingBox; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1BoundingPoly - */ - public function getBoundingBox() - { - return $this->boundingBox; - } - public function setConfidence($confidence) - { - $this->confidence = $confidence; - } - public function getConfidence() - { - return $this->confidence; - } - public function setMergedText($mergedText) - { - $this->mergedText = $mergedText; - } - public function getMergedText() - { - return $this->mergedText; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function setProperty(Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty $property) - { - $this->property = $property; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1TextAnnotationTextProperty - */ - public function getProperty() - { - return $this->property; - } - /** - * @param Google_Service_Vision_GoogleCloudVisionV1p5beta1Symbol - */ - public function setSymbols($symbols) - { - $this->symbols = $symbols; - } - /** - * @return Google_Service_Vision_GoogleCloudVisionV1p5beta1Symbol - */ - public function getSymbols() - { - return $this->symbols; - } -} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php b/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php index 7793dbc..489b1f5 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/GroupedResult.php @@ -20,6 +20,8 @@ class Google_Service_Vision_GroupedResult extends Google_Collection protected $collection_key = 'results'; protected $boundingPolyType = 'Google_Service_Vision_BoundingPoly'; protected $boundingPolyDataType = ''; + protected $objectAnnotationsType = 'Google_Service_Vision_ObjectAnnotation'; + protected $objectAnnotationsDataType = 'array'; protected $resultsType = 'Google_Service_Vision_Result'; protected $resultsDataType = 'array'; @@ -37,6 +39,20 @@ class Google_Service_Vision_GroupedResult extends Google_Collection { return $this->boundingPoly; } + /** + * @param Google_Service_Vision_ObjectAnnotation + */ + public function setObjectAnnotations($objectAnnotations) + { + $this->objectAnnotations = $objectAnnotations; + } + /** + * @return Google_Service_Vision_ObjectAnnotation + */ + public function getObjectAnnotations() + { + return $this->objectAnnotations; + } /** * @param Google_Service_Vision_Result */ diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebLabel.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.php similarity index 63% rename from vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebLabel.php rename to vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.php index 4b1e0b3..b52b91b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/GoogleCloudVisionV1p5beta1WebDetectionWebLabel.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ObjectAnnotation.php @@ -15,19 +15,13 @@ * the License. */ -class Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebLabel extends Google_Model +class Google_Service_Vision_ObjectAnnotation extends Google_Model { - public $label; public $languageCode; + public $mid; + public $name; + public $score; - public function setLabel($label) - { - $this->label = $label; - } - public function getLabel() - { - return $this->label; - } public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; @@ -36,4 +30,28 @@ class Google_Service_Vision_GoogleCloudVisionV1p5beta1WebDetectionWebLabel exten { return $this->languageCode; } + public function setMid($mid) + { + $this->mid = $mid; + } + public function getMid() + { + return $this->mid; + } + public function setName($name) + { + $this->name = $name; + } + public function getName() + { + return $this->name; + } + public function setScore($score) + { + $this->score = $score; + } + public function getScore() + { + return $this->score; + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.php b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.php new file mode 100644 index 0000000..08f9812 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/ProductSetPurgeConfig.php @@ -0,0 +1,30 @@ +productSetId = $productSetId; + } + public function getProductSetId() + { + return $this->productSetId; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.php b/vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.php new file mode 100644 index 0000000..51b2ab7 --- /dev/null +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/PurgeProductsRequest.php @@ -0,0 +1,55 @@ +deleteOrphanProducts = $deleteOrphanProducts; + } + public function getDeleteOrphanProducts() + { + return $this->deleteOrphanProducts; + } + public function setForce($force) + { + $this->force = $force; + } + public function getForce() + { + return $this->force; + } + /** + * @param Google_Service_Vision_ProductSetPurgeConfig + */ + public function setProductSetPurgeConfig(Google_Service_Vision_ProductSetPurgeConfig $productSetPurgeConfig) + { + $this->productSetPurgeConfig = $productSetPurgeConfig; + } + /** + * @return Google_Service_Vision_ProductSetPurgeConfig + */ + public function getProductSetPurgeConfig() + { + return $this->productSetPurgeConfig; + } +} diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php index 3e3942b..a13a95b 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSets.php @@ -36,7 +36,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google * * Returns NOT_FOUND if the Product or the ProductSet doesn't exist. * (productSets.addProduct) * - * @param string $name The resource name for the ProductSet to modify. + * @param string $name Required. The resource name for the ProductSet to modify. * * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param Google_Service_Vision_AddProductToProductSetRequest $postBody @@ -57,7 +57,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google * * Returns INVALID_ARGUMENT if display_name is missing, or is longer than * 4096 characters. (productSets.create) * - * @param string $parent The project in which the ProductSet should be created. + * @param string $parent Required. The project in which the ProductSet should be + * created. * * Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_ProductSet $postBody @@ -82,7 +83,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google * The actual image files are not deleted from Google Cloud Storage. * (productSets.delete) * - * @param string $name Resource name of the ProductSet to delete. + * @param string $name Required. Resource name of the ProductSet to delete. * * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param array $optParams Optional parameters. @@ -101,7 +102,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google * * * Returns NOT_FOUND if the ProductSet does not exist. (productSets.get) * - * @param string $name Resource name of the ProductSet to get. + * @param string $name Required. Resource name of the ProductSet to get. * * Format is: `projects/PROJECT_ID/locations/LOG_ID/productSets/PRODUCT_SET_ID` * @param array $optParams Optional parameters. @@ -126,8 +127,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google * the format of the csv file please see * ImportProductSetsGcsSource.csv_file_uri. (productSets.import) * - * @param string $parent The project in which the ProductSets should be - * imported. + * @param string $parent Required. The project in which the ProductSets should + * be imported. * * Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_ImportProductSetsRequest $postBody @@ -148,7 +149,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google * * Returns INVALID_ARGUMENT if page_size is greater than 100, or less than * 1. (productSets.listProjectsLocationsProductSets) * - * @param string $parent The project from which ProductSets should be listed. + * @param string $parent Required. The project from which ProductSets should be + * listed. * * Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param array $optParams Optional parameters. @@ -197,7 +199,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSets extends Google /** * Removes a Product from the specified ProductSet. (productSets.removeProduct) * - * @param string $name The resource name for the ProductSet to modify. + * @param string $name Required. The resource name for the ProductSet to modify. * * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param Google_Service_Vision_RemoveProductFromProductSetRequest $postBody diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php index 72dbe31..8fd326d 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductSetsProducts.php @@ -34,7 +34,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductSetsProducts extend * * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. * (products.listProjectsLocationsProductSetsProducts) * - * @param string $name The ProductSet resource for which to retrieve Products. + * @param string $name Required. The ProductSet resource for which to retrieve + * Products. * * Format is: `projects/PROJECT_ID/locations/LOC_ID/productSets/PRODUCT_SET_ID` * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php index 32f66f8..b78984c 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProducts.php @@ -35,7 +35,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Se * characters. * Returns INVALID_ARGUMENT if product_category is missing or * invalid. (products.create) * - * @param string $parent The project in which the Product should be created. + * @param string $parent Required. The project in which the Product should be + * created. * * Format is `projects/PROJECT_ID/locations/LOC_ID`. * @param Google_Service_Vision_Product $postBody @@ -60,7 +61,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Se * search queries against ProductSets containing the product may still work * until all related caches are refreshed. (products.delete) * - * @param string $name Resource name of product to delete. + * @param string $name Required. Resource name of product to delete. * * Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` * @param array $optParams Optional parameters. @@ -79,7 +80,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Se * * * Returns NOT_FOUND if the Product does not exist. (products.get) * - * @param string $name Resource name of the Product to get. + * @param string $name Required. Resource name of the Product to get. * * Format is: `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID` * @param array $optParams Optional parameters. @@ -99,8 +100,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Se * * Returns INVALID_ARGUMENT if page_size is greater than 100 or less than 1. * (products.listProjectsLocationsProducts) * - * @param string $parent The project OR ProductSet from which Products should be - * listed. + * @param string $parent Required. The project OR ProductSet from which Products + * should be listed. * * Format: `projects/PROJECT_ID/locations/LOC_ID` * @param array $optParams Optional parameters. @@ -152,4 +153,43 @@ class Google_Service_Vision_Resource_ProjectsLocationsProducts extends Google_Se $params = array_merge($params, $optParams); return $this->call('patch', array($params), "Google_Service_Vision_Product"); } + /** + * Asynchronous API to delete all Products in a ProductSet or all Products that + * are in no ProductSet. + * + * If a Product is a member of the specified ProductSet in addition to other + * ProductSets, the Product will still be deleted. + * + * It is recommended to not delete the specified ProductSet until after this + * operation has completed. It is also recommended to not add any of the + * Products involved in the batch delete to a new ProductSet while this + * operation is running because those Products may still end up deleted. + * + * It's not possible to undo the PurgeProducts operation. Therefore, it is + * recommended to keep the csv files used in ImportProductSets (if that was how + * you originally built the Product Set) before starting PurgeProducts, in case + * you need to re-import the data after deletion. + * + * If the plan is to purge all of the Products from a ProductSet and then re-use + * the empty ProductSet to re-import new Products into the empty ProductSet, you + * must wait until the PurgeProducts operation has finished for that ProductSet. + * + * The google.longrunning.Operation API can be used to keep track of the + * progress and results of the request. `Operation.metadata` contains + * `BatchOperationMetadata`. (progress) (products.purge) + * + * @param string $parent Required. The project and location in which the + * Products should be deleted. + * + * Format is `projects/PROJECT_ID/locations/LOC_ID`. + * @param Google_Service_Vision_PurgeProductsRequest $postBody + * @param array $optParams Optional parameters. + * @return Google_Service_Vision_Operation + */ + public function purge($parent, Google_Service_Vision_PurgeProductsRequest $postBody, $optParams = array()) + { + $params = array('parent' => $parent, 'postBody' => $postBody); + $params = array_merge($params, $optParams); + return $this->call('purge', array($params), "Google_Service_Vision_Operation"); + } } diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php index 35de0a1..d7e57dd 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/Resource/ProjectsLocationsProductsReferenceImages.php @@ -46,8 +46,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages ex * INVALID_ARGUMENT if bounding_poly contains more than 10 polygons. * (referenceImages.create) * - * @param string $parent Resource name of the product in which to create the - * reference image. + * @param string $parent Required. Resource name of the product in which to + * create the reference image. * * Format is `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. * @param Google_Service_Vision_ReferenceImage $postBody @@ -76,7 +76,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages ex * The actual image files are not deleted from Google Cloud Storage. * (referenceImages.delete) * - * @param string $name The resource name of the reference image to delete. + * @param string $name Required. The resource name of the reference image to + * delete. * * Format is: * @@ -99,7 +100,7 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages ex * * Returns NOT_FOUND if the specified image does not exist. * (referenceImages.get) * - * @param string $name The resource name of the ReferenceImage to get. + * @param string $name Required. The resource name of the ReferenceImage to get. * * Format is: * @@ -123,8 +124,8 @@ class Google_Service_Vision_Resource_ProjectsLocationsProductsReferenceImages ex * INVALID_ARGUMENT if the page_size is greater than 100, or less than 1. * (referenceImages.listProjectsLocationsProductsReferenceImages) * - * @param string $parent Resource name of the product containing the reference - * images. + * @param string $parent Required. Resource name of the product containing the + * reference images. * * Format is `projects/PROJECT_ID/locations/LOC_ID/products/PRODUCT_ID`. * @param array $optParams Optional parameters. diff --git a/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php b/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php index ac202a8..fb613b6 100644 --- a/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php +++ b/vendor/google/apiclient-services/src/Google/Service/Vision/SafeSearchAnnotation.php @@ -18,16 +18,10 @@ class Google_Service_Vision_SafeSearchAnnotation extends Google_Model { public $adult; - public $adultConfidence; public $medical; - public $medicalConfidence; - public $nsfwConfidence; public $racy; - public $racyConfidence; public $spoof; - public $spoofConfidence; public $violence; - public $violenceConfidence; public function setAdult($adult) { @@ -37,14 +31,6 @@ class Google_Service_Vision_SafeSearchAnnotation extends Google_Model { return $this->adult; } - public function setAdultConfidence($adultConfidence) - { - $this->adultConfidence = $adultConfidence; - } - public function getAdultConfidence() - { - return $this->adultConfidence; - } public function setMedical($medical) { $this->medical = $medical; @@ -53,22 +39,6 @@ class Google_Service_Vision_SafeSearchAnnotation extends Google_Model { return $this->medical; } - public function setMedicalConfidence($medicalConfidence) - { - $this->medicalConfidence = $medicalConfidence; - } - public function getMedicalConfidence() - { - return $this->medicalConfidence; - } - public function setNsfwConfidence($nsfwConfidence) - { - $this->nsfwConfidence = $nsfwConfidence; - } - public function getNsfwConfidence() - { - return $this->nsfwConfidence; - } public function setRacy($racy) { $this->racy = $racy; @@ -77,14 +47,6 @@ class Google_Service_Vision_SafeSearchAnnotation extends Google_Model { return $this->racy; } - public function setRacyConfidence($racyConfidence) - { - $this->racyConfidence = $racyConfidence; - } - public function getRacyConfidence() - { - return $this->racyConfidence; - } public function setSpoof($spoof) { $this->spoof = $spoof; @@ -93,14 +55,6 @@ class Google_Service_Vision_SafeSearchAnnotation extends Google_Model { return $this->spoof; } - public function setSpoofConfidence($spoofConfidence) - { - $this->spoofConfidence = $spoofConfidence; - } - public function getSpoofConfidence() - { - return $this->spoofConfidence; - } public function setViolence($violence) { $this->violence = $violence; @@ -109,12 +63,4 @@ class Google_Service_Vision_SafeSearchAnnotation extends Google_Model { return $this->violence; } - public function setViolenceConfidence($violenceConfidence) - { - $this->violenceConfidence = $violenceConfidence; - } - public function getViolenceConfidence() - { - return $this->violenceConfidence; - } } diff --git a/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php b/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php index c48220f..cddf93e 100644 --- a/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php +++ b/vendor/google/apiclient-services/src/Google/Service/YouTube/ContentRating.php @@ -76,6 +76,7 @@ class Google_Service_YouTube_ContentRating extends Google_Collection public $nfrcRating; public $nfvcbRating; public $nkclvRating; + public $nmcRating; public $oflcRating; public $pefilmRating; public $rcnofRating; @@ -553,6 +554,14 @@ class Google_Service_YouTube_ContentRating extends Google_Collection { return $this->nkclvRating; } + public function setNmcRating($nmcRating) + { + $this->nmcRating = $nmcRating; + } + public function getNmcRating() + { + return $this->nmcRating; + } public function setOflcRating($oflcRating) { $this->oflcRating = $oflcRating; diff --git a/vendor/google/apiclient/README.md b/vendor/google/apiclient/README.md index 36f04c8..c0267f7 100644 --- a/vendor/google/apiclient/README.md +++ b/vendor/google/apiclient/README.md @@ -351,7 +351,7 @@ Please see the [contributing](.github/CONTRIBUTING.md) page for more information For support with the library the best place to ask is via the google-api-php-client tag on StackOverflow: https://stackoverflow.com/questions/tagged/google-api-php-client -If there is a specific bug with the library, please [file a issue](https://github.com/googleapis/google-api-php-client/issues) in the GitHub issues tracker, including an example of the failing code and any specific errors retrieved. Feature requests can also be filed, as long as they are core library requests, and not-API specific: for those, refer to the documentation for the individual APIs for the best place to file requests. Please try to provide a clear statement of the problem that the feature would address. +If there is a specific bug with the library, please [file an issue](https://github.com/googleapis/google-api-php-client/issues) in the GitHub issues tracker, including an example of the failing code and any specific errors retrieved. Feature requests can also be filed, as long as they are core library requests, and not-API specific: for those, refer to the documentation for the individual APIs for the best place to file requests. Please try to provide a clear statement of the problem that the feature would address. ### I want an example of X! ### diff --git a/vendor/google/apiclient/composer.json b/vendor/google/apiclient/composer.json index ce1e12e..d69dca5 100644 --- a/vendor/google/apiclient/composer.json +++ b/vendor/google/apiclient/composer.json @@ -10,7 +10,7 @@ "google/auth": "^1.0", "google/apiclient-services": "~0.13", "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0", - "monolog/monolog": "^1.17", + "monolog/monolog": "^1.17|^2.0", "phpseclib/phpseclib": "~0.3.10||~2.0", "guzzlehttp/guzzle": "~5.3.1||~6.0", "guzzlehttp/psr7": "^1.2" diff --git a/vendor/google/apiclient/phpcs.xml.dist b/vendor/google/apiclient/phpcs.xml.dist deleted file mode 100644 index 4e43069..0000000 --- a/vendor/google/apiclient/phpcs.xml.dist +++ /dev/null @@ -1,164 +0,0 @@ - -