From e8a43b7308832a31de8839b43f9c4d2d9f9407c9 Mon Sep 17 00:00:00 2001 From: michaelbausor Date: Thu, 24 May 2018 09:45:56 -0700 Subject: [PATCH] Remove version, pick up latest proto changes (#1065) --- .../Gapic/DataTransferServiceGapicClient.php | 1 - .../BigtableInstanceAdminGapicClient.php | 44 --------- .../Gapic/BigtableTableAdminGapicClient.php | 66 +++++++------- Bigtable/src/V2/Gapic/BigtableGapicClient.php | 31 ------- .../V1/Gapic/ClusterManagerGapicClient.php | 1 - .../V1/Gapic/ClusterControllerGapicClient.php | 1 - .../src/V1/Gapic/JobControllerGapicClient.php | 1 - .../src/V2/Gapic/Controller2GapicClient.php | 1 - .../src/V2/Gapic/Debugger2GapicClient.php | 1 - Dialogflow/src/V2/Gapic/AgentsGapicClient.php | 1 - .../src/V2/Gapic/ContextsGapicClient.php | 1 - .../src/V2/Gapic/EntityTypesGapicClient.php | 1 - .../src/V2/Gapic/IntentsGapicClient.php | 1 - .../Gapic/SessionEntityTypesGapicClient.php | 1 - .../src/V2/Gapic/SessionsGapicClient.php | 1 - Dlp/src/V2/Gapic/DlpServiceGapicClient.php | 1 - .../dlp_service_rest_client_config.php | 89 ------------------- .../Gapic/ErrorGroupServiceGapicClient.php | 1 - .../Gapic/ErrorStatsServiceGapicClient.php | 1 - .../Gapic/ReportErrorsServiceGapicClient.php | 1 - .../V1beta1/Gapic/FirestoreGapicClient.php | 1 - Iot/src/V1/Gapic/DeviceManagerGapicClient.php | 1 - .../Gapic/LanguageServiceGapicClient.php | 1 - .../V2/Gapic/ConfigServiceV2GapicClient.php | 1 - .../V2/Gapic/LoggingServiceV2GapicClient.php | 1 - .../V2/Gapic/MetricsServiceV2GapicClient.php | 1 - .../Gapic/AlertPolicyServiceGapicClient.php | 1 - .../src/V3/Gapic/GroupServiceGapicClient.php | 1 - .../src/V3/Gapic/MetricServiceGapicClient.php | 1 - .../NotificationChannelServiceGapicClient.php | 1 - .../Gapic/UptimeCheckServiceGapicClient.php | 1 - .../Gapic/OsLoginServiceGapicClient.php | 1 - PubSub/src/V1/Gapic/PublisherGapicClient.php | 1 - PubSub/src/V1/Gapic/SubscriberGapicClient.php | 1 - .../V1beta1/Gapic/CloudRedisGapicClient.php | 1 - .../V1/Gapic/DatabaseAdminGapicClient.php | 1 - .../V1/Gapic/InstanceAdminGapicClient.php | 1 - Spanner/src/V1/Gapic/SpannerGapicClient.php | 1 - Speech/src/V1/Gapic/SpeechGapicClient.php | 1 - .../src/V1beta1/Gapic/SpeechGapicClient.php | 1 - .../src/V2/Gapic/TraceServiceGapicClient.php | 1 - .../VideoIntelligenceServiceGapicClient.php | 1 - .../VideoIntelligenceServiceGapicClient.php | 1 - .../V1/Gapic/ImageAnnotatorGapicClient.php | 1 - 44 files changed, 30 insertions(+), 240 deletions(-) diff --git a/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php b/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php index ea72d311574f..302d3d8ed568 100644 --- a/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php +++ b/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php @@ -145,7 +145,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/data_transfer_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Bigtable/src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php b/Bigtable/src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php index 851ba2e0e87d..879e41d29e34 100644 --- a/Bigtable/src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php +++ b/Bigtable/src/Admin/V2/Gapic/BigtableInstanceAdminGapicClient.php @@ -190,7 +190,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/bigtable_instance_admin_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../../VERSION', ]; } @@ -1241,11 +1240,6 @@ public function deleteCluster($name, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Creates an app profile within an instance. * * Sample code: @@ -1312,11 +1306,6 @@ public function createAppProfile($parent, $appProfileId, $appProfile, $optionalA } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Gets information about an app profile. * * Sample code: @@ -1368,11 +1357,6 @@ public function getAppProfile($name, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Lists information about app profiles in an instance. * * Sample code: @@ -1445,11 +1429,6 @@ public function listAppProfiles($parent, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Updates an app profile within an instance. * * Sample code: @@ -1534,11 +1513,6 @@ public function updateAppProfile($appProfile, $updateMask, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Deletes an app profile from an instance. * * Sample code: @@ -1591,12 +1565,6 @@ public function deleteAppProfile($name, $ignoreWarnings, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable instance level - * permissions. This feature is not currently available to most Cloud Bigtable - * customers. This feature might be changed in backward-incompatible ways and - * is not recommended for production use. It is not subject to any SLA or - * deprecation policy. - * * Gets the access control policy for an instance resource. Returns an empty * policy if an instance exists but does not have a policy set. * @@ -1650,12 +1618,6 @@ public function getIamPolicy($resource, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable instance level - * permissions. This feature is not currently available to most Cloud Bigtable - * customers. This feature might be changed in backward-incompatible ways and - * is not recommended for production use. It is not subject to any SLA or - * deprecation policy. - * * Sets the access control policy on an instance resource. Replaces any * existing policy. * @@ -1715,12 +1677,6 @@ public function setIamPolicy($resource, $policy, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable instance level - * permissions. This feature is not currently available to most Cloud Bigtable - * customers. This feature might be changed in backward-incompatible ways and - * is not recommended for production use. It is not subject to any SLA or - * deprecation policy. - * * Returns permissions that the caller has on the specified instance resource. * * Sample code: diff --git a/Bigtable/src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php b/Bigtable/src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php index 1c348d90223b..a503b5da8a7a 100644 --- a/Bigtable/src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php +++ b/Bigtable/src/Admin/V2/Gapic/BigtableTableAdminGapicClient.php @@ -160,7 +160,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/bigtable_table_admin_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../../VERSION', ]; } @@ -513,14 +512,15 @@ public function createTable($parent, $tableId, $table, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable snapshots. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Creates a new table from the specified snapshot. The target table must * not exist. The snapshot and the table must be in the same instance. * + * Note: This is a private alpha release of Cloud Bigtable snapshots. This + * feature is not currently available to most Cloud Bigtable customers. This + * feature might be changed in backward-incompatible ways and is not + * recommended for production use. It is not subject to any SLA or deprecation + * policy. + * * Sample code: * ``` * $bigtableTableAdminClient = new BigtableTableAdminClient(); @@ -916,11 +916,6 @@ public function dropRowRange($name, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Generates a consistency token for a Table, which can be used in * CheckConsistency to check whether mutations to the table that finished * before this call started have been replicated. The tokens will be available @@ -976,11 +971,6 @@ public function generateConsistencyToken($name, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Checks replication consistency based on a consistency token, that is, if * replication has caught up based on the conditions specified in the token * and the check request. @@ -1038,14 +1028,15 @@ public function checkConsistency($name, $consistencyToken, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable snapshots. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Creates a new snapshot in the specified cluster from the specified * source table. The cluster and the table must be in the same instance. * + * Note: This is a private alpha release of Cloud Bigtable snapshots. This + * feature is not currently available to most Cloud Bigtable customers. This + * feature might be changed in backward-incompatible ways and is not + * recommended for production use. It is not subject to any SLA or deprecation + * policy. + * * Sample code: * ``` * $bigtableTableAdminClient = new BigtableTableAdminClient(); @@ -1143,13 +1134,14 @@ public function snapshotTable($name, $cluster, $snapshotId, $description, $optio } /** - * This is a private alpha release of Cloud Bigtable snapshots. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Gets metadata information about the specified snapshot. * + * Note: This is a private alpha release of Cloud Bigtable snapshots. This + * feature is not currently available to most Cloud Bigtable customers. This + * feature might be changed in backward-incompatible ways and is not + * recommended for production use. It is not subject to any SLA or deprecation + * policy. + * * Sample code: * ``` * $bigtableTableAdminClient = new BigtableTableAdminClient(); @@ -1200,13 +1192,14 @@ public function getSnapshot($name, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable snapshots. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Lists all snapshots associated with the specified cluster. * + * Note: This is a private alpha release of Cloud Bigtable snapshots. This + * feature is not currently available to most Cloud Bigtable customers. This + * feature might be changed in backward-incompatible ways and is not + * recommended for production use. It is not subject to any SLA or deprecation + * policy. + * * Sample code: * ``` * $bigtableTableAdminClient = new BigtableTableAdminClient(); @@ -1286,13 +1279,14 @@ public function listSnapshots($parent, $optionalArgs = []) } /** - * This is a private alpha release of Cloud Bigtable snapshots. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * Permanently deletes the specified snapshot. * + * Note: This is a private alpha release of Cloud Bigtable snapshots. This + * feature is not currently available to most Cloud Bigtable customers. This + * feature might be changed in backward-incompatible ways and is not + * recommended for production use. It is not subject to any SLA or deprecation + * policy. + * * Sample code: * ``` * $bigtableTableAdminClient = new BigtableTableAdminClient(); diff --git a/Bigtable/src/V2/Gapic/BigtableGapicClient.php b/Bigtable/src/V2/Gapic/BigtableGapicClient.php index 3fabd5a6e23c..64f4fb277c6d 100644 --- a/Bigtable/src/V2/Gapic/BigtableGapicClient.php +++ b/Bigtable/src/V2/Gapic/BigtableGapicClient.php @@ -142,7 +142,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/bigtable_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } @@ -314,11 +313,6 @@ public function __construct($options = []) * Optional. * * @type string $appProfileId - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * This value specifies routing for replication. If not specified, the * "default" application profile will be used. * @type RowSet $rows @@ -399,11 +393,6 @@ public function readRows($tableName, $optionalArgs = []) * Optional. * * @type string $appProfileId - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * This value specifies routing for replication. If not specified, the * "default" application profile will be used. * @type int $timeoutMillis @@ -467,11 +456,6 @@ public function sampleRowKeys($tableName, $optionalArgs = []) * Optional. * * @type string $appProfileId - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * This value specifies routing for replication. If not specified, the * "default" application profile will be used. * @type RetrySettings|array $retrySettings @@ -542,11 +526,6 @@ public function mutateRow($tableName, $rowKey, $mutations, $optionalArgs = []) * Optional. * * @type string $appProfileId - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * This value specifies routing for replication. If not specified, the * "default" application profile will be used. * @type int $timeoutMillis @@ -607,11 +586,6 @@ public function mutateRows($tableName, $entries, $optionalArgs = []) * Optional. * * @type string $appProfileId - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * This value specifies routing for replication. If not specified, the * "default" application profile will be used. * @type RowFilter $predicateFilter @@ -708,11 +682,6 @@ public function checkAndMutateRow($tableName, $rowKey, $optionalArgs = []) * Optional. * * @type string $appProfileId - * This is a private alpha release of Cloud Bigtable replication. This feature - * is not currently available to most Cloud Bigtable customers. This feature - * might be changed in backward-incompatible ways and is not recommended for - * production use. It is not subject to any SLA or deprecation policy. - * * This value specifies routing for replication. If not specified, the * "default" application profile will be used. * @type RetrySettings|array $retrySettings diff --git a/Container/src/V1/Gapic/ClusterManagerGapicClient.php b/Container/src/V1/Gapic/ClusterManagerGapicClient.php index 2d5942587837..20ad5a54cbb8 100644 --- a/Container/src/V1/Gapic/ClusterManagerGapicClient.php +++ b/Container/src/V1/Gapic/ClusterManagerGapicClient.php @@ -153,7 +153,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/cluster_manager_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dataproc/src/V1/Gapic/ClusterControllerGapicClient.php b/Dataproc/src/V1/Gapic/ClusterControllerGapicClient.php index 5e4a4be3fffb..a72c37704d64 100644 --- a/Dataproc/src/V1/Gapic/ClusterControllerGapicClient.php +++ b/Dataproc/src/V1/Gapic/ClusterControllerGapicClient.php @@ -148,7 +148,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/cluster_controller_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dataproc/src/V1/Gapic/JobControllerGapicClient.php b/Dataproc/src/V1/Gapic/JobControllerGapicClient.php index f2a759d75ea4..e55ef068afa5 100644 --- a/Dataproc/src/V1/Gapic/JobControllerGapicClient.php +++ b/Dataproc/src/V1/Gapic/JobControllerGapicClient.php @@ -118,7 +118,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/job_controller_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Debugger/src/V2/Gapic/Controller2GapicClient.php b/Debugger/src/V2/Gapic/Controller2GapicClient.php index dc5b977a1a80..418694dfe2c4 100644 --- a/Debugger/src/V2/Gapic/Controller2GapicClient.php +++ b/Debugger/src/V2/Gapic/Controller2GapicClient.php @@ -134,7 +134,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/controller2_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Debugger/src/V2/Gapic/Debugger2GapicClient.php b/Debugger/src/V2/Gapic/Debugger2GapicClient.php index 38eb21787144..3ffe821bf7dc 100644 --- a/Debugger/src/V2/Gapic/Debugger2GapicClient.php +++ b/Debugger/src/V2/Gapic/Debugger2GapicClient.php @@ -132,7 +132,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/debugger2_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dialogflow/src/V2/Gapic/AgentsGapicClient.php b/Dialogflow/src/V2/Gapic/AgentsGapicClient.php index 27ad90fe9e23..59b1fe279b83 100644 --- a/Dialogflow/src/V2/Gapic/AgentsGapicClient.php +++ b/Dialogflow/src/V2/Gapic/AgentsGapicClient.php @@ -153,7 +153,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/agents_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dialogflow/src/V2/Gapic/ContextsGapicClient.php b/Dialogflow/src/V2/Gapic/ContextsGapicClient.php index ee5f1cafffe7..825e1537e771 100644 --- a/Dialogflow/src/V2/Gapic/ContextsGapicClient.php +++ b/Dialogflow/src/V2/Gapic/ContextsGapicClient.php @@ -153,7 +153,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/contexts_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dialogflow/src/V2/Gapic/EntityTypesGapicClient.php b/Dialogflow/src/V2/Gapic/EntityTypesGapicClient.php index 3c4ea60cc016..00da1236f2e9 100644 --- a/Dialogflow/src/V2/Gapic/EntityTypesGapicClient.php +++ b/Dialogflow/src/V2/Gapic/EntityTypesGapicClient.php @@ -176,7 +176,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/entity_types_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dialogflow/src/V2/Gapic/IntentsGapicClient.php b/Dialogflow/src/V2/Gapic/IntentsGapicClient.php index 003cb4b72404..25311ab8507c 100644 --- a/Dialogflow/src/V2/Gapic/IntentsGapicClient.php +++ b/Dialogflow/src/V2/Gapic/IntentsGapicClient.php @@ -177,7 +177,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/intents_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dialogflow/src/V2/Gapic/SessionEntityTypesGapicClient.php b/Dialogflow/src/V2/Gapic/SessionEntityTypesGapicClient.php index a2267d8628fa..25b646b2bd2d 100644 --- a/Dialogflow/src/V2/Gapic/SessionEntityTypesGapicClient.php +++ b/Dialogflow/src/V2/Gapic/SessionEntityTypesGapicClient.php @@ -147,7 +147,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/session_entity_types_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dialogflow/src/V2/Gapic/SessionsGapicClient.php b/Dialogflow/src/V2/Gapic/SessionsGapicClient.php index 792dbccba8de..81d3f7e64edc 100644 --- a/Dialogflow/src/V2/Gapic/SessionsGapicClient.php +++ b/Dialogflow/src/V2/Gapic/SessionsGapicClient.php @@ -125,7 +125,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/sessions_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dlp/src/V2/Gapic/DlpServiceGapicClient.php b/Dlp/src/V2/Gapic/DlpServiceGapicClient.php index 17264fbd739b..6d1b48fc6e90 100644 --- a/Dlp/src/V2/Gapic/DlpServiceGapicClient.php +++ b/Dlp/src/V2/Gapic/DlpServiceGapicClient.php @@ -174,7 +174,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/dlp_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Dlp/src/V2/resources/dlp_service_rest_client_config.php b/Dlp/src/V2/resources/dlp_service_rest_client_config.php index f6b27fde38a4..fb05cf570589 100644 --- a/Dlp/src/V2/resources/dlp_service_rest_client_config.php +++ b/Dlp/src/V2/resources/dlp_service_rest_client_config.php @@ -2,95 +2,6 @@ return [ 'interfaces' => [ - 'google.longrunning.Operations' => [ - 'ListOperations' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=inspect/operations}', - 'additionalBindings' => [ - [ - 'method' => 'get', - 'uriTemplate' => '/v2beta1/{name=inspect/operations}', - ], - [ - 'method' => 'get', - 'uriTemplate' => '/v2beta1/{name=riskAnalysis/operations}', - ], - ], - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - 'GetOperation' => [ - 'method' => 'get', - 'uriTemplate' => '/v1/{name=inspect/operations/*}', - 'additionalBindings' => [ - [ - 'method' => 'get', - 'uriTemplate' => '/v2beta1/{name=inspect/operations/*}', - ], - [ - 'method' => 'get', - 'uriTemplate' => '/v2beta1/{name=riskAnalysis/operations/*}', - ], - ], - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - 'DeleteOperation' => [ - 'method' => 'delete', - 'uriTemplate' => '/v1/{name=inspect/operations/*}', - 'additionalBindings' => [ - [ - 'method' => 'delete', - 'uriTemplate' => '/v2beta1/{name=inspect/operations/*}', - ], - [ - 'method' => 'delete', - 'uriTemplate' => '/v2beta1/{name=riskAnalysis/operations/*}', - ], - ], - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - 'CancelOperation' => [ - 'method' => 'post', - 'uriTemplate' => '/v1/{name=inspect/operations/*}:cancel', - 'body' => '*', - 'additionalBindings' => [ - [ - 'method' => 'post', - 'uriTemplate' => '/v2beta1/{name=inspect/operations/*}:cancel', - 'body' => '*', - ], - [ - 'method' => 'post', - 'uriTemplate' => '/v2beta1/{name=riskAnalysis/operations/*}:cancel', - 'body' => '*', - ], - ], - 'placeholders' => [ - 'name' => [ - 'getters' => [ - 'getName', - ], - ], - ], - ], - ], 'google.privacy.dlp.v2.DlpService' => [ 'InspectContent' => [ 'method' => 'post', diff --git a/ErrorReporting/src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php b/ErrorReporting/src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php index f0a8152b9306..cc0f3dce7fdb 100644 --- a/ErrorReporting/src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php +++ b/ErrorReporting/src/V1beta1/Gapic/ErrorGroupServiceGapicClient.php @@ -117,7 +117,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/error_group_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/ErrorReporting/src/V1beta1/Gapic/ErrorStatsServiceGapicClient.php b/ErrorReporting/src/V1beta1/Gapic/ErrorStatsServiceGapicClient.php index 2915c36aa648..b6330d0f64cf 100644 --- a/ErrorReporting/src/V1beta1/Gapic/ErrorStatsServiceGapicClient.php +++ b/ErrorReporting/src/V1beta1/Gapic/ErrorStatsServiceGapicClient.php @@ -138,7 +138,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/error_stats_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/ErrorReporting/src/V1beta1/Gapic/ReportErrorsServiceGapicClient.php b/ErrorReporting/src/V1beta1/Gapic/ReportErrorsServiceGapicClient.php index 41b757375be3..0585df87bf4b 100644 --- a/ErrorReporting/src/V1beta1/Gapic/ReportErrorsServiceGapicClient.php +++ b/ErrorReporting/src/V1beta1/Gapic/ReportErrorsServiceGapicClient.php @@ -118,7 +118,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/report_errors_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Firestore/src/V1beta1/Gapic/FirestoreGapicClient.php b/Firestore/src/V1beta1/Gapic/FirestoreGapicClient.php index 259d7ea45ea6..ce8b687aa7ac 100644 --- a/Firestore/src/V1beta1/Gapic/FirestoreGapicClient.php +++ b/Firestore/src/V1beta1/Gapic/FirestoreGapicClient.php @@ -164,7 +164,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/firestore_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Iot/src/V1/Gapic/DeviceManagerGapicClient.php b/Iot/src/V1/Gapic/DeviceManagerGapicClient.php index 3be5dfbc9798..14c643366d8d 100644 --- a/Iot/src/V1/Gapic/DeviceManagerGapicClient.php +++ b/Iot/src/V1/Gapic/DeviceManagerGapicClient.php @@ -147,7 +147,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/device_manager_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Language/src/V1beta2/Gapic/LanguageServiceGapicClient.php b/Language/src/V1beta2/Gapic/LanguageServiceGapicClient.php index 3968f7d04810..08c930124610 100644 --- a/Language/src/V1beta2/Gapic/LanguageServiceGapicClient.php +++ b/Language/src/V1beta2/Gapic/LanguageServiceGapicClient.php @@ -122,7 +122,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/language_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Logging/src/V2/Gapic/ConfigServiceV2GapicClient.php b/Logging/src/V2/Gapic/ConfigServiceV2GapicClient.php index 23f35ea88985..a7251e883760 100644 --- a/Logging/src/V2/Gapic/ConfigServiceV2GapicClient.php +++ b/Logging/src/V2/Gapic/ConfigServiceV2GapicClient.php @@ -149,7 +149,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/config_service_v2_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Logging/src/V2/Gapic/LoggingServiceV2GapicClient.php b/Logging/src/V2/Gapic/LoggingServiceV2GapicClient.php index 55e094059672..71832105040e 100644 --- a/Logging/src/V2/Gapic/LoggingServiceV2GapicClient.php +++ b/Logging/src/V2/Gapic/LoggingServiceV2GapicClient.php @@ -131,7 +131,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/logging_service_v2_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Logging/src/V2/Gapic/MetricsServiceV2GapicClient.php b/Logging/src/V2/Gapic/MetricsServiceV2GapicClient.php index f2c163472d9e..78471ed391d3 100644 --- a/Logging/src/V2/Gapic/MetricsServiceV2GapicClient.php +++ b/Logging/src/V2/Gapic/MetricsServiceV2GapicClient.php @@ -139,7 +139,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/metrics_service_v2_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Monitoring/src/V3/Gapic/AlertPolicyServiceGapicClient.php b/Monitoring/src/V3/Gapic/AlertPolicyServiceGapicClient.php index 41519b2910ee..fd9a76bbdf2f 100644 --- a/Monitoring/src/V3/Gapic/AlertPolicyServiceGapicClient.php +++ b/Monitoring/src/V3/Gapic/AlertPolicyServiceGapicClient.php @@ -148,7 +148,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/alert_policy_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Monitoring/src/V3/Gapic/GroupServiceGapicClient.php b/Monitoring/src/V3/Gapic/GroupServiceGapicClient.php index 9c658c595bcd..25508271be79 100644 --- a/Monitoring/src/V3/Gapic/GroupServiceGapicClient.php +++ b/Monitoring/src/V3/Gapic/GroupServiceGapicClient.php @@ -152,7 +152,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/group_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Monitoring/src/V3/Gapic/MetricServiceGapicClient.php b/Monitoring/src/V3/Gapic/MetricServiceGapicClient.php index 9d434cbde110..9676b8118963 100644 --- a/Monitoring/src/V3/Gapic/MetricServiceGapicClient.php +++ b/Monitoring/src/V3/Gapic/MetricServiceGapicClient.php @@ -150,7 +150,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/metric_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Monitoring/src/V3/Gapic/NotificationChannelServiceGapicClient.php b/Monitoring/src/V3/Gapic/NotificationChannelServiceGapicClient.php index a81363a70596..e2a1f940191d 100644 --- a/Monitoring/src/V3/Gapic/NotificationChannelServiceGapicClient.php +++ b/Monitoring/src/V3/Gapic/NotificationChannelServiceGapicClient.php @@ -145,7 +145,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/notification_channel_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Monitoring/src/V3/Gapic/UptimeCheckServiceGapicClient.php b/Monitoring/src/V3/Gapic/UptimeCheckServiceGapicClient.php index 3fc32137bd0f..1ae427c1645d 100644 --- a/Monitoring/src/V3/Gapic/UptimeCheckServiceGapicClient.php +++ b/Monitoring/src/V3/Gapic/UptimeCheckServiceGapicClient.php @@ -148,7 +148,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/uptime_check_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php b/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php index 10ad367171a5..e91e6088343a 100644 --- a/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php +++ b/OsLogin/src/V1beta/Gapic/OsLoginServiceGapicClient.php @@ -133,7 +133,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/os_login_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/PubSub/src/V1/Gapic/PublisherGapicClient.php b/PubSub/src/V1/Gapic/PublisherGapicClient.php index 34949480d1d2..1528587a24c0 100644 --- a/PubSub/src/V1/Gapic/PublisherGapicClient.php +++ b/PubSub/src/V1/Gapic/PublisherGapicClient.php @@ -136,7 +136,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/publisher_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/PubSub/src/V1/Gapic/SubscriberGapicClient.php b/PubSub/src/V1/Gapic/SubscriberGapicClient.php index 653916662b47..a3034fccf7b7 100644 --- a/PubSub/src/V1/Gapic/SubscriberGapicClient.php +++ b/PubSub/src/V1/Gapic/SubscriberGapicClient.php @@ -152,7 +152,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/subscriber_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Redis/src/V1beta1/Gapic/CloudRedisGapicClient.php b/Redis/src/V1beta1/Gapic/CloudRedisGapicClient.php index cdbd5ca6648f..bfb7b0dabb7c 100644 --- a/Redis/src/V1beta1/Gapic/CloudRedisGapicClient.php +++ b/Redis/src/V1beta1/Gapic/CloudRedisGapicClient.php @@ -155,7 +155,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/cloud_redis_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Spanner/src/Admin/Database/V1/Gapic/DatabaseAdminGapicClient.php b/Spanner/src/Admin/Database/V1/Gapic/DatabaseAdminGapicClient.php index 3b93c508926d..aab1ffa29b2d 100644 --- a/Spanner/src/Admin/Database/V1/Gapic/DatabaseAdminGapicClient.php +++ b/Spanner/src/Admin/Database/V1/Gapic/DatabaseAdminGapicClient.php @@ -154,7 +154,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/database_admin_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../../../VERSION', ]; } diff --git a/Spanner/src/Admin/Instance/V1/Gapic/InstanceAdminGapicClient.php b/Spanner/src/Admin/Instance/V1/Gapic/InstanceAdminGapicClient.php index 59916567cdea..f025258ee526 100644 --- a/Spanner/src/Admin/Instance/V1/Gapic/InstanceAdminGapicClient.php +++ b/Spanner/src/Admin/Instance/V1/Gapic/InstanceAdminGapicClient.php @@ -174,7 +174,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/instance_admin_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../../../VERSION', ]; } diff --git a/Spanner/src/V1/Gapic/SpannerGapicClient.php b/Spanner/src/V1/Gapic/SpannerGapicClient.php index 34f8c4901cf7..8e577f3a4489 100644 --- a/Spanner/src/V1/Gapic/SpannerGapicClient.php +++ b/Spanner/src/V1/Gapic/SpannerGapicClient.php @@ -145,7 +145,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/spanner_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Speech/src/V1/Gapic/SpeechGapicClient.php b/Speech/src/V1/Gapic/SpeechGapicClient.php index a40d4c65cd87..d5d89f4a6001 100644 --- a/Speech/src/V1/Gapic/SpeechGapicClient.php +++ b/Speech/src/V1/Gapic/SpeechGapicClient.php @@ -129,7 +129,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/speech_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Speech/src/V1beta1/Gapic/SpeechGapicClient.php b/Speech/src/V1beta1/Gapic/SpeechGapicClient.php index 63d13899afe6..389cc3ff185e 100644 --- a/Speech/src/V1beta1/Gapic/SpeechGapicClient.php +++ b/Speech/src/V1beta1/Gapic/SpeechGapicClient.php @@ -127,7 +127,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/speech_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Trace/src/V2/Gapic/TraceServiceGapicClient.php b/Trace/src/V2/Gapic/TraceServiceGapicClient.php index ae91be1f2686..46eb5d4adf22 100644 --- a/Trace/src/V2/Gapic/TraceServiceGapicClient.php +++ b/Trace/src/V2/Gapic/TraceServiceGapicClient.php @@ -133,7 +133,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/trace_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/VideoIntelligence/src/V1/Gapic/VideoIntelligenceServiceGapicClient.php b/VideoIntelligence/src/V1/Gapic/VideoIntelligenceServiceGapicClient.php index 2a02c86e76dc..cb1b22791339 100644 --- a/VideoIntelligence/src/V1/Gapic/VideoIntelligenceServiceGapicClient.php +++ b/VideoIntelligence/src/V1/Gapic/VideoIntelligenceServiceGapicClient.php @@ -143,7 +143,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/video_intelligence_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/VideoIntelligence/src/V1beta2/Gapic/VideoIntelligenceServiceGapicClient.php b/VideoIntelligence/src/V1beta2/Gapic/VideoIntelligenceServiceGapicClient.php index 97f411239446..808f9def9e33 100644 --- a/VideoIntelligence/src/V1beta2/Gapic/VideoIntelligenceServiceGapicClient.php +++ b/VideoIntelligence/src/V1beta2/Gapic/VideoIntelligenceServiceGapicClient.php @@ -143,7 +143,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/video_intelligence_service_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; } diff --git a/Vision/src/V1/Gapic/ImageAnnotatorGapicClient.php b/Vision/src/V1/Gapic/ImageAnnotatorGapicClient.php index 239a05d9dad8..605f940d5c4a 100644 --- a/Vision/src/V1/Gapic/ImageAnnotatorGapicClient.php +++ b/Vision/src/V1/Gapic/ImageAnnotatorGapicClient.php @@ -112,7 +112,6 @@ private static function getClientDefaults() 'restClientConfigPath' => __DIR__.'/../resources/image_annotator_rest_client_config.php', ], ], - 'versionFile' => __DIR__.'/../../../VERSION', ]; }