diff --git a/BigQueryStorage/metadata/V1/Annotations.php b/BigQueryStorage/metadata/V1/Annotations.php
index e94a4796544..1201e2f28fd 100644
--- a/BigQueryStorage/metadata/V1/Annotations.php
+++ b/BigQueryStorage/metadata/V1/Annotations.php
@@ -15,10 +15,7 @@ public static function initOnce() {
return;
}
$pool->internalAddGeneratedFile(
- '
-
-2google/cloud/bigquery/storage/v1/annotations.proto google.cloud.bigquery.storage.v1 google/protobuf/descriptor.protoB
-$com.google.cloud.bigquery.storage.v1BAnnotationsProtoPZ>cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb Google.Cloud.BigQuery.Storage.V1 Google\\Cloud\\BigQuery\\Storage\\V1bproto3'
+ "\x0A\xC3\x02\x0A2google/cloud/bigquery/storage/v1/annotations.proto\x12 google.cloud.bigquery.storage.v1\x1A google/protobuf/descriptor.protoB\xC0\x01\x0A\$com.google.cloud.bigquery.storage.v1B\x10AnnotationsProtoP\x01Z>cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb\xAA\x02 Google.Cloud.BigQuery.Storage.V1\xCA\x02 Google\\Cloud\\BigQuery\\Storage\\V1b\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/BigQueryStorage/metadata/V1/Arrow.php b/BigQueryStorage/metadata/V1/Arrow.php
index a68b00603b4..b3f36d333f9 100644
Binary files a/BigQueryStorage/metadata/V1/Arrow.php and b/BigQueryStorage/metadata/V1/Arrow.php differ
diff --git a/BigQueryStorage/metadata/V1/Avro.php b/BigQueryStorage/metadata/V1/Avro.php
index 6a5e3518c34..ae9403c293b 100644
Binary files a/BigQueryStorage/metadata/V1/Avro.php and b/BigQueryStorage/metadata/V1/Avro.php differ
diff --git a/BigQueryStorage/metadata/V1/Protobuf.php b/BigQueryStorage/metadata/V1/Protobuf.php
index b136e094cdd..655e16fcf80 100644
--- a/BigQueryStorage/metadata/V1/Protobuf.php
+++ b/BigQueryStorage/metadata/V1/Protobuf.php
@@ -15,14 +15,7 @@ public static function initOnce() {
return;
}
$pool->internalAddGeneratedFile(
- '
-
-/google/cloud/bigquery/storage/v1/protobuf.proto google.cloud.bigquery.storage.v1 google/protobuf/descriptor.proto"I
-ProtoSchema:
-proto_descriptor (2 .google.protobuf.DescriptorProto"$
- ProtoRows
-serialized_rows (B
-$com.google.cloud.bigquery.storage.v1B
ProtoBufProtoPZ>cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb Google.Cloud.BigQuery.Storage.V1 Google\\Cloud\\BigQuery\\Storage\\V1bproto3'
+ "\x0A\xAE\x03\x0A/google/cloud/bigquery/storage/v1/protobuf.proto\x12 google.cloud.bigquery.storage.v1\x1A google/protobuf/descriptor.proto\"I\x0A\x0BProtoSchema\x12:\x0A\x10proto_descriptor\x18\x01 \x01(\x0B2 .google.protobuf.DescriptorProto\"\$\x0A\x09ProtoRows\x12\x17\x0A\x0Fserialized_rows\x18\x01 \x03(\x0CB\xBD\x01\x0A\$com.google.cloud.bigquery.storage.v1B\x0DProtoBufProtoP\x01Z>cloud.google.com/go/bigquery/storage/apiv1/storagepb;storagepb\xAA\x02 Google.Cloud.BigQuery.Storage.V1\xCA\x02 Google\\Cloud\\BigQuery\\Storage\\V1b\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/BigQueryStorage/metadata/V1/Storage.php b/BigQueryStorage/metadata/V1/Storage.php
index b6dc4a5859a..53329d9258c 100644
Binary files a/BigQueryStorage/metadata/V1/Storage.php and b/BigQueryStorage/metadata/V1/Storage.php differ
diff --git a/BigQueryStorage/metadata/V1/Stream.php b/BigQueryStorage/metadata/V1/Stream.php
index 1188a7a2d0f..35a5cd3299b 100644
Binary files a/BigQueryStorage/metadata/V1/Stream.php and b/BigQueryStorage/metadata/V1/Stream.php differ
diff --git a/BigQueryStorage/metadata/V1/Table.php b/BigQueryStorage/metadata/V1/Table.php
index 6e188dd225b..35eca1cfedc 100644
Binary files a/BigQueryStorage/metadata/V1/Table.php and b/BigQueryStorage/metadata/V1/Table.php differ
diff --git a/BigQueryStorage/src/V1/AppendRowsRequest.php b/BigQueryStorage/src/V1/AppendRowsRequest.php
index e15cf6931d4..06309ad6dcb 100644
--- a/BigQueryStorage/src/V1/AppendRowsRequest.php
+++ b/BigQueryStorage/src/V1/AppendRowsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `AppendRows`.
@@ -35,8 +35,8 @@ class AppendRowsRequest extends \Google\Protobuf\Internal\Message
* An example of a possible sequence of requests with write_stream fields
* within a single connection:
* * r1: {write_stream: stream_name_1}
- * * r2: {write_stream: /*omit*/}
- * * r3: {write_stream: /*omit*/}
+ * * r2: {write_stream: /*omit{@*}}
+ * * r3: {write_stream: /*omit{@*}}
* * r4: {write_stream: stream_name_2}
* * r5: {write_stream: stream_name_2}
* The destination changed in request_4, so the write_stream field must be
@@ -161,8 +161,8 @@ public static function build(string $writeStream): self
* An example of a possible sequence of requests with write_stream fields
* within a single connection:
* * r1: {write_stream: stream_name_1}
- * * r2: {write_stream: /*omit*/}
- * * r3: {write_stream: /*omit*/}
+ * * r2: {write_stream: /*omit{@*}}
+ * * r3: {write_stream: /*omit{@*}}
* * r4: {write_stream: stream_name_2}
* * r5: {write_stream: stream_name_2}
* The destination changed in request_4, so the write_stream field must be
@@ -225,8 +225,8 @@ public function __construct($data = NULL) {
* An example of a possible sequence of requests with write_stream fields
* within a single connection:
* * r1: {write_stream: stream_name_1}
- * * r2: {write_stream: /*omit*/}
- * * r3: {write_stream: /*omit*/}
+ * * r2: {write_stream: /*omit{@*}}
+ * * r3: {write_stream: /*omit{@*}}
* * r4: {write_stream: stream_name_2}
* * r5: {write_stream: stream_name_2}
* The destination changed in request_4, so the write_stream field must be
@@ -254,8 +254,8 @@ public function getWriteStream()
* An example of a possible sequence of requests with write_stream fields
* within a single connection:
* * r1: {write_stream: stream_name_1}
- * * r2: {write_stream: /*omit*/}
- * * r3: {write_stream: /*omit*/}
+ * * r2: {write_stream: /*omit{@*}}
+ * * r3: {write_stream: /*omit{@*}}
* * r4: {write_stream: stream_name_2}
* * r5: {write_stream: stream_name_2}
* The destination changed in request_4, so the write_stream field must be
diff --git a/BigQueryStorage/src/V1/AppendRowsRequest/ArrowData.php b/BigQueryStorage/src/V1/AppendRowsRequest/ArrowData.php
index ccdc1e2de20..8569f74e00c 100644
--- a/BigQueryStorage/src/V1/AppendRowsRequest/ArrowData.php
+++ b/BigQueryStorage/src/V1/AppendRowsRequest/ArrowData.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\AppendRowsRequest;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Arrow schema and data.
@@ -119,4 +119,3 @@ public function setRows($var)
}
-
diff --git a/BigQueryStorage/src/V1/AppendRowsRequest/MissingValueInterpretation.php b/BigQueryStorage/src/V1/AppendRowsRequest/MissingValueInterpretation.php
index b0fcd15041c..402c780095b 100644
--- a/BigQueryStorage/src/V1/AppendRowsRequest/MissingValueInterpretation.php
+++ b/BigQueryStorage/src/V1/AppendRowsRequest/MissingValueInterpretation.php
@@ -63,4 +63,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/AppendRowsRequest/ProtoData.php b/BigQueryStorage/src/V1/AppendRowsRequest/ProtoData.php
index e20f6dd1a4c..0be07e61683 100644
--- a/BigQueryStorage/src/V1/AppendRowsRequest/ProtoData.php
+++ b/BigQueryStorage/src/V1/AppendRowsRequest/ProtoData.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\AppendRowsRequest;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ProtoData contains the data rows and schema when constructing append
@@ -148,4 +148,3 @@ public function setRows($var)
}
-
diff --git a/BigQueryStorage/src/V1/AppendRowsResponse.php b/BigQueryStorage/src/V1/AppendRowsResponse.php
index 0b2fff4bf05..21eb7c1a4ef 100644
--- a/BigQueryStorage/src/V1/AppendRowsResponse.php
+++ b/BigQueryStorage/src/V1/AppendRowsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `AppendRows`.
@@ -67,7 +67,7 @@ class AppendRowsResponse extends \Google\Protobuf\Internal\Message
* If backend detects a schema update, pass it to user so that user can
* use it to input new type of message. It will be empty when no schema
* updates have occurred.
- * @type array<\Google\Cloud\BigQuery\Storage\V1\RowError>|\Google\Protobuf\Internal\RepeatedField $row_errors
+ * @type \Google\Cloud\BigQuery\Storage\V1\RowError[] $row_errors
* If a request failed due to corrupted rows, no rows in the batch will be
* appended. The API will return row level error info, so that the caller can
* remove the bad rows and retry the request.
@@ -215,7 +215,7 @@ public function setUpdatedSchema($var)
* remove the bad rows and retry the request.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BigQuery\Storage\V1\RowError>
*/
public function getRowErrors()
{
@@ -228,7 +228,7 @@ public function getRowErrors()
* remove the bad rows and retry the request.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.RowError row_errors = 4;
- * @param array<\Google\Cloud\BigQuery\Storage\V1\RowError>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BigQuery\Storage\V1\RowError[] $var
* @return $this
*/
public function setRowErrors($var)
diff --git a/BigQueryStorage/src/V1/AppendRowsResponse/AppendResult.php b/BigQueryStorage/src/V1/AppendRowsResponse/AppendResult.php
index 8d1550ae502..7ff2509cb36 100644
--- a/BigQueryStorage/src/V1/AppendRowsResponse/AppendResult.php
+++ b/BigQueryStorage/src/V1/AppendRowsResponse/AppendResult.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\AppendRowsResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* AppendResult is returned for successful append requests.
@@ -108,4 +108,3 @@ public function setOffsetUnwrapped($var)
}
-
diff --git a/BigQueryStorage/src/V1/ArrowRecordBatch.php b/BigQueryStorage/src/V1/ArrowRecordBatch.php
index c042bbd8d00..792e714a6bf 100644
--- a/BigQueryStorage/src/V1/ArrowRecordBatch.php
+++ b/BigQueryStorage/src/V1/ArrowRecordBatch.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Arrow RecordBatch.
diff --git a/BigQueryStorage/src/V1/ArrowSchema.php b/BigQueryStorage/src/V1/ArrowSchema.php
index 0e081bad2c8..6f5f9866a54 100644
--- a/BigQueryStorage/src/V1/ArrowSchema.php
+++ b/BigQueryStorage/src/V1/ArrowSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Arrow schema as specified in
diff --git a/BigQueryStorage/src/V1/ArrowSerializationOptions.php b/BigQueryStorage/src/V1/ArrowSerializationOptions.php
index 1f69a084fbe..25ce3c41cd6 100644
--- a/BigQueryStorage/src/V1/ArrowSerializationOptions.php
+++ b/BigQueryStorage/src/V1/ArrowSerializationOptions.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Contains options specific to Arrow Serialization.
diff --git a/BigQueryStorage/src/V1/ArrowSerializationOptions/CompressionCodec.php b/BigQueryStorage/src/V1/ArrowSerializationOptions/CompressionCodec.php
index 0c17ec24e92..b32b64cba71 100644
--- a/BigQueryStorage/src/V1/ArrowSerializationOptions/CompressionCodec.php
+++ b/BigQueryStorage/src/V1/ArrowSerializationOptions/CompressionCodec.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/ArrowSerializationOptions/PicosTimestampPrecision.php b/BigQueryStorage/src/V1/ArrowSerializationOptions/PicosTimestampPrecision.php
index f17a127d6ba..29a0e80ab9a 100644
--- a/BigQueryStorage/src/V1/ArrowSerializationOptions/PicosTimestampPrecision.php
+++ b/BigQueryStorage/src/V1/ArrowSerializationOptions/PicosTimestampPrecision.php
@@ -72,4 +72,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/AvroRows.php b/BigQueryStorage/src/V1/AvroRows.php
index 6088e8e0775..3f4259a4731 100644
--- a/BigQueryStorage/src/V1/AvroRows.php
+++ b/BigQueryStorage/src/V1/AvroRows.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Avro rows.
diff --git a/BigQueryStorage/src/V1/AvroSchema.php b/BigQueryStorage/src/V1/AvroSchema.php
index 95f031edf51..46229d3779e 100644
--- a/BigQueryStorage/src/V1/AvroSchema.php
+++ b/BigQueryStorage/src/V1/AvroSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Avro schema.
diff --git a/BigQueryStorage/src/V1/AvroSerializationOptions.php b/BigQueryStorage/src/V1/AvroSerializationOptions.php
index 3981225d7fa..a5d87ce8dd5 100644
--- a/BigQueryStorage/src/V1/AvroSerializationOptions.php
+++ b/BigQueryStorage/src/V1/AvroSerializationOptions.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Contains options specific to Avro Serialization.
diff --git a/BigQueryStorage/src/V1/AvroSerializationOptions/PicosTimestampPrecision.php b/BigQueryStorage/src/V1/AvroSerializationOptions/PicosTimestampPrecision.php
index 8604d304b62..852bc808c1f 100644
--- a/BigQueryStorage/src/V1/AvroSerializationOptions/PicosTimestampPrecision.php
+++ b/BigQueryStorage/src/V1/AvroSerializationOptions/PicosTimestampPrecision.php
@@ -72,4 +72,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/BatchCommitWriteStreamsRequest.php b/BigQueryStorage/src/V1/BatchCommitWriteStreamsRequest.php
index 50e1addd8cf..0e92d0d05a9 100644
--- a/BigQueryStorage/src/V1/BatchCommitWriteStreamsRequest.php
+++ b/BigQueryStorage/src/V1/BatchCommitWriteStreamsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `BatchCommitWriteStreams`.
@@ -53,7 +53,7 @@ public static function build(string $parent): self
* @type string $parent
* Required. Parent table that all the streams should belong to, in the form
* of `projects/{project}/datasets/{dataset}/tables/{table}`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $write_streams
+ * @type string[] $write_streams
* Required. The group of streams that will be committed atomically.
* }
*/
@@ -94,7 +94,7 @@ public function setParent($var)
* Required. The group of streams that will be committed atomically.
*
* Generated from protobuf field repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getWriteStreams()
{
@@ -105,7 +105,7 @@ public function getWriteStreams()
* Required. The group of streams that will be committed atomically.
*
* Generated from protobuf field repeated string write_streams = 2 [(.google.api.field_behavior) = REQUIRED];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setWriteStreams($var)
diff --git a/BigQueryStorage/src/V1/BatchCommitWriteStreamsResponse.php b/BigQueryStorage/src/V1/BatchCommitWriteStreamsResponse.php
index a3647346dc3..01cfeb6ae5a 100644
--- a/BigQueryStorage/src/V1/BatchCommitWriteStreamsResponse.php
+++ b/BigQueryStorage/src/V1/BatchCommitWriteStreamsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `BatchCommitWriteStreams`.
@@ -44,7 +44,7 @@ class BatchCommitWriteStreamsResponse extends \Google\Protobuf\Internal\Message
* The time at which streams were committed in microseconds granularity.
* This field will only exist when there are no stream errors.
* **Note** if this field is not set, it means the commit was not successful.
- * @type array<\Google\Cloud\BigQuery\Storage\V1\StorageError>|\Google\Protobuf\Internal\RepeatedField $stream_errors
+ * @type \Google\Cloud\BigQuery\Storage\V1\StorageError[] $stream_errors
* Stream level error if commit failed. Only streams with error will be in
* the list.
* If empty, there is no error and all streams are committed successfully.
@@ -105,7 +105,7 @@ public function setCommitTime($var)
* to atomicity guarantee.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.StorageError stream_errors = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BigQuery\Storage\V1\StorageError>
*/
public function getStreamErrors()
{
@@ -120,7 +120,7 @@ public function getStreamErrors()
* to atomicity guarantee.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.StorageError stream_errors = 2;
- * @param array<\Google\Cloud\BigQuery\Storage\V1\StorageError>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BigQuery\Storage\V1\StorageError[] $var
* @return $this
*/
public function setStreamErrors($var)
diff --git a/BigQueryStorage/src/V1/CreateReadSessionRequest.php b/BigQueryStorage/src/V1/CreateReadSessionRequest.php
index b27b6f13ecc..9acbf452490 100644
--- a/BigQueryStorage/src/V1/CreateReadSessionRequest.php
+++ b/BigQueryStorage/src/V1/CreateReadSessionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `CreateReadSession`.
diff --git a/BigQueryStorage/src/V1/CreateWriteStreamRequest.php b/BigQueryStorage/src/V1/CreateWriteStreamRequest.php
index 5f861cd2387..7576f964126 100644
--- a/BigQueryStorage/src/V1/CreateWriteStreamRequest.php
+++ b/BigQueryStorage/src/V1/CreateWriteStreamRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `CreateWriteStream`.
diff --git a/BigQueryStorage/src/V1/FinalizeWriteStreamRequest.php b/BigQueryStorage/src/V1/FinalizeWriteStreamRequest.php
index 320ada00d1f..5da0ae9c76d 100644
--- a/BigQueryStorage/src/V1/FinalizeWriteStreamRequest.php
+++ b/BigQueryStorage/src/V1/FinalizeWriteStreamRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for invoking `FinalizeWriteStream`.
diff --git a/BigQueryStorage/src/V1/FinalizeWriteStreamResponse.php b/BigQueryStorage/src/V1/FinalizeWriteStreamResponse.php
index 8e028e4fa78..0e9572c7bf9 100644
--- a/BigQueryStorage/src/V1/FinalizeWriteStreamResponse.php
+++ b/BigQueryStorage/src/V1/FinalizeWriteStreamResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `FinalizeWriteStream`.
diff --git a/BigQueryStorage/src/V1/FlushRowsRequest.php b/BigQueryStorage/src/V1/FlushRowsRequest.php
index c89d647475b..260f3267b32 100644
--- a/BigQueryStorage/src/V1/FlushRowsRequest.php
+++ b/BigQueryStorage/src/V1/FlushRowsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `FlushRows`.
diff --git a/BigQueryStorage/src/V1/FlushRowsResponse.php b/BigQueryStorage/src/V1/FlushRowsResponse.php
index 2bf496a5d44..eeb13512e3a 100644
--- a/BigQueryStorage/src/V1/FlushRowsResponse.php
+++ b/BigQueryStorage/src/V1/FlushRowsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Respond message for `FlushRows`.
diff --git a/BigQueryStorage/src/V1/GetWriteStreamRequest.php b/BigQueryStorage/src/V1/GetWriteStreamRequest.php
index 9c23aa9e45f..f15c60c1072 100644
--- a/BigQueryStorage/src/V1/GetWriteStreamRequest.php
+++ b/BigQueryStorage/src/V1/GetWriteStreamRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `GetWriteStreamRequest`.
diff --git a/BigQueryStorage/src/V1/ProtoRows.php b/BigQueryStorage/src/V1/ProtoRows.php
index da06f296e68..59135967461 100644
--- a/BigQueryStorage/src/V1/ProtoRows.php
+++ b/BigQueryStorage/src/V1/ProtoRows.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Generated from protobuf message google.cloud.bigquery.storage.v1.ProtoRows
@@ -28,7 +28,7 @@ class ProtoRows extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $serialized_rows
+ * @type string[] $serialized_rows
* A sequence of rows serialized as a Protocol Buffer.
* See https://developers.google.com/protocol-buffers/docs/overview for more
* information on deserializing this field.
@@ -45,7 +45,7 @@ public function __construct($data = NULL) {
* information on deserializing this field.
*
* Generated from protobuf field repeated bytes serialized_rows = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getSerializedRows()
{
@@ -58,7 +58,7 @@ public function getSerializedRows()
* information on deserializing this field.
*
* Generated from protobuf field repeated bytes serialized_rows = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setSerializedRows($var)
diff --git a/BigQueryStorage/src/V1/ProtoSchema.php b/BigQueryStorage/src/V1/ProtoSchema.php
index 6f20a5f57e4..dc21f45f5a5 100644
--- a/BigQueryStorage/src/V1/ProtoSchema.php
+++ b/BigQueryStorage/src/V1/ProtoSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ProtoSchema describes the schema of the serialized protocol buffer data rows.
diff --git a/BigQueryStorage/src/V1/ReadRowsRequest.php b/BigQueryStorage/src/V1/ReadRowsRequest.php
index c8a2f881740..d36c96d41b7 100644
--- a/BigQueryStorage/src/V1/ReadRowsRequest.php
+++ b/BigQueryStorage/src/V1/ReadRowsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `ReadRows`.
diff --git a/BigQueryStorage/src/V1/ReadRowsResponse.php b/BigQueryStorage/src/V1/ReadRowsResponse.php
index 870309d3a0e..f49fe2c2d7f 100644
--- a/BigQueryStorage/src/V1/ReadRowsResponse.php
+++ b/BigQueryStorage/src/V1/ReadRowsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response from calling `ReadRows` may include row data, progress and
diff --git a/BigQueryStorage/src/V1/ReadSession.php b/BigQueryStorage/src/V1/ReadSession.php
index c574355892c..b0f585b7874 100644
--- a/BigQueryStorage/src/V1/ReadSession.php
+++ b/BigQueryStorage/src/V1/ReadSession.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about the ReadSession.
@@ -135,7 +135,7 @@ class ReadSession extends \Google\Protobuf\Internal\Message
* table.
* @type \Google\Cloud\BigQuery\Storage\V1\ReadSession\TableReadOptions $read_options
* Optional. Read options for this session (e.g. column selection, filters).
- * @type array<\Google\Cloud\BigQuery\Storage\V1\ReadStream>|\Google\Protobuf\Internal\RepeatedField $streams
+ * @type \Google\Cloud\BigQuery\Storage\V1\ReadStream[] $streams
* Output only. A list of streams created with the session.
* At least one stream is created with the session. In the future, larger
* request_stream_count values *may* result in this list being unpopulated,
@@ -438,7 +438,7 @@ public function setReadOptions($var)
* instead, which is not yet available.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.ReadStream streams = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BigQuery\Storage\V1\ReadStream>
*/
public function getStreams()
{
@@ -453,7 +453,7 @@ public function getStreams()
* instead, which is not yet available.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.ReadStream streams = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\BigQuery\Storage\V1\ReadStream>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BigQuery\Storage\V1\ReadStream[] $var
* @return $this
*/
public function setStreams($var)
diff --git a/BigQueryStorage/src/V1/ReadSession/TableModifiers.php b/BigQueryStorage/src/V1/ReadSession/TableModifiers.php
index 2b53487781b..5e8fe27974c 100644
--- a/BigQueryStorage/src/V1/ReadSession/TableModifiers.php
+++ b/BigQueryStorage/src/V1/ReadSession/TableModifiers.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\ReadSession;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Additional attributes when reading a table.
@@ -75,4 +75,3 @@ public function setSnapshotTime($var)
}
-
diff --git a/BigQueryStorage/src/V1/ReadSession/TableReadOptions.php b/BigQueryStorage/src/V1/ReadSession/TableReadOptions.php
index 148f7493584..4f4d0257a3b 100644
--- a/BigQueryStorage/src/V1/ReadSession/TableReadOptions.php
+++ b/BigQueryStorage/src/V1/ReadSession/TableReadOptions.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\ReadSession;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Options dictating how we read a table.
@@ -98,7 +98,7 @@ class TableReadOptions extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $selected_fields
+ * @type string[] $selected_fields
* Optional. The names of the fields in the table to be returned. If no
* field names are specified, then all fields in the table are returned.
* Nested fields -- the child elements of a STRUCT field -- can be selected
@@ -210,7 +210,7 @@ public function __construct($data = NULL) {
* specified in this list.
*
* Generated from protobuf field repeated string selected_fields = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getSelectedFields()
{
@@ -259,7 +259,7 @@ public function getSelectedFields()
* specified in this list.
*
* Generated from protobuf field repeated string selected_fields = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setSelectedFields($var)
@@ -466,4 +466,3 @@ public function getOutputFormatSerializationOptions()
}
-
diff --git a/BigQueryStorage/src/V1/ReadSession/TableReadOptions/ResponseCompressionCodec.php b/BigQueryStorage/src/V1/ReadSession/TableReadOptions/ResponseCompressionCodec.php
index 3f536199f4e..1859e5878b3 100644
--- a/BigQueryStorage/src/V1/ReadSession/TableReadOptions/ResponseCompressionCodec.php
+++ b/BigQueryStorage/src/V1/ReadSession/TableReadOptions/ResponseCompressionCodec.php
@@ -58,4 +58,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/ReadStream.php b/BigQueryStorage/src/V1/ReadStream.php
index c2f22fa5149..c8fc31bb649 100644
--- a/BigQueryStorage/src/V1/ReadStream.php
+++ b/BigQueryStorage/src/V1/ReadStream.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about a single stream that gets data out of the storage system.
diff --git a/BigQueryStorage/src/V1/RowError.php b/BigQueryStorage/src/V1/RowError.php
index 123eae533c9..955953ea2ff 100644
--- a/BigQueryStorage/src/V1/RowError.php
+++ b/BigQueryStorage/src/V1/RowError.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The message that presents row level error info in a request.
diff --git a/BigQueryStorage/src/V1/RowError/RowErrorCode.php b/BigQueryStorage/src/V1/RowError/RowErrorCode.php
index 71e0b9961fa..ff92a25fe95 100644
--- a/BigQueryStorage/src/V1/RowError/RowErrorCode.php
+++ b/BigQueryStorage/src/V1/RowError/RowErrorCode.php
@@ -52,4 +52,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/SplitReadStreamRequest.php b/BigQueryStorage/src/V1/SplitReadStreamRequest.php
index 7536ed18b71..01ab892a64b 100644
--- a/BigQueryStorage/src/V1/SplitReadStreamRequest.php
+++ b/BigQueryStorage/src/V1/SplitReadStreamRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `SplitReadStream`.
diff --git a/BigQueryStorage/src/V1/SplitReadStreamResponse.php b/BigQueryStorage/src/V1/SplitReadStreamResponse.php
index 272562b4ea9..c50e2e47997 100644
--- a/BigQueryStorage/src/V1/SplitReadStreamResponse.php
+++ b/BigQueryStorage/src/V1/SplitReadStreamResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `SplitReadStream`.
diff --git a/BigQueryStorage/src/V1/StorageError.php b/BigQueryStorage/src/V1/StorageError.php
index c5d4423b5b7..f9a706a3fc9 100644
--- a/BigQueryStorage/src/V1/StorageError.php
+++ b/BigQueryStorage/src/V1/StorageError.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Structured custom BigQuery Storage error message. The error can be attached
diff --git a/BigQueryStorage/src/V1/StorageError/StorageErrorCode.php b/BigQueryStorage/src/V1/StorageError/StorageErrorCode.php
index 41ab9e50952..345644145ca 100644
--- a/BigQueryStorage/src/V1/StorageError/StorageErrorCode.php
+++ b/BigQueryStorage/src/V1/StorageError/StorageErrorCode.php
@@ -149,4 +149,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/StreamStats.php b/BigQueryStorage/src/V1/StreamStats.php
index 595b148d28d..e6bad4c17a8 100644
--- a/BigQueryStorage/src/V1/StreamStats.php
+++ b/BigQueryStorage/src/V1/StreamStats.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Estimated stream statistics for a given read Stream.
diff --git a/BigQueryStorage/src/V1/StreamStats/Progress.php b/BigQueryStorage/src/V1/StreamStats/Progress.php
index f873dfe0e66..b51dc198fc2 100644
--- a/BigQueryStorage/src/V1/StreamStats/Progress.php
+++ b/BigQueryStorage/src/V1/StreamStats/Progress.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\StreamStats;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Generated from protobuf message google.cloud.bigquery.storage.v1.StreamStats.Progress
@@ -137,4 +137,3 @@ public function setAtResponseEnd($var)
}
-
diff --git a/BigQueryStorage/src/V1/TableFieldSchema.php b/BigQueryStorage/src/V1/TableFieldSchema.php
index 1a13d706d25..350a1c32984 100644
--- a/BigQueryStorage/src/V1/TableFieldSchema.php
+++ b/BigQueryStorage/src/V1/TableFieldSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* TableFieldSchema defines a single field/column within a table schema.
@@ -138,7 +138,7 @@ class TableFieldSchema extends \Google\Protobuf\Internal\Message
* Required. The field data type.
* @type int $mode
* Optional. The field mode. The default value is NULLABLE.
- * @type array<\Google\Cloud\BigQuery\Storage\V1\TableFieldSchema>|\Google\Protobuf\Internal\RepeatedField $fields
+ * @type \Google\Cloud\BigQuery\Storage\V1\TableFieldSchema[] $fields
* Optional. Describes the nested schema fields if the type property is set to
* STRUCT.
* @type string $description
@@ -288,7 +288,7 @@ public function setMode($var)
* STRUCT.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BigQuery\Storage\V1\TableFieldSchema>
*/
public function getFields()
{
@@ -300,7 +300,7 @@ public function getFields()
* STRUCT.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\BigQuery\Storage\V1\TableFieldSchema>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BigQuery\Storage\V1\TableFieldSchema[] $var
* @return $this
*/
public function setFields($var)
diff --git a/BigQueryStorage/src/V1/TableFieldSchema/FieldElementType.php b/BigQueryStorage/src/V1/TableFieldSchema/FieldElementType.php
index 7d13cb7e167..809b1016dfb 100644
--- a/BigQueryStorage/src/V1/TableFieldSchema/FieldElementType.php
+++ b/BigQueryStorage/src/V1/TableFieldSchema/FieldElementType.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1\TableFieldSchema;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the type of a field element.
@@ -65,4 +65,3 @@ public function setType($var)
}
-
diff --git a/BigQueryStorage/src/V1/TableFieldSchema/Mode.php b/BigQueryStorage/src/V1/TableFieldSchema/Mode.php
index 33961fbb98c..63488bd9397 100644
--- a/BigQueryStorage/src/V1/TableFieldSchema/Mode.php
+++ b/BigQueryStorage/src/V1/TableFieldSchema/Mode.php
@@ -58,4 +58,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/TableFieldSchema/Type.php b/BigQueryStorage/src/V1/TableFieldSchema/Type.php
index 0cd6cfbf2c5..bf05cfc4002 100644
--- a/BigQueryStorage/src/V1/TableFieldSchema/Type.php
+++ b/BigQueryStorage/src/V1/TableFieldSchema/Type.php
@@ -155,4 +155,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/TableSchema.php b/BigQueryStorage/src/V1/TableSchema.php
index 8aaba43df1d..015763ccaee 100644
--- a/BigQueryStorage/src/V1/TableSchema.php
+++ b/BigQueryStorage/src/V1/TableSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Schema of a table. This schema is a subset of
@@ -30,7 +30,7 @@ class TableSchema extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\BigQuery\Storage\V1\TableFieldSchema>|\Google\Protobuf\Internal\RepeatedField $fields
+ * @type \Google\Cloud\BigQuery\Storage\V1\TableFieldSchema[] $fields
* Describes the fields in a table.
* }
*/
@@ -43,7 +43,7 @@ public function __construct($data = NULL) {
* Describes the fields in a table.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BigQuery\Storage\V1\TableFieldSchema>
*/
public function getFields()
{
@@ -54,7 +54,7 @@ public function getFields()
* Describes the fields in a table.
*
* Generated from protobuf field repeated .google.cloud.bigquery.storage.v1.TableFieldSchema fields = 1;
- * @param array<\Google\Cloud\BigQuery\Storage\V1\TableFieldSchema>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BigQuery\Storage\V1\TableFieldSchema[] $var
* @return $this
*/
public function setFields($var)
diff --git a/BigQueryStorage/src/V1/ThrottleState.php b/BigQueryStorage/src/V1/ThrottleState.php
index 2680abd3dee..415b26639ac 100644
--- a/BigQueryStorage/src/V1/ThrottleState.php
+++ b/BigQueryStorage/src/V1/ThrottleState.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information on if the current connection is being throttled.
diff --git a/BigQueryStorage/src/V1/WriteStream.php b/BigQueryStorage/src/V1/WriteStream.php
index 7cc6c85e931..520d82efd76 100644
--- a/BigQueryStorage/src/V1/WriteStream.php
+++ b/BigQueryStorage/src/V1/WriteStream.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BigQuery\Storage\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about a single stream that gets data inside the storage system.
diff --git a/BigQueryStorage/src/V1/WriteStream/Type.php b/BigQueryStorage/src/V1/WriteStream/Type.php
index b201fc49061..180141b213c 100644
--- a/BigQueryStorage/src/V1/WriteStream/Type.php
+++ b/BigQueryStorage/src/V1/WriteStream/Type.php
@@ -67,4 +67,3 @@ public static function value($name)
}
}
-
diff --git a/BigQueryStorage/src/V1/WriteStream/WriteMode.php b/BigQueryStorage/src/V1/WriteStream/WriteMode.php
index 5a35d406b14..2a3355379e3 100644
--- a/BigQueryStorage/src/V1/WriteStream/WriteMode.php
+++ b/BigQueryStorage/src/V1/WriteStream/WriteMode.php
@@ -53,4 +53,3 @@ public static function value($name)
}
}
-
diff --git a/Bigtable/metadata/Admin/V2/BigtableInstanceAdmin.php b/Bigtable/metadata/Admin/V2/BigtableInstanceAdmin.php
index da2a695c5c3..51a2dba513a 100644
Binary files a/Bigtable/metadata/Admin/V2/BigtableInstanceAdmin.php and b/Bigtable/metadata/Admin/V2/BigtableInstanceAdmin.php differ
diff --git a/Bigtable/metadata/Admin/V2/BigtableTableAdmin.php b/Bigtable/metadata/Admin/V2/BigtableTableAdmin.php
index 4fe42a3e98c..782e00f9ead 100644
Binary files a/Bigtable/metadata/Admin/V2/BigtableTableAdmin.php and b/Bigtable/metadata/Admin/V2/BigtableTableAdmin.php differ
diff --git a/Bigtable/metadata/Admin/V2/Common.php b/Bigtable/metadata/Admin/V2/Common.php
index 3fe1a1d11e7..1650cd3fe29 100644
Binary files a/Bigtable/metadata/Admin/V2/Common.php and b/Bigtable/metadata/Admin/V2/Common.php differ
diff --git a/Bigtable/metadata/Admin/V2/Instance.php b/Bigtable/metadata/Admin/V2/Instance.php
index b5fad509e8e..6c968ae0011 100644
Binary files a/Bigtable/metadata/Admin/V2/Instance.php and b/Bigtable/metadata/Admin/V2/Instance.php differ
diff --git a/Bigtable/metadata/Admin/V2/Table.php b/Bigtable/metadata/Admin/V2/Table.php
index 280f2061a9d..c765dbf15a8 100644
Binary files a/Bigtable/metadata/Admin/V2/Table.php and b/Bigtable/metadata/Admin/V2/Table.php differ
diff --git a/Bigtable/metadata/Admin/V2/Types.php b/Bigtable/metadata/Admin/V2/Types.php
index cdcfa30de25..544c640ab6c 100644
Binary files a/Bigtable/metadata/Admin/V2/Types.php and b/Bigtable/metadata/Admin/V2/Types.php differ
diff --git a/Bigtable/metadata/V2/Bigtable.php b/Bigtable/metadata/V2/Bigtable.php
index 0caf6153353..eff71ec7cc0 100644
Binary files a/Bigtable/metadata/V2/Bigtable.php and b/Bigtable/metadata/V2/Bigtable.php differ
diff --git a/Bigtable/metadata/V2/Data.php b/Bigtable/metadata/V2/Data.php
index 7b69573eed4..f717d8f3ddb 100644
Binary files a/Bigtable/metadata/V2/Data.php and b/Bigtable/metadata/V2/Data.php differ
diff --git a/Bigtable/metadata/V2/FeatureFlags.php b/Bigtable/metadata/V2/FeatureFlags.php
index 9f13f71f82c..e61f0dfaca9 100644
--- a/Bigtable/metadata/V2/FeatureFlags.php
+++ b/Bigtable/metadata/V2/FeatureFlags.php
@@ -15,23 +15,7 @@ public static function initOnce() {
return;
}
$pool->internalAddGeneratedFile(
- '
-
-&google/bigtable/v2/feature_flags.protogoogle.bigtable.v2"
-FeatureFlags
-
reverse_scans (
-mutate_rows_rate_limit (
-mutate_rows_rate_limit2 ("
-last_scanned_row_responses (
-routing_cookie (
-
-retry_info (#
-client_side_metrics_enabled (
-traffic_director_enabled (
-direct_access_requested
- (
- peer_info (B
-com.google.bigtable.v2BFeatureFlagsProtoPZ8cloud.google.com/go/bigtable/apiv2/bigtablepb;bigtablepbGoogle.Cloud.Bigtable.V2Google\\Cloud\\Bigtable\\V2Google::Cloud::Bigtable::V2bproto3'
+ "\x0A\xB6\x04\x0A&google/bigtable/v2/feature_flags.proto\x12\x12google.bigtable.v2\"\xB1\x02\x0A\x0CFeatureFlags\x12\x15\x0A\x0Dreverse_scans\x18\x01 \x01(\x08\x12\x1E\x0A\x16mutate_rows_rate_limit\x18\x03 \x01(\x08\x12\x1F\x0A\x17mutate_rows_rate_limit2\x18\x05 \x01(\x08\x12\"\x0A\x1Alast_scanned_row_responses\x18\x04 \x01(\x08\x12\x16\x0A\x0Erouting_cookie\x18\x06 \x01(\x08\x12\x12\x0A\x0Aretry_info\x18\x07 \x01(\x08\x12#\x0A\x1Bclient_side_metrics_enabled\x18\x08 \x01(\x08\x12 \x0A\x18traffic_director_enabled\x18\x09 \x01(\x08\x12\x1F\x0A\x17direct_access_requested\x18\x0A \x01(\x08\x12\x11\x0A\x09peer_info\x18\x0B \x01(\x08B\xBB\x01\x0A\x16com.google.bigtable.v2B\x11FeatureFlagsProtoP\x01Z8cloud.google.com/go/bigtable/apiv2/bigtablepb;bigtablepb\xAA\x02\x18Google.Cloud.Bigtable.V2\xCA\x02\x18Google\\Cloud\\Bigtable\\V2\xEA\x02\x1BGoogle::Cloud::Bigtable::V2b\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Bigtable/metadata/V2/PeerInfo.php b/Bigtable/metadata/V2/PeerInfo.php
index 50064ca7855..87f25f93fd8 100644
Binary files a/Bigtable/metadata/V2/PeerInfo.php and b/Bigtable/metadata/V2/PeerInfo.php differ
diff --git a/Bigtable/metadata/V2/RequestStats.php b/Bigtable/metadata/V2/RequestStats.php
index e0ba5ca1e11..861dbd204c8 100644
Binary files a/Bigtable/metadata/V2/RequestStats.php and b/Bigtable/metadata/V2/RequestStats.php differ
diff --git a/Bigtable/metadata/V2/ResponseParams.php b/Bigtable/metadata/V2/ResponseParams.php
index f8a7971efdb..3aa59f15666 100644
Binary files a/Bigtable/metadata/V2/ResponseParams.php and b/Bigtable/metadata/V2/ResponseParams.php differ
diff --git a/Bigtable/metadata/V2/Types.php b/Bigtable/metadata/V2/Types.php
index 0a03c370ec0..22732f7abed 100644
Binary files a/Bigtable/metadata/V2/Types.php and b/Bigtable/metadata/V2/Types.php differ
diff --git a/Bigtable/src/Admin/V2/AppProfile.php b/Bigtable/src/Admin/V2/AppProfile.php
index 1a0d5a02174..44f8716f61c 100644
--- a/Bigtable/src/Admin/V2/AppProfile.php
+++ b/Bigtable/src/Admin/V2/AppProfile.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A configuration object describing how Cloud Bigtable should treat traffic
diff --git a/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly.php b/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly.php
index ece2754a458..7649f858de2 100644
--- a/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly.php
+++ b/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AppProfile;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Data Boost is a serverless compute capability that lets you run
@@ -79,6 +79,3 @@ public function setComputeBillingOwner($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DataBoostIsolationReadOnly::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_DataBoostIsolationReadOnly::class);
-
diff --git a/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly/ComputeBillingOwner.php b/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly/ComputeBillingOwner.php
index 7da3c394245..839958b1b4e 100644
--- a/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly/ComputeBillingOwner.php
+++ b/Bigtable/src/Admin/V2/AppProfile/DataBoostIsolationReadOnly/ComputeBillingOwner.php
@@ -55,6 +55,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ComputeBillingOwner::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_DataBoostIsolationReadOnly_ComputeBillingOwner::class);
-
diff --git a/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny.php b/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny.php
index 455a007dbf2..da58d84965e 100644
--- a/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny.php
+++ b/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AppProfile;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Read/write requests are routed to the nearest cluster in the instance, and
@@ -34,7 +34,7 @@ class MultiClusterRoutingUseAny extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $cluster_ids
+ * @type string[] $cluster_ids
* The set of clusters to route to. The order is ignored; clusters will be
* tried in order of distance. If left empty, all clusters are eligible.
* @type \Google\Cloud\Bigtable\Admin\V2\AppProfile\MultiClusterRoutingUseAny\RowAffinity $row_affinity
@@ -52,7 +52,7 @@ public function __construct($data = NULL) {
* tried in order of distance. If left empty, all clusters are eligible.
*
* Generated from protobuf field repeated string cluster_ids = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getClusterIds()
{
@@ -64,7 +64,7 @@ public function getClusterIds()
* tried in order of distance. If left empty, all clusters are eligible.
*
* Generated from protobuf field repeated string cluster_ids = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setClusterIds($var)
@@ -118,6 +118,3 @@ public function getAffinity()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(MultiClusterRoutingUseAny::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_MultiClusterRoutingUseAny::class);
-
diff --git a/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny/RowAffinity.php b/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny/RowAffinity.php
index f553b0a42fa..8204201d723 100644
--- a/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny/RowAffinity.php
+++ b/Bigtable/src/Admin/V2/AppProfile/MultiClusterRoutingUseAny/RowAffinity.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AppProfile\MultiClusterRoutingUseAny;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* If enabled, Bigtable will route the request based on the row key of the
@@ -39,6 +39,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(RowAffinity::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_MultiClusterRoutingUseAny_RowAffinity::class);
-
diff --git a/Bigtable/src/Admin/V2/AppProfile/Priority.php b/Bigtable/src/Admin/V2/AppProfile/Priority.php
index df376e17c64..fc95d4cbd0e 100644
--- a/Bigtable/src/Admin/V2/AppProfile/Priority.php
+++ b/Bigtable/src/Admin/V2/AppProfile/Priority.php
@@ -62,6 +62,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Priority::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_Priority::class);
-
diff --git a/Bigtable/src/Admin/V2/AppProfile/SingleClusterRouting.php b/Bigtable/src/Admin/V2/AppProfile/SingleClusterRouting.php
index 5bd27b02ed0..12ae6eb0923 100644
--- a/Bigtable/src/Admin/V2/AppProfile/SingleClusterRouting.php
+++ b/Bigtable/src/Admin/V2/AppProfile/SingleClusterRouting.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AppProfile;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Unconditionally routes all read/write requests to a specific cluster.
@@ -109,6 +109,3 @@ public function setAllowTransactionalWrites($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(SingleClusterRouting::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_SingleClusterRouting::class);
-
diff --git a/Bigtable/src/Admin/V2/AppProfile/StandardIsolation.php b/Bigtable/src/Admin/V2/AppProfile/StandardIsolation.php
index 3638ebc7521..f89709f2c42 100644
--- a/Bigtable/src/Admin/V2/AppProfile/StandardIsolation.php
+++ b/Bigtable/src/Admin/V2/AppProfile/StandardIsolation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AppProfile;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Standard options for isolating this app profile's traffic from other use
@@ -66,6 +66,3 @@ public function setPriority($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(StandardIsolation::class, \Google\Cloud\Bigtable\Admin\V2\AppProfile_StandardIsolation::class);
-
diff --git a/Bigtable/src/Admin/V2/AuthorizedView.php b/Bigtable/src/Admin/V2/AuthorizedView.php
index a5533981fbc..e0cbcf28c5a 100644
--- a/Bigtable/src/Admin/V2/AuthorizedView.php
+++ b/Bigtable/src/Admin/V2/AuthorizedView.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* AuthorizedViews represent subsets of a particular Cloud Bigtable table. Users
diff --git a/Bigtable/src/Admin/V2/AuthorizedView/FamilySubsets.php b/Bigtable/src/Admin/V2/AuthorizedView/FamilySubsets.php
index 3a6359fca96..27732e4ca76 100644
--- a/Bigtable/src/Admin/V2/AuthorizedView/FamilySubsets.php
+++ b/Bigtable/src/Admin/V2/AuthorizedView/FamilySubsets.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AuthorizedView;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Subsets of a column family that are included in this AuthorizedView.
@@ -38,9 +38,9 @@ class FamilySubsets extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $qualifiers
+ * @type string[] $qualifiers
* Individual exact column qualifiers to be included in the AuthorizedView.
- * @type array|\Google\Protobuf\Internal\RepeatedField $qualifier_prefixes
+ * @type string[] $qualifier_prefixes
* Prefixes for qualifiers to be included in the AuthorizedView. Every
* qualifier starting with one of these prefixes is included in the
* AuthorizedView. To provide access to all qualifiers, include the empty
@@ -57,7 +57,7 @@ public function __construct($data = NULL) {
* Individual exact column qualifiers to be included in the AuthorizedView.
*
* Generated from protobuf field repeated bytes qualifiers = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getQualifiers()
{
@@ -68,7 +68,7 @@ public function getQualifiers()
* Individual exact column qualifiers to be included in the AuthorizedView.
*
* Generated from protobuf field repeated bytes qualifiers = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setQualifiers($var)
@@ -87,7 +87,7 @@ public function setQualifiers($var)
* ("").
*
* Generated from protobuf field repeated bytes qualifier_prefixes = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getQualifierPrefixes()
{
@@ -102,7 +102,7 @@ public function getQualifierPrefixes()
* ("").
*
* Generated from protobuf field repeated bytes qualifier_prefixes = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setQualifierPrefixes($var)
@@ -115,6 +115,3 @@ public function setQualifierPrefixes($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(FamilySubsets::class, \Google\Cloud\Bigtable\Admin\V2\AuthorizedView_FamilySubsets::class);
-
diff --git a/Bigtable/src/Admin/V2/AuthorizedView/ResponseView.php b/Bigtable/src/Admin/V2/AuthorizedView/ResponseView.php
index de81a7c072d..3f695a9ad55 100644
--- a/Bigtable/src/Admin/V2/AuthorizedView/ResponseView.php
+++ b/Bigtable/src/Admin/V2/AuthorizedView/ResponseView.php
@@ -67,6 +67,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ResponseView::class, \Google\Cloud\Bigtable\Admin\V2\AuthorizedView_ResponseView::class);
-
diff --git a/Bigtable/src/Admin/V2/AuthorizedView/SubsetView.php b/Bigtable/src/Admin/V2/AuthorizedView/SubsetView.php
index e20712a5b64..1daea5adaf1 100644
--- a/Bigtable/src/Admin/V2/AuthorizedView/SubsetView.php
+++ b/Bigtable/src/Admin/V2/AuthorizedView/SubsetView.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\AuthorizedView;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines a simple AuthorizedView that is a subset of the underlying Table.
@@ -36,7 +36,7 @@ class SubsetView extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $row_prefixes
+ * @type string[] $row_prefixes
* Row prefixes to be included in the AuthorizedView.
* To provide access to all rows, include the empty string as a prefix ("").
* @type array|\Google\Protobuf\Internal\MapField $family_subsets
@@ -54,7 +54,7 @@ public function __construct($data = NULL) {
* To provide access to all rows, include the empty string as a prefix ("").
*
* Generated from protobuf field repeated bytes row_prefixes = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getRowPrefixes()
{
@@ -66,7 +66,7 @@ public function getRowPrefixes()
* To provide access to all rows, include the empty string as a prefix ("").
*
* Generated from protobuf field repeated bytes row_prefixes = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setRowPrefixes($var)
@@ -107,6 +107,3 @@ public function setFamilySubsets($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(SubsetView::class, \Google\Cloud\Bigtable\Admin\V2\AuthorizedView_SubsetView::class);
-
diff --git a/Bigtable/src/Admin/V2/AutoscalingLimits.php b/Bigtable/src/Admin/V2/AutoscalingLimits.php
index 87c9350253d..e492e955585 100644
--- a/Bigtable/src/Admin/V2/AutoscalingLimits.php
+++ b/Bigtable/src/Admin/V2/AutoscalingLimits.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Limits for the number of nodes a Cluster can autoscale up/down to.
diff --git a/Bigtable/src/Admin/V2/AutoscalingTargets.php b/Bigtable/src/Admin/V2/AutoscalingTargets.php
index 4825251531f..533ef12a654 100644
--- a/Bigtable/src/Admin/V2/AutoscalingTargets.php
+++ b/Bigtable/src/Admin/V2/AutoscalingTargets.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The Autoscaling targets for a Cluster. These determine the recommended nodes.
diff --git a/Bigtable/src/Admin/V2/Backup.php b/Bigtable/src/Admin/V2/Backup.php
index f5dc03ee44e..e615febf1f4 100644
--- a/Bigtable/src/Admin/V2/Backup.php
+++ b/Bigtable/src/Admin/V2/Backup.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A backup of a Cloud Bigtable table.
diff --git a/Bigtable/src/Admin/V2/Backup/BackupType.php b/Bigtable/src/Admin/V2/Backup/BackupType.php
index cf2244ea9b7..667637049b8 100644
--- a/Bigtable/src/Admin/V2/Backup/BackupType.php
+++ b/Bigtable/src/Admin/V2/Backup/BackupType.php
@@ -64,6 +64,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(BackupType::class, \Google\Cloud\Bigtable\Admin\V2\Backup_BackupType::class);
-
diff --git a/Bigtable/src/Admin/V2/Backup/State.php b/Bigtable/src/Admin/V2/Backup/State.php
index 1e7867d2bd8..35028722cc2 100644
--- a/Bigtable/src/Admin/V2/Backup/State.php
+++ b/Bigtable/src/Admin/V2/Backup/State.php
@@ -60,6 +60,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(State::class, \Google\Cloud\Bigtable\Admin\V2\Backup_State::class);
-
diff --git a/Bigtable/src/Admin/V2/BackupInfo.php b/Bigtable/src/Admin/V2/BackupInfo.php
index a9680225f63..87930a9c215 100644
--- a/Bigtable/src/Admin/V2/BackupInfo.php
+++ b/Bigtable/src/Admin/V2/BackupInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about a backup.
diff --git a/Bigtable/src/Admin/V2/ChangeStreamConfig.php b/Bigtable/src/Admin/V2/ChangeStreamConfig.php
index 49dbf3a3665..c49d0acce35 100644
--- a/Bigtable/src/Admin/V2/ChangeStreamConfig.php
+++ b/Bigtable/src/Admin/V2/ChangeStreamConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Change stream configuration.
diff --git a/Bigtable/src/Admin/V2/CheckConsistencyRequest.php b/Bigtable/src/Admin/V2/CheckConsistencyRequest.php
index 543b4f86156..a0f9e2cc357 100644
--- a/Bigtable/src/Admin/V2/CheckConsistencyRequest.php
+++ b/Bigtable/src/Admin/V2/CheckConsistencyRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/CheckConsistencyResponse.php b/Bigtable/src/Admin/V2/CheckConsistencyResponse.php
index 86e78943268..62e5dd4edf2 100644
--- a/Bigtable/src/Admin/V2/CheckConsistencyResponse.php
+++ b/Bigtable/src/Admin/V2/CheckConsistencyResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Bigtable/src/Admin/V2/Cluster.php b/Bigtable/src/Admin/V2/Cluster.php
index d16d1c4c75f..9f6db547527 100644
--- a/Bigtable/src/Admin/V2/Cluster.php
+++ b/Bigtable/src/Admin/V2/Cluster.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A resizable group of nodes in a particular cloud location, capable
diff --git a/Bigtable/src/Admin/V2/Cluster/ClusterAutoscalingConfig.php b/Bigtable/src/Admin/V2/Cluster/ClusterAutoscalingConfig.php
index 997961367dd..ffdf17e7984 100644
--- a/Bigtable/src/Admin/V2/Cluster/ClusterAutoscalingConfig.php
+++ b/Bigtable/src/Admin/V2/Cluster/ClusterAutoscalingConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Cluster;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Autoscaling config for a cluster.
@@ -119,6 +119,3 @@ public function setAutoscalingTargets($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ClusterAutoscalingConfig::class, \Google\Cloud\Bigtable\Admin\V2\Cluster_ClusterAutoscalingConfig::class);
-
diff --git a/Bigtable/src/Admin/V2/Cluster/ClusterConfig.php b/Bigtable/src/Admin/V2/Cluster/ClusterConfig.php
index b8856b291e6..7f6d38f7e1f 100644
--- a/Bigtable/src/Admin/V2/Cluster/ClusterConfig.php
+++ b/Bigtable/src/Admin/V2/Cluster/ClusterConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Cluster;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for a cluster.
@@ -75,6 +75,3 @@ public function setClusterAutoscalingConfig($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ClusterConfig::class, \Google\Cloud\Bigtable\Admin\V2\Cluster_ClusterConfig::class);
-
diff --git a/Bigtable/src/Admin/V2/Cluster/EncryptionConfig.php b/Bigtable/src/Admin/V2/Cluster/EncryptionConfig.php
index 12bcfd3dbd8..c792565f506 100644
--- a/Bigtable/src/Admin/V2/Cluster/EncryptionConfig.php
+++ b/Bigtable/src/Admin/V2/Cluster/EncryptionConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Cluster;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected
@@ -98,6 +98,3 @@ public function setKmsKeyName($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(EncryptionConfig::class, \Google\Cloud\Bigtable\Admin\V2\Cluster_EncryptionConfig::class);
-
diff --git a/Bigtable/src/Admin/V2/Cluster/NodeScalingFactor.php b/Bigtable/src/Admin/V2/Cluster/NodeScalingFactor.php
index c5f625fd27e..3ba9f0bddb9 100644
--- a/Bigtable/src/Admin/V2/Cluster/NodeScalingFactor.php
+++ b/Bigtable/src/Admin/V2/Cluster/NodeScalingFactor.php
@@ -62,6 +62,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(NodeScalingFactor::class, \Google\Cloud\Bigtable\Admin\V2\Cluster_NodeScalingFactor::class);
-
diff --git a/Bigtable/src/Admin/V2/Cluster/State.php b/Bigtable/src/Admin/V2/Cluster/State.php
index fc392006912..6ae42297374 100644
--- a/Bigtable/src/Admin/V2/Cluster/State.php
+++ b/Bigtable/src/Admin/V2/Cluster/State.php
@@ -80,6 +80,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(State::class, \Google\Cloud\Bigtable\Admin\V2\Cluster_State::class);
-
diff --git a/Bigtable/src/Admin/V2/ColumnFamily.php b/Bigtable/src/Admin/V2/ColumnFamily.php
index 12959e605d6..5d75d43506d 100644
--- a/Bigtable/src/Admin/V2/ColumnFamily.php
+++ b/Bigtable/src/Admin/V2/ColumnFamily.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A set of columns within a table which share a common configuration.
diff --git a/Bigtable/src/Admin/V2/CopyBackupMetadata.php b/Bigtable/src/Admin/V2/CopyBackupMetadata.php
index 0efc355bd7d..c4c374604f9 100644
--- a/Bigtable/src/Admin/V2/CopyBackupMetadata.php
+++ b/Bigtable/src/Admin/V2/CopyBackupMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata type for the google.longrunning.Operation returned by
diff --git a/Bigtable/src/Admin/V2/CopyBackupRequest.php b/Bigtable/src/Admin/V2/CopyBackupRequest.php
index 8f004b2b6ee..7d084fe1c6a 100644
--- a/Bigtable/src/Admin/V2/CopyBackupRequest.php
+++ b/Bigtable/src/Admin/V2/CopyBackupRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/CreateAppProfileRequest.php b/Bigtable/src/Admin/V2/CreateAppProfileRequest.php
index 12b67e4093a..ab2483a1f6b 100644
--- a/Bigtable/src/Admin/V2/CreateAppProfileRequest.php
+++ b/Bigtable/src/Admin/V2/CreateAppProfileRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.CreateAppProfile.
diff --git a/Bigtable/src/Admin/V2/CreateAuthorizedViewMetadata.php b/Bigtable/src/Admin/V2/CreateAuthorizedViewMetadata.php
index b6e98cfec0e..84c7ab170a6 100644
--- a/Bigtable/src/Admin/V2/CreateAuthorizedViewMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateAuthorizedViewMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by CreateAuthorizedView.
diff --git a/Bigtable/src/Admin/V2/CreateAuthorizedViewRequest.php b/Bigtable/src/Admin/V2/CreateAuthorizedViewRequest.php
index 0329adcb6e0..19f1183c2db 100644
--- a/Bigtable/src/Admin/V2/CreateAuthorizedViewRequest.php
+++ b/Bigtable/src/Admin/V2/CreateAuthorizedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/CreateBackupMetadata.php b/Bigtable/src/Admin/V2/CreateBackupMetadata.php
index 557de786e6d..5036db2c1c2 100644
--- a/Bigtable/src/Admin/V2/CreateBackupMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateBackupMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata type for the operation returned by
diff --git a/Bigtable/src/Admin/V2/CreateBackupRequest.php b/Bigtable/src/Admin/V2/CreateBackupRequest.php
index 8022a0ae61e..7f1d41473c5 100644
--- a/Bigtable/src/Admin/V2/CreateBackupRequest.php
+++ b/Bigtable/src/Admin/V2/CreateBackupRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/CreateClusterMetadata.php b/Bigtable/src/Admin/V2/CreateClusterMetadata.php
index c752a40618c..bd6a207bdf1 100644
--- a/Bigtable/src/Admin/V2/CreateClusterMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateClusterMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by CreateCluster.
diff --git a/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress.php b/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress.php
index 6fbf11f7cc3..1811f46e542 100644
--- a/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress.php
+++ b/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\CreateClusterMetadata;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Progress info for copying a table's data to the new cluster.
@@ -134,6 +134,3 @@ public function setState($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(TableProgress::class, \Google\Cloud\Bigtable\Admin\V2\CreateClusterMetadata_TableProgress::class);
-
diff --git a/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress/State.php b/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress/State.php
index f5fc3463458..baf338c6c6d 100644
--- a/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress/State.php
+++ b/Bigtable/src/Admin/V2/CreateClusterMetadata/TableProgress/State.php
@@ -71,6 +71,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(State::class, \Google\Cloud\Bigtable\Admin\V2\CreateClusterMetadata_TableProgress_State::class);
-
diff --git a/Bigtable/src/Admin/V2/CreateClusterRequest.php b/Bigtable/src/Admin/V2/CreateClusterRequest.php
index 8a849b57932..30b5c3cc926 100644
--- a/Bigtable/src/Admin/V2/CreateClusterRequest.php
+++ b/Bigtable/src/Admin/V2/CreateClusterRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.CreateCluster.
diff --git a/Bigtable/src/Admin/V2/CreateInstanceMetadata.php b/Bigtable/src/Admin/V2/CreateInstanceMetadata.php
index dd7f505c077..2a67465dfe7 100644
--- a/Bigtable/src/Admin/V2/CreateInstanceMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateInstanceMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by CreateInstance.
diff --git a/Bigtable/src/Admin/V2/CreateInstanceRequest.php b/Bigtable/src/Admin/V2/CreateInstanceRequest.php
index 6d9e23667c5..6bf8c1effdc 100644
--- a/Bigtable/src/Admin/V2/CreateInstanceRequest.php
+++ b/Bigtable/src/Admin/V2/CreateInstanceRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.CreateInstance.
diff --git a/Bigtable/src/Admin/V2/CreateLogicalViewMetadata.php b/Bigtable/src/Admin/V2/CreateLogicalViewMetadata.php
index 2b4d24d2182..d98dff16759 100644
--- a/Bigtable/src/Admin/V2/CreateLogicalViewMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateLogicalViewMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by CreateLogicalView.
diff --git a/Bigtable/src/Admin/V2/CreateLogicalViewRequest.php b/Bigtable/src/Admin/V2/CreateLogicalViewRequest.php
index 8122ea5b1eb..6de5e7a107f 100644
--- a/Bigtable/src/Admin/V2/CreateLogicalViewRequest.php
+++ b/Bigtable/src/Admin/V2/CreateLogicalViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.CreateLogicalView.
diff --git a/Bigtable/src/Admin/V2/CreateMaterializedViewMetadata.php b/Bigtable/src/Admin/V2/CreateMaterializedViewMetadata.php
index 5dcbca45c0a..5a64639d95a 100644
--- a/Bigtable/src/Admin/V2/CreateMaterializedViewMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateMaterializedViewMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by CreateMaterializedView.
diff --git a/Bigtable/src/Admin/V2/CreateMaterializedViewRequest.php b/Bigtable/src/Admin/V2/CreateMaterializedViewRequest.php
index 31ea2e117c7..06ee6f517c2 100644
--- a/Bigtable/src/Admin/V2/CreateMaterializedViewRequest.php
+++ b/Bigtable/src/Admin/V2/CreateMaterializedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.CreateMaterializedView.
diff --git a/Bigtable/src/Admin/V2/CreateSchemaBundleMetadata.php b/Bigtable/src/Admin/V2/CreateSchemaBundleMetadata.php
index 66ad9c25181..490ce8feb5b 100644
--- a/Bigtable/src/Admin/V2/CreateSchemaBundleMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateSchemaBundleMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by
diff --git a/Bigtable/src/Admin/V2/CreateSchemaBundleRequest.php b/Bigtable/src/Admin/V2/CreateSchemaBundleRequest.php
index 282f655647f..1616b339f81 100644
--- a/Bigtable/src/Admin/V2/CreateSchemaBundleRequest.php
+++ b/Bigtable/src/Admin/V2/CreateSchemaBundleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/CreateTableFromSnapshotMetadata.php b/Bigtable/src/Admin/V2/CreateTableFromSnapshotMetadata.php
index ad6178e78b9..ed5fef6e7fc 100644
--- a/Bigtable/src/Admin/V2/CreateTableFromSnapshotMetadata.php
+++ b/Bigtable/src/Admin/V2/CreateTableFromSnapshotMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by CreateTableFromSnapshot.
diff --git a/Bigtable/src/Admin/V2/CreateTableFromSnapshotRequest.php b/Bigtable/src/Admin/V2/CreateTableFromSnapshotRequest.php
index 2dfa7bc9490..bf89301d7cc 100644
--- a/Bigtable/src/Admin/V2/CreateTableFromSnapshotRequest.php
+++ b/Bigtable/src/Admin/V2/CreateTableFromSnapshotRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/CreateTableRequest.php b/Bigtable/src/Admin/V2/CreateTableRequest.php
index 06608297cf4..d9362cf910b 100644
--- a/Bigtable/src/Admin/V2/CreateTableRequest.php
+++ b/Bigtable/src/Admin/V2/CreateTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -93,7 +93,7 @@ public static function build(string $parent, string $tableId, \Google\Cloud\Bigt
* Maximum 50 characters.
* @type \Google\Cloud\Bigtable\Admin\V2\Table $table
* Required. The Table to create.
- * @type array<\Google\Cloud\Bigtable\Admin\V2\CreateTableRequest\Split>|\Google\Protobuf\Internal\RepeatedField $initial_splits
+ * @type \Google\Cloud\Bigtable\Admin\V2\CreateTableRequest\Split[] $initial_splits
* The optional list of row keys that will be used to initially split the
* table into several tablets (tablets are similar to HBase regions).
* Given two split keys, `s1` and `s2`, three tablets will be created,
@@ -226,7 +226,7 @@ public function setTable($var)
* - Tablet 5 `[other, ) => {"other", "zz"}.`
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.CreateTableRequest.Split initial_splits = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\CreateTableRequest\Split>
*/
public function getInitialSplits()
{
@@ -250,7 +250,7 @@ public function getInitialSplits()
* - Tablet 5 `[other, ) => {"other", "zz"}.`
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.CreateTableRequest.Split initial_splits = 4;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\CreateTableRequest\Split>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\CreateTableRequest\Split[] $var
* @return $this
*/
public function setInitialSplits($var)
diff --git a/Bigtable/src/Admin/V2/CreateTableRequest/Split.php b/Bigtable/src/Admin/V2/CreateTableRequest/Split.php
index af1990b8531..f7577a6c576 100644
--- a/Bigtable/src/Admin/V2/CreateTableRequest/Split.php
+++ b/Bigtable/src/Admin/V2/CreateTableRequest/Split.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\CreateTableRequest;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An initial split point for a newly created table.
@@ -65,6 +65,3 @@ public function setKey($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Split::class, \Google\Cloud\Bigtable\Admin\V2\CreateTableRequest_Split::class);
-
diff --git a/Bigtable/src/Admin/V2/DataBoostReadLocalWrites.php b/Bigtable/src/Admin/V2/DataBoostReadLocalWrites.php
index 6d8e2927312..afe11e54aba 100644
--- a/Bigtable/src/Admin/V2/DataBoostReadLocalWrites.php
+++ b/Bigtable/src/Admin/V2/DataBoostReadLocalWrites.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Checks that all writes before the consistency token was generated in the same
diff --git a/Bigtable/src/Admin/V2/DeleteAppProfileRequest.php b/Bigtable/src/Admin/V2/DeleteAppProfileRequest.php
index aa6abaf5f99..ea908e1f44c 100644
--- a/Bigtable/src/Admin/V2/DeleteAppProfileRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteAppProfileRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.DeleteAppProfile.
diff --git a/Bigtable/src/Admin/V2/DeleteAuthorizedViewRequest.php b/Bigtable/src/Admin/V2/DeleteAuthorizedViewRequest.php
index e623fe8ebb9..6a87ddb9e3e 100644
--- a/Bigtable/src/Admin/V2/DeleteAuthorizedViewRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteAuthorizedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/DeleteBackupRequest.php b/Bigtable/src/Admin/V2/DeleteBackupRequest.php
index 6bd500313c9..c5907898439 100644
--- a/Bigtable/src/Admin/V2/DeleteBackupRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteBackupRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/DeleteClusterRequest.php b/Bigtable/src/Admin/V2/DeleteClusterRequest.php
index 690cdb21a15..6b61df42324 100644
--- a/Bigtable/src/Admin/V2/DeleteClusterRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteClusterRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.DeleteCluster.
diff --git a/Bigtable/src/Admin/V2/DeleteInstanceRequest.php b/Bigtable/src/Admin/V2/DeleteInstanceRequest.php
index bcbc1c1a1e5..c1fd6d506af 100644
--- a/Bigtable/src/Admin/V2/DeleteInstanceRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteInstanceRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.DeleteInstance.
diff --git a/Bigtable/src/Admin/V2/DeleteLogicalViewRequest.php b/Bigtable/src/Admin/V2/DeleteLogicalViewRequest.php
index 63ca7191e51..19e81cd4cbe 100644
--- a/Bigtable/src/Admin/V2/DeleteLogicalViewRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteLogicalViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.DeleteLogicalView.
diff --git a/Bigtable/src/Admin/V2/DeleteMaterializedViewRequest.php b/Bigtable/src/Admin/V2/DeleteMaterializedViewRequest.php
index 48e21cfa6b8..18c611d3dcb 100644
--- a/Bigtable/src/Admin/V2/DeleteMaterializedViewRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteMaterializedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.DeleteMaterializedView.
diff --git a/Bigtable/src/Admin/V2/DeleteSchemaBundleRequest.php b/Bigtable/src/Admin/V2/DeleteSchemaBundleRequest.php
index 6ca29ffdde1..08ee99e2647 100644
--- a/Bigtable/src/Admin/V2/DeleteSchemaBundleRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteSchemaBundleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/DeleteSnapshotRequest.php b/Bigtable/src/Admin/V2/DeleteSnapshotRequest.php
index b83ec8b2043..57036833089 100644
--- a/Bigtable/src/Admin/V2/DeleteSnapshotRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteSnapshotRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/DeleteTableRequest.php b/Bigtable/src/Admin/V2/DeleteTableRequest.php
index 3bd4eac51dc..31bb5546fd8 100644
--- a/Bigtable/src/Admin/V2/DeleteTableRequest.php
+++ b/Bigtable/src/Admin/V2/DeleteTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/DropRowRangeRequest.php b/Bigtable/src/Admin/V2/DropRowRangeRequest.php
index a005c44024c..3671ae8b79c 100644
--- a/Bigtable/src/Admin/V2/DropRowRangeRequest.php
+++ b/Bigtable/src/Admin/V2/DropRowRangeRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/EncryptionInfo.php b/Bigtable/src/Admin/V2/EncryptionInfo.php
index d13861cd38e..418c19e2c0e 100644
--- a/Bigtable/src/Admin/V2/EncryptionInfo.php
+++ b/Bigtable/src/Admin/V2/EncryptionInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encryption information for a given resource.
diff --git a/Bigtable/src/Admin/V2/EncryptionInfo/EncryptionType.php b/Bigtable/src/Admin/V2/EncryptionInfo/EncryptionType.php
index 076657b976c..8a6ea595fdf 100644
--- a/Bigtable/src/Admin/V2/EncryptionInfo/EncryptionType.php
+++ b/Bigtable/src/Admin/V2/EncryptionInfo/EncryptionType.php
@@ -67,6 +67,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(EncryptionType::class, \Google\Cloud\Bigtable\Admin\V2\EncryptionInfo_EncryptionType::class);
-
diff --git a/Bigtable/src/Admin/V2/GcRule.php b/Bigtable/src/Admin/V2/GcRule.php
index 58f3cb15f62..3158524db68 100644
--- a/Bigtable/src/Admin/V2/GcRule.php
+++ b/Bigtable/src/Admin/V2/GcRule.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rule for determining which cells to delete during garbage collection.
diff --git a/Bigtable/src/Admin/V2/GcRule/Intersection.php b/Bigtable/src/Admin/V2/GcRule/Intersection.php
index 3cdcac56ac6..9b5476e44bc 100644
--- a/Bigtable/src/Admin/V2/GcRule/Intersection.php
+++ b/Bigtable/src/Admin/V2/GcRule/Intersection.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\GcRule;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A GcRule which deletes cells matching all of the given rules.
@@ -28,7 +28,7 @@ class Intersection extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\GcRule>|\Google\Protobuf\Internal\RepeatedField $rules
+ * @type \Google\Cloud\Bigtable\Admin\V2\GcRule[] $rules
* Only delete cells which would be deleted by every element of `rules`.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* Only delete cells which would be deleted by every element of `rules`.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.GcRule rules = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\GcRule>
*/
public function getRules()
{
@@ -52,7 +52,7 @@ public function getRules()
* Only delete cells which would be deleted by every element of `rules`.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.GcRule rules = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\GcRule>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\GcRule[] $var
* @return $this
*/
public function setRules($var)
@@ -65,6 +65,3 @@ public function setRules($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Intersection::class, \Google\Cloud\Bigtable\Admin\V2\GcRule_Intersection::class);
-
diff --git a/Bigtable/src/Admin/V2/GcRule/Union.php b/Bigtable/src/Admin/V2/GcRule/Union.php
index 0569197be3a..73792381285 100644
--- a/Bigtable/src/Admin/V2/GcRule/Union.php
+++ b/Bigtable/src/Admin/V2/GcRule/Union.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\GcRule;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A GcRule which deletes cells matching any of the given rules.
@@ -28,7 +28,7 @@ class Union extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\GcRule>|\Google\Protobuf\Internal\RepeatedField $rules
+ * @type \Google\Cloud\Bigtable\Admin\V2\GcRule[] $rules
* Delete cells which would be deleted by any element of `rules`.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* Delete cells which would be deleted by any element of `rules`.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.GcRule rules = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\GcRule>
*/
public function getRules()
{
@@ -52,7 +52,7 @@ public function getRules()
* Delete cells which would be deleted by any element of `rules`.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.GcRule rules = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\GcRule>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\GcRule[] $var
* @return $this
*/
public function setRules($var)
@@ -65,6 +65,3 @@ public function setRules($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Union::class, \Google\Cloud\Bigtable\Admin\V2\GcRule_Union::class);
-
diff --git a/Bigtable/src/Admin/V2/GenerateConsistencyTokenRequest.php b/Bigtable/src/Admin/V2/GenerateConsistencyTokenRequest.php
index de27631825e..d228f07dea1 100644
--- a/Bigtable/src/Admin/V2/GenerateConsistencyTokenRequest.php
+++ b/Bigtable/src/Admin/V2/GenerateConsistencyTokenRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/GenerateConsistencyTokenResponse.php b/Bigtable/src/Admin/V2/GenerateConsistencyTokenResponse.php
index 6b02098b9ff..770033e3fb6 100644
--- a/Bigtable/src/Admin/V2/GenerateConsistencyTokenResponse.php
+++ b/Bigtable/src/Admin/V2/GenerateConsistencyTokenResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Bigtable/src/Admin/V2/GetAppProfileRequest.php b/Bigtable/src/Admin/V2/GetAppProfileRequest.php
index 017793bbb5f..3cf6bf07921 100644
--- a/Bigtable/src/Admin/V2/GetAppProfileRequest.php
+++ b/Bigtable/src/Admin/V2/GetAppProfileRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.GetAppProfile.
diff --git a/Bigtable/src/Admin/V2/GetAuthorizedViewRequest.php b/Bigtable/src/Admin/V2/GetAuthorizedViewRequest.php
index 385c1c34c26..4f9ebb278f0 100644
--- a/Bigtable/src/Admin/V2/GetAuthorizedViewRequest.php
+++ b/Bigtable/src/Admin/V2/GetAuthorizedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/GetBackupRequest.php b/Bigtable/src/Admin/V2/GetBackupRequest.php
index 5f73e6f2900..55594fbcbd8 100644
--- a/Bigtable/src/Admin/V2/GetBackupRequest.php
+++ b/Bigtable/src/Admin/V2/GetBackupRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/GetClusterRequest.php b/Bigtable/src/Admin/V2/GetClusterRequest.php
index 037844cc19a..5fcb4c52f7a 100644
--- a/Bigtable/src/Admin/V2/GetClusterRequest.php
+++ b/Bigtable/src/Admin/V2/GetClusterRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.GetCluster.
diff --git a/Bigtable/src/Admin/V2/GetInstanceRequest.php b/Bigtable/src/Admin/V2/GetInstanceRequest.php
index 28ca52c590c..03a2189b6ab 100644
--- a/Bigtable/src/Admin/V2/GetInstanceRequest.php
+++ b/Bigtable/src/Admin/V2/GetInstanceRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.GetInstance.
diff --git a/Bigtable/src/Admin/V2/GetLogicalViewRequest.php b/Bigtable/src/Admin/V2/GetLogicalViewRequest.php
index 1fb02ecd383..0a301028ac3 100644
--- a/Bigtable/src/Admin/V2/GetLogicalViewRequest.php
+++ b/Bigtable/src/Admin/V2/GetLogicalViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.GetLogicalView.
diff --git a/Bigtable/src/Admin/V2/GetMaterializedViewRequest.php b/Bigtable/src/Admin/V2/GetMaterializedViewRequest.php
index 46586ff1080..068bd86b720 100644
--- a/Bigtable/src/Admin/V2/GetMaterializedViewRequest.php
+++ b/Bigtable/src/Admin/V2/GetMaterializedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.GetMaterializedView.
diff --git a/Bigtable/src/Admin/V2/GetSchemaBundleRequest.php b/Bigtable/src/Admin/V2/GetSchemaBundleRequest.php
index a58890a44c8..4552a19e304 100644
--- a/Bigtable/src/Admin/V2/GetSchemaBundleRequest.php
+++ b/Bigtable/src/Admin/V2/GetSchemaBundleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/GetSnapshotRequest.php b/Bigtable/src/Admin/V2/GetSnapshotRequest.php
index 5b3547a68e7..f6b7e6309cb 100644
--- a/Bigtable/src/Admin/V2/GetSnapshotRequest.php
+++ b/Bigtable/src/Admin/V2/GetSnapshotRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/GetTableRequest.php b/Bigtable/src/Admin/V2/GetTableRequest.php
index 34142b7797a..f462d8b10c8 100644
--- a/Bigtable/src/Admin/V2/GetTableRequest.php
+++ b/Bigtable/src/Admin/V2/GetTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/HotTablet.php b/Bigtable/src/Admin/V2/HotTablet.php
index 4d75a90e66e..6d8f6493e7a 100644
--- a/Bigtable/src/Admin/V2/HotTablet.php
+++ b/Bigtable/src/Admin/V2/HotTablet.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A tablet is a defined by a start and end key and is explained in
diff --git a/Bigtable/src/Admin/V2/Instance.php b/Bigtable/src/Admin/V2/Instance.php
index d5cd541624a..3dce09935b6 100644
--- a/Bigtable/src/Admin/V2/Instance.php
+++ b/Bigtable/src/Admin/V2/Instance.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and
diff --git a/Bigtable/src/Admin/V2/Instance/State.php b/Bigtable/src/Admin/V2/Instance/State.php
index 8442f3728c8..15676479aa9 100644
--- a/Bigtable/src/Admin/V2/Instance/State.php
+++ b/Bigtable/src/Admin/V2/Instance/State.php
@@ -61,6 +61,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(State::class, \Google\Cloud\Bigtable\Admin\V2\Instance_State::class);
-
diff --git a/Bigtable/src/Admin/V2/Instance/Type.php b/Bigtable/src/Admin/V2/Instance/Type.php
index 8e68c47b9d0..95f13f349b5 100644
--- a/Bigtable/src/Admin/V2/Instance/Type.php
+++ b/Bigtable/src/Admin/V2/Instance/Type.php
@@ -63,6 +63,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Type::class, \Google\Cloud\Bigtable\Admin\V2\Instance_Type::class);
-
diff --git a/Bigtable/src/Admin/V2/ListAppProfilesRequest.php b/Bigtable/src/Admin/V2/ListAppProfilesRequest.php
index 42d6c478cd5..16285157945 100644
--- a/Bigtable/src/Admin/V2/ListAppProfilesRequest.php
+++ b/Bigtable/src/Admin/V2/ListAppProfilesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.ListAppProfiles.
diff --git a/Bigtable/src/Admin/V2/ListAppProfilesResponse.php b/Bigtable/src/Admin/V2/ListAppProfilesResponse.php
index c49770b40a0..d015c975a48 100644
--- a/Bigtable/src/Admin/V2/ListAppProfilesResponse.php
+++ b/Bigtable/src/Admin/V2/ListAppProfilesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableInstanceAdmin.ListAppProfiles.
@@ -45,13 +45,13 @@ class ListAppProfilesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\AppProfile>|\Google\Protobuf\Internal\RepeatedField $app_profiles
+ * @type \Google\Cloud\Bigtable\Admin\V2\AppProfile[] $app_profiles
* The list of requested app profiles.
* @type string $next_page_token
* Set if not all app profiles could be returned in a single response.
* Pass this value to `page_token` in another request to get the next
* page of results.
- * @type array|\Google\Protobuf\Internal\RepeatedField $failed_locations
+ * @type string[] $failed_locations
* Locations from which AppProfile information could not be retrieved,
* due to an outage or some other transient condition.
* AppProfiles from these locations may be missing from `app_profiles`.
@@ -67,7 +67,7 @@ public function __construct($data = NULL) {
* The list of requested app profiles.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\AppProfile>
*/
public function getAppProfiles()
{
@@ -78,7 +78,7 @@ public function getAppProfiles()
* The list of requested app profiles.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.AppProfile app_profiles = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\AppProfile>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\AppProfile[] $var
* @return $this
*/
public function setAppProfiles($var)
@@ -126,7 +126,7 @@ public function setNextPageToken($var)
* Values are of the form `projects//locations/`
*
* Generated from protobuf field repeated string failed_locations = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getFailedLocations()
{
@@ -140,7 +140,7 @@ public function getFailedLocations()
* Values are of the form `projects//locations/`
*
* Generated from protobuf field repeated string failed_locations = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setFailedLocations($var)
diff --git a/Bigtable/src/Admin/V2/ListAuthorizedViewsRequest.php b/Bigtable/src/Admin/V2/ListAuthorizedViewsRequest.php
index 9b3f4e16ca1..bfdd8117a16 100644
--- a/Bigtable/src/Admin/V2/ListAuthorizedViewsRequest.php
+++ b/Bigtable/src/Admin/V2/ListAuthorizedViewsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/ListAuthorizedViewsResponse.php b/Bigtable/src/Admin/V2/ListAuthorizedViewsResponse.php
index 83d26b84396..620aada6530 100644
--- a/Bigtable/src/Admin/V2/ListAuthorizedViewsResponse.php
+++ b/Bigtable/src/Admin/V2/ListAuthorizedViewsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -37,7 +37,7 @@ class ListAuthorizedViewsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\AuthorizedView>|\Google\Protobuf\Internal\RepeatedField $authorized_views
+ * @type \Google\Cloud\Bigtable\Admin\V2\AuthorizedView[] $authorized_views
* The AuthorizedViews present in the requested table.
* @type string $next_page_token
* Set if not all tables could be returned in a single response.
@@ -54,7 +54,7 @@ public function __construct($data = NULL) {
* The AuthorizedViews present in the requested table.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\AuthorizedView>
*/
public function getAuthorizedViews()
{
@@ -65,7 +65,7 @@ public function getAuthorizedViews()
* The AuthorizedViews present in the requested table.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.AuthorizedView authorized_views = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\AuthorizedView>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\AuthorizedView[] $var
* @return $this
*/
public function setAuthorizedViews($var)
diff --git a/Bigtable/src/Admin/V2/ListBackupsRequest.php b/Bigtable/src/Admin/V2/ListBackupsRequest.php
index 6f5666e3bdb..c9aa5b59aae 100644
--- a/Bigtable/src/Admin/V2/ListBackupsRequest.php
+++ b/Bigtable/src/Admin/V2/ListBackupsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/ListBackupsResponse.php b/Bigtable/src/Admin/V2/ListBackupsResponse.php
index c9792bd915b..8f1bb092925 100644
--- a/Bigtable/src/Admin/V2/ListBackupsResponse.php
+++ b/Bigtable/src/Admin/V2/ListBackupsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The response for
@@ -37,7 +37,7 @@ class ListBackupsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\Backup>|\Google\Protobuf\Internal\RepeatedField $backups
+ * @type \Google\Cloud\Bigtable\Admin\V2\Backup[] $backups
* The list of matching backups.
* @type string $next_page_token
* `next_page_token` can be sent in a subsequent
@@ -54,7 +54,7 @@ public function __construct($data = NULL) {
* The list of matching backups.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Backup backups = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\Backup>
*/
public function getBackups()
{
@@ -65,7 +65,7 @@ public function getBackups()
* The list of matching backups.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Backup backups = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\Backup>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\Backup[] $var
* @return $this
*/
public function setBackups($var)
diff --git a/Bigtable/src/Admin/V2/ListClustersRequest.php b/Bigtable/src/Admin/V2/ListClustersRequest.php
index 00a12138e51..ce37dfa00e0 100644
--- a/Bigtable/src/Admin/V2/ListClustersRequest.php
+++ b/Bigtable/src/Admin/V2/ListClustersRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.ListClusters.
diff --git a/Bigtable/src/Admin/V2/ListClustersResponse.php b/Bigtable/src/Admin/V2/ListClustersResponse.php
index 84ccf514aa7..22820a8317a 100644
--- a/Bigtable/src/Admin/V2/ListClustersResponse.php
+++ b/Bigtable/src/Admin/V2/ListClustersResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableInstanceAdmin.ListClusters.
@@ -44,9 +44,9 @@ class ListClustersResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\Cluster>|\Google\Protobuf\Internal\RepeatedField $clusters
+ * @type \Google\Cloud\Bigtable\Admin\V2\Cluster[] $clusters
* The list of requested clusters.
- * @type array|\Google\Protobuf\Internal\RepeatedField $failed_locations
+ * @type string[] $failed_locations
* Locations from which Cluster information could not be retrieved,
* due to an outage or some other transient condition.
* Clusters from these locations may be missing from `clusters`,
@@ -65,7 +65,7 @@ public function __construct($data = NULL) {
* The list of requested clusters.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Cluster clusters = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\Cluster>
*/
public function getClusters()
{
@@ -76,7 +76,7 @@ public function getClusters()
* The list of requested clusters.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Cluster clusters = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\Cluster>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\Cluster[] $var
* @return $this
*/
public function setClusters($var)
@@ -95,7 +95,7 @@ public function setClusters($var)
* Values are of the form `projects//locations/`
*
* Generated from protobuf field repeated string failed_locations = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getFailedLocations()
{
@@ -110,7 +110,7 @@ public function getFailedLocations()
* Values are of the form `projects//locations/`
*
* Generated from protobuf field repeated string failed_locations = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setFailedLocations($var)
diff --git a/Bigtable/src/Admin/V2/ListHotTabletsRequest.php b/Bigtable/src/Admin/V2/ListHotTabletsRequest.php
index 2fcefef12c2..9ef12b38a81 100644
--- a/Bigtable/src/Admin/V2/ListHotTabletsRequest.php
+++ b/Bigtable/src/Admin/V2/ListHotTabletsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.ListHotTablets.
diff --git a/Bigtable/src/Admin/V2/ListHotTabletsResponse.php b/Bigtable/src/Admin/V2/ListHotTabletsResponse.php
index 39b6a733dad..5dcee9d36b5 100644
--- a/Bigtable/src/Admin/V2/ListHotTabletsResponse.php
+++ b/Bigtable/src/Admin/V2/ListHotTabletsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableInstanceAdmin.ListHotTablets.
@@ -40,7 +40,7 @@ class ListHotTabletsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\HotTablet>|\Google\Protobuf\Internal\RepeatedField $hot_tablets
+ * @type \Google\Cloud\Bigtable\Admin\V2\HotTablet[] $hot_tablets
* List of hot tablets in the tables of the requested cluster that fall
* within the requested time range. Hot tablets are ordered by node cpu usage
* percent. If there are multiple hot tablets that correspond to the same
@@ -65,7 +65,7 @@ public function __construct($data = NULL) {
* node cpu usage will be included in the response.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\HotTablet>
*/
public function getHotTablets()
{
@@ -80,7 +80,7 @@ public function getHotTablets()
* node cpu usage will be included in the response.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.HotTablet hot_tablets = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\HotTablet>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\HotTablet[] $var
* @return $this
*/
public function setHotTablets($var)
diff --git a/Bigtable/src/Admin/V2/ListInstancesRequest.php b/Bigtable/src/Admin/V2/ListInstancesRequest.php
index e0d88b2803f..45ef9cd53fa 100644
--- a/Bigtable/src/Admin/V2/ListInstancesRequest.php
+++ b/Bigtable/src/Admin/V2/ListInstancesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.ListInstances.
diff --git a/Bigtable/src/Admin/V2/ListInstancesResponse.php b/Bigtable/src/Admin/V2/ListInstancesResponse.php
index 6e08425dbe3..dfdc3cab1ff 100644
--- a/Bigtable/src/Admin/V2/ListInstancesResponse.php
+++ b/Bigtable/src/Admin/V2/ListInstancesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableInstanceAdmin.ListInstances.
@@ -45,9 +45,9 @@ class ListInstancesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\Instance>|\Google\Protobuf\Internal\RepeatedField $instances
+ * @type \Google\Cloud\Bigtable\Admin\V2\Instance[] $instances
* The list of requested instances.
- * @type array|\Google\Protobuf\Internal\RepeatedField $failed_locations
+ * @type string[] $failed_locations
* Locations from which Instance information could not be retrieved,
* due to an outage or some other transient condition.
* Instances whose Clusters are all in one of the failed locations
@@ -67,7 +67,7 @@ public function __construct($data = NULL) {
* The list of requested instances.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Instance instances = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\Instance>
*/
public function getInstances()
{
@@ -78,7 +78,7 @@ public function getInstances()
* The list of requested instances.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Instance instances = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\Instance>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\Instance[] $var
* @return $this
*/
public function setInstances($var)
@@ -98,7 +98,7 @@ public function setInstances($var)
* Values are of the form `projects//locations/`
*
* Generated from protobuf field repeated string failed_locations = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getFailedLocations()
{
@@ -114,7 +114,7 @@ public function getFailedLocations()
* Values are of the form `projects//locations/`
*
* Generated from protobuf field repeated string failed_locations = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setFailedLocations($var)
diff --git a/Bigtable/src/Admin/V2/ListLogicalViewsRequest.php b/Bigtable/src/Admin/V2/ListLogicalViewsRequest.php
index 1360de45968..f4bf5a310f5 100644
--- a/Bigtable/src/Admin/V2/ListLogicalViewsRequest.php
+++ b/Bigtable/src/Admin/V2/ListLogicalViewsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.ListLogicalViews.
diff --git a/Bigtable/src/Admin/V2/ListLogicalViewsResponse.php b/Bigtable/src/Admin/V2/ListLogicalViewsResponse.php
index bf90993f4dd..70a363bfd0a 100644
--- a/Bigtable/src/Admin/V2/ListLogicalViewsResponse.php
+++ b/Bigtable/src/Admin/V2/ListLogicalViewsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableInstanceAdmin.ListLogicalViews.
@@ -35,7 +35,7 @@ class ListLogicalViewsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\LogicalView>|\Google\Protobuf\Internal\RepeatedField $logical_views
+ * @type \Google\Cloud\Bigtable\Admin\V2\LogicalView[] $logical_views
* The list of requested logical views.
* @type string $next_page_token
* A token, which can be sent as `page_token` to retrieve the next page.
@@ -51,7 +51,7 @@ public function __construct($data = NULL) {
* The list of requested logical views.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.LogicalView logical_views = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\LogicalView>
*/
public function getLogicalViews()
{
@@ -62,7 +62,7 @@ public function getLogicalViews()
* The list of requested logical views.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.LogicalView logical_views = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\LogicalView>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\LogicalView[] $var
* @return $this
*/
public function setLogicalViews($var)
diff --git a/Bigtable/src/Admin/V2/ListMaterializedViewsRequest.php b/Bigtable/src/Admin/V2/ListMaterializedViewsRequest.php
index c21d2528a0f..341056cfb7d 100644
--- a/Bigtable/src/Admin/V2/ListMaterializedViewsRequest.php
+++ b/Bigtable/src/Admin/V2/ListMaterializedViewsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.ListMaterializedViews.
diff --git a/Bigtable/src/Admin/V2/ListMaterializedViewsResponse.php b/Bigtable/src/Admin/V2/ListMaterializedViewsResponse.php
index b2a96e6fc42..d368245f002 100644
--- a/Bigtable/src/Admin/V2/ListMaterializedViewsResponse.php
+++ b/Bigtable/src/Admin/V2/ListMaterializedViewsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableInstanceAdmin.ListMaterializedViews.
@@ -35,7 +35,7 @@ class ListMaterializedViewsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\MaterializedView>|\Google\Protobuf\Internal\RepeatedField $materialized_views
+ * @type \Google\Cloud\Bigtable\Admin\V2\MaterializedView[] $materialized_views
* The list of requested materialized views.
* @type string $next_page_token
* A token, which can be sent as `page_token` to retrieve the next page.
@@ -51,7 +51,7 @@ public function __construct($data = NULL) {
* The list of requested materialized views.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.MaterializedView materialized_views = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\MaterializedView>
*/
public function getMaterializedViews()
{
@@ -62,7 +62,7 @@ public function getMaterializedViews()
* The list of requested materialized views.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.MaterializedView materialized_views = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\MaterializedView>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\MaterializedView[] $var
* @return $this
*/
public function setMaterializedViews($var)
diff --git a/Bigtable/src/Admin/V2/ListSchemaBundlesRequest.php b/Bigtable/src/Admin/V2/ListSchemaBundlesRequest.php
index 529d3817370..00eb8c83d2d 100644
--- a/Bigtable/src/Admin/V2/ListSchemaBundlesRequest.php
+++ b/Bigtable/src/Admin/V2/ListSchemaBundlesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/ListSchemaBundlesResponse.php b/Bigtable/src/Admin/V2/ListSchemaBundlesResponse.php
index 32721e6849f..f2b0c9ba0bc 100644
--- a/Bigtable/src/Admin/V2/ListSchemaBundlesResponse.php
+++ b/Bigtable/src/Admin/V2/ListSchemaBundlesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The response for
@@ -36,7 +36,7 @@ class ListSchemaBundlesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\SchemaBundle>|\Google\Protobuf\Internal\RepeatedField $schema_bundles
+ * @type \Google\Cloud\Bigtable\Admin\V2\SchemaBundle[] $schema_bundles
* The schema bundles from the specified table.
* @type string $next_page_token
* A token, which can be sent as `page_token` to retrieve the next page.
@@ -52,7 +52,7 @@ public function __construct($data = NULL) {
* The schema bundles from the specified table.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\SchemaBundle>
*/
public function getSchemaBundles()
{
@@ -63,7 +63,7 @@ public function getSchemaBundles()
* The schema bundles from the specified table.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.SchemaBundle schema_bundles = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\SchemaBundle>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\SchemaBundle[] $var
* @return $this
*/
public function setSchemaBundles($var)
diff --git a/Bigtable/src/Admin/V2/ListSnapshotsRequest.php b/Bigtable/src/Admin/V2/ListSnapshotsRequest.php
index 5ee84a20781..31c292781db 100644
--- a/Bigtable/src/Admin/V2/ListSnapshotsRequest.php
+++ b/Bigtable/src/Admin/V2/ListSnapshotsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/ListSnapshotsResponse.php b/Bigtable/src/Admin/V2/ListSnapshotsResponse.php
index c3d9df13f7e..bdad986caa7 100644
--- a/Bigtable/src/Admin/V2/ListSnapshotsResponse.php
+++ b/Bigtable/src/Admin/V2/ListSnapshotsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -41,7 +41,7 @@ class ListSnapshotsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\Snapshot>|\Google\Protobuf\Internal\RepeatedField $snapshots
+ * @type \Google\Cloud\Bigtable\Admin\V2\Snapshot[] $snapshots
* The snapshots present in the requested cluster.
* @type string $next_page_token
* Set if not all snapshots could be returned in a single response.
@@ -58,7 +58,7 @@ public function __construct($data = NULL) {
* The snapshots present in the requested cluster.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\Snapshot>
*/
public function getSnapshots()
{
@@ -69,7 +69,7 @@ public function getSnapshots()
* The snapshots present in the requested cluster.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Snapshot snapshots = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\Snapshot>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\Snapshot[] $var
* @return $this
*/
public function setSnapshots($var)
diff --git a/Bigtable/src/Admin/V2/ListTablesRequest.php b/Bigtable/src/Admin/V2/ListTablesRequest.php
index d10580296a6..875f87394fe 100644
--- a/Bigtable/src/Admin/V2/ListTablesRequest.php
+++ b/Bigtable/src/Admin/V2/ListTablesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/ListTablesResponse.php b/Bigtable/src/Admin/V2/ListTablesResponse.php
index 1dac80ef82f..c1127dfeb52 100644
--- a/Bigtable/src/Admin/V2/ListTablesResponse.php
+++ b/Bigtable/src/Admin/V2/ListTablesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -37,7 +37,7 @@ class ListTablesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\Table>|\Google\Protobuf\Internal\RepeatedField $tables
+ * @type \Google\Cloud\Bigtable\Admin\V2\Table[] $tables
* The tables present in the requested instance.
* @type string $next_page_token
* Set if not all tables could be returned in a single response.
@@ -54,7 +54,7 @@ public function __construct($data = NULL) {
* The tables present in the requested instance.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Table tables = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\Table>
*/
public function getTables()
{
@@ -65,7 +65,7 @@ public function getTables()
* The tables present in the requested instance.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Table tables = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\Table>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\Table[] $var
* @return $this
*/
public function setTables($var)
diff --git a/Bigtable/src/Admin/V2/LogicalView.php b/Bigtable/src/Admin/V2/LogicalView.php
index 0074bb0c873..5e5b780bfaf 100644
--- a/Bigtable/src/Admin/V2/LogicalView.php
+++ b/Bigtable/src/Admin/V2/LogicalView.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A SQL logical view object that can be referenced in SQL queries.
diff --git a/Bigtable/src/Admin/V2/MaterializedView.php b/Bigtable/src/Admin/V2/MaterializedView.php
index a8cd9053b4d..424ccf0c098 100644
--- a/Bigtable/src/Admin/V2/MaterializedView.php
+++ b/Bigtable/src/Admin/V2/MaterializedView.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A materialized view object that can be referenced in SQL queries.
diff --git a/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest.php b/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest.php
index 8960e4680f7..45a0468fc18 100644
--- a/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest.php
+++ b/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -71,7 +71,7 @@ public static function build(string $name, array $modifications): self
* Required. The unique name of the table whose families should be modified.
* Values are of the form
* `projects/{project}/instances/{instance}/tables/{table}`.
- * @type array<\Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification>|\Google\Protobuf\Internal\RepeatedField $modifications
+ * @type \Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification[] $modifications
* Required. Modifications to be atomically applied to the specified table's
* families. Entries are applied in order, meaning that earlier modifications
* can be masked by later ones (in the case of repeated updates to the same
@@ -122,7 +122,7 @@ public function setName($var)
* family, for example).
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification>
*/
public function getModifications()
{
@@ -136,7 +136,7 @@ public function getModifications()
* family, for example).
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.ModifyColumnFamiliesRequest.Modification modifications = 2 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest\Modification[] $var
* @return $this
*/
public function setModifications($var)
diff --git a/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest/Modification.php b/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest/Modification.php
index 0675f7d2203..7ff496a85e7 100644
--- a/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest/Modification.php
+++ b/Bigtable/src/Admin/V2/ModifyColumnFamiliesRequest/Modification.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A create, update, or delete of a particular column family.
@@ -234,6 +234,3 @@ public function getMod()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Modification::class, \Google\Cloud\Bigtable\Admin\V2\ModifyColumnFamiliesRequest_Modification::class);
-
diff --git a/Bigtable/src/Admin/V2/OperationProgress.php b/Bigtable/src/Admin/V2/OperationProgress.php
index 31e8504969e..48a29500836 100644
--- a/Bigtable/src/Admin/V2/OperationProgress.php
+++ b/Bigtable/src/Admin/V2/OperationProgress.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encapsulates progress related information for a Cloud Bigtable long
diff --git a/Bigtable/src/Admin/V2/OptimizeRestoredTableMetadata.php b/Bigtable/src/Admin/V2/OptimizeRestoredTableMetadata.php
index 6a51fb65bbe..f3a663ffebe 100644
--- a/Bigtable/src/Admin/V2/OptimizeRestoredTableMetadata.php
+++ b/Bigtable/src/Admin/V2/OptimizeRestoredTableMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata type for the long-running operation used to track the progress
diff --git a/Bigtable/src/Admin/V2/PartialUpdateClusterMetadata.php b/Bigtable/src/Admin/V2/PartialUpdateClusterMetadata.php
index 60d2f7c47f6..f789f773a9c 100644
--- a/Bigtable/src/Admin/V2/PartialUpdateClusterMetadata.php
+++ b/Bigtable/src/Admin/V2/PartialUpdateClusterMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by PartialUpdateCluster.
diff --git a/Bigtable/src/Admin/V2/PartialUpdateClusterRequest.php b/Bigtable/src/Admin/V2/PartialUpdateClusterRequest.php
index c5cb2b443ee..53d6441df8f 100644
--- a/Bigtable/src/Admin/V2/PartialUpdateClusterRequest.php
+++ b/Bigtable/src/Admin/V2/PartialUpdateClusterRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.PartialUpdateCluster.
diff --git a/Bigtable/src/Admin/V2/PartialUpdateInstanceRequest.php b/Bigtable/src/Admin/V2/PartialUpdateInstanceRequest.php
index 91e4ac7d79e..cbfedfdd991 100644
--- a/Bigtable/src/Admin/V2/PartialUpdateInstanceRequest.php
+++ b/Bigtable/src/Admin/V2/PartialUpdateInstanceRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.PartialUpdateInstance.
diff --git a/Bigtable/src/Admin/V2/ProtoSchema.php b/Bigtable/src/Admin/V2/ProtoSchema.php
index 01091b2cd54..1a0c279fa73 100644
--- a/Bigtable/src/Admin/V2/ProtoSchema.php
+++ b/Bigtable/src/Admin/V2/ProtoSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents a protobuf schema.
diff --git a/Bigtable/src/Admin/V2/RestoreInfo.php b/Bigtable/src/Admin/V2/RestoreInfo.php
index d470c27dc7b..2eb860b8226 100644
--- a/Bigtable/src/Admin/V2/RestoreInfo.php
+++ b/Bigtable/src/Admin/V2/RestoreInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about a table restore.
diff --git a/Bigtable/src/Admin/V2/RestoreTableMetadata.php b/Bigtable/src/Admin/V2/RestoreTableMetadata.php
index c487dd2c61b..7f28a691314 100644
--- a/Bigtable/src/Admin/V2/RestoreTableMetadata.php
+++ b/Bigtable/src/Admin/V2/RestoreTableMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata type for the long-running operation returned by
diff --git a/Bigtable/src/Admin/V2/RestoreTableRequest.php b/Bigtable/src/Admin/V2/RestoreTableRequest.php
index abdc023aa9c..47beb2eedce 100644
--- a/Bigtable/src/Admin/V2/RestoreTableRequest.php
+++ b/Bigtable/src/Admin/V2/RestoreTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/SchemaBundle.php b/Bigtable/src/Admin/V2/SchemaBundle.php
index 152b5eefab6..b728233c5d6 100644
--- a/Bigtable/src/Admin/V2/SchemaBundle.php
+++ b/Bigtable/src/Admin/V2/SchemaBundle.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A named collection of related schemas.
diff --git a/Bigtable/src/Admin/V2/Snapshot.php b/Bigtable/src/Admin/V2/Snapshot.php
index ed150a235f5..a83c939824b 100644
--- a/Bigtable/src/Admin/V2/Snapshot.php
+++ b/Bigtable/src/Admin/V2/Snapshot.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A snapshot of a table at a particular time. A snapshot can be used as a
diff --git a/Bigtable/src/Admin/V2/Snapshot/State.php b/Bigtable/src/Admin/V2/Snapshot/State.php
index 07c31a2775e..e7cabe4033f 100644
--- a/Bigtable/src/Admin/V2/Snapshot/State.php
+++ b/Bigtable/src/Admin/V2/Snapshot/State.php
@@ -61,6 +61,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(State::class, \Google\Cloud\Bigtable\Admin\V2\Snapshot_State::class);
-
diff --git a/Bigtable/src/Admin/V2/SnapshotTableMetadata.php b/Bigtable/src/Admin/V2/SnapshotTableMetadata.php
index 62d29e1d1bf..b8b0646de44 100644
--- a/Bigtable/src/Admin/V2/SnapshotTableMetadata.php
+++ b/Bigtable/src/Admin/V2/SnapshotTableMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by SnapshotTable.
diff --git a/Bigtable/src/Admin/V2/SnapshotTableRequest.php b/Bigtable/src/Admin/V2/SnapshotTableRequest.php
index 007e4b8c67a..c5adaf5bbb4 100644
--- a/Bigtable/src/Admin/V2/SnapshotTableRequest.php
+++ b/Bigtable/src/Admin/V2/SnapshotTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/StandardReadRemoteWrites.php b/Bigtable/src/Admin/V2/StandardReadRemoteWrites.php
index bc59f6b84f1..76fcfbeb6c6 100644
--- a/Bigtable/src/Admin/V2/StandardReadRemoteWrites.php
+++ b/Bigtable/src/Admin/V2/StandardReadRemoteWrites.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Checks that all writes before the consistency token was generated are
diff --git a/Bigtable/src/Admin/V2/Table.php b/Bigtable/src/Admin/V2/Table.php
index 9ecfa2e24cf..65881a8be02 100644
--- a/Bigtable/src/Admin/V2/Table.php
+++ b/Bigtable/src/Admin/V2/Table.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A collection of user data indexed by row, column, and timestamp.
diff --git a/Bigtable/src/Admin/V2/Table/AutomatedBackupPolicy.php b/Bigtable/src/Admin/V2/Table/AutomatedBackupPolicy.php
index 4befbef5a7d..197cff0389f 100644
--- a/Bigtable/src/Admin/V2/Table/AutomatedBackupPolicy.php
+++ b/Bigtable/src/Admin/V2/Table/AutomatedBackupPolicy.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Table;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines an automated backup policy for a table
@@ -127,6 +127,3 @@ public function setFrequency($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(AutomatedBackupPolicy::class, \Google\Cloud\Bigtable\Admin\V2\Table_AutomatedBackupPolicy::class);
-
diff --git a/Bigtable/src/Admin/V2/Table/ClusterState.php b/Bigtable/src/Admin/V2/Table/ClusterState.php
index 73802c4ea58..e98702103c8 100644
--- a/Bigtable/src/Admin/V2/Table/ClusterState.php
+++ b/Bigtable/src/Admin/V2/Table/ClusterState.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Table;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The state of a table's data in a particular cluster.
@@ -40,7 +40,7 @@ class ClusterState extends \Google\Protobuf\Internal\Message
*
* @type int $replication_state
* Output only. The state of replication for the table in this cluster.
- * @type array<\Google\Cloud\Bigtable\Admin\V2\EncryptionInfo>|\Google\Protobuf\Internal\RepeatedField $encryption_info
+ * @type \Google\Cloud\Bigtable\Admin\V2\EncryptionInfo[] $encryption_info
* Output only. The encryption information for the table in this cluster.
* If the encryption key protecting this resource is customer managed, then
* its version can be rotated in Cloud Key Management Service (Cloud KMS).
@@ -87,7 +87,7 @@ public function setReplicationState($var)
* changes propagate from Cloud KMS.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.EncryptionInfo encryption_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\EncryptionInfo>
*/
public function getEncryptionInfo()
{
@@ -102,7 +102,7 @@ public function getEncryptionInfo()
* changes propagate from Cloud KMS.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.EncryptionInfo encryption_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\Bigtable\Admin\V2\EncryptionInfo>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\EncryptionInfo[] $var
* @return $this
*/
public function setEncryptionInfo($var)
@@ -115,6 +115,3 @@ public function setEncryptionInfo($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ClusterState::class, \Google\Cloud\Bigtable\Admin\V2\Table_ClusterState::class);
-
diff --git a/Bigtable/src/Admin/V2/Table/ClusterState/ReplicationState.php b/Bigtable/src/Admin/V2/Table/ClusterState/ReplicationState.php
index 483a7181036..1ce574fd531 100644
--- a/Bigtable/src/Admin/V2/Table/ClusterState/ReplicationState.php
+++ b/Bigtable/src/Admin/V2/Table/ClusterState/ReplicationState.php
@@ -88,6 +88,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ReplicationState::class, \Google\Cloud\Bigtable\Admin\V2\Table_ClusterState_ReplicationState::class);
-
diff --git a/Bigtable/src/Admin/V2/Table/TimestampGranularity.php b/Bigtable/src/Admin/V2/Table/TimestampGranularity.php
index 67b1b6d1f95..df2edb45332 100644
--- a/Bigtable/src/Admin/V2/Table/TimestampGranularity.php
+++ b/Bigtable/src/Admin/V2/Table/TimestampGranularity.php
@@ -54,6 +54,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(TimestampGranularity::class, \Google\Cloud\Bigtable\Admin\V2\Table_TimestampGranularity::class);
-
diff --git a/Bigtable/src/Admin/V2/Table/View.php b/Bigtable/src/Admin/V2/Table/View.php
index f2355cc4aa8..57306a4bc7b 100644
--- a/Bigtable/src/Admin/V2/Table/View.php
+++ b/Bigtable/src/Admin/V2/Table/View.php
@@ -81,6 +81,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(View::class, \Google\Cloud\Bigtable\Admin\V2\Table_View::class);
-
diff --git a/Bigtable/src/Admin/V2/TieredStorageConfig.php b/Bigtable/src/Admin/V2/TieredStorageConfig.php
index a96dbdea972..8eb26bc0e1d 100644
--- a/Bigtable/src/Admin/V2/TieredStorageConfig.php
+++ b/Bigtable/src/Admin/V2/TieredStorageConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Config for tiered storage.
diff --git a/Bigtable/src/Admin/V2/TieredStorageRule.php b/Bigtable/src/Admin/V2/TieredStorageRule.php
index 376238bbabc..b3e999dd98c 100644
--- a/Bigtable/src/Admin/V2/TieredStorageRule.php
+++ b/Bigtable/src/Admin/V2/TieredStorageRule.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rule to specify what data is stored in a storage tier.
diff --git a/Bigtable/src/Admin/V2/Type.php b/Bigtable/src/Admin/V2/Type.php
index 047f7b7129e..d39384a88b5 100644
--- a/Bigtable/src/Admin/V2/Type.php
+++ b/Bigtable/src/Admin/V2/Type.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* `Type` represents the type of data that is written to, read from, or stored
diff --git a/Bigtable/src/Admin/V2/Type/Aggregate.php b/Bigtable/src/Admin/V2/Type/Aggregate.php
index 9c28110eabb..7304bbfc22f 100644
--- a/Bigtable/src/Admin/V2/Type/Aggregate.php
+++ b/Bigtable/src/Admin/V2/Type/Aggregate.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A value that combines incremental updates into a summarized value.
@@ -279,6 +279,3 @@ public function getAggregator()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Aggregate::class, \Google\Cloud\Bigtable\Admin\V2\Type_Aggregate::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php b/Bigtable/src/Admin/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php
index 1c9423fe762..9766958b102 100644
--- a/Bigtable/src/Admin/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php
+++ b/Bigtable/src/Admin/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes an approximate unique count over the input values. When using
@@ -37,6 +37,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(HyperLogLogPlusPlusUniqueCount::class, \Google\Cloud\Bigtable\Admin\V2\Type_Aggregate_HyperLogLogPlusPlusUniqueCount::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Aggregate/Max.php b/Bigtable/src/Admin/V2/Type/Aggregate/Max.php
index a1ebe235ad1..c48a536e3b9 100644
--- a/Bigtable/src/Admin/V2/Type/Aggregate/Max.php
+++ b/Bigtable/src/Admin/V2/Type/Aggregate/Max.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes the max of the input values.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Max::class, \Google\Cloud\Bigtable\Admin\V2\Type_Aggregate_Max::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Aggregate/Min.php b/Bigtable/src/Admin/V2/Type/Aggregate/Min.php
index a9adbf1cddd..45ebd904bf5 100644
--- a/Bigtable/src/Admin/V2/Type/Aggregate/Min.php
+++ b/Bigtable/src/Admin/V2/Type/Aggregate/Min.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes the min of the input values.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Min::class, \Google\Cloud\Bigtable\Admin\V2\Type_Aggregate_Min::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Aggregate/Sum.php b/Bigtable/src/Admin/V2/Type/Aggregate/Sum.php
index 209569e18bc..0d316912f3a 100644
--- a/Bigtable/src/Admin/V2/Type/Aggregate/Sum.php
+++ b/Bigtable/src/Admin/V2/Type/Aggregate/Sum.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes the sum of the input values.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Sum::class, \Google\Cloud\Bigtable\Admin\V2\Type_Aggregate_Sum::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Bytes.php b/Bigtable/src/Admin/V2/Type/Bytes.php
index 08ce2d3353c..3cc75aa0d6a 100644
--- a/Bigtable/src/Admin/V2/Type/Bytes.php
+++ b/Bigtable/src/Admin/V2/Type/Bytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Bytes
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Bytes::class, \Google\Cloud\Bigtable\Admin\V2\Type_Bytes::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Bytes/Encoding.php b/Bigtable/src/Admin/V2/Type/Bytes/Encoding.php
index 9c80a628750..993b209ddf2 100644
--- a/Bigtable/src/Admin/V2/Type/Bytes/Encoding.php
+++ b/Bigtable/src/Admin/V2/Type/Bytes/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Bytes;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -73,6 +73,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\Admin\V2\Type_Bytes_Encoding::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Bytes/Encoding/Raw.php b/Bigtable/src/Admin/V2/Type/Bytes/Encoding/Raw.php
index dfdca4ba182..d41d5e8c76e 100644
--- a/Bigtable/src/Admin/V2/Type/Bytes/Encoding/Raw.php
+++ b/Bigtable/src/Admin/V2/Type/Bytes/Encoding/Raw.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Bytes\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Leaves the value as-is.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Raw::class, \Google\Cloud\Bigtable\Admin\V2\Type_Bytes_Encoding_Raw::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Date.php b/Bigtable/src/Admin/V2/Type/Date.php
index 45c6dfa345e..15dd64a0eec 100644
--- a/Bigtable/src/Admin/V2/Type/Date.php
+++ b/Bigtable/src/Admin/V2/Type/Date.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Date
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Date::class, \Google\Cloud\Bigtable\Admin\V2\Type_Date::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Enum.php b/Bigtable/src/Admin/V2/Type/Enum.php
index be3e85af8e3..c062b81ea28 100644
--- a/Bigtable/src/Admin/V2/Type/Enum.php
+++ b/Bigtable/src/Admin/V2/Type/Enum.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A protobuf enum type.
@@ -104,6 +104,3 @@ public function setEnumName($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Enum::class, \Google\Cloud\Bigtable\Admin\V2\Type_Enum::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Float32.php b/Bigtable/src/Admin/V2/Type/Float32.php
index adedacc8096..5f49aa029d6 100644
--- a/Bigtable/src/Admin/V2/Type/Float32.php
+++ b/Bigtable/src/Admin/V2/Type/Float32.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Float32
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Float32::class, \Google\Cloud\Bigtable\Admin\V2\Type_Float32::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Float64.php b/Bigtable/src/Admin/V2/Type/Float64.php
index d28be7adc3a..3b6811a3959 100644
--- a/Bigtable/src/Admin/V2/Type/Float64.php
+++ b/Bigtable/src/Admin/V2/Type/Float64.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Float64
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Float64::class, \Google\Cloud\Bigtable\Admin\V2\Type_Float64::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Int64.php b/Bigtable/src/Admin/V2/Type/Int64.php
index beec21a7ada..325abee6f69 100644
--- a/Bigtable/src/Admin/V2/Type/Int64.php
+++ b/Bigtable/src/Admin/V2/Type/Int64.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Int64
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Int64::class, \Google\Cloud\Bigtable\Admin\V2\Type_Int64::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Int64/Encoding.php b/Bigtable/src/Admin/V2/Type/Int64/Encoding.php
index 3efc258c368..7fbd0d44ea0 100644
--- a/Bigtable/src/Admin/V2/Type/Int64/Encoding.php
+++ b/Bigtable/src/Admin/V2/Type/Int64/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Int64;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -106,6 +106,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\Admin\V2\Type_Int64_Encoding::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Int64/Encoding/BigEndianBytes.php b/Bigtable/src/Admin/V2/Type/Int64/Encoding/BigEndianBytes.php
index 8351374fa7b..736c307b55a 100644
--- a/Bigtable/src/Admin/V2/Type/Int64/Encoding/BigEndianBytes.php
+++ b/Bigtable/src/Admin/V2/Type/Int64/Encoding/BigEndianBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Int64\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encodes the value as an 8-byte big-endian two's complement value.
@@ -92,6 +92,3 @@ public function setBytesType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(BigEndianBytes::class, \Google\Cloud\Bigtable\Admin\V2\Type_Int64_Encoding_BigEndianBytes::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Int64/Encoding/OrderedCodeBytes.php b/Bigtable/src/Admin/V2/Type/Int64/Encoding/OrderedCodeBytes.php
index cbb4e0aa842..18c29960fa3 100644
--- a/Bigtable/src/Admin/V2/Type/Int64/Encoding/OrderedCodeBytes.php
+++ b/Bigtable/src/Admin/V2/Type/Int64/Encoding/OrderedCodeBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Int64\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encodes the value in a variable length binary format of up to 10 bytes.
@@ -34,6 +34,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(OrderedCodeBytes::class, \Google\Cloud\Bigtable\Admin\V2\Type_Int64_Encoding_OrderedCodeBytes::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Map.php b/Bigtable/src/Admin/V2/Type/Map.php
index a5090f55b29..191950d5cbf 100644
--- a/Bigtable/src/Admin/V2/Type/Map.php
+++ b/Bigtable/src/Admin/V2/Type/Map.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A mapping of keys to values of a given type.
@@ -129,6 +129,3 @@ public function setValueType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Map::class, \Google\Cloud\Bigtable\Admin\V2\Type_Map::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/PBArray.php b/Bigtable/src/Admin/V2/Type/PBArray.php
index 92cf7364257..8001121d048 100644
--- a/Bigtable/src/Admin/V2/Type/PBArray.php
+++ b/Bigtable/src/Admin/V2/Type/PBArray.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An ordered list of elements of a given type.
@@ -76,6 +76,3 @@ public function setElementType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PBArray::class, \Google\Cloud\Bigtable\Admin\V2\Type_Array::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/PBBool.php b/Bigtable/src/Admin/V2/Type/PBBool.php
index 562251784d1..29daecdd3e8 100644
--- a/Bigtable/src/Admin/V2/Type/PBBool.php
+++ b/Bigtable/src/Admin/V2/Type/PBBool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* bool
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PBBool::class, \Google\Cloud\Bigtable\Admin\V2\Type_Bool::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/PBString.php b/Bigtable/src/Admin/V2/Type/PBString.php
index 9e78a668b45..4583cc1ce63 100644
--- a/Bigtable/src/Admin/V2/Type/PBString.php
+++ b/Bigtable/src/Admin/V2/Type/PBString.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* String
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PBString::class, \Google\Cloud\Bigtable\Admin\V2\Type_String::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/PBString/Encoding.php b/Bigtable/src/Admin/V2/Type/PBString/Encoding.php
index 128f11603e2..3fd433f3987 100644
--- a/Bigtable/src/Admin/V2/Type/PBString/Encoding.php
+++ b/Bigtable/src/Admin/V2/Type/PBString/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\PBString;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -115,6 +115,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\Admin\V2\Type_String_Encoding::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Bytes.php b/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Bytes.php
index 777c1bd716d..ab79a1b9eeb 100644
--- a/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Bytes.php
+++ b/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Bytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\PBString\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* UTF-8 encoding.
@@ -39,6 +39,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Utf8Bytes::class, \Google\Cloud\Bigtable\Admin\V2\Type_String_Encoding_Utf8Bytes::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Raw.php b/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Raw.php
index 810e88c0449..f292bc602c8 100644
--- a/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Raw.php
+++ b/Bigtable/src/Admin/V2/Type/PBString/Encoding/Utf8Raw.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\PBString\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Deprecated: prefer the equivalent `Utf8Bytes`.
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Utf8Raw::class, \Google\Cloud\Bigtable\Admin\V2\Type_String_Encoding_Utf8Raw::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Proto.php b/Bigtable/src/Admin/V2/Type/Proto.php
index affef53bb33..08adcf4ba2c 100644
--- a/Bigtable/src/Admin/V2/Type/Proto.php
+++ b/Bigtable/src/Admin/V2/Type/Proto.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A protobuf message type.
@@ -104,6 +104,3 @@ public function setMessageName($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Proto::class, \Google\Cloud\Bigtable\Admin\V2\Type_Proto::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Struct.php b/Bigtable/src/Admin/V2/Type/Struct.php
index 836cf2f70ee..2975abb2371 100644
--- a/Bigtable/src/Admin/V2/Type/Struct.php
+++ b/Bigtable/src/Admin/V2/Type/Struct.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A structured data value, consisting of fields which map to dynamically
@@ -37,7 +37,7 @@ class Struct extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\Admin\V2\Type\Struct\Field>|\Google\Protobuf\Internal\RepeatedField $fields
+ * @type \Google\Cloud\Bigtable\Admin\V2\Type\Struct\Field[] $fields
* The names and types of the fields in this struct.
* @type \Google\Cloud\Bigtable\Admin\V2\Type\Struct\Encoding $encoding
* The encoding to use when converting to or from lower level types.
@@ -52,7 +52,7 @@ public function __construct($data = NULL) {
* The names and types of the fields in this struct.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\Admin\V2\Type\Struct\Field>
*/
public function getFields()
{
@@ -63,7 +63,7 @@ public function getFields()
* The names and types of the fields in this struct.
*
* Generated from protobuf field repeated .google.bigtable.admin.v2.Type.Struct.Field fields = 1;
- * @param array<\Google\Cloud\Bigtable\Admin\V2\Type\Struct\Field>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\Admin\V2\Type\Struct\Field[] $var
* @return $this
*/
public function setFields($var)
@@ -112,6 +112,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Struct::class, \Google\Cloud\Bigtable\Admin\V2\Type_Struct::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Struct/Encoding.php b/Bigtable/src/Admin/V2/Type/Struct/Encoding.php
index b3049c22083..3830c5205d0 100644
--- a/Bigtable/src/Admin/V2/Type/Struct/Encoding.php
+++ b/Bigtable/src/Admin/V2/Type/Struct/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Struct;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -139,6 +139,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\Admin\V2\Type_Struct_Encoding::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Struct/Encoding/DelimitedBytes.php b/Bigtable/src/Admin/V2/Type/Struct/Encoding/DelimitedBytes.php
index 7d8e1cdca94..9e787b1699a 100644
--- a/Bigtable/src/Admin/V2/Type/Struct/Encoding/DelimitedBytes.php
+++ b/Bigtable/src/Admin/V2/Type/Struct/Encoding/DelimitedBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Struct\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Fields are encoded independently and concatenated with a configurable
@@ -79,6 +79,3 @@ public function setDelimiter($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DelimitedBytes::class, \Google\Cloud\Bigtable\Admin\V2\Type_Struct_Encoding_DelimitedBytes::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Struct/Encoding/OrderedCodeBytes.php b/Bigtable/src/Admin/V2/Type/Struct/Encoding/OrderedCodeBytes.php
index dadf34af025..ffecbff176e 100644
--- a/Bigtable/src/Admin/V2/Type/Struct/Encoding/OrderedCodeBytes.php
+++ b/Bigtable/src/Admin/V2/Type/Struct/Encoding/OrderedCodeBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Struct\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Fields are encoded independently and concatenated with the fixed byte
@@ -60,6 +60,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(OrderedCodeBytes::class, \Google\Cloud\Bigtable\Admin\V2\Type_Struct_Encoding_OrderedCodeBytes::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Struct/Encoding/Singleton.php b/Bigtable/src/Admin/V2/Type/Struct/Encoding/Singleton.php
index ef0f45a36fd..c1632a6b60f 100644
--- a/Bigtable/src/Admin/V2/Type/Struct/Encoding/Singleton.php
+++ b/Bigtable/src/Admin/V2/Type/Struct/Encoding/Singleton.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Struct\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Uses the encoding of `fields[0].type` as-is.
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Singleton::class, \Google\Cloud\Bigtable\Admin\V2\Type_Struct_Encoding_Singleton::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Struct/Field.php b/Bigtable/src/Admin/V2/Type/Struct/Field.php
index e90bceae51e..8dbc5e0d4c5 100644
--- a/Bigtable/src/Admin/V2/Type/Struct/Field.php
+++ b/Bigtable/src/Admin/V2/Type/Struct/Field.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Struct;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A struct field and its type.
@@ -113,6 +113,3 @@ public function setType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Field::class, \Google\Cloud\Bigtable\Admin\V2\Type_Struct_Field::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Timestamp.php b/Bigtable/src/Admin/V2/Type/Timestamp.php
index 263913b4924..b1e2a22ec9f 100644
--- a/Bigtable/src/Admin/V2/Type/Timestamp.php
+++ b/Bigtable/src/Admin/V2/Type/Timestamp.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Timestamp
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Timestamp::class, \Google\Cloud\Bigtable\Admin\V2\Type_Timestamp::class);
-
diff --git a/Bigtable/src/Admin/V2/Type/Timestamp/Encoding.php b/Bigtable/src/Admin/V2/Type/Timestamp/Encoding.php
index 5eba68f45e6..09f3d6eeaf5 100644
--- a/Bigtable/src/Admin/V2/Type/Timestamp/Encoding.php
+++ b/Bigtable/src/Admin/V2/Type/Timestamp/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2\Type\Timestamp;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -82,6 +82,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\Admin\V2\Type_Timestamp_Encoding::class);
-
diff --git a/Bigtable/src/Admin/V2/UndeleteTableMetadata.php b/Bigtable/src/Admin/V2/UndeleteTableMetadata.php
index b847a234a94..843a9e86df5 100644
--- a/Bigtable/src/Admin/V2/UndeleteTableMetadata.php
+++ b/Bigtable/src/Admin/V2/UndeleteTableMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata type for the operation returned by
diff --git a/Bigtable/src/Admin/V2/UndeleteTableRequest.php b/Bigtable/src/Admin/V2/UndeleteTableRequest.php
index d3ead7ced6a..e177268e6c7 100644
--- a/Bigtable/src/Admin/V2/UndeleteTableRequest.php
+++ b/Bigtable/src/Admin/V2/UndeleteTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Bigtable/src/Admin/V2/UpdateAppProfileMetadata.php b/Bigtable/src/Admin/V2/UpdateAppProfileMetadata.php
index aa4ccbf47fe..b9f8cc371ba 100644
--- a/Bigtable/src/Admin/V2/UpdateAppProfileMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateAppProfileMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by UpdateAppProfile.
diff --git a/Bigtable/src/Admin/V2/UpdateAppProfileRequest.php b/Bigtable/src/Admin/V2/UpdateAppProfileRequest.php
index 5933bed32b5..4b567f7c1c2 100644
--- a/Bigtable/src/Admin/V2/UpdateAppProfileRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateAppProfileRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.UpdateAppProfile.
diff --git a/Bigtable/src/Admin/V2/UpdateAuthorizedViewMetadata.php b/Bigtable/src/Admin/V2/UpdateAuthorizedViewMetadata.php
index 1457fd96929..4d78c94037b 100644
--- a/Bigtable/src/Admin/V2/UpdateAuthorizedViewMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateAuthorizedViewMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata for the google.longrunning.Operation returned by
diff --git a/Bigtable/src/Admin/V2/UpdateAuthorizedViewRequest.php b/Bigtable/src/Admin/V2/UpdateAuthorizedViewRequest.php
index 1cd560d0185..f53334143f1 100644
--- a/Bigtable/src/Admin/V2/UpdateAuthorizedViewRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateAuthorizedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/UpdateBackupRequest.php b/Bigtable/src/Admin/V2/UpdateBackupRequest.php
index b450460b852..9edda2e6eb4 100644
--- a/Bigtable/src/Admin/V2/UpdateBackupRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateBackupRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/UpdateClusterMetadata.php b/Bigtable/src/Admin/V2/UpdateClusterMetadata.php
index 09fcde08400..d7139cf84ce 100644
--- a/Bigtable/src/Admin/V2/UpdateClusterMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateClusterMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by UpdateCluster.
diff --git a/Bigtable/src/Admin/V2/UpdateInstanceMetadata.php b/Bigtable/src/Admin/V2/UpdateInstanceMetadata.php
index 5caa3d20f2a..7fcdbe7516d 100644
--- a/Bigtable/src/Admin/V2/UpdateInstanceMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateInstanceMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by UpdateInstance.
diff --git a/Bigtable/src/Admin/V2/UpdateLogicalViewMetadata.php b/Bigtable/src/Admin/V2/UpdateLogicalViewMetadata.php
index cc3a4f4140a..876b577a1c0 100644
--- a/Bigtable/src/Admin/V2/UpdateLogicalViewMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateLogicalViewMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by UpdateLogicalView.
diff --git a/Bigtable/src/Admin/V2/UpdateLogicalViewRequest.php b/Bigtable/src/Admin/V2/UpdateLogicalViewRequest.php
index 46dd6fe15da..8bd3742a86e 100644
--- a/Bigtable/src/Admin/V2/UpdateLogicalViewRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateLogicalViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.UpdateLogicalView.
diff --git a/Bigtable/src/Admin/V2/UpdateMaterializedViewMetadata.php b/Bigtable/src/Admin/V2/UpdateMaterializedViewMetadata.php
index 134f48cf740..8251e78e78a 100644
--- a/Bigtable/src/Admin/V2/UpdateMaterializedViewMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateMaterializedViewMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by UpdateMaterializedView.
diff --git a/Bigtable/src/Admin/V2/UpdateMaterializedViewRequest.php b/Bigtable/src/Admin/V2/UpdateMaterializedViewRequest.php
index f25b365f57a..7bca5a110f8 100644
--- a/Bigtable/src/Admin/V2/UpdateMaterializedViewRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateMaterializedViewRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableInstanceAdmin.UpdateMaterializedView.
diff --git a/Bigtable/src/Admin/V2/UpdateSchemaBundleMetadata.php b/Bigtable/src/Admin/V2/UpdateSchemaBundleMetadata.php
index aeb87e1fa59..efbbafae370 100644
--- a/Bigtable/src/Admin/V2/UpdateSchemaBundleMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateSchemaBundleMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The metadata for the Operation returned by
diff --git a/Bigtable/src/Admin/V2/UpdateSchemaBundleRequest.php b/Bigtable/src/Admin/V2/UpdateSchemaBundleRequest.php
index 1f615480f97..44e9ca35100 100644
--- a/Bigtable/src/Admin/V2/UpdateSchemaBundleRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateSchemaBundleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/Admin/V2/UpdateTableMetadata.php b/Bigtable/src/Admin/V2/UpdateTableMetadata.php
index ab407c9bfd1..37698ff4ff7 100644
--- a/Bigtable/src/Admin/V2/UpdateTableMetadata.php
+++ b/Bigtable/src/Admin/V2/UpdateTableMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Metadata type for the operation returned by
diff --git a/Bigtable/src/Admin/V2/UpdateTableRequest.php b/Bigtable/src/Admin/V2/UpdateTableRequest.php
index a4c2d40420b..e79976c2d79 100644
--- a/Bigtable/src/Admin/V2/UpdateTableRequest.php
+++ b/Bigtable/src/Admin/V2/UpdateTableRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\Admin\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The request for
diff --git a/Bigtable/src/V2/ArrayValue.php b/Bigtable/src/V2/ArrayValue.php
index cb872d55e98..88a88072bdd 100644
--- a/Bigtable/src/V2/ArrayValue.php
+++ b/Bigtable/src/V2/ArrayValue.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* `ArrayValue` is an ordered list of `Value`.
@@ -28,7 +28,7 @@ class ArrayValue extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\Value>|\Google\Protobuf\Internal\RepeatedField $values
+ * @type \Google\Cloud\Bigtable\V2\Value[] $values
* The ordered elements in the array.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* The ordered elements in the array.
*
* Generated from protobuf field repeated .google.bigtable.v2.Value values = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Value>
*/
public function getValues()
{
@@ -52,7 +52,7 @@ public function getValues()
* The ordered elements in the array.
*
* Generated from protobuf field repeated .google.bigtable.v2.Value values = 1;
- * @param array<\Google\Cloud\Bigtable\V2\Value>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Value[] $var
* @return $this
*/
public function setValues($var)
diff --git a/Bigtable/src/V2/Cell.php b/Bigtable/src/V2/Cell.php
index ae97f1e167a..d3d11ad27e8 100644
--- a/Bigtable/src/V2/Cell.php
+++ b/Bigtable/src/V2/Cell.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies (some of) the contents of a single row/column/timestamp of a table.
@@ -58,7 +58,7 @@ class Cell extends \Google\Protobuf\Internal\Message
* The value stored in the cell.
* May contain any byte string, including the empty string, up to 100MiB in
* length.
- * @type array|\Google\Protobuf\Internal\RepeatedField $labels
+ * @type string[] $labels
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
* }
*/
@@ -137,7 +137,7 @@ public function setValue($var)
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
* Generated from protobuf field repeated string labels = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getLabels()
{
@@ -148,7 +148,7 @@ public function getLabels()
* Labels applied to the cell by a [RowFilter][google.bigtable.v2.RowFilter].
*
* Generated from protobuf field repeated string labels = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setLabels($var)
diff --git a/Bigtable/src/V2/CheckAndMutateRowRequest.php b/Bigtable/src/V2/CheckAndMutateRowRequest.php
index 71dc9e6065d..6a2e215f8b0 100644
--- a/Bigtable/src/V2/CheckAndMutateRowRequest.php
+++ b/Bigtable/src/V2/CheckAndMutateRowRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.CheckAndMutateRow.
@@ -183,13 +183,13 @@ public static function buildFromTableNameRowKeyPredicateFilterTrueMutationsFalse
* on whether or not any results are yielded, either `true_mutations` or
* `false_mutations` will be executed. If unset, checks that the row contains
* any values at all.
- * @type array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $true_mutations
+ * @type \Google\Cloud\Bigtable\V2\Mutation[] $true_mutations
* Changes to be atomically applied to the specified row if `predicate_filter`
* yields at least one cell when applied to `row_key`. Entries are applied in
* order, meaning that earlier mutations can be masked by later ones.
* Must contain at least one entry if `false_mutations` is empty, and at most
* 100000.
- * @type array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $false_mutations
+ * @type \Google\Cloud\Bigtable\V2\Mutation[] $false_mutations
* Changes to be atomically applied to the specified row if `predicate_filter`
* does not yield any cells when applied to `row_key`. Entries are applied in
* order, meaning that earlier mutations can be masked by later ones.
@@ -372,7 +372,7 @@ public function setPredicateFilter($var)
* 100000.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation true_mutations = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Mutation>
*/
public function getTrueMutations()
{
@@ -387,7 +387,7 @@ public function getTrueMutations()
* 100000.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation true_mutations = 4;
- * @param array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Mutation[] $var
* @return $this
*/
public function setTrueMutations($var)
@@ -406,7 +406,7 @@ public function setTrueMutations($var)
* 100000.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation false_mutations = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Mutation>
*/
public function getFalseMutations()
{
@@ -421,7 +421,7 @@ public function getFalseMutations()
* 100000.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation false_mutations = 5;
- * @param array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Mutation[] $var
* @return $this
*/
public function setFalseMutations($var)
diff --git a/Bigtable/src/V2/CheckAndMutateRowResponse.php b/Bigtable/src/V2/CheckAndMutateRowResponse.php
index ea562f574e7..4efd11f80ff 100644
--- a/Bigtable/src/V2/CheckAndMutateRowResponse.php
+++ b/Bigtable/src/V2/CheckAndMutateRowResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.CheckAndMutateRow.
diff --git a/Bigtable/src/V2/Column.php b/Bigtable/src/V2/Column.php
index b2f46bdf290..8bcede78d40 100644
--- a/Bigtable/src/V2/Column.php
+++ b/Bigtable/src/V2/Column.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies (some of) the contents of a single row/column intersection of a
@@ -45,7 +45,7 @@ class Column extends \Google\Protobuf\Internal\Message
* which sets its `column_qualifier_regex_filter` field.
* May contain any byte string, including the empty string, up to 16kiB in
* length.
- * @type array<\Google\Cloud\Bigtable\V2\Cell>|\Google\Protobuf\Internal\RepeatedField $cells
+ * @type \Google\Cloud\Bigtable\V2\Cell[] $cells
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
* }
*/
@@ -92,7 +92,7 @@ public function setQualifier($var)
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
* Generated from protobuf field repeated .google.bigtable.v2.Cell cells = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Cell>
*/
public function getCells()
{
@@ -103,7 +103,7 @@ public function getCells()
* Must not be empty. Sorted in order of decreasing "timestamp_micros".
*
* Generated from protobuf field repeated .google.bigtable.v2.Cell cells = 2;
- * @param array<\Google\Cloud\Bigtable\V2\Cell>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Cell[] $var
* @return $this
*/
public function setCells($var)
diff --git a/Bigtable/src/V2/ColumnMetadata.php b/Bigtable/src/V2/ColumnMetadata.php
index 35f3c975b0f..4738addc9a7 100644
--- a/Bigtable/src/V2/ColumnMetadata.php
+++ b/Bigtable/src/V2/ColumnMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Describes a column in a Bigtable Query Language result set.
diff --git a/Bigtable/src/V2/ColumnRange.php b/Bigtable/src/V2/ColumnRange.php
index d5ff522b00d..5a7c43ac418 100644
--- a/Bigtable/src/V2/ColumnRange.php
+++ b/Bigtable/src/V2/ColumnRange.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies a contiguous range of columns within a single column family.
diff --git a/Bigtable/src/V2/ExecuteQueryRequest.php b/Bigtable/src/V2/ExecuteQueryRequest.php
index b304a410ad8..5885a4f8deb 100644
--- a/Bigtable/src/V2/ExecuteQueryRequest.php
+++ b/Bigtable/src/V2/ExecuteQueryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.ExecuteQuery
@@ -67,16 +67,16 @@ class ExecuteQueryRequest extends \Google\Protobuf\Internal\Message
* Required. params contains string type keys and Bigtable type values that
* bind to placeholders in the query string. In query string, a parameter
* placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
* For example, if
* `params["firstName"] = bytes_value: "foo" type {bytes_type {}}`
- * then `@firstName` will be replaced with googlesql bytes value "foo" in the
+ * then `\@firstName` will be replaced with googlesql bytes value "foo" in the
* query string during query evaluation.
* If `Value.kind` is not set, the value is treated as a NULL value of the
* given type. For example, if
* `params["firstName"] = type {string_type {}}`
- * then `@firstName` will be replaced with googlesql null string.
+ * then `\@firstName` will be replaced with googlesql null string.
* If `query` is set, any empty `Value.type` in the map will be rejected with
* `INVALID_ARGUMENT`.
* If `prepared_query` is set, any empty `Value.type` in the map will be
@@ -174,16 +174,16 @@ public static function buildFromInstanceNameQueryAppProfileId(string $instanceNa
* Required. params contains string type keys and Bigtable type values that
* bind to placeholders in the query string. In query string, a parameter
* placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
* For example, if
* `params["firstName"] = bytes_value: "foo" type {bytes_type {}}`
- * then `@firstName` will be replaced with googlesql bytes value "foo" in the
+ * then `\@firstName` will be replaced with googlesql bytes value "foo" in the
* query string during query evaluation.
* If `Value.kind` is not set, the value is treated as a NULL value of the
* given type. For example, if
* `params["firstName"] = type {string_type {}}`
- * then `@firstName` will be replaced with googlesql null string.
+ * then `\@firstName` will be replaced with googlesql null string.
* If `query` is set, any empty `Value.type` in the map will be rejected with
* `INVALID_ARGUMENT`.
* If `prepared_query` is set, any empty `Value.type` in the map will be
@@ -413,16 +413,16 @@ public function setResumeToken($var)
* Required. params contains string type keys and Bigtable type values that
* bind to placeholders in the query string. In query string, a parameter
* placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
* For example, if
* `params["firstName"] = bytes_value: "foo" type {bytes_type {}}`
- * then `@firstName` will be replaced with googlesql bytes value "foo" in the
+ * then `\@firstName` will be replaced with googlesql bytes value "foo" in the
* query string during query evaluation.
* If `Value.kind` is not set, the value is treated as a NULL value of the
* given type. For example, if
* `params["firstName"] = type {string_type {}}`
- * then `@firstName` will be replaced with googlesql null string.
+ * then `\@firstName` will be replaced with googlesql null string.
* If `query` is set, any empty `Value.type` in the map will be rejected with
* `INVALID_ARGUMENT`.
* If `prepared_query` is set, any empty `Value.type` in the map will be
@@ -442,16 +442,16 @@ public function getParams()
* Required. params contains string type keys and Bigtable type values that
* bind to placeholders in the query string. In query string, a parameter
* placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
* For example, if
* `params["firstName"] = bytes_value: "foo" type {bytes_type {}}`
- * then `@firstName` will be replaced with googlesql bytes value "foo" in the
+ * then `\@firstName` will be replaced with googlesql bytes value "foo" in the
* query string during query evaluation.
* If `Value.kind` is not set, the value is treated as a NULL value of the
* given type. For example, if
* `params["firstName"] = type {string_type {}}`
- * then `@firstName` will be replaced with googlesql null string.
+ * then `\@firstName` will be replaced with googlesql null string.
* If `query` is set, any empty `Value.type` in the map will be rejected with
* `INVALID_ARGUMENT`.
* If `prepared_query` is set, any empty `Value.type` in the map will be
diff --git a/Bigtable/src/V2/ExecuteQueryResponse.php b/Bigtable/src/V2/ExecuteQueryResponse.php
index d007d338701..ceb7b1d2385 100644
--- a/Bigtable/src/V2/ExecuteQueryResponse.php
+++ b/Bigtable/src/V2/ExecuteQueryResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.ExecuteQuery
diff --git a/Bigtable/src/V2/Family.php b/Bigtable/src/V2/Family.php
index 429023c4587..eac2d588ee5 100644
--- a/Bigtable/src/V2/Family.php
+++ b/Bigtable/src/V2/Family.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies (some of) the contents of a single row/column family intersection
@@ -47,7 +47,7 @@ class Family extends \Google\Protobuf\Internal\Message
* Must match `[-_.a-zA-Z0-9]+`, except that AggregatingRowProcessors may
* produce cells in a sentinel family with an empty name.
* Must be no greater than 64 characters in length.
- * @type array<\Google\Cloud\Bigtable\V2\Column>|\Google\Protobuf\Internal\RepeatedField $columns
+ * @type \Google\Cloud\Bigtable\V2\Column[] $columns
* Must not be empty. Sorted in order of increasing "qualifier".
* }
*/
@@ -96,7 +96,7 @@ public function setName($var)
* Must not be empty. Sorted in order of increasing "qualifier".
*
* Generated from protobuf field repeated .google.bigtable.v2.Column columns = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Column>
*/
public function getColumns()
{
@@ -107,7 +107,7 @@ public function getColumns()
* Must not be empty. Sorted in order of increasing "qualifier".
*
* Generated from protobuf field repeated .google.bigtable.v2.Column columns = 2;
- * @param array<\Google\Cloud\Bigtable\V2\Column>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Column[] $var
* @return $this
*/
public function setColumns($var)
diff --git a/Bigtable/src/V2/FeatureFlags.php b/Bigtable/src/V2/FeatureFlags.php
index fc91c6e7847..b70fa1d23e8 100644
--- a/Bigtable/src/V2/FeatureFlags.php
+++ b/Bigtable/src/V2/FeatureFlags.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Feature flags supported or enabled by a client.
diff --git a/Bigtable/src/V2/FullReadStatsView.php b/Bigtable/src/V2/FullReadStatsView.php
index 3376ecb5017..f1e5d5e430c 100644
--- a/Bigtable/src/V2/FullReadStatsView.php
+++ b/Bigtable/src/V2/FullReadStatsView.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* FullReadStatsView captures all known information about a read.
diff --git a/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsRequest.php b/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsRequest.php
index 67233adb93b..674d75fbcac 100644
--- a/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsRequest.php
+++ b/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
diff --git a/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsResponse.php b/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsResponse.php
index 26f241b3bd8..9fe28a539fb 100644
--- a/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsResponse.php
+++ b/Bigtable/src/V2/GenerateInitialChangeStreamPartitionsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
diff --git a/Bigtable/src/V2/Idempotency.php b/Bigtable/src/V2/Idempotency.php
index 60ba68feca1..82c4c421096 100644
--- a/Bigtable/src/V2/Idempotency.php
+++ b/Bigtable/src/V2/Idempotency.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Parameters on mutations where clients want to ensure idempotency (i.e.
diff --git a/Bigtable/src/V2/MutateRowRequest.php b/Bigtable/src/V2/MutateRowRequest.php
index 43c1739ea6a..34179938a13 100644
--- a/Bigtable/src/V2/MutateRowRequest.php
+++ b/Bigtable/src/V2/MutateRowRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.MutateRow.
@@ -134,7 +134,7 @@ public static function buildFromTableNameRowKeyMutationsAppProfileId(string $tab
* "default" application profile will be used.
* @type string $row_key
* Required. The key of the row to which the mutation should be applied.
- * @type array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $mutations
+ * @type \Google\Cloud\Bigtable\V2\Mutation[] $mutations
* Required. Changes to be atomically applied to the specified row. Entries
* are applied in order, meaning that earlier mutations can be masked by later
* ones. Must contain at least one entry and at most 100000.
@@ -272,7 +272,7 @@ public function setRowKey($var)
* ones. Must contain at least one entry and at most 100000.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation mutations = 3 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Mutation>
*/
public function getMutations()
{
@@ -285,7 +285,7 @@ public function getMutations()
* ones. Must contain at least one entry and at most 100000.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation mutations = 3 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Mutation[] $var
* @return $this
*/
public function setMutations($var)
diff --git a/Bigtable/src/V2/MutateRowResponse.php b/Bigtable/src/V2/MutateRowResponse.php
index 2a2cc243d6a..3430a3917d0 100644
--- a/Bigtable/src/V2/MutateRowResponse.php
+++ b/Bigtable/src/V2/MutateRowResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.MutateRow.
diff --git a/Bigtable/src/V2/MutateRowsRequest.php b/Bigtable/src/V2/MutateRowsRequest.php
index 64ce09021ec..c01b0bb6fea 100644
--- a/Bigtable/src/V2/MutateRowsRequest.php
+++ b/Bigtable/src/V2/MutateRowsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for BigtableService.MutateRows.
@@ -121,7 +121,7 @@ public static function buildFromTableNameEntriesAppProfileId(string $tableName,
* @type string $app_profile_id
* This value specifies routing for replication. If not specified, the
* "default" application profile will be used.
- * @type array<\Google\Cloud\Bigtable\V2\MutateRowsRequest\Entry>|\Google\Protobuf\Internal\RepeatedField $entries
+ * @type \Google\Cloud\Bigtable\V2\MutateRowsRequest\Entry[] $entries
* Required. The row keys and corresponding mutations to be applied in bulk.
* Each entry is applied as an atomic mutation, but the entries may be
* applied in arbitrary order (even between entries for the same row).
@@ -234,7 +234,7 @@ public function setAppProfileId($var)
* contain at most 100000 mutations.
*
* Generated from protobuf field repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\MutateRowsRequest\Entry>
*/
public function getEntries()
{
@@ -249,7 +249,7 @@ public function getEntries()
* contain at most 100000 mutations.
*
* Generated from protobuf field repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Bigtable\V2\MutateRowsRequest\Entry>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\MutateRowsRequest\Entry[] $var
* @return $this
*/
public function setEntries($var)
diff --git a/Bigtable/src/V2/MutateRowsRequest/Entry.php b/Bigtable/src/V2/MutateRowsRequest/Entry.php
index 8cd990761b1..65d678fb953 100644
--- a/Bigtable/src/V2/MutateRowsRequest/Entry.php
+++ b/Bigtable/src/V2/MutateRowsRequest/Entry.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\MutateRowsRequest;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A mutation for a given row.
@@ -45,7 +45,7 @@ class Entry extends \Google\Protobuf\Internal\Message
*
* @type string $row_key
* The key of the row to which the `mutations` should be applied.
- * @type array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $mutations
+ * @type \Google\Cloud\Bigtable\V2\Mutation[] $mutations
* Required. Changes to be atomically applied to the specified row.
* Mutations are applied in order, meaning that earlier mutations can be
* masked by later ones. You must specify at least one mutation.
@@ -91,7 +91,7 @@ public function setRowKey($var)
* masked by later ones. You must specify at least one mutation.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Mutation>
*/
public function getMutations()
{
@@ -104,7 +104,7 @@ public function getMutations()
* masked by later ones. You must specify at least one mutation.
*
* Generated from protobuf field repeated .google.bigtable.v2.Mutation mutations = 2 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Bigtable\V2\Mutation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Mutation[] $var
* @return $this
*/
public function setMutations($var)
@@ -155,6 +155,3 @@ public function setIdempotency($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Entry::class, \Google\Cloud\Bigtable\V2\MutateRowsRequest_Entry::class);
-
diff --git a/Bigtable/src/V2/MutateRowsResponse.php b/Bigtable/src/V2/MutateRowsResponse.php
index 9467b61e1b3..a56b8e8d2a6 100644
--- a/Bigtable/src/V2/MutateRowsResponse.php
+++ b/Bigtable/src/V2/MutateRowsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for BigtableService.MutateRows.
@@ -36,7 +36,7 @@ class MutateRowsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry>|\Google\Protobuf\Internal\RepeatedField $entries
+ * @type \Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry[] $entries
* One or more results for Entries from the batch request.
* @type \Google\Cloud\Bigtable\V2\RateLimitInfo $rate_limit_info
* Information about how client should limit the rate (QPS). Primirily used by
@@ -53,7 +53,7 @@ public function __construct($data = NULL) {
* One or more results for Entries from the batch request.
*
* Generated from protobuf field repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry>
*/
public function getEntries()
{
@@ -64,7 +64,7 @@ public function getEntries()
* One or more results for Entries from the batch request.
*
* Generated from protobuf field repeated .google.bigtable.v2.MutateRowsResponse.Entry entries = 1;
- * @param array<\Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\MutateRowsResponse\Entry[] $var
* @return $this
*/
public function setEntries($var)
diff --git a/Bigtable/src/V2/MutateRowsResponse/Entry.php b/Bigtable/src/V2/MutateRowsResponse/Entry.php
index a6049b0d079..18528e12b12 100644
--- a/Bigtable/src/V2/MutateRowsResponse/Entry.php
+++ b/Bigtable/src/V2/MutateRowsResponse/Entry.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\MutateRowsResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The result of applying a passed mutation in the original request.
@@ -125,6 +125,3 @@ public function setStatus($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Entry::class, \Google\Cloud\Bigtable\V2\MutateRowsResponse_Entry::class);
-
diff --git a/Bigtable/src/V2/Mutation.php b/Bigtable/src/V2/Mutation.php
index 24f7bf5f7d5..6953dfd5a83 100644
--- a/Bigtable/src/V2/Mutation.php
+++ b/Bigtable/src/V2/Mutation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies a particular change to be made to the contents of a row.
diff --git a/Bigtable/src/V2/Mutation/AddToCell.php b/Bigtable/src/V2/Mutation/AddToCell.php
index 2ef613a1e01..aec294ebca3 100644
--- a/Bigtable/src/V2/Mutation/AddToCell.php
+++ b/Bigtable/src/V2/Mutation/AddToCell.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Mutation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Mutation which incrementally updates a cell in an `Aggregate` family.
@@ -217,6 +217,3 @@ public function setInput($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(AddToCell::class, \Google\Cloud\Bigtable\V2\Mutation_AddToCell::class);
-
diff --git a/Bigtable/src/V2/Mutation/DeleteFromColumn.php b/Bigtable/src/V2/Mutation/DeleteFromColumn.php
index a91638edfa4..ad5dfcf7cd7 100644
--- a/Bigtable/src/V2/Mutation/DeleteFromColumn.php
+++ b/Bigtable/src/V2/Mutation/DeleteFromColumn.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Mutation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Mutation which deletes cells from the specified column, optionally
@@ -152,6 +152,3 @@ public function setTimeRange($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DeleteFromColumn::class, \Google\Cloud\Bigtable\V2\Mutation_DeleteFromColumn::class);
-
diff --git a/Bigtable/src/V2/Mutation/DeleteFromFamily.php b/Bigtable/src/V2/Mutation/DeleteFromFamily.php
index 66cdb291bf3..4de40638b78 100644
--- a/Bigtable/src/V2/Mutation/DeleteFromFamily.php
+++ b/Bigtable/src/V2/Mutation/DeleteFromFamily.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Mutation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Mutation which deletes all cells from the specified column family.
@@ -69,6 +69,3 @@ public function setFamilyName($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DeleteFromFamily::class, \Google\Cloud\Bigtable\V2\Mutation_DeleteFromFamily::class);
-
diff --git a/Bigtable/src/V2/Mutation/DeleteFromRow.php b/Bigtable/src/V2/Mutation/DeleteFromRow.php
index 9200902a178..aaaeaf2d1f7 100644
--- a/Bigtable/src/V2/Mutation/DeleteFromRow.php
+++ b/Bigtable/src/V2/Mutation/DeleteFromRow.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Mutation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Mutation which deletes all cells from the containing row.
@@ -31,6 +31,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DeleteFromRow::class, \Google\Cloud\Bigtable\V2\Mutation_DeleteFromRow::class);
-
diff --git a/Bigtable/src/V2/Mutation/MergeToCell.php b/Bigtable/src/V2/Mutation/MergeToCell.php
index 391e80f1aee..e29ed7c0484 100644
--- a/Bigtable/src/V2/Mutation/MergeToCell.php
+++ b/Bigtable/src/V2/Mutation/MergeToCell.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Mutation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Mutation which merges accumulated state into a cell in an `Aggregate`
@@ -222,6 +222,3 @@ public function setInput($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(MergeToCell::class, \Google\Cloud\Bigtable\V2\Mutation_MergeToCell::class);
-
diff --git a/Bigtable/src/V2/Mutation/SetCell.php b/Bigtable/src/V2/Mutation/SetCell.php
index b156e5d5d56..06de56b590d 100644
--- a/Bigtable/src/V2/Mutation/SetCell.php
+++ b/Bigtable/src/V2/Mutation/SetCell.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Mutation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Mutation which sets the value of the specified cell.
@@ -191,6 +191,3 @@ public function setValue($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(SetCell::class, \Google\Cloud\Bigtable\V2\Mutation_SetCell::class);
-
diff --git a/Bigtable/src/V2/PartialResultSet.php b/Bigtable/src/V2/PartialResultSet.php
index 2c46d8e1b7e..98531f4aea1 100644
--- a/Bigtable/src/V2/PartialResultSet.php
+++ b/Bigtable/src/V2/PartialResultSet.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A partial result set from the streaming query API.
diff --git a/Bigtable/src/V2/PeerInfo.php b/Bigtable/src/V2/PeerInfo.php
index 2a35e13b028..7c958236187 100644
--- a/Bigtable/src/V2/PeerInfo.php
+++ b/Bigtable/src/V2/PeerInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* PeerInfo contains information about the peer that the client is
diff --git a/Bigtable/src/V2/PeerInfo/TransportType.php b/Bigtable/src/V2/PeerInfo/TransportType.php
index 3da2cc62be3..1630e34a1f7 100644
--- a/Bigtable/src/V2/PeerInfo/TransportType.php
+++ b/Bigtable/src/V2/PeerInfo/TransportType.php
@@ -98,6 +98,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(TransportType::class, \Google\Cloud\Bigtable\V2\PeerInfo_TransportType::class);
-
diff --git a/Bigtable/src/V2/PingAndWarmRequest.php b/Bigtable/src/V2/PingAndWarmRequest.php
index 4daf892b444..1220a3bb167 100644
--- a/Bigtable/src/V2/PingAndWarmRequest.php
+++ b/Bigtable/src/V2/PingAndWarmRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for client connection keep-alive and warming.
diff --git a/Bigtable/src/V2/PingAndWarmResponse.php b/Bigtable/src/V2/PingAndWarmResponse.php
index a1485727466..fb68c25dfec 100644
--- a/Bigtable/src/V2/PingAndWarmResponse.php
+++ b/Bigtable/src/V2/PingAndWarmResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.PingAndWarm connection keepalive and warming.
diff --git a/Bigtable/src/V2/PrepareQueryRequest.php b/Bigtable/src/V2/PrepareQueryRequest.php
index cc1aafc05c2..7523d30bc56 100644
--- a/Bigtable/src/V2/PrepareQueryRequest.php
+++ b/Bigtable/src/V2/PrepareQueryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.PrepareQuery
@@ -43,9 +43,9 @@ class PrepareQueryRequest extends \Google\Protobuf\Internal\Message
* Required. `param_types` is a map of parameter identifier strings to their
* `Type`s.
* In query string, a parameter placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
- * For example, if param_types["firstName"] = Bytes then @firstName will be a
+ * For example, if param_types["firstName"] = Bytes then \@firstName will be a
* query parameter of type Bytes. The specific `Value` to be used for the
* query execution must be sent in `ExecuteQueryRequest` in the `params` map.
*
@@ -121,9 +121,9 @@ public static function buildFromInstanceNameQueryAppProfileId(string $instanceNa
* Required. `param_types` is a map of parameter identifier strings to their
* `Type`s.
* In query string, a parameter placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
- * For example, if param_types["firstName"] = Bytes then @firstName will be a
+ * For example, if param_types["firstName"] = Bytes then \@firstName will be a
* query parameter of type Bytes. The specific `Value` to be used for the
* query execution must be sent in `ExecuteQueryRequest` in the `params` map.
* }
@@ -260,9 +260,9 @@ public function setProtoFormat($var)
* Required. `param_types` is a map of parameter identifier strings to their
* `Type`s.
* In query string, a parameter placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
- * For example, if param_types["firstName"] = Bytes then @firstName will be a
+ * For example, if param_types["firstName"] = Bytes then \@firstName will be a
* query parameter of type Bytes. The specific `Value` to be used for the
* query execution must be sent in `ExecuteQueryRequest` in the `params` map.
*
@@ -278,9 +278,9 @@ public function getParamTypes()
* Required. `param_types` is a map of parameter identifier strings to their
* `Type`s.
* In query string, a parameter placeholder consists of the
- * `@` character followed by the parameter name (for example, `@firstName`) in
+ * `\@` character followed by the parameter name (for example, `\@firstName`) in
* the query string.
- * For example, if param_types["firstName"] = Bytes then @firstName will be a
+ * For example, if param_types["firstName"] = Bytes then \@firstName will be a
* query parameter of type Bytes. The specific `Value` to be used for the
* query execution must be sent in `ExecuteQueryRequest` in the `params` map.
*
diff --git a/Bigtable/src/V2/PrepareQueryResponse.php b/Bigtable/src/V2/PrepareQueryResponse.php
index 3422eb76786..a0c58f80a4b 100644
--- a/Bigtable/src/V2/PrepareQueryResponse.php
+++ b/Bigtable/src/V2/PrepareQueryResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.PrepareQueryResponse
diff --git a/Bigtable/src/V2/ProtoFormat.php b/Bigtable/src/V2/ProtoFormat.php
index 3317d038332..36b5d95ef7c 100644
--- a/Bigtable/src/V2/ProtoFormat.php
+++ b/Bigtable/src/V2/ProtoFormat.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Protocol buffers format descriptor, as described by Messages ProtoSchema and
diff --git a/Bigtable/src/V2/ProtoRows.php b/Bigtable/src/V2/ProtoRows.php
index 42447f5b08b..f5afe029a8c 100644
--- a/Bigtable/src/V2/ProtoRows.php
+++ b/Bigtable/src/V2/ProtoRows.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rows represented in proto format.
@@ -33,7 +33,7 @@ class ProtoRows extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\Value>|\Google\Protobuf\Internal\RepeatedField $values
+ * @type \Google\Cloud\Bigtable\V2\Value[] $values
* A proto rows message consists of a list of values. Every N complete values
* defines a row, where N is equal to the number of entries in the
* `metadata.proto_schema.columns` value received in the first response.
@@ -50,7 +50,7 @@ public function __construct($data = NULL) {
* `metadata.proto_schema.columns` value received in the first response.
*
* Generated from protobuf field repeated .google.bigtable.v2.Value values = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Value>
*/
public function getValues()
{
@@ -63,7 +63,7 @@ public function getValues()
* `metadata.proto_schema.columns` value received in the first response.
*
* Generated from protobuf field repeated .google.bigtable.v2.Value values = 2;
- * @param array<\Google\Cloud\Bigtable\V2\Value>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Value[] $var
* @return $this
*/
public function setValues($var)
diff --git a/Bigtable/src/V2/ProtoRowsBatch.php b/Bigtable/src/V2/ProtoRowsBatch.php
index 93e122f36cf..ee67558f742 100644
--- a/Bigtable/src/V2/ProtoRowsBatch.php
+++ b/Bigtable/src/V2/ProtoRowsBatch.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A part of a serialized `ProtoRows` message.
diff --git a/Bigtable/src/V2/ProtoSchema.php b/Bigtable/src/V2/ProtoSchema.php
index efd883b7c5e..70d004f67c0 100644
--- a/Bigtable/src/V2/ProtoSchema.php
+++ b/Bigtable/src/V2/ProtoSchema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ResultSet schema in proto format
@@ -28,7 +28,7 @@ class ProtoSchema extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\ColumnMetadata>|\Google\Protobuf\Internal\RepeatedField $columns
+ * @type \Google\Cloud\Bigtable\V2\ColumnMetadata[] $columns
* The columns in the result set.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* The columns in the result set.
*
* Generated from protobuf field repeated .google.bigtable.v2.ColumnMetadata columns = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\ColumnMetadata>
*/
public function getColumns()
{
@@ -52,7 +52,7 @@ public function getColumns()
* The columns in the result set.
*
* Generated from protobuf field repeated .google.bigtable.v2.ColumnMetadata columns = 1;
- * @param array<\Google\Cloud\Bigtable\V2\ColumnMetadata>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\ColumnMetadata[] $var
* @return $this
*/
public function setColumns($var)
diff --git a/Bigtable/src/V2/RateLimitInfo.php b/Bigtable/src/V2/RateLimitInfo.php
index f862f359e72..90be8af42fd 100644
--- a/Bigtable/src/V2/RateLimitInfo.php
+++ b/Bigtable/src/V2/RateLimitInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about how client should adjust the load to Bigtable.
diff --git a/Bigtable/src/V2/ReadChangeStreamRequest.php b/Bigtable/src/V2/ReadChangeStreamRequest.php
index c5cbfb41ec8..a80c119f70d 100644
--- a/Bigtable/src/V2/ReadChangeStreamRequest.php
+++ b/Bigtable/src/V2/ReadChangeStreamRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse.php b/Bigtable/src/V2/ReadChangeStreamResponse.php
index bdacae25dce..eb65b2eb99c 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse/CloseStream.php b/Bigtable/src/V2/ReadChangeStreamResponse/CloseStream.php
index 96de7de7d23..d20c88c0c26 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse/CloseStream.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse/CloseStream.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\ReadChangeStreamResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A message indicating that the client should stop reading from the stream.
@@ -64,10 +64,10 @@ class CloseStream extends \Google\Protobuf\Internal\Message
*
* @type \Google\Rpc\Status $status
* The status of the stream.
- * @type array<\Google\Cloud\Bigtable\V2\StreamContinuationToken>|\Google\Protobuf\Internal\RepeatedField $continuation_tokens
+ * @type \Google\Cloud\Bigtable\V2\StreamContinuationToken[] $continuation_tokens
* If non-empty, contains the information needed to resume reading their
* associated partitions.
- * @type array<\Google\Cloud\Bigtable\V2\StreamPartition>|\Google\Protobuf\Internal\RepeatedField $new_partitions
+ * @type \Google\Cloud\Bigtable\V2\StreamPartition[] $new_partitions
* If non-empty, contains the new partitions to start reading from, which
* are related to but not necessarily identical to the partitions for the
* above `continuation_tokens`.
@@ -119,7 +119,7 @@ public function setStatus($var)
* associated partitions.
*
* Generated from protobuf field repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\StreamContinuationToken>
*/
public function getContinuationTokens()
{
@@ -131,7 +131,7 @@ public function getContinuationTokens()
* associated partitions.
*
* Generated from protobuf field repeated .google.bigtable.v2.StreamContinuationToken continuation_tokens = 2;
- * @param array<\Google\Cloud\Bigtable\V2\StreamContinuationToken>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\StreamContinuationToken[] $var
* @return $this
*/
public function setContinuationTokens($var)
@@ -148,7 +148,7 @@ public function setContinuationTokens($var)
* above `continuation_tokens`.
*
* Generated from protobuf field repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\StreamPartition>
*/
public function getNewPartitions()
{
@@ -161,7 +161,7 @@ public function getNewPartitions()
* above `continuation_tokens`.
*
* Generated from protobuf field repeated .google.bigtable.v2.StreamPartition new_partitions = 3;
- * @param array<\Google\Cloud\Bigtable\V2\StreamPartition>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\StreamPartition[] $var
* @return $this
*/
public function setNewPartitions($var)
@@ -174,6 +174,3 @@ public function setNewPartitions($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(CloseStream::class, \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse_CloseStream::class);
-
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse/DataChange.php b/Bigtable/src/V2/ReadChangeStreamResponse/DataChange.php
index 37d4b7116bf..2a7017ba9c8 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse/DataChange.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse/DataChange.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\ReadChangeStreamResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A message corresponding to one or more mutations to the partition
@@ -118,7 +118,7 @@ class DataChange extends \Google\Protobuf\Internal\Message
* timestamp are modified on different clusters at the same
* `commit_timestamp`, the mutation with the larger `tiebreaker` will be the
* one chosen for the eventually consistent state of the system.
- * @type array<\Google\Cloud\Bigtable\V2\ReadChangeStreamResponse\MutationChunk>|\Google\Protobuf\Internal\RepeatedField $chunks
+ * @type \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse\MutationChunk[] $chunks
* The mutations associated with this change to the partition.
* May contain complete mutations or chunks of a multi-message chunked
* `DataChange` record.
@@ -306,7 +306,7 @@ public function setTiebreaker($var)
* `DataChange` record.
*
* Generated from protobuf field repeated .google.bigtable.v2.ReadChangeStreamResponse.MutationChunk chunks = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\ReadChangeStreamResponse\MutationChunk>
*/
public function getChunks()
{
@@ -319,7 +319,7 @@ public function getChunks()
* `DataChange` record.
*
* Generated from protobuf field repeated .google.bigtable.v2.ReadChangeStreamResponse.MutationChunk chunks = 6;
- * @param array<\Google\Cloud\Bigtable\V2\ReadChangeStreamResponse\MutationChunk>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse\MutationChunk[] $var
* @return $this
*/
public function setChunks($var)
@@ -434,6 +434,3 @@ public function setEstimatedLowWatermark($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DataChange::class, \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse_DataChange::class);
-
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse/DataChange/Type.php b/Bigtable/src/V2/ReadChangeStreamResponse/DataChange/Type.php
index 0eb4b8204f4..7ec3437cf67 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse/DataChange/Type.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse/DataChange/Type.php
@@ -67,6 +67,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Type::class, \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse_DataChange_Type::class);
-
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse/Heartbeat.php b/Bigtable/src/V2/ReadChangeStreamResponse/Heartbeat.php
index 7f633ba1977..83cd2e0e6fc 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse/Heartbeat.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse/Heartbeat.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\ReadChangeStreamResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A periodic message with information that can be used to checkpoint
@@ -144,6 +144,3 @@ public function setEstimatedLowWatermark($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Heartbeat::class, \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse_Heartbeat::class);
-
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk.php b/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk.php
index 861921c6235..34cf91422ec 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\ReadChangeStreamResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A partial or complete mutation.
@@ -131,6 +131,3 @@ public function setMutation($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(MutationChunk::class, \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse_MutationChunk::class);
-
diff --git a/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php b/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php
index f8a6c673c8b..a4ff7736a1f 100644
--- a/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php
+++ b/Bigtable/src/V2/ReadChangeStreamResponse/MutationChunk/ChunkInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\ReadChangeStreamResponse\MutationChunk;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about the chunking of this mutation.
@@ -139,6 +139,3 @@ public function setLastChunk($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(ChunkInfo::class, \Google\Cloud\Bigtable\V2\ReadChangeStreamResponse_MutationChunk_ChunkInfo::class);
-
diff --git a/Bigtable/src/V2/ReadIterationStats.php b/Bigtable/src/V2/ReadIterationStats.php
index f226aa85abc..2f9fbf18b90 100644
--- a/Bigtable/src/V2/ReadIterationStats.php
+++ b/Bigtable/src/V2/ReadIterationStats.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ReadIterationStats captures information about the iteration of rows or cells
diff --git a/Bigtable/src/V2/ReadModifyWriteRowRequest.php b/Bigtable/src/V2/ReadModifyWriteRowRequest.php
index b5ef9c06368..566cff663dc 100644
--- a/Bigtable/src/V2/ReadModifyWriteRowRequest.php
+++ b/Bigtable/src/V2/ReadModifyWriteRowRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.ReadModifyWriteRow.
@@ -134,7 +134,7 @@ public static function buildFromTableNameRowKeyRulesAppProfileId(string $tableNa
* @type string $row_key
* Required. The key of the row to which the read/modify/write rules should be
* applied.
- * @type array<\Google\Cloud\Bigtable\V2\ReadModifyWriteRule>|\Google\Protobuf\Internal\RepeatedField $rules
+ * @type \Google\Cloud\Bigtable\V2\ReadModifyWriteRule[] $rules
* Required. Rules specifying how the specified row's contents are to be
* transformed into writes. Entries are applied in order, meaning that earlier
* rules will affect the results of later ones. At least one entry must be
@@ -273,7 +273,7 @@ public function setRowKey($var)
* specified, and there can be at most 100000 rules.
*
* Generated from protobuf field repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\ReadModifyWriteRule>
*/
public function getRules()
{
@@ -287,7 +287,7 @@ public function getRules()
* specified, and there can be at most 100000 rules.
*
* Generated from protobuf field repeated .google.bigtable.v2.ReadModifyWriteRule rules = 3 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Bigtable\V2\ReadModifyWriteRule>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\ReadModifyWriteRule[] $var
* @return $this
*/
public function setRules($var)
diff --git a/Bigtable/src/V2/ReadModifyWriteRowResponse.php b/Bigtable/src/V2/ReadModifyWriteRowResponse.php
index 1b1c1cdac4a..6b06171fd14 100644
--- a/Bigtable/src/V2/ReadModifyWriteRowResponse.php
+++ b/Bigtable/src/V2/ReadModifyWriteRowResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.ReadModifyWriteRow.
diff --git a/Bigtable/src/V2/ReadModifyWriteRule.php b/Bigtable/src/V2/ReadModifyWriteRule.php
index 1afafb1f597..3c48cb605ab 100644
--- a/Bigtable/src/V2/ReadModifyWriteRule.php
+++ b/Bigtable/src/V2/ReadModifyWriteRule.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies an atomic read/modify/write operation on the latest value of the
diff --git a/Bigtable/src/V2/ReadRowsRequest.php b/Bigtable/src/V2/ReadRowsRequest.php
index 1c53d003f1e..0315e2c5464 100644
--- a/Bigtable/src/V2/ReadRowsRequest.php
+++ b/Bigtable/src/V2/ReadRowsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.ReadRows.
diff --git a/Bigtable/src/V2/ReadRowsRequest/RequestStatsView.php b/Bigtable/src/V2/ReadRowsRequest/RequestStatsView.php
index 9dd641bbd6d..dca09d863b8 100644
--- a/Bigtable/src/V2/ReadRowsRequest/RequestStatsView.php
+++ b/Bigtable/src/V2/ReadRowsRequest/RequestStatsView.php
@@ -62,6 +62,3 @@ public static function value($name)
}
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(RequestStatsView::class, \Google\Cloud\Bigtable\V2\ReadRowsRequest_RequestStatsView::class);
-
diff --git a/Bigtable/src/V2/ReadRowsResponse.php b/Bigtable/src/V2/ReadRowsResponse.php
index 454a96ae9df..162fc0564b5 100644
--- a/Bigtable/src/V2/ReadRowsResponse.php
+++ b/Bigtable/src/V2/ReadRowsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.ReadRows.
@@ -50,7 +50,7 @@ class ReadRowsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\ReadRowsResponse\CellChunk>|\Google\Protobuf\Internal\RepeatedField $chunks
+ * @type \Google\Cloud\Bigtable\V2\ReadRowsResponse\CellChunk[] $chunks
* A collection of a row's contents as part of the read request.
* @type string $last_scanned_row_key
* Optionally the server might return the row key of the last row it
@@ -77,7 +77,7 @@ public function __construct($data = NULL) {
* A collection of a row's contents as part of the read request.
*
* Generated from protobuf field repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\ReadRowsResponse\CellChunk>
*/
public function getChunks()
{
@@ -88,7 +88,7 @@ public function getChunks()
* A collection of a row's contents as part of the read request.
*
* Generated from protobuf field repeated .google.bigtable.v2.ReadRowsResponse.CellChunk chunks = 1;
- * @param array<\Google\Cloud\Bigtable\V2\ReadRowsResponse\CellChunk>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\ReadRowsResponse\CellChunk[] $var
* @return $this
*/
public function setChunks($var)
diff --git a/Bigtable/src/V2/ReadRowsResponse/CellChunk.php b/Bigtable/src/V2/ReadRowsResponse/CellChunk.php
index 0ff8217f7de..5b45ccafeb2 100644
--- a/Bigtable/src/V2/ReadRowsResponse/CellChunk.php
+++ b/Bigtable/src/V2/ReadRowsResponse/CellChunk.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\ReadRowsResponse;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies a piece of a row's contents returned as part of the read
@@ -121,7 +121,7 @@ class CellChunk extends \Google\Protobuf\Internal\Message
* only allow values of `timestamp_micros` which are multiples of
* 1000. Timestamps are only set in the first CellChunk per cell
* (for cells split into multiple chunks).
- * @type array|\Google\Protobuf\Internal\RepeatedField $labels
+ * @type string[] $labels
* Labels applied to the cell by a
* [RowFilter][google.bigtable.v2.RowFilter]. Labels are only set
* on the first CellChunk per cell.
@@ -389,7 +389,7 @@ public function setTimestampMicros($var)
* on the first CellChunk per cell.
*
* Generated from protobuf field repeated string labels = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getLabels()
{
@@ -402,7 +402,7 @@ public function getLabels()
* on the first CellChunk per cell.
*
* Generated from protobuf field repeated string labels = 5;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setLabels($var)
@@ -555,6 +555,3 @@ public function getRowStatus()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(CellChunk::class, \Google\Cloud\Bigtable\V2\ReadRowsResponse_CellChunk::class);
-
diff --git a/Bigtable/src/V2/RequestLatencyStats.php b/Bigtable/src/V2/RequestLatencyStats.php
index 26a852ba8ea..d1c8e1a6312 100644
--- a/Bigtable/src/V2/RequestLatencyStats.php
+++ b/Bigtable/src/V2/RequestLatencyStats.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* RequestLatencyStats provides a measurement of the latency of the request as
diff --git a/Bigtable/src/V2/RequestStats.php b/Bigtable/src/V2/RequestStats.php
index 24953108513..1a0afe79fa1 100644
--- a/Bigtable/src/V2/RequestStats.php
+++ b/Bigtable/src/V2/RequestStats.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* RequestStats is the container for additional information pertaining to a
diff --git a/Bigtable/src/V2/ResponseParams.php b/Bigtable/src/V2/ResponseParams.php
index 91569456ec2..d4173d64c81 100644
--- a/Bigtable/src/V2/ResponseParams.php
+++ b/Bigtable/src/V2/ResponseParams.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response metadata proto
diff --git a/Bigtable/src/V2/ResultSetMetadata.php b/Bigtable/src/V2/ResultSetMetadata.php
index 9e61567a09b..5d1ae458d85 100644
--- a/Bigtable/src/V2/ResultSetMetadata.php
+++ b/Bigtable/src/V2/ResultSetMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Describes the structure of a Bigtable result set.
diff --git a/Bigtable/src/V2/Row.php b/Bigtable/src/V2/Row.php
index ad1d56187e7..871a946202d 100644
--- a/Bigtable/src/V2/Row.php
+++ b/Bigtable/src/V2/Row.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies the complete (requested) contents of a single row of a table.
@@ -42,7 +42,7 @@ class Row extends \Google\Protobuf\Internal\Message
* The unique key which identifies this row within its table. This is the same
* key that's used to identify the row in, for example, a MutateRowRequest.
* May contain any non-empty byte string up to 4KiB in length.
- * @type array<\Google\Cloud\Bigtable\V2\Family>|\Google\Protobuf\Internal\RepeatedField $families
+ * @type \Google\Cloud\Bigtable\V2\Family[] $families
* May be empty, but only if the entire row is empty.
* The mutual ordering of column families is not specified.
* }
@@ -87,7 +87,7 @@ public function setKey($var)
* The mutual ordering of column families is not specified.
*
* Generated from protobuf field repeated .google.bigtable.v2.Family families = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Family>
*/
public function getFamilies()
{
@@ -99,7 +99,7 @@ public function getFamilies()
* The mutual ordering of column families is not specified.
*
* Generated from protobuf field repeated .google.bigtable.v2.Family families = 2;
- * @param array<\Google\Cloud\Bigtable\V2\Family>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Family[] $var
* @return $this
*/
public function setFamilies($var)
diff --git a/Bigtable/src/V2/RowFilter.php b/Bigtable/src/V2/RowFilter.php
index 3d05e40a792..c728a28a7fe 100644
--- a/Bigtable/src/V2/RowFilter.php
+++ b/Bigtable/src/V2/RowFilter.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Takes a row as input and produces an alternate view of the row based on
diff --git a/Bigtable/src/V2/RowFilter/Chain.php b/Bigtable/src/V2/RowFilter/Chain.php
index 5d9a60a3cea..e787c62b001 100644
--- a/Bigtable/src/V2/RowFilter/Chain.php
+++ b/Bigtable/src/V2/RowFilter/Chain.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\RowFilter;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A RowFilter which sends rows through several RowFilters in sequence.
@@ -30,7 +30,7 @@ class Chain extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\RowFilter>|\Google\Protobuf\Internal\RepeatedField $filters
+ * @type \Google\Cloud\Bigtable\V2\RowFilter[] $filters
* The elements of "filters" are chained together to process the input row:
* in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row
* The full chain is executed atomically.
@@ -47,7 +47,7 @@ public function __construct($data = NULL) {
* The full chain is executed atomically.
*
* Generated from protobuf field repeated .google.bigtable.v2.RowFilter filters = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\RowFilter>
*/
public function getFilters()
{
@@ -60,7 +60,7 @@ public function getFilters()
* The full chain is executed atomically.
*
* Generated from protobuf field repeated .google.bigtable.v2.RowFilter filters = 1;
- * @param array<\Google\Cloud\Bigtable\V2\RowFilter>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\RowFilter[] $var
* @return $this
*/
public function setFilters($var)
@@ -73,6 +73,3 @@ public function setFilters($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Chain::class, \Google\Cloud\Bigtable\V2\RowFilter_Chain::class);
-
diff --git a/Bigtable/src/V2/RowFilter/Condition.php b/Bigtable/src/V2/RowFilter/Condition.php
index f7e66bf8181..be91977c48d 100644
--- a/Bigtable/src/V2/RowFilter/Condition.php
+++ b/Bigtable/src/V2/RowFilter/Condition.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\RowFilter;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A RowFilter which evaluates one of two possible RowFilters, depending on
@@ -184,6 +184,3 @@ public function setFalseFilter($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Condition::class, \Google\Cloud\Bigtable\V2\RowFilter_Condition::class);
-
diff --git a/Bigtable/src/V2/RowFilter/Interleave.php b/Bigtable/src/V2/RowFilter/Interleave.php
index 92485f18e91..0d67d0ae5ad 100644
--- a/Bigtable/src/V2/RowFilter/Interleave.php
+++ b/Bigtable/src/V2/RowFilter/Interleave.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\RowFilter;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A RowFilter which sends each row to each of several component
@@ -51,7 +51,7 @@ class Interleave extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\RowFilter>|\Google\Protobuf\Internal\RepeatedField $filters
+ * @type \Google\Cloud\Bigtable\V2\RowFilter[] $filters
* The elements of "filters" all process a copy of the input row, and the
* results are pooled, sorted, and combined into a single output row.
* If multiple cells are produced with the same column and timestamp,
@@ -108,7 +108,7 @@ public function __construct($data = NULL) {
* All interleaved filters are executed atomically.
*
* Generated from protobuf field repeated .google.bigtable.v2.RowFilter filters = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\RowFilter>
*/
public function getFilters()
{
@@ -141,7 +141,7 @@ public function getFilters()
* All interleaved filters are executed atomically.
*
* Generated from protobuf field repeated .google.bigtable.v2.RowFilter filters = 1;
- * @param array<\Google\Cloud\Bigtable\V2\RowFilter>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\RowFilter[] $var
* @return $this
*/
public function setFilters($var)
@@ -154,6 +154,3 @@ public function setFilters($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Interleave::class, \Google\Cloud\Bigtable\V2\RowFilter_Interleave::class);
-
diff --git a/Bigtable/src/V2/RowRange.php b/Bigtable/src/V2/RowRange.php
index f4782f92295..9f3d47997a5 100644
--- a/Bigtable/src/V2/RowRange.php
+++ b/Bigtable/src/V2/RowRange.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies a contiguous range of rows.
diff --git a/Bigtable/src/V2/RowSet.php b/Bigtable/src/V2/RowSet.php
index 5c8335823bb..6ba6a39ae42 100644
--- a/Bigtable/src/V2/RowSet.php
+++ b/Bigtable/src/V2/RowSet.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies a non-contiguous set of rows.
@@ -34,9 +34,9 @@ class RowSet extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $row_keys
+ * @type string[] $row_keys
* Single rows included in the set.
- * @type array<\Google\Cloud\Bigtable\V2\RowRange>|\Google\Protobuf\Internal\RepeatedField $row_ranges
+ * @type \Google\Cloud\Bigtable\V2\RowRange[] $row_ranges
* Contiguous row ranges included in the set.
* }
*/
@@ -49,7 +49,7 @@ public function __construct($data = NULL) {
* Single rows included in the set.
*
* Generated from protobuf field repeated bytes row_keys = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getRowKeys()
{
@@ -60,7 +60,7 @@ public function getRowKeys()
* Single rows included in the set.
*
* Generated from protobuf field repeated bytes row_keys = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setRowKeys($var)
@@ -75,7 +75,7 @@ public function setRowKeys($var)
* Contiguous row ranges included in the set.
*
* Generated from protobuf field repeated .google.bigtable.v2.RowRange row_ranges = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\RowRange>
*/
public function getRowRanges()
{
@@ -86,7 +86,7 @@ public function getRowRanges()
* Contiguous row ranges included in the set.
*
* Generated from protobuf field repeated .google.bigtable.v2.RowRange row_ranges = 2;
- * @param array<\Google\Cloud\Bigtable\V2\RowRange>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\RowRange[] $var
* @return $this
*/
public function setRowRanges($var)
diff --git a/Bigtable/src/V2/SampleRowKeysRequest.php b/Bigtable/src/V2/SampleRowKeysRequest.php
index 5fd59d7b2d8..995d244018a 100644
--- a/Bigtable/src/V2/SampleRowKeysRequest.php
+++ b/Bigtable/src/V2/SampleRowKeysRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for Bigtable.SampleRowKeys.
diff --git a/Bigtable/src/V2/SampleRowKeysResponse.php b/Bigtable/src/V2/SampleRowKeysResponse.php
index 1c38c831d34..d261b6417f8 100644
--- a/Bigtable/src/V2/SampleRowKeysResponse.php
+++ b/Bigtable/src/V2/SampleRowKeysResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for Bigtable.SampleRowKeys.
diff --git a/Bigtable/src/V2/StreamContinuationToken.php b/Bigtable/src/V2/StreamContinuationToken.php
index 9a623c62eba..928fe8f6da8 100644
--- a/Bigtable/src/V2/StreamContinuationToken.php
+++ b/Bigtable/src/V2/StreamContinuationToken.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
diff --git a/Bigtable/src/V2/StreamContinuationTokens.php b/Bigtable/src/V2/StreamContinuationTokens.php
index 471a816ecae..cbade22e317 100644
--- a/Bigtable/src/V2/StreamContinuationTokens.php
+++ b/Bigtable/src/V2/StreamContinuationTokens.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
@@ -30,7 +30,7 @@ class StreamContinuationTokens extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\StreamContinuationToken>|\Google\Protobuf\Internal\RepeatedField $tokens
+ * @type \Google\Cloud\Bigtable\V2\StreamContinuationToken[] $tokens
* List of continuation tokens.
* }
*/
@@ -43,7 +43,7 @@ public function __construct($data = NULL) {
* List of continuation tokens.
*
* Generated from protobuf field repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\StreamContinuationToken>
*/
public function getTokens()
{
@@ -54,7 +54,7 @@ public function getTokens()
* List of continuation tokens.
*
* Generated from protobuf field repeated .google.bigtable.v2.StreamContinuationToken tokens = 1;
- * @param array<\Google\Cloud\Bigtable\V2\StreamContinuationToken>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\StreamContinuationToken[] $var
* @return $this
*/
public function setTokens($var)
diff --git a/Bigtable/src/V2/StreamPartition.php b/Bigtable/src/V2/StreamPartition.php
index 2efb7f58fd2..e10cd04fd0c 100644
--- a/Bigtable/src/V2/StreamPartition.php
+++ b/Bigtable/src/V2/StreamPartition.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NOTE: This API is intended to be used by Apache Beam BigtableIO.
diff --git a/Bigtable/src/V2/TimestampRange.php b/Bigtable/src/V2/TimestampRange.php
index ddd1bcea30d..221d079b7fa 100644
--- a/Bigtable/src/V2/TimestampRange.php
+++ b/Bigtable/src/V2/TimestampRange.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specified a contiguous range of microsecond timestamps.
diff --git a/Bigtable/src/V2/Type.php b/Bigtable/src/V2/Type.php
index e79ce13b018..64f69d060e5 100644
--- a/Bigtable/src/V2/Type.php
+++ b/Bigtable/src/V2/Type.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* `Type` represents the type of data that is written to, read from, or stored
diff --git a/Bigtable/src/V2/Type/Aggregate.php b/Bigtable/src/V2/Type/Aggregate.php
index 0f66035b2da..bb7fbcf9abf 100644
--- a/Bigtable/src/V2/Type/Aggregate.php
+++ b/Bigtable/src/V2/Type/Aggregate.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A value that combines incremental updates into a summarized value.
@@ -275,6 +275,3 @@ public function getAggregator()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Aggregate::class, \Google\Cloud\Bigtable\V2\Type_Aggregate::class);
-
diff --git a/Bigtable/src/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php b/Bigtable/src/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php
index 4c4bfed012b..aaff34217e4 100644
--- a/Bigtable/src/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php
+++ b/Bigtable/src/V2/Type/Aggregate/HyperLogLogPlusPlusUniqueCount.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes an approximate unique count over the input values. When using
@@ -37,6 +37,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(HyperLogLogPlusPlusUniqueCount::class, \Google\Cloud\Bigtable\V2\Type_Aggregate_HyperLogLogPlusPlusUniqueCount::class);
-
diff --git a/Bigtable/src/V2/Type/Aggregate/Max.php b/Bigtable/src/V2/Type/Aggregate/Max.php
index eb735d381cd..f5a95ba6be6 100644
--- a/Bigtable/src/V2/Type/Aggregate/Max.php
+++ b/Bigtable/src/V2/Type/Aggregate/Max.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes the max of the input values.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Max::class, \Google\Cloud\Bigtable\V2\Type_Aggregate_Max::class);
-
diff --git a/Bigtable/src/V2/Type/Aggregate/Min.php b/Bigtable/src/V2/Type/Aggregate/Min.php
index 13500014faf..0e29f67740b 100644
--- a/Bigtable/src/V2/Type/Aggregate/Min.php
+++ b/Bigtable/src/V2/Type/Aggregate/Min.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes the min of the input values.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Min::class, \Google\Cloud\Bigtable\V2\Type_Aggregate_Min::class);
-
diff --git a/Bigtable/src/V2/Type/Aggregate/Sum.php b/Bigtable/src/V2/Type/Aggregate/Sum.php
index df53d9cbe95..da948f5ca5e 100644
--- a/Bigtable/src/V2/Type/Aggregate/Sum.php
+++ b/Bigtable/src/V2/Type/Aggregate/Sum.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Aggregate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Computes the sum of the input values.
@@ -33,6 +33,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Sum::class, \Google\Cloud\Bigtable\V2\Type_Aggregate_Sum::class);
-
diff --git a/Bigtable/src/V2/Type/Bytes.php b/Bigtable/src/V2/Type/Bytes.php
index 5cb99cf53d3..ff0ee34a558 100644
--- a/Bigtable/src/V2/Type/Bytes.php
+++ b/Bigtable/src/V2/Type/Bytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Bytes
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Bytes::class, \Google\Cloud\Bigtable\V2\Type_Bytes::class);
-
diff --git a/Bigtable/src/V2/Type/Bytes/Encoding.php b/Bigtable/src/V2/Type/Bytes/Encoding.php
index 4665150ba1f..7678a4016f7 100644
--- a/Bigtable/src/V2/Type/Bytes/Encoding.php
+++ b/Bigtable/src/V2/Type/Bytes/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Bytes;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -73,6 +73,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\V2\Type_Bytes_Encoding::class);
-
diff --git a/Bigtable/src/V2/Type/Bytes/Encoding/Raw.php b/Bigtable/src/V2/Type/Bytes/Encoding/Raw.php
index f7392446ccd..3fca5b77eac 100644
--- a/Bigtable/src/V2/Type/Bytes/Encoding/Raw.php
+++ b/Bigtable/src/V2/Type/Bytes/Encoding/Raw.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Bytes\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Leaves the value as-is.
@@ -75,6 +75,3 @@ public function setEscapeNulls($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Raw::class, \Google\Cloud\Bigtable\V2\Type_Bytes_Encoding_Raw::class);
-
diff --git a/Bigtable/src/V2/Type/Date.php b/Bigtable/src/V2/Type/Date.php
index fdcf1343919..77d15d9afd8 100644
--- a/Bigtable/src/V2/Type/Date.php
+++ b/Bigtable/src/V2/Type/Date.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Date
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Date::class, \Google\Cloud\Bigtable\V2\Type_Date::class);
-
diff --git a/Bigtable/src/V2/Type/Enum.php b/Bigtable/src/V2/Type/Enum.php
index 0e71242b1a8..836e2d25dea 100644
--- a/Bigtable/src/V2/Type/Enum.php
+++ b/Bigtable/src/V2/Type/Enum.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A protobuf enum type.
@@ -104,6 +104,3 @@ public function setEnumName($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Enum::class, \Google\Cloud\Bigtable\V2\Type_Enum::class);
-
diff --git a/Bigtable/src/V2/Type/Float32.php b/Bigtable/src/V2/Type/Float32.php
index fb0d845917a..89b481f884c 100644
--- a/Bigtable/src/V2/Type/Float32.php
+++ b/Bigtable/src/V2/Type/Float32.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Float32
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Float32::class, \Google\Cloud\Bigtable\V2\Type_Float32::class);
-
diff --git a/Bigtable/src/V2/Type/Float64.php b/Bigtable/src/V2/Type/Float64.php
index d8e9770f447..6407fc30e3e 100644
--- a/Bigtable/src/V2/Type/Float64.php
+++ b/Bigtable/src/V2/Type/Float64.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Float64
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Float64::class, \Google\Cloud\Bigtable\V2\Type_Float64::class);
-
diff --git a/Bigtable/src/V2/Type/Int64.php b/Bigtable/src/V2/Type/Int64.php
index 819aceb1bcd..b98eae059dd 100644
--- a/Bigtable/src/V2/Type/Int64.php
+++ b/Bigtable/src/V2/Type/Int64.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Int64
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Int64::class, \Google\Cloud\Bigtable\V2\Type_Int64::class);
-
diff --git a/Bigtable/src/V2/Type/Int64/Encoding.php b/Bigtable/src/V2/Type/Int64/Encoding.php
index 2141b2e3e58..cc46e5216fa 100644
--- a/Bigtable/src/V2/Type/Int64/Encoding.php
+++ b/Bigtable/src/V2/Type/Int64/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Int64;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -106,6 +106,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\V2\Type_Int64_Encoding::class);
-
diff --git a/Bigtable/src/V2/Type/Int64/Encoding/BigEndianBytes.php b/Bigtable/src/V2/Type/Int64/Encoding/BigEndianBytes.php
index eb612252b8b..ea09145311c 100644
--- a/Bigtable/src/V2/Type/Int64/Encoding/BigEndianBytes.php
+++ b/Bigtable/src/V2/Type/Int64/Encoding/BigEndianBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Int64\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encodes the value as an 8-byte big-endian two's complement value.
@@ -92,6 +92,3 @@ public function setBytesType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(BigEndianBytes::class, \Google\Cloud\Bigtable\V2\Type_Int64_Encoding_BigEndianBytes::class);
-
diff --git a/Bigtable/src/V2/Type/Int64/Encoding/OrderedCodeBytes.php b/Bigtable/src/V2/Type/Int64/Encoding/OrderedCodeBytes.php
index 6c00fefdd65..883d75b7ced 100644
--- a/Bigtable/src/V2/Type/Int64/Encoding/OrderedCodeBytes.php
+++ b/Bigtable/src/V2/Type/Int64/Encoding/OrderedCodeBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Int64\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encodes the value in a variable length binary format of up to 10 bytes.
@@ -34,6 +34,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(OrderedCodeBytes::class, \Google\Cloud\Bigtable\V2\Type_Int64_Encoding_OrderedCodeBytes::class);
-
diff --git a/Bigtable/src/V2/Type/Map.php b/Bigtable/src/V2/Type/Map.php
index 3e1ca594852..4ce046163ff 100644
--- a/Bigtable/src/V2/Type/Map.php
+++ b/Bigtable/src/V2/Type/Map.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A mapping of keys to values of a given type.
@@ -129,6 +129,3 @@ public function setValueType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Map::class, \Google\Cloud\Bigtable\V2\Type_Map::class);
-
diff --git a/Bigtable/src/V2/Type/PBArray.php b/Bigtable/src/V2/Type/PBArray.php
index 71bbb92cada..81dd868fe57 100644
--- a/Bigtable/src/V2/Type/PBArray.php
+++ b/Bigtable/src/V2/Type/PBArray.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An ordered list of elements of a given type.
@@ -76,6 +76,3 @@ public function setElementType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PBArray::class, \Google\Cloud\Bigtable\V2\Type_Array::class);
-
diff --git a/Bigtable/src/V2/Type/PBBool.php b/Bigtable/src/V2/Type/PBBool.php
index 9de6cd8f9ca..cd89d0e6198 100644
--- a/Bigtable/src/V2/Type/PBBool.php
+++ b/Bigtable/src/V2/Type/PBBool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* bool
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PBBool::class, \Google\Cloud\Bigtable\V2\Type_Bool::class);
-
diff --git a/Bigtable/src/V2/Type/PBString.php b/Bigtable/src/V2/Type/PBString.php
index af6e468e37a..cd57897fb75 100644
--- a/Bigtable/src/V2/Type/PBString.php
+++ b/Bigtable/src/V2/Type/PBString.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* String
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(PBString::class, \Google\Cloud\Bigtable\V2\Type_String::class);
-
diff --git a/Bigtable/src/V2/Type/PBString/Encoding.php b/Bigtable/src/V2/Type/PBString/Encoding.php
index 43aad4dcbd4..e2d39c02eaf 100644
--- a/Bigtable/src/V2/Type/PBString/Encoding.php
+++ b/Bigtable/src/V2/Type/PBString/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\PBString;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -115,6 +115,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\V2\Type_String_Encoding::class);
-
diff --git a/Bigtable/src/V2/Type/PBString/Encoding/Utf8Bytes.php b/Bigtable/src/V2/Type/PBString/Encoding/Utf8Bytes.php
index c30d0b3586b..aacdc881792 100644
--- a/Bigtable/src/V2/Type/PBString/Encoding/Utf8Bytes.php
+++ b/Bigtable/src/V2/Type/PBString/Encoding/Utf8Bytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\PBString\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* UTF-8 encoding.
@@ -97,6 +97,3 @@ public function setNullEscapeChar($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Utf8Bytes::class, \Google\Cloud\Bigtable\V2\Type_String_Encoding_Utf8Bytes::class);
-
diff --git a/Bigtable/src/V2/Type/PBString/Encoding/Utf8Raw.php b/Bigtable/src/V2/Type/PBString/Encoding/Utf8Raw.php
index 22a1bf75dca..727aeed0721 100644
--- a/Bigtable/src/V2/Type/PBString/Encoding/Utf8Raw.php
+++ b/Bigtable/src/V2/Type/PBString/Encoding/Utf8Raw.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\PBString\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Deprecated: prefer the equivalent `Utf8Bytes`.
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Utf8Raw::class, \Google\Cloud\Bigtable\V2\Type_String_Encoding_Utf8Raw::class);
-
diff --git a/Bigtable/src/V2/Type/Proto.php b/Bigtable/src/V2/Type/Proto.php
index e565689e8ee..b216efdc72f 100644
--- a/Bigtable/src/V2/Type/Proto.php
+++ b/Bigtable/src/V2/Type/Proto.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A protobuf message type.
@@ -104,6 +104,3 @@ public function setMessageName($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Proto::class, \Google\Cloud\Bigtable\V2\Type_Proto::class);
-
diff --git a/Bigtable/src/V2/Type/Struct.php b/Bigtable/src/V2/Type/Struct.php
index 8d1bbe4e3a5..35bd8164710 100644
--- a/Bigtable/src/V2/Type/Struct.php
+++ b/Bigtable/src/V2/Type/Struct.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A structured data value, consisting of fields which map to dynamically
@@ -37,7 +37,7 @@ class Struct extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Bigtable\V2\Type\Struct\Field>|\Google\Protobuf\Internal\RepeatedField $fields
+ * @type \Google\Cloud\Bigtable\V2\Type\Struct\Field[] $fields
* The names and types of the fields in this struct.
* @type \Google\Cloud\Bigtable\V2\Type\Struct\Encoding $encoding
* The encoding to use when converting to or from lower level types.
@@ -52,7 +52,7 @@ public function __construct($data = NULL) {
* The names and types of the fields in this struct.
*
* Generated from protobuf field repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Bigtable\V2\Type\Struct\Field>
*/
public function getFields()
{
@@ -63,7 +63,7 @@ public function getFields()
* The names and types of the fields in this struct.
*
* Generated from protobuf field repeated .google.bigtable.v2.Type.Struct.Field fields = 1;
- * @param array<\Google\Cloud\Bigtable\V2\Type\Struct\Field>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Bigtable\V2\Type\Struct\Field[] $var
* @return $this
*/
public function setFields($var)
@@ -112,6 +112,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Struct::class, \Google\Cloud\Bigtable\V2\Type_Struct::class);
-
diff --git a/Bigtable/src/V2/Type/Struct/Encoding.php b/Bigtable/src/V2/Type/Struct/Encoding.php
index 8509939a804..a66b52335d3 100644
--- a/Bigtable/src/V2/Type/Struct/Encoding.php
+++ b/Bigtable/src/V2/Type/Struct/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Struct;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -139,6 +139,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\V2\Type_Struct_Encoding::class);
-
diff --git a/Bigtable/src/V2/Type/Struct/Encoding/DelimitedBytes.php b/Bigtable/src/V2/Type/Struct/Encoding/DelimitedBytes.php
index dacb72c4633..1f3a5200249 100644
--- a/Bigtable/src/V2/Type/Struct/Encoding/DelimitedBytes.php
+++ b/Bigtable/src/V2/Type/Struct/Encoding/DelimitedBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Struct\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Fields are encoded independently and concatenated with a configurable
@@ -79,6 +79,3 @@ public function setDelimiter($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(DelimitedBytes::class, \Google\Cloud\Bigtable\V2\Type_Struct_Encoding_DelimitedBytes::class);
-
diff --git a/Bigtable/src/V2/Type/Struct/Encoding/OrderedCodeBytes.php b/Bigtable/src/V2/Type/Struct/Encoding/OrderedCodeBytes.php
index b66fd3c223f..b657ca6de19 100644
--- a/Bigtable/src/V2/Type/Struct/Encoding/OrderedCodeBytes.php
+++ b/Bigtable/src/V2/Type/Struct/Encoding/OrderedCodeBytes.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Struct\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Fields are encoded independently and concatenated with the fixed byte
@@ -62,6 +62,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(OrderedCodeBytes::class, \Google\Cloud\Bigtable\V2\Type_Struct_Encoding_OrderedCodeBytes::class);
-
diff --git a/Bigtable/src/V2/Type/Struct/Encoding/Singleton.php b/Bigtable/src/V2/Type/Struct/Encoding/Singleton.php
index 828b3e40690..10068082719 100644
--- a/Bigtable/src/V2/Type/Struct/Encoding/Singleton.php
+++ b/Bigtable/src/V2/Type/Struct/Encoding/Singleton.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Struct\Encoding;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Uses the encoding of `fields[0].type` as-is.
@@ -32,6 +32,3 @@ public function __construct($data = NULL) {
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Singleton::class, \Google\Cloud\Bigtable\V2\Type_Struct_Encoding_Singleton::class);
-
diff --git a/Bigtable/src/V2/Type/Struct/Field.php b/Bigtable/src/V2/Type/Struct/Field.php
index 0aa221b2a74..25a41964920 100644
--- a/Bigtable/src/V2/Type/Struct/Field.php
+++ b/Bigtable/src/V2/Type/Struct/Field.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Struct;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A struct field and its type.
@@ -113,6 +113,3 @@ public function setType($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Field::class, \Google\Cloud\Bigtable\V2\Type_Struct_Field::class);
-
diff --git a/Bigtable/src/V2/Type/Timestamp.php b/Bigtable/src/V2/Type/Timestamp.php
index acd890b1910..ce09b95c510 100644
--- a/Bigtable/src/V2/Type/Timestamp.php
+++ b/Bigtable/src/V2/Type/Timestamp.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Timestamp
@@ -76,6 +76,3 @@ public function setEncoding($var)
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Timestamp::class, \Google\Cloud\Bigtable\V2\Type_Timestamp::class);
-
diff --git a/Bigtable/src/V2/Type/Timestamp/Encoding.php b/Bigtable/src/V2/Type/Timestamp/Encoding.php
index 507705c83d7..38a5f31ef91 100644
--- a/Bigtable/src/V2/Type/Timestamp/Encoding.php
+++ b/Bigtable/src/V2/Type/Timestamp/Encoding.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2\Type\Timestamp;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rules used to convert to or from lower level types.
@@ -82,6 +82,3 @@ public function getEncoding()
}
-// Adding a class alias for backwards compatibility with the previous class name.
-class_alias(Encoding::class, \Google\Cloud\Bigtable\V2\Type_Timestamp_Encoding::class);
-
diff --git a/Bigtable/src/V2/Value.php b/Bigtable/src/V2/Value.php
index 5835c59f037..449cdd37425 100644
--- a/Bigtable/src/V2/Value.php
+++ b/Bigtable/src/V2/Value.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* `Value` represents a dynamically typed value.
diff --git a/Bigtable/src/V2/ValueRange.php b/Bigtable/src/V2/ValueRange.php
index a3dc913e427..dca9e83e65e 100644
--- a/Bigtable/src/V2/ValueRange.php
+++ b/Bigtable/src/V2/ValueRange.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Bigtable\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specifies a contiguous range of raw byte values.
diff --git a/Billing/metadata/V1/CloudBilling.php b/Billing/metadata/V1/CloudBilling.php
index 347c8864bf6..72fb8479adf 100644
Binary files a/Billing/metadata/V1/CloudBilling.php and b/Billing/metadata/V1/CloudBilling.php differ
diff --git a/Billing/metadata/V1/CloudCatalog.php b/Billing/metadata/V1/CloudCatalog.php
index 8e865f3b7a2..a2b25921d8f 100644
Binary files a/Billing/metadata/V1/CloudCatalog.php and b/Billing/metadata/V1/CloudCatalog.php differ
diff --git a/Billing/src/V1/AggregationInfo.php b/Billing/src/V1/AggregationInfo.php
index d8930f249f8..115992db8b6 100644
--- a/Billing/src/V1/AggregationInfo.php
+++ b/Billing/src/V1/AggregationInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the aggregation level and interval for pricing of a single SKU.
diff --git a/Billing/src/V1/AggregationInfo/AggregationInterval.php b/Billing/src/V1/AggregationInfo/AggregationInterval.php
index 5ca6f44db86..cee4e43f7b3 100644
--- a/Billing/src/V1/AggregationInfo/AggregationInterval.php
+++ b/Billing/src/V1/AggregationInfo/AggregationInterval.php
@@ -55,4 +55,3 @@ public static function value($name)
}
}
-
diff --git a/Billing/src/V1/AggregationInfo/AggregationLevel.php b/Billing/src/V1/AggregationInfo/AggregationLevel.php
index 563bd6c52f1..c7701913fd7 100644
--- a/Billing/src/V1/AggregationInfo/AggregationLevel.php
+++ b/Billing/src/V1/AggregationInfo/AggregationLevel.php
@@ -55,4 +55,3 @@ public static function value($name)
}
}
-
diff --git a/Billing/src/V1/BillingAccount.php b/Billing/src/V1/BillingAccount.php
index 4d00bb6b819..ac7a0ffeb06 100644
--- a/Billing/src/V1/BillingAccount.php
+++ b/Billing/src/V1/BillingAccount.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A billing account in the
diff --git a/Billing/src/V1/Category.php b/Billing/src/V1/Category.php
index 85efb2d9828..ec4ad8169ab 100644
--- a/Billing/src/V1/Category.php
+++ b/Billing/src/V1/Category.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the category hierarchy of a SKU.
diff --git a/Billing/src/V1/CreateBillingAccountRequest.php b/Billing/src/V1/CreateBillingAccountRequest.php
index f4908a58e92..6081481bf79 100644
--- a/Billing/src/V1/CreateBillingAccountRequest.php
+++ b/Billing/src/V1/CreateBillingAccountRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `CreateBillingAccount`.
diff --git a/Billing/src/V1/GeoTaxonomy.php b/Billing/src/V1/GeoTaxonomy.php
index 62a3391e2bd..9f6014c7d1d 100644
--- a/Billing/src/V1/GeoTaxonomy.php
+++ b/Billing/src/V1/GeoTaxonomy.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encapsulates the geographic taxonomy data for a sku.
@@ -37,7 +37,7 @@ class GeoTaxonomy extends \Google\Protobuf\Internal\Message
*
* @type int $type
* The type of Geo Taxonomy: GLOBAL, REGIONAL, or MULTI_REGIONAL.
- * @type array|\Google\Protobuf\Internal\RepeatedField $regions
+ * @type string[] $regions
* The list of regions associated with a sku. Empty for Global skus, which are
* associated with all Google Cloud regions.
* }
@@ -78,7 +78,7 @@ public function setType($var)
* associated with all Google Cloud regions.
*
* Generated from protobuf field repeated string regions = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getRegions()
{
@@ -90,7 +90,7 @@ public function getRegions()
* associated with all Google Cloud regions.
*
* Generated from protobuf field repeated string regions = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setRegions($var)
diff --git a/Billing/src/V1/GeoTaxonomy/Type.php b/Billing/src/V1/GeoTaxonomy/Type.php
index 899e1cf2d7f..92ebe54001e 100644
--- a/Billing/src/V1/GeoTaxonomy/Type.php
+++ b/Billing/src/V1/GeoTaxonomy/Type.php
@@ -72,4 +72,3 @@ public static function value($name)
}
}
-
diff --git a/Billing/src/V1/GetBillingAccountRequest.php b/Billing/src/V1/GetBillingAccountRequest.php
index b98ae19f16c..5edd16f0efd 100644
--- a/Billing/src/V1/GetBillingAccountRequest.php
+++ b/Billing/src/V1/GetBillingAccountRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `GetBillingAccount`.
diff --git a/Billing/src/V1/GetProjectBillingInfoRequest.php b/Billing/src/V1/GetProjectBillingInfoRequest.php
index 80d4f29f30b..e64497fee77 100644
--- a/Billing/src/V1/GetProjectBillingInfoRequest.php
+++ b/Billing/src/V1/GetProjectBillingInfoRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `GetProjectBillingInfo`.
diff --git a/Billing/src/V1/ListBillingAccountsRequest.php b/Billing/src/V1/ListBillingAccountsRequest.php
index 8a5225f250c..82c7c0aa0c6 100644
--- a/Billing/src/V1/ListBillingAccountsRequest.php
+++ b/Billing/src/V1/ListBillingAccountsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `ListBillingAccounts`.
diff --git a/Billing/src/V1/ListBillingAccountsResponse.php b/Billing/src/V1/ListBillingAccountsResponse.php
index f5588f486fb..20915e184a0 100644
--- a/Billing/src/V1/ListBillingAccountsResponse.php
+++ b/Billing/src/V1/ListBillingAccountsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `ListBillingAccounts`.
@@ -36,7 +36,7 @@ class ListBillingAccountsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Billing\V1\BillingAccount>|\Google\Protobuf\Internal\RepeatedField $billing_accounts
+ * @type \Google\Cloud\Billing\V1\BillingAccount[] $billing_accounts
* A list of billing accounts.
* @type string $next_page_token
* A token to retrieve the next page of results. To retrieve the next page,
@@ -53,7 +53,7 @@ public function __construct($data = NULL) {
* A list of billing accounts.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\V1\BillingAccount>
*/
public function getBillingAccounts()
{
@@ -64,7 +64,7 @@ public function getBillingAccounts()
* A list of billing accounts.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.BillingAccount billing_accounts = 1;
- * @param array<\Google\Cloud\Billing\V1\BillingAccount>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\V1\BillingAccount[] $var
* @return $this
*/
public function setBillingAccounts($var)
diff --git a/Billing/src/V1/ListProjectBillingInfoRequest.php b/Billing/src/V1/ListProjectBillingInfoRequest.php
index 30ca6e1f929..aea6705ff7f 100644
--- a/Billing/src/V1/ListProjectBillingInfoRequest.php
+++ b/Billing/src/V1/ListProjectBillingInfoRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `ListProjectBillingInfo`.
diff --git a/Billing/src/V1/ListProjectBillingInfoResponse.php b/Billing/src/V1/ListProjectBillingInfoResponse.php
index f2a9c1eb651..4ff5d1e8cb5 100644
--- a/Billing/src/V1/ListProjectBillingInfoResponse.php
+++ b/Billing/src/V1/ListProjectBillingInfoResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `ListProjectBillingInfoResponse`.
@@ -37,7 +37,7 @@ class ListProjectBillingInfoResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Billing\V1\ProjectBillingInfo>|\Google\Protobuf\Internal\RepeatedField $project_billing_info
+ * @type \Google\Cloud\Billing\V1\ProjectBillingInfo[] $project_billing_info
* A list of `ProjectBillingInfo` resources representing the projects
* associated with the billing account.
* @type string $next_page_token
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* associated with the billing account.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\V1\ProjectBillingInfo>
*/
public function getProjectBillingInfo()
{
@@ -68,7 +68,7 @@ public function getProjectBillingInfo()
* associated with the billing account.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
- * @param array<\Google\Cloud\Billing\V1\ProjectBillingInfo>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\V1\ProjectBillingInfo[] $var
* @return $this
*/
public function setProjectBillingInfo($var)
diff --git a/Billing/src/V1/ListServicesRequest.php b/Billing/src/V1/ListServicesRequest.php
index 5588e0ded1a..2504d794b1b 100644
--- a/Billing/src/V1/ListServicesRequest.php
+++ b/Billing/src/V1/ListServicesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `ListServices`.
diff --git a/Billing/src/V1/ListServicesResponse.php b/Billing/src/V1/ListServicesResponse.php
index 4961aae2330..accb45f3b52 100644
--- a/Billing/src/V1/ListServicesResponse.php
+++ b/Billing/src/V1/ListServicesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `ListServices`.
@@ -36,7 +36,7 @@ class ListServicesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Billing\V1\Service>|\Google\Protobuf\Internal\RepeatedField $services
+ * @type \Google\Cloud\Billing\V1\Service[] $services
* A list of services.
* @type string $next_page_token
* A token to retrieve the next page of results. To retrieve the next page,
@@ -53,7 +53,7 @@ public function __construct($data = NULL) {
* A list of services.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.Service services = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\V1\Service>
*/
public function getServices()
{
@@ -64,7 +64,7 @@ public function getServices()
* A list of services.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.Service services = 1;
- * @param array<\Google\Cloud\Billing\V1\Service>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\V1\Service[] $var
* @return $this
*/
public function setServices($var)
diff --git a/Billing/src/V1/ListSkusRequest.php b/Billing/src/V1/ListSkusRequest.php
index 4c0ec5d04ae..6e00f2d94d1 100644
--- a/Billing/src/V1/ListSkusRequest.php
+++ b/Billing/src/V1/ListSkusRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `ListSkus`.
diff --git a/Billing/src/V1/ListSkusResponse.php b/Billing/src/V1/ListSkusResponse.php
index 64aa6cbc0ee..bfd9b65a1a7 100644
--- a/Billing/src/V1/ListSkusResponse.php
+++ b/Billing/src/V1/ListSkusResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for `ListSkus`.
@@ -36,7 +36,7 @@ class ListSkusResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Billing\V1\Sku>|\Google\Protobuf\Internal\RepeatedField $skus
+ * @type \Google\Cloud\Billing\V1\Sku[] $skus
* The list of public SKUs of the given service.
* @type string $next_page_token
* A token to retrieve the next page of results. To retrieve the next page,
@@ -53,7 +53,7 @@ public function __construct($data = NULL) {
* The list of public SKUs of the given service.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.Sku skus = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\V1\Sku>
*/
public function getSkus()
{
@@ -64,7 +64,7 @@ public function getSkus()
* The list of public SKUs of the given service.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.Sku skus = 1;
- * @param array<\Google\Cloud\Billing\V1\Sku>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\V1\Sku[] $var
* @return $this
*/
public function setSkus($var)
diff --git a/Billing/src/V1/MoveBillingAccountRequest.php b/Billing/src/V1/MoveBillingAccountRequest.php
index 98e02359348..8cb542ea0ef 100644
--- a/Billing/src/V1/MoveBillingAccountRequest.php
+++ b/Billing/src/V1/MoveBillingAccountRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `MoveBillingAccount` RPC.
diff --git a/Billing/src/V1/PricingExpression.php b/Billing/src/V1/PricingExpression.php
index 4b6c2ec6c17..4e5c96eb924 100644
--- a/Billing/src/V1/PricingExpression.php
+++ b/Billing/src/V1/PricingExpression.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Expresses a mathematical pricing formula. For Example:-
@@ -100,7 +100,7 @@ class PricingExpression extends \Google\Protobuf\Internal\Message
* Example: If the unit_price is "0.0001 USD", the usage_unit is "GB" and
* the display_quantity is "1000" then the recommended way of displaying the
* pricing info is "0.10 USD per 1000 GB"
- * @type array<\Google\Cloud\Billing\V1\PricingExpression\TierRate>|\Google\Protobuf\Internal\RepeatedField $tiered_rates
+ * @type \Google\Cloud\Billing\V1\PricingExpression\TierRate[] $tiered_rates
* The list of tiered rates for this pricing. The total cost is computed by
* applying each of the tiered rates on usage. This repeated list is sorted
* by ascending order of start_usage_amount.
@@ -200,7 +200,7 @@ public function setDisplayQuantity($var)
* by ascending order of start_usage_amount.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.PricingExpression.TierRate tiered_rates = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\V1\PricingExpression\TierRate>
*/
public function getTieredRates()
{
@@ -213,7 +213,7 @@ public function getTieredRates()
* by ascending order of start_usage_amount.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.PricingExpression.TierRate tiered_rates = 3;
- * @param array<\Google\Cloud\Billing\V1\PricingExpression\TierRate>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\V1\PricingExpression\TierRate[] $var
* @return $this
*/
public function setTieredRates($var)
diff --git a/Billing/src/V1/PricingExpression/TierRate.php b/Billing/src/V1/PricingExpression/TierRate.php
index aa5425920eb..870e7fc744e 100644
--- a/Billing/src/V1/PricingExpression/TierRate.php
+++ b/Billing/src/V1/PricingExpression/TierRate.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1\PricingExpression;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The price rate indicating starting usage and its corresponding price.
@@ -121,4 +121,3 @@ public function setUnitPrice($var)
}
-
diff --git a/Billing/src/V1/PricingInfo.php b/Billing/src/V1/PricingInfo.php
index 2c7ad6e6c20..67b0a5c3569 100644
--- a/Billing/src/V1/PricingInfo.php
+++ b/Billing/src/V1/PricingInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the pricing information for a SKU at a single point of time.
diff --git a/Billing/src/V1/ProjectBillingInfo.php b/Billing/src/V1/ProjectBillingInfo.php
index 27b7019fb7d..7dfa913d7c3 100644
--- a/Billing/src/V1/ProjectBillingInfo.php
+++ b/Billing/src/V1/ProjectBillingInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encapsulation of billing information for a Google Cloud Console project. A
diff --git a/Billing/src/V1/Service.php b/Billing/src/V1/Service.php
index 72890292bfc..a91ac48d7e4 100644
--- a/Billing/src/V1/Service.php
+++ b/Billing/src/V1/Service.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encapsulates a single service in Google Cloud Platform.
diff --git a/Billing/src/V1/Sku.php b/Billing/src/V1/Sku.php
index c96446d386c..cb80c693c99 100644
--- a/Billing/src/V1/Sku.php
+++ b/Billing/src/V1/Sku.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Encapsulates a single SKU in Google Cloud
@@ -87,11 +87,11 @@ class Sku extends \Google\Protobuf\Internal\Message
* characters.
* @type \Google\Cloud\Billing\V1\Category $category
* The category hierarchy of this SKU, purely for organizational purpose.
- * @type array|\Google\Protobuf\Internal\RepeatedField $service_regions
+ * @type string[] $service_regions
* List of service regions this SKU is offered at.
* Example: "asia-east1"
* Service regions can be found at https://cloud.google.com/about/locations/
- * @type array<\Google\Cloud\Billing\V1\PricingInfo>|\Google\Protobuf\Internal\RepeatedField $pricing_info
+ * @type \Google\Cloud\Billing\V1\PricingInfo[] $pricing_info
* A timeline of pricing info for this SKU in chronological order.
* @type string $service_provider_name
* Identifies the service provider.
@@ -231,7 +231,7 @@ public function setCategory($var)
* Service regions can be found at https://cloud.google.com/about/locations/
*
* Generated from protobuf field repeated string service_regions = 5;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getServiceRegions()
{
@@ -244,7 +244,7 @@ public function getServiceRegions()
* Service regions can be found at https://cloud.google.com/about/locations/
*
* Generated from protobuf field repeated string service_regions = 5;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setServiceRegions($var)
@@ -259,7 +259,7 @@ public function setServiceRegions($var)
* A timeline of pricing info for this SKU in chronological order.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\V1\PricingInfo>
*/
public function getPricingInfo()
{
@@ -270,7 +270,7 @@ public function getPricingInfo()
* A timeline of pricing info for this SKU in chronological order.
*
* Generated from protobuf field repeated .google.cloud.billing.v1.PricingInfo pricing_info = 6;
- * @param array<\Google\Cloud\Billing\V1\PricingInfo>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\V1\PricingInfo[] $var
* @return $this
*/
public function setPricingInfo($var)
diff --git a/Billing/src/V1/UpdateBillingAccountRequest.php b/Billing/src/V1/UpdateBillingAccountRequest.php
index 79a12b28f13..1428c6ff0ab 100644
--- a/Billing/src/V1/UpdateBillingAccountRequest.php
+++ b/Billing/src/V1/UpdateBillingAccountRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `UpdateBillingAccount`.
diff --git a/Billing/src/V1/UpdateProjectBillingInfoRequest.php b/Billing/src/V1/UpdateProjectBillingInfoRequest.php
index 3e5bdc3369a..9d68fc19046 100644
--- a/Billing/src/V1/UpdateProjectBillingInfoRequest.php
+++ b/Billing/src/V1/UpdateProjectBillingInfoRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for `UpdateProjectBillingInfo`.
diff --git a/BillingBudgets/metadata/V1/BudgetModel.php b/BillingBudgets/metadata/V1/BudgetModel.php
index ac3eb139bb5..d0de611b330 100644
Binary files a/BillingBudgets/metadata/V1/BudgetModel.php and b/BillingBudgets/metadata/V1/BudgetModel.php differ
diff --git a/BillingBudgets/metadata/V1/BudgetService.php b/BillingBudgets/metadata/V1/BudgetService.php
index 031bf94e9cf..8b7aaf58d96 100644
--- a/BillingBudgets/metadata/V1/BudgetService.php
+++ b/BillingBudgets/metadata/V1/BudgetService.php
@@ -22,37 +22,7 @@ public static function initOnce() {
\GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
\GPBMetadata\Google\Protobuf\FieldMask::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-4google/cloud/billing/budgets/v1/budget_service.protogoogle.cloud.billing.budgets.v1google/api/client.protogoogle/api/field_behavior.protogoogle/api/resource.proto2google/cloud/billing/budgets/v1/budget_model.protogoogle/protobuf/empty.proto google/protobuf/field_mask.proto"
-CreateBudgetRequest<
-parent ( B,AA&$billingbudgets.googleapis.com/Budget<
-budget (2\'.google.cloud.billing.budgets.v1.BudgetBA"
-UpdateBudgetRequest<
-budget (2\'.google.cloud.billing.budgets.v1.BudgetBA4
-update_mask (2.google.protobuf.FieldMaskBA"N
-GetBudgetRequest:
-name ( B,AA&
-$billingbudgets.googleapis.com/Budget"
-ListBudgetsRequest<
-parent ( B,AA&$billingbudgets.googleapis.com/Budget
-scope ( BA
- page_size (BA
-
-page_token ( BA"h
-ListBudgetsResponse8
-budgets (2\'.google.cloud.billing.budgets.v1.Budget
-next_page_token ( "Q
-DeleteBudgetRequest:
-name ( B,AA&
-$billingbudgets.googleapis.com/Budget2
-
BudgetService
-CreateBudget4.google.cloud.billing.budgets.v1.CreateBudgetRequest\'.google.cloud.billing.budgets.v1.Budget"FA
parent,budget0"&/v1/{parent=billingAccounts/*}/budgets:budget
-UpdateBudget4.google.cloud.billing.budgets.v1.UpdateBudgetRequest\'.google.cloud.billing.budgets.v1.Budget"RAbudget,update_mask72-/v1/{budget.name=billingAccounts/*/budgets/*}:budget
- GetBudget1.google.cloud.billing.budgets.v1.GetBudgetRequest\'.google.cloud.billing.budgets.v1.Budget"5Aname(&/v1/{name=billingAccounts/*/budgets/*}
-ListBudgets3.google.cloud.billing.budgets.v1.ListBudgetsRequest4.google.cloud.billing.budgets.v1.ListBudgetsResponse"7Aparent(&/v1/{parent=billingAccounts/*}/budgets
-DeleteBudget4.google.cloud.billing.budgets.v1.DeleteBudgetRequest.google.protobuf.Empty"5Aname(*&/v1/{name=billingAccounts/*/budgets/*}Abillingbudgets.googleapis.comA\\https://www.googleapis.com/auth/cloud-billing,https://www.googleapis.com/auth/cloud-platformBz
-#com.google.cloud.billing.budgets.v1BBudgetServiceProtoPZ=cloud.google.com/go/billing/budgets/apiv1/budgetspb;budgetspbbproto3'
+ "\x0A\xE4\x10\x0A4google/cloud/billing/budgets/v1/budget_service.proto\x12\x1Fgoogle.cloud.billing.budgets.v1\x1A\x17google/api/client.proto\x1A\x1Fgoogle/api/field_behavior.proto\x1A\x19google/api/resource.proto\x1A2google/cloud/billing/budgets/v1/budget_model.proto\x1A\x1Bgoogle/protobuf/empty.proto\x1A google/protobuf/field_mask.proto\"\x91\x01\x0A\x13CreateBudgetRequest\x12<\x0A\x06parent\x18\x01 \x01(\x09B,\xE0A\x02\xFAA&\x12\$billingbudgets.googleapis.com/Budget\x12<\x0A\x06budget\x18\x02 \x01(\x0B2'.google.cloud.billing.budgets.v1.BudgetB\x03\xE0A\x02\"\x89\x01\x0A\x13UpdateBudgetRequest\x12<\x0A\x06budget\x18\x01 \x01(\x0B2'.google.cloud.billing.budgets.v1.BudgetB\x03\xE0A\x02\x124\x0A\x0Bupdate_mask\x18\x02 \x01(\x0B2\x1A.google.protobuf.FieldMaskB\x03\xE0A\x01\"N\x0A\x10GetBudgetRequest\x12:\x0A\x04name\x18\x01 \x01(\x09B,\xE0A\x02\xFAA&\x0A\$billingbudgets.googleapis.com/Budget\"\x97\x01\x0A\x12ListBudgetsRequest\x12<\x0A\x06parent\x18\x01 \x01(\x09B,\xE0A\x02\xFAA&\x12\$billingbudgets.googleapis.com/Budget\x12\x12\x0A\x05scope\x18\x04 \x01(\x09B\x03\xE0A\x01\x12\x16\x0A\x09page_size\x18\x02 \x01(\x05B\x03\xE0A\x01\x12\x17\x0A\x0Apage_token\x18\x03 \x01(\x09B\x03\xE0A\x01\"h\x0A\x13ListBudgetsResponse\x128\x0A\x07budgets\x18\x01 \x03(\x0B2'.google.cloud.billing.budgets.v1.Budget\x12\x17\x0A\x0Fnext_page_token\x18\x02 \x01(\x09\"Q\x0A\x13DeleteBudgetRequest\x12:\x0A\x04name\x18\x01 \x01(\x09B,\xE0A\x02\xFAA&\x0A\$billingbudgets.googleapis.com/Budget2\xF7\x07\x0A\x0DBudgetService\x12\xB5\x01\x0A\x0CCreateBudget\x124.google.cloud.billing.budgets.v1.CreateBudgetRequest\x1A'.google.cloud.billing.budgets.v1.Budget\"F\xDAA\x0Dparent,budget\x82\xD3\xE4\x93\x020\"&/v1/{parent=billingAccounts/*}/budgets:\x06budget\x12\xC1\x01\x0A\x0CUpdateBudget\x124.google.cloud.billing.budgets.v1.UpdateBudgetRequest\x1A'.google.cloud.billing.budgets.v1.Budget\"R\xDAA\x12budget,update_mask\x82\xD3\xE4\x93\x0272-/v1/{budget.name=billingAccounts/*/budgets/*}:\x06budget\x12\x9E\x01\x0A\x09GetBudget\x121.google.cloud.billing.budgets.v1.GetBudgetRequest\x1A'.google.cloud.billing.budgets.v1.Budget\"5\xDAA\x04name\x82\xD3\xE4\x93\x02(\x12&/v1/{name=billingAccounts/*/budgets/*}\x12\xB1\x01\x0A\x0BListBudgets\x123.google.cloud.billing.budgets.v1.ListBudgetsRequest\x1A4.google.cloud.billing.budgets.v1.ListBudgetsResponse\"7\xDAA\x06parent\x82\xD3\xE4\x93\x02(\x12&/v1/{parent=billingAccounts/*}/budgets\x12\x93\x01\x0A\x0CDeleteBudget\x124.google.cloud.billing.budgets.v1.DeleteBudgetRequest\x1A\x16.google.protobuf.Empty\"5\xDAA\x04name\x82\xD3\xE4\x93\x02(*&/v1/{name=billingAccounts/*/budgets/*}\x1A\x7F\xCAA\x1Dbillingbudgets.googleapis.com\xD2A\\https://www.googleapis.com/auth/cloud-billing,https://www.googleapis.com/auth/cloud-platformBz\x0A#com.google.cloud.billing.budgets.v1B\x12BudgetServiceProtoP\x01Z=cloud.google.com/go/billing/budgets/apiv1/budgetspb;budgetspbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/BillingBudgets/src/V1/Budget.php b/BillingBudgets/src/V1/Budget.php
index 0da2acd8519..1ec24728b0d 100644
--- a/BillingBudgets/src/V1/Budget.php
+++ b/BillingBudgets/src/V1/Budget.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A budget is a plan that describes what you expect to spend on Cloud
@@ -92,7 +92,7 @@ class Budget extends \Google\Protobuf\Internal\Message
* budget's time period, as well as other filters.
* @type \Google\Cloud\Billing\Budgets\V1\BudgetAmount $amount
* Required. Budgeted amount.
- * @type array<\Google\Cloud\Billing\Budgets\V1\ThresholdRule>|\Google\Protobuf\Internal\RepeatedField $threshold_rules
+ * @type \Google\Cloud\Billing\Budgets\V1\ThresholdRule[] $threshold_rules
* Optional. Rules that trigger alerts (notifications of thresholds
* being crossed) when spend exceeds the specified percentages of the budget.
* Optional for `pubsubTopic` notifications.
@@ -252,7 +252,7 @@ public function setAmount($var)
* Required if using email notifications.
*
* Generated from protobuf field repeated .google.cloud.billing.budgets.v1.ThresholdRule threshold_rules = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\Budgets\V1\ThresholdRule>
*/
public function getThresholdRules()
{
@@ -266,7 +266,7 @@ public function getThresholdRules()
* Required if using email notifications.
*
* Generated from protobuf field repeated .google.cloud.billing.budgets.v1.ThresholdRule threshold_rules = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Billing\Budgets\V1\ThresholdRule>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\Budgets\V1\ThresholdRule[] $var
* @return $this
*/
public function setThresholdRules($var)
diff --git a/BillingBudgets/src/V1/BudgetAmount.php b/BillingBudgets/src/V1/BudgetAmount.php
index b63478635cb..d011b2674d9 100644
--- a/BillingBudgets/src/V1/BudgetAmount.php
+++ b/BillingBudgets/src/V1/BudgetAmount.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The budgeted amount for each usage period.
diff --git a/BillingBudgets/src/V1/CreateBudgetRequest.php b/BillingBudgets/src/V1/CreateBudgetRequest.php
index a1bb4781c76..6074a620563 100644
--- a/BillingBudgets/src/V1/CreateBudgetRequest.php
+++ b/BillingBudgets/src/V1/CreateBudgetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for CreateBudget
diff --git a/BillingBudgets/src/V1/CustomPeriod.php b/BillingBudgets/src/V1/CustomPeriod.php
index e7b18a2688b..d0909e89af7 100644
--- a/BillingBudgets/src/V1/CustomPeriod.php
+++ b/BillingBudgets/src/V1/CustomPeriod.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* All date times begin at 12 AM US and Canadian Pacific Time (UTC-8).
diff --git a/BillingBudgets/src/V1/DeleteBudgetRequest.php b/BillingBudgets/src/V1/DeleteBudgetRequest.php
index 4bdbd4788aa..c468bc10590 100644
--- a/BillingBudgets/src/V1/DeleteBudgetRequest.php
+++ b/BillingBudgets/src/V1/DeleteBudgetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for DeleteBudget
diff --git a/BillingBudgets/src/V1/Filter.php b/BillingBudgets/src/V1/Filter.php
index a9a8df097c5..c861f6e45f8 100644
--- a/BillingBudgets/src/V1/Filter.php
+++ b/BillingBudgets/src/V1/Filter.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A filter for a budget, limiting the scope of the cost to calculate.
@@ -98,12 +98,12 @@ class Filter extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $projects
+ * @type string[] $projects
* Optional. A set of projects of the form `projects/{project}`,
* specifying that usage from only this set of projects should be
* included in the budget. If omitted, the report includes all usage for
* the billing account, regardless of which project the usage occurred on.
- * @type array|\Google\Protobuf\Internal\RepeatedField $resource_ancestors
+ * @type string[] $resource_ancestors
* Optional. A set of folder and organization names of the form
* `folders/{folderId}` or `organizations/{organizationId}`, specifying that
* usage from only this set of folders and organizations should be included in
@@ -111,7 +111,7 @@ class Filter extends \Google\Protobuf\Internal\Message
* account pays for. If the folder or organization contains projects that are
* paid for by a different Cloud Billing account, the budget *doesn't* apply
* to those projects.
- * @type array|\Google\Protobuf\Internal\RepeatedField $credit_types
+ * @type string[] $credit_types
* Optional. If
* [Filter.credit_types_treatment][google.cloud.billing.budgets.v1.Filter.credit_types_treatment]
* is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be
@@ -123,14 +123,14 @@ class Filter extends \Google\Protobuf\Internal\Message
* is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty.
* @type int $credit_types_treatment
* Optional. If not set, default behavior is `INCLUDE_ALL_CREDITS`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $services
+ * @type string[] $services
* Optional. A set of services of the form `services/{service_id}`,
* specifying that usage from only this set of services should be
* included in the budget. If omitted, the report includes usage for
* all the services.
* The service names are available through the Catalog API:
* https://cloud.google.com/billing/v1/how-tos/catalog-api.
- * @type array|\Google\Protobuf\Internal\RepeatedField $subaccounts
+ * @type string[] $subaccounts
* Optional. A set of subaccounts of the form `billingAccounts/{account_id}`,
* specifying that usage from only this set of subaccounts should be included
* in the budget. If a subaccount is set to the name of the parent account,
@@ -169,7 +169,7 @@ public function __construct($data = NULL) {
* the billing account, regardless of which project the usage occurred on.
*
* Generated from protobuf field repeated string projects = 1 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getProjects()
{
@@ -183,7 +183,7 @@ public function getProjects()
* the billing account, regardless of which project the usage occurred on.
*
* Generated from protobuf field repeated string projects = 1 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setProjects($var)
@@ -204,7 +204,7 @@ public function setProjects($var)
* to those projects.
*
* Generated from protobuf field repeated string resource_ancestors = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getResourceAncestors()
{
@@ -221,7 +221,7 @@ public function getResourceAncestors()
* to those projects.
*
* Generated from protobuf field repeated string resource_ancestors = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setResourceAncestors($var)
@@ -244,7 +244,7 @@ public function setResourceAncestors($var)
* is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty.
*
* Generated from protobuf field repeated string credit_types = 7 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getCreditTypes()
{
@@ -263,7 +263,7 @@ public function getCreditTypes()
* is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty.
*
* Generated from protobuf field repeated string credit_types = 7 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setCreditTypes($var)
@@ -309,7 +309,7 @@ public function setCreditTypesTreatment($var)
* https://cloud.google.com/billing/v1/how-tos/catalog-api.
*
* Generated from protobuf field repeated string services = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getServices()
{
@@ -325,7 +325,7 @@ public function getServices()
* https://cloud.google.com/billing/v1/how-tos/catalog-api.
*
* Generated from protobuf field repeated string services = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setServices($var)
@@ -345,7 +345,7 @@ public function setServices($var)
* if they exist.
*
* Generated from protobuf field repeated string subaccounts = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getSubaccounts()
{
@@ -361,7 +361,7 @@ public function getSubaccounts()
* if they exist.
*
* Generated from protobuf field repeated string subaccounts = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setSubaccounts($var)
diff --git a/BillingBudgets/src/V1/Filter/CreditTypesTreatment.php b/BillingBudgets/src/V1/Filter/CreditTypesTreatment.php
index 223f48cbfb2..fe3732f36bf 100644
--- a/BillingBudgets/src/V1/Filter/CreditTypesTreatment.php
+++ b/BillingBudgets/src/V1/Filter/CreditTypesTreatment.php
@@ -73,4 +73,3 @@ public static function value($name)
}
}
-
diff --git a/BillingBudgets/src/V1/GetBudgetRequest.php b/BillingBudgets/src/V1/GetBudgetRequest.php
index 1c12b459606..52f1278171e 100644
--- a/BillingBudgets/src/V1/GetBudgetRequest.php
+++ b/BillingBudgets/src/V1/GetBudgetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for GetBudget
diff --git a/BillingBudgets/src/V1/LastPeriodAmount.php b/BillingBudgets/src/V1/LastPeriodAmount.php
index 9849a348690..6ab2b12f085 100644
--- a/BillingBudgets/src/V1/LastPeriodAmount.php
+++ b/BillingBudgets/src/V1/LastPeriodAmount.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Describes a budget amount targeted to the last
diff --git a/BillingBudgets/src/V1/ListBudgetsRequest.php b/BillingBudgets/src/V1/ListBudgetsRequest.php
index cc94ff1ad6a..649a7afc71d 100644
--- a/BillingBudgets/src/V1/ListBudgetsRequest.php
+++ b/BillingBudgets/src/V1/ListBudgetsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for ListBudgets
diff --git a/BillingBudgets/src/V1/ListBudgetsResponse.php b/BillingBudgets/src/V1/ListBudgetsResponse.php
index c00fba71972..d75635e0005 100644
--- a/BillingBudgets/src/V1/ListBudgetsResponse.php
+++ b/BillingBudgets/src/V1/ListBudgetsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for ListBudgets
@@ -35,7 +35,7 @@ class ListBudgetsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Billing\Budgets\V1\Budget>|\Google\Protobuf\Internal\RepeatedField $budgets
+ * @type \Google\Cloud\Billing\Budgets\V1\Budget[] $budgets
* List of the budgets owned by the requested billing account.
* @type string $next_page_token
* If not empty, indicates that there may be more budgets that match the
@@ -51,7 +51,7 @@ public function __construct($data = NULL) {
* List of the budgets owned by the requested billing account.
*
* Generated from protobuf field repeated .google.cloud.billing.budgets.v1.Budget budgets = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Billing\Budgets\V1\Budget>
*/
public function getBudgets()
{
@@ -62,7 +62,7 @@ public function getBudgets()
* List of the budgets owned by the requested billing account.
*
* Generated from protobuf field repeated .google.cloud.billing.budgets.v1.Budget budgets = 1;
- * @param array<\Google\Cloud\Billing\Budgets\V1\Budget>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Billing\Budgets\V1\Budget[] $var
* @return $this
*/
public function setBudgets($var)
diff --git a/BillingBudgets/src/V1/NotificationsRule.php b/BillingBudgets/src/V1/NotificationsRule.php
index cb57f006391..b1d299081c3 100644
--- a/BillingBudgets/src/V1/NotificationsRule.php
+++ b/BillingBudgets/src/V1/NotificationsRule.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* NotificationsRule defines notifications that are sent based on budget spend
@@ -136,7 +136,7 @@ class NotificationsRule extends \Google\Protobuf\Internal\Message
* [NotificationsRule.pubsub_topic][google.cloud.billing.budgets.v1.NotificationsRule.pubsub_topic].
* Only "1.0" is accepted. It represents the JSON schema as defined in
* https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications#notification_format.
- * @type array|\Google\Protobuf\Internal\RepeatedField $monitoring_notification_channels
+ * @type string[] $monitoring_notification_channels
* Optional. Email targets to send notifications to when a threshold is
* exceeded. This is in addition to the `DefaultIamRecipients` who receive
* alert emails based on their billing account IAM role. The value is the full
@@ -303,7 +303,7 @@ public function setSchemaVersion($var)
* notifications](https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications).
*
* Generated from protobuf field repeated string monitoring_notification_channels = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getMonitoringNotificationChannels()
{
@@ -333,7 +333,7 @@ public function getMonitoringNotificationChannels()
* notifications](https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications).
*
* Generated from protobuf field repeated string monitoring_notification_channels = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setMonitoringNotificationChannels($var)
diff --git a/BillingBudgets/src/V1/ThresholdRule.php b/BillingBudgets/src/V1/ThresholdRule.php
index fdb59867e7a..3dcaa66c7bd 100644
--- a/BillingBudgets/src/V1/ThresholdRule.php
+++ b/BillingBudgets/src/V1/ThresholdRule.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ThresholdRule contains the definition of a threshold. Threshold rules define
diff --git a/BillingBudgets/src/V1/ThresholdRule/Basis.php b/BillingBudgets/src/V1/ThresholdRule/Basis.php
index 0e71ee32253..b65c4ee4f52 100644
--- a/BillingBudgets/src/V1/ThresholdRule/Basis.php
+++ b/BillingBudgets/src/V1/ThresholdRule/Basis.php
@@ -64,4 +64,3 @@ public static function value($name)
}
}
-
diff --git a/BillingBudgets/src/V1/UpdateBudgetRequest.php b/BillingBudgets/src/V1/UpdateBudgetRequest.php
index 7f5ed69c5de..e9268656e03 100644
--- a/BillingBudgets/src/V1/UpdateBudgetRequest.php
+++ b/BillingBudgets/src/V1/UpdateBudgetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Billing\Budgets\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for UpdateBudget
diff --git a/BinaryAuthorization/metadata/V1/Resources.php b/BinaryAuthorization/metadata/V1/Resources.php
index ea2ac719c1b..c00ec2f51e3 100644
Binary files a/BinaryAuthorization/metadata/V1/Resources.php and b/BinaryAuthorization/metadata/V1/Resources.php differ
diff --git a/BinaryAuthorization/metadata/V1/Service.php b/BinaryAuthorization/metadata/V1/Service.php
index e9d7a87b50e..21008ac6db7 100644
Binary files a/BinaryAuthorization/metadata/V1/Service.php and b/BinaryAuthorization/metadata/V1/Service.php differ
diff --git a/BinaryAuthorization/src/V1/AdmissionRule.php b/BinaryAuthorization/src/V1/AdmissionRule.php
index 9b64fe94662..0fdb8c442d1 100644
--- a/BinaryAuthorization/src/V1/AdmissionRule.php
+++ b/BinaryAuthorization/src/V1/AdmissionRule.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An [admission rule][google.cloud.binaryauthorization.v1.AdmissionRule] specifies either that all container images
@@ -28,7 +28,7 @@ class AdmissionRule extends \Google\Protobuf\Internal\Message
protected $evaluation_mode = 0;
/**
* Optional. The resource names of the attestors that must attest to
- * a container image, in the format `projects/*/attestors/*`. Each
+ * a container image, in the format `projects/{@*}attestors/*`. Each
* attestor must exist before a policy can reference it. To add an attestor
* to a policy the principal issuing the policy change request must be able
* to read the attestor resource.
@@ -53,9 +53,9 @@ class AdmissionRule extends \Google\Protobuf\Internal\Message
*
* @type int $evaluation_mode
* Required. How this admission rule will be evaluated.
- * @type array|\Google\Protobuf\Internal\RepeatedField $require_attestations_by
+ * @type string[] $require_attestations_by
* Optional. The resource names of the attestors that must attest to
- * a container image, in the format `projects/*/attestors/*`. Each
+ * a container image, in the format `projects/{@*}attestors/*`. Each
* attestor must exist before a policy can reference it. To add an attestor
* to a policy the principal issuing the policy change request must be able
* to read the attestor resource.
@@ -98,7 +98,7 @@ public function setEvaluationMode($var)
/**
* Optional. The resource names of the attestors that must attest to
- * a container image, in the format `projects/*/attestors/*`. Each
+ * a container image, in the format `projects/{@*}attestors/*`. Each
* attestor must exist before a policy can reference it. To add an attestor
* to a policy the principal issuing the policy change request must be able
* to read the attestor resource.
@@ -106,7 +106,7 @@ public function setEvaluationMode($var)
* REQUIRE_ATTESTATION, otherwise it must be empty.
*
* Generated from protobuf field repeated string require_attestations_by = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getRequireAttestationsBy()
{
@@ -115,7 +115,7 @@ public function getRequireAttestationsBy()
/**
* Optional. The resource names of the attestors that must attest to
- * a container image, in the format `projects/*/attestors/*`. Each
+ * a container image, in the format `projects/{@*}attestors/*`. Each
* attestor must exist before a policy can reference it. To add an attestor
* to a policy the principal issuing the policy change request must be able
* to read the attestor resource.
@@ -123,7 +123,7 @@ public function getRequireAttestationsBy()
* REQUIRE_ATTESTATION, otherwise it must be empty.
*
* Generated from protobuf field repeated string require_attestations_by = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setRequireAttestationsBy($var)
diff --git a/BinaryAuthorization/src/V1/AdmissionRule/EnforcementMode.php b/BinaryAuthorization/src/V1/AdmissionRule/EnforcementMode.php
index c31a2c7c0a6..2d6b5db6b0b 100644
--- a/BinaryAuthorization/src/V1/AdmissionRule/EnforcementMode.php
+++ b/BinaryAuthorization/src/V1/AdmissionRule/EnforcementMode.php
@@ -61,4 +61,3 @@ public static function value($name)
}
}
-
diff --git a/BinaryAuthorization/src/V1/AdmissionRule/EvaluationMode.php b/BinaryAuthorization/src/V1/AdmissionRule/EvaluationMode.php
index 737802146bf..90ccbe10a37 100644
--- a/BinaryAuthorization/src/V1/AdmissionRule/EvaluationMode.php
+++ b/BinaryAuthorization/src/V1/AdmissionRule/EvaluationMode.php
@@ -66,4 +66,3 @@ public static function value($name)
}
}
-
diff --git a/BinaryAuthorization/src/V1/AdmissionWhitelistPattern.php b/BinaryAuthorization/src/V1/AdmissionWhitelistPattern.php
index 7d0e3396904..d9a57c705e9 100644
--- a/BinaryAuthorization/src/V1/AdmissionWhitelistPattern.php
+++ b/BinaryAuthorization/src/V1/AdmissionWhitelistPattern.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An [admission allowlist pattern][google.cloud.binaryauthorization.v1.AdmissionWhitelistPattern] exempts images
diff --git a/BinaryAuthorization/src/V1/Attestor.php b/BinaryAuthorization/src/V1/Attestor.php
index 823512f34dd..cb89279646f 100644
--- a/BinaryAuthorization/src/V1/Attestor.php
+++ b/BinaryAuthorization/src/V1/Attestor.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An [attestor][google.cloud.binaryauthorization.v1.Attestor] that attests to container image
@@ -19,7 +19,7 @@ class Attestor extends \Google\Protobuf\Internal\Message
{
/**
* Required. The resource name, in the format:
- * `projects/*/attestors/*`. This field may not be updated.
+ * `projects/{@*}attestors/*`. This field may not be updated.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -47,7 +47,7 @@ class Attestor extends \Google\Protobuf\Internal\Message
*
* @type string $name
* Required. The resource name, in the format:
- * `projects/*/attestors/*`. This field may not be updated.
+ * `projects/{@*}attestors/*`. This field may not be updated.
* @type string $description
* Optional. A descriptive comment. This field may be updated.
* The field may be displayed in chooser dialogs.
@@ -65,7 +65,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name, in the format:
- * `projects/*/attestors/*`. This field may not be updated.
+ * `projects/{@*}attestors/*`. This field may not be updated.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
* @return string
@@ -77,7 +77,7 @@ public function getName()
/**
* Required. The resource name, in the format:
- * `projects/*/attestors/*`. This field may not be updated.
+ * `projects/{@*}attestors/*`. This field may not be updated.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED];
* @param string $var
diff --git a/BinaryAuthorization/src/V1/AttestorPublicKey.php b/BinaryAuthorization/src/V1/AttestorPublicKey.php
index e667ea8a3f9..c35f598c24c 100644
--- a/BinaryAuthorization/src/V1/AttestorPublicKey.php
+++ b/BinaryAuthorization/src/V1/AttestorPublicKey.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An [attestor public key][google.cloud.binaryauthorization.v1.AttestorPublicKey] that will be used to verify
@@ -54,7 +54,7 @@ class AttestorPublicKey extends \Google\Protobuf\Internal\Message
* for details.
* @type string $ascii_armored_pgp_public_key
* ASCII-armored representation of a PGP public key, as the entire output by
- * the command `gpg --export --armor foo@example.com` (either LF or CRLF
+ * the command `gpg --export --armor foo\@example.com` (either LF or CRLF
* line endings).
* When using this field, `id` should be left blank. The BinAuthz API
* handlers will calculate the ID and fill it in automatically. BinAuthz
@@ -140,7 +140,7 @@ public function setId($var)
/**
* ASCII-armored representation of a PGP public key, as the entire output by
- * the command `gpg --export --armor foo@example.com` (either LF or CRLF
+ * the command `gpg --export --armor foo\@example.com` (either LF or CRLF
* line endings).
* When using this field, `id` should be left blank. The BinAuthz API
* handlers will calculate the ID and fill it in automatically. BinAuthz
@@ -163,7 +163,7 @@ public function hasAsciiArmoredPgpPublicKey()
/**
* ASCII-armored representation of a PGP public key, as the entire output by
- * the command `gpg --export --armor foo@example.com` (either LF or CRLF
+ * the command `gpg --export --armor foo\@example.com` (either LF or CRLF
* line endings).
* When using this field, `id` should be left blank. The BinAuthz API
* handlers will calculate the ID and fill it in automatically. BinAuthz
diff --git a/BinaryAuthorization/src/V1/CreateAttestorRequest.php b/BinaryAuthorization/src/V1/CreateAttestorRequest.php
index 60d6da8c9eb..f82af437597 100644
--- a/BinaryAuthorization/src/V1/CreateAttestorRequest.php
+++ b/BinaryAuthorization/src/V1/CreateAttestorRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.CreateAttestor][].
@@ -30,7 +30,7 @@ class CreateAttestorRequest extends \Google\Protobuf\Internal\Message
/**
* Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name,
- * in the format `projects/*/attestors/*`.
+ * in the format `projects/{@*}attestors/*`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -69,7 +69,7 @@ public static function build(string $parent, string $attestorId, \Google\Cloud\B
* @type \Google\Cloud\BinaryAuthorization\V1\Attestor $attestor
* Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name,
- * in the format `projects/*/attestors/*`.
+ * in the format `projects/{@*}attestors/*`.
* }
*/
public function __construct($data = NULL) {
@@ -132,7 +132,7 @@ public function setAttestorId($var)
/**
* Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name,
- * in the format `projects/*/attestors/*`.
+ * in the format `projects/{@*}attestors/*`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
* @return \Google\Cloud\BinaryAuthorization\V1\Attestor|null
@@ -155,7 +155,7 @@ public function clearAttestor()
/**
* Required. The initial [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name,
- * in the format `projects/*/attestors/*`.
+ * in the format `projects/{@*}attestors/*`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Attestor attestor = 3 [(.google.api.field_behavior) = REQUIRED];
* @param \Google\Cloud\BinaryAuthorization\V1\Attestor $var
diff --git a/BinaryAuthorization/src/V1/DeleteAttestorRequest.php b/BinaryAuthorization/src/V1/DeleteAttestorRequest.php
index b0df352faa1..f360605d547 100644
--- a/BinaryAuthorization/src/V1/DeleteAttestorRequest.php
+++ b/BinaryAuthorization/src/V1/DeleteAttestorRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.DeleteAttestor][].
@@ -17,7 +17,7 @@ class DeleteAttestorRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the [attestors][google.cloud.binaryauthorization.v1.Attestor] to delete, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The name of the [attestors][google.cloud.binaryauthorization.v1.Attestor] to delete, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the [attestors][google.cloud.binaryauthorization.v1.Attestor] to delete, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. The name of the [attestors][google.cloud.binaryauthorization.v1.Attestor] to delete, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/BinaryAuthorization/src/V1/GetAttestorRequest.php b/BinaryAuthorization/src/V1/GetAttestorRequest.php
index 1eca782c632..752307ea978 100644
--- a/BinaryAuthorization/src/V1/GetAttestorRequest.php
+++ b/BinaryAuthorization/src/V1/GetAttestorRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.GetAttestor][].
@@ -17,7 +17,7 @@ class GetAttestorRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the [attestor][google.cloud.binaryauthorization.v1.Attestor] to retrieve, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The name of the [attestor][google.cloud.binaryauthorization.v1.Attestor] to retrieve, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the [attestor][google.cloud.binaryauthorization.v1.Attestor] to retrieve, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. The name of the [attestor][google.cloud.binaryauthorization.v1.Attestor] to retrieve, in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/BinaryAuthorization/src/V1/GetPolicyRequest.php b/BinaryAuthorization/src/V1/GetPolicyRequest.php
index be8fcb28d12..afbe84d50e3 100644
--- a/BinaryAuthorization/src/V1/GetPolicyRequest.php
+++ b/BinaryAuthorization/src/V1/GetPolicyRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.GetPolicy][].
@@ -17,7 +17,7 @@ class GetPolicyRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The resource name of the [policy][google.cloud.binaryauthorization.v1.Policy] to retrieve,
- * in the format `projects/*/policy`.
+ * in the format `projects/{@*}policy`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The resource name of the [policy][google.cloud.binaryauthorization.v1.Policy] to retrieve,
- * in the format `projects/*/policy`.
+ * in the format `projects/{@*}policy`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name of the [policy][google.cloud.binaryauthorization.v1.Policy] to retrieve,
- * in the format `projects/*/policy`.
+ * in the format `projects/{@*}policy`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. The resource name of the [policy][google.cloud.binaryauthorization.v1.Policy] to retrieve,
- * in the format `projects/*/policy`.
+ * in the format `projects/{@*}policy`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/BinaryAuthorization/src/V1/GetSystemPolicyRequest.php b/BinaryAuthorization/src/V1/GetSystemPolicyRequest.php
index 6a2924097b6..b0e96acd0ff 100644
--- a/BinaryAuthorization/src/V1/GetSystemPolicyRequest.php
+++ b/BinaryAuthorization/src/V1/GetSystemPolicyRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request to read the current system policy.
@@ -16,7 +16,7 @@
class GetSystemPolicyRequest extends \Google\Protobuf\Internal\Message
{
/**
- * Required. The resource name, in the format `locations/*/policy`.
+ * Required. The resource name, in the format `locations/{@*}policy`.
* Note that the system policy is not associated with a project.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
@@ -45,7 +45,7 @@ public static function build(string $name): self
* Optional. Data for populating the Message object.
*
* @type string $name
- * Required. The resource name, in the format `locations/*/policy`.
+ * Required. The resource name, in the format `locations/{@*}policy`.
* Note that the system policy is not associated with a project.
* }
*/
@@ -55,7 +55,7 @@ public function __construct($data = NULL) {
}
/**
- * Required. The resource name, in the format `locations/*/policy`.
+ * Required. The resource name, in the format `locations/{@*}policy`.
* Note that the system policy is not associated with a project.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
@@ -67,7 +67,7 @@ public function getName()
}
/**
- * Required. The resource name, in the format `locations/*/policy`.
+ * Required. The resource name, in the format `locations/{@*}policy`.
* Note that the system policy is not associated with a project.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
diff --git a/BinaryAuthorization/src/V1/ListAttestorsRequest.php b/BinaryAuthorization/src/V1/ListAttestorsRequest.php
index 0ec66e3b59b..4669c8a50f8 100644
--- a/BinaryAuthorization/src/V1/ListAttestorsRequest.php
+++ b/BinaryAuthorization/src/V1/ListAttestorsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.ListAttestors][].
@@ -17,7 +17,7 @@ class ListAttestorsRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The resource name of the project associated with the
- * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
+ * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -61,7 +61,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The resource name of the project associated with the
- * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
+ * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
* @type int $page_size
* Requested page size. The server may return fewer results than requested. If
* unspecified, the server will pick an appropriate default.
@@ -78,7 +78,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name of the project associated with the
- * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
+ * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -90,7 +90,7 @@ public function getParent()
/**
* Required. The resource name of the project associated with the
- * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
+ * [attestors][google.cloud.binaryauthorization.v1.Attestor], in the format `projects/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/BinaryAuthorization/src/V1/ListAttestorsResponse.php b/BinaryAuthorization/src/V1/ListAttestorsResponse.php
index 190c546198a..7704db93141 100644
--- a/BinaryAuthorization/src/V1/ListAttestorsResponse.php
+++ b/BinaryAuthorization/src/V1/ListAttestorsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for [BinauthzManagementService.ListAttestors][].
@@ -36,7 +36,7 @@ class ListAttestorsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\BinaryAuthorization\V1\Attestor>|\Google\Protobuf\Internal\RepeatedField $attestors
+ * @type \Google\Cloud\BinaryAuthorization\V1\Attestor[] $attestors
* The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
* @type string $next_page_token
* A token to retrieve the next page of results. Pass this value in the
@@ -53,7 +53,7 @@ public function __construct($data = NULL) {
* The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
*
* Generated from protobuf field repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BinaryAuthorization\V1\Attestor>
*/
public function getAttestors()
{
@@ -64,7 +64,7 @@ public function getAttestors()
* The list of [attestors][google.cloud.binaryauthorization.v1.Attestor].
*
* Generated from protobuf field repeated .google.cloud.binaryauthorization.v1.Attestor attestors = 1;
- * @param array<\Google\Cloud\BinaryAuthorization\V1\Attestor>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BinaryAuthorization\V1\Attestor[] $var
* @return $this
*/
public function setAttestors($var)
diff --git a/BinaryAuthorization/src/V1/PkixPublicKey.php b/BinaryAuthorization/src/V1/PkixPublicKey.php
index 47ab5f4c942..118043a0b6a 100644
--- a/BinaryAuthorization/src/V1/PkixPublicKey.php
+++ b/BinaryAuthorization/src/V1/PkixPublicKey.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A public key in the PkixPublicKey format (see
diff --git a/BinaryAuthorization/src/V1/PkixPublicKey/SignatureAlgorithm.php b/BinaryAuthorization/src/V1/PkixPublicKey/SignatureAlgorithm.php
index ba315daf9ec..b182ad63530 100644
--- a/BinaryAuthorization/src/V1/PkixPublicKey/SignatureAlgorithm.php
+++ b/BinaryAuthorization/src/V1/PkixPublicKey/SignatureAlgorithm.php
@@ -148,4 +148,3 @@ public static function value($name)
}
}
-
diff --git a/BinaryAuthorization/src/V1/Policy.php b/BinaryAuthorization/src/V1/Policy.php
index c7d740cd092..de8f6aa7da4 100644
--- a/BinaryAuthorization/src/V1/Policy.php
+++ b/BinaryAuthorization/src/V1/Policy.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A [policy][google.cloud.binaryauthorization.v1.Policy] for container image binary authorization.
@@ -16,7 +16,7 @@
class Policy extends \Google\Protobuf\Internal\Message
{
/**
- * Output only. The resource name, in the format `projects/*/policy`. There is
+ * Output only. The resource name, in the format `projects/{@*}policy`. There is
* at most one policy per project.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -102,7 +102,7 @@ class Policy extends \Google\Protobuf\Internal\Message
* Optional. Data for populating the Message object.
*
* @type string $name
- * Output only. The resource name, in the format `projects/*/policy`. There is
+ * Output only. The resource name, in the format `projects/{@*}policy`. There is
* at most one policy per project.
* @type string $description
* Optional. A descriptive comment.
@@ -111,7 +111,7 @@ class Policy extends \Google\Protobuf\Internal\Message
* policy for common system-level images. Images not covered by the global
* policy will be subject to the project admission policy. This setting
* has no effect when specified inside a global admission policy.
- * @type array<\Google\Cloud\BinaryAuthorization\V1\AdmissionWhitelistPattern>|\Google\Protobuf\Internal\RepeatedField $admission_whitelist_patterns
+ * @type \Google\Cloud\BinaryAuthorization\V1\AdmissionWhitelistPattern[] $admission_whitelist_patterns
* Optional. Admission policy allowlisting. A matching admission request will
* always be permitted. This feature is typically used to exclude Google or
* third-party infrastructure images from Binary Authorization policies.
@@ -148,7 +148,7 @@ public function __construct($data = NULL) {
}
/**
- * Output only. The resource name, in the format `projects/*/policy`. There is
+ * Output only. The resource name, in the format `projects/{@*}policy`. There is
* at most one policy per project.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -160,7 +160,7 @@ public function getName()
}
/**
- * Output only. The resource name, in the format `projects/*/policy`. There is
+ * Output only. The resource name, in the format `projects/{@*}policy`. There is
* at most one policy per project.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
@@ -239,7 +239,7 @@ public function setGlobalPolicyEvaluationMode($var)
* third-party infrastructure images from Binary Authorization policies.
*
* Generated from protobuf field repeated .google.cloud.binaryauthorization.v1.AdmissionWhitelistPattern admission_whitelist_patterns = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BinaryAuthorization\V1\AdmissionWhitelistPattern>
*/
public function getAdmissionWhitelistPatterns()
{
@@ -252,7 +252,7 @@ public function getAdmissionWhitelistPatterns()
* third-party infrastructure images from Binary Authorization policies.
*
* Generated from protobuf field repeated .google.cloud.binaryauthorization.v1.AdmissionWhitelistPattern admission_whitelist_patterns = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\BinaryAuthorization\V1\AdmissionWhitelistPattern>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BinaryAuthorization\V1\AdmissionWhitelistPattern[] $var
* @return $this
*/
public function setAdmissionWhitelistPatterns($var)
diff --git a/BinaryAuthorization/src/V1/Policy/GlobalPolicyEvaluationMode.php b/BinaryAuthorization/src/V1/Policy/GlobalPolicyEvaluationMode.php
index 7b0089d4950..4125b8a2807 100644
--- a/BinaryAuthorization/src/V1/Policy/GlobalPolicyEvaluationMode.php
+++ b/BinaryAuthorization/src/V1/Policy/GlobalPolicyEvaluationMode.php
@@ -57,4 +57,3 @@ public static function value($name)
}
}
-
diff --git a/BinaryAuthorization/src/V1/UpdateAttestorRequest.php b/BinaryAuthorization/src/V1/UpdateAttestorRequest.php
index 370dfb0587a..d5327807268 100644
--- a/BinaryAuthorization/src/V1/UpdateAttestorRequest.php
+++ b/BinaryAuthorization/src/V1/UpdateAttestorRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.UpdateAttestor][].
@@ -18,7 +18,7 @@ class UpdateAttestorRequest extends \Google\Protobuf\Internal\Message
/**
* Required. The updated [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name
- * in the request URL, in the format `projects/*/attestors/*`.
+ * in the request URL, in the format `projects/{@*}attestors/*`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -48,7 +48,7 @@ public static function build(\Google\Cloud\BinaryAuthorization\V1\Attestor $atte
* @type \Google\Cloud\BinaryAuthorization\V1\Attestor $attestor
* Required. The updated [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name
- * in the request URL, in the format `projects/*/attestors/*`.
+ * in the request URL, in the format `projects/{@*}attestors/*`.
* }
*/
public function __construct($data = NULL) {
@@ -59,7 +59,7 @@ public function __construct($data = NULL) {
/**
* Required. The updated [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name
- * in the request URL, in the format `projects/*/attestors/*`.
+ * in the request URL, in the format `projects/{@*}attestors/*`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
* @return \Google\Cloud\BinaryAuthorization\V1\Attestor|null
@@ -82,7 +82,7 @@ public function clearAttestor()
/**
* Required. The updated [attestor][google.cloud.binaryauthorization.v1.Attestor] value. The service will
* overwrite the [attestor name][google.cloud.binaryauthorization.v1.Attestor.name] field with the resource name
- * in the request URL, in the format `projects/*/attestors/*`.
+ * in the request URL, in the format `projects/{@*}attestors/*`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Attestor attestor = 1 [(.google.api.field_behavior) = REQUIRED];
* @param \Google\Cloud\BinaryAuthorization\V1\Attestor $var
diff --git a/BinaryAuthorization/src/V1/UpdatePolicyRequest.php b/BinaryAuthorization/src/V1/UpdatePolicyRequest.php
index 839ecddda32..212b1019ecf 100644
--- a/BinaryAuthorization/src/V1/UpdatePolicyRequest.php
+++ b/BinaryAuthorization/src/V1/UpdatePolicyRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for [BinauthzManagementService.UpdatePolicy][].
@@ -18,7 +18,7 @@ class UpdatePolicyRequest extends \Google\Protobuf\Internal\Message
/**
* Required. A new or updated [policy][google.cloud.binaryauthorization.v1.Policy] value. The service will
* overwrite the [policy name][google.cloud.binaryauthorization.v1.Policy.name] field with the resource name in
- * the request URL, in the format `projects/*/policy`.
+ * the request URL, in the format `projects/{@*}policy`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -48,7 +48,7 @@ public static function build(\Google\Cloud\BinaryAuthorization\V1\Policy $policy
* @type \Google\Cloud\BinaryAuthorization\V1\Policy $policy
* Required. A new or updated [policy][google.cloud.binaryauthorization.v1.Policy] value. The service will
* overwrite the [policy name][google.cloud.binaryauthorization.v1.Policy.name] field with the resource name in
- * the request URL, in the format `projects/*/policy`.
+ * the request URL, in the format `projects/{@*}policy`.
* }
*/
public function __construct($data = NULL) {
@@ -59,7 +59,7 @@ public function __construct($data = NULL) {
/**
* Required. A new or updated [policy][google.cloud.binaryauthorization.v1.Policy] value. The service will
* overwrite the [policy name][google.cloud.binaryauthorization.v1.Policy.name] field with the resource name in
- * the request URL, in the format `projects/*/policy`.
+ * the request URL, in the format `projects/{@*}policy`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
* @return \Google\Cloud\BinaryAuthorization\V1\Policy|null
@@ -82,7 +82,7 @@ public function clearPolicy()
/**
* Required. A new or updated [policy][google.cloud.binaryauthorization.v1.Policy] value. The service will
* overwrite the [policy name][google.cloud.binaryauthorization.v1.Policy.name] field with the resource name in
- * the request URL, in the format `projects/*/policy`.
+ * the request URL, in the format `projects/{@*}policy`.
*
* Generated from protobuf field .google.cloud.binaryauthorization.v1.Policy policy = 1 [(.google.api.field_behavior) = REQUIRED];
* @param \Google\Cloud\BinaryAuthorization\V1\Policy $var
diff --git a/BinaryAuthorization/src/V1/UserOwnedGrafeasNote.php b/BinaryAuthorization/src/V1/UserOwnedGrafeasNote.php
index 13b690e6135..c24c3be5dc9 100644
--- a/BinaryAuthorization/src/V1/UserOwnedGrafeasNote.php
+++ b/BinaryAuthorization/src/V1/UserOwnedGrafeasNote.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An [user owned Grafeas note][google.cloud.binaryauthorization.v1.UserOwnedGrafeasNote] references a Grafeas
@@ -18,7 +18,7 @@ class UserOwnedGrafeasNote extends \Google\Protobuf\Internal\Message
{
/**
* Required. The Grafeas resource name of a Attestation.Authority Note,
- * created by the user, in the format: `projects/*/notes/*`. This field may
+ * created by the user, in the format: `projects/{@*}notes/*`. This field may
* not be updated.
* An attestation by this attestor is stored as a Grafeas
* Attestation.Authority Occurrence that names a container image and that
@@ -61,12 +61,12 @@ class UserOwnedGrafeasNote extends \Google\Protobuf\Internal\Message
*
* @type string $note_reference
* Required. The Grafeas resource name of a Attestation.Authority Note,
- * created by the user, in the format: `projects/*/notes/*`. This field may
+ * created by the user, in the format: `projects/{@*}notes/*`. This field may
* not be updated.
* An attestation by this attestor is stored as a Grafeas
* Attestation.Authority Occurrence that names a container image and that
* links to this Note. Grafeas is an external dependency.
- * @type array<\Google\Cloud\BinaryAuthorization\V1\AttestorPublicKey>|\Google\Protobuf\Internal\RepeatedField $public_keys
+ * @type \Google\Cloud\BinaryAuthorization\V1\AttestorPublicKey[] $public_keys
* Optional. Public keys that verify attestations signed by this
* attestor. This field may be updated.
* If this field is non-empty, one of the specified public keys must
@@ -92,7 +92,7 @@ public function __construct($data = NULL) {
/**
* Required. The Grafeas resource name of a Attestation.Authority Note,
- * created by the user, in the format: `projects/*/notes/*`. This field may
+ * created by the user, in the format: `projects/{@*}notes/*`. This field may
* not be updated.
* An attestation by this attestor is stored as a Grafeas
* Attestation.Authority Occurrence that names a container image and that
@@ -108,7 +108,7 @@ public function getNoteReference()
/**
* Required. The Grafeas resource name of a Attestation.Authority Note,
- * created by the user, in the format: `projects/*/notes/*`. This field may
+ * created by the user, in the format: `projects/{@*}notes/*`. This field may
* not be updated.
* An attestation by this attestor is stored as a Grafeas
* Attestation.Authority Occurrence that names a container image and that
@@ -136,7 +136,7 @@ public function setNoteReference($var)
* valid attestations exist.
*
* Generated from protobuf field repeated .google.cloud.binaryauthorization.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\BinaryAuthorization\V1\AttestorPublicKey>
*/
public function getPublicKeys()
{
@@ -153,7 +153,7 @@ public function getPublicKeys()
* valid attestations exist.
*
* Generated from protobuf field repeated .google.cloud.binaryauthorization.v1.AttestorPublicKey public_keys = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\BinaryAuthorization\V1\AttestorPublicKey>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\BinaryAuthorization\V1\AttestorPublicKey[] $var
* @return $this
*/
public function setPublicKeys($var)
diff --git a/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceRequest.php b/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceRequest.php
index 5f9e8063012..d035ddd3de9 100644
--- a/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceRequest.php
+++ b/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -19,7 +19,7 @@ class ValidateAttestationOccurrenceRequest extends \Google\Protobuf\Internal\Mes
/**
* Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the
* [occurrence][grafeas.v1.Occurrence], in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string attestor = 1 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -57,7 +57,7 @@ class ValidateAttestationOccurrenceRequest extends \Google\Protobuf\Internal\Mes
* @type string $attestor
* Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the
* [occurrence][grafeas.v1.Occurrence], in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
* @type \Grafeas\V1\AttestationOccurrence $attestation
* Required. An [AttestationOccurrence][grafeas.v1.AttestationOccurrence] to
* be checked that it can be verified by the Attestor. It does not have to be
@@ -79,7 +79,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the
* [occurrence][grafeas.v1.Occurrence], in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string attestor = 1 [(.google.api.field_behavior) = REQUIRED];
* @return string
@@ -92,7 +92,7 @@ public function getAttestor()
/**
* Required. The resource name of the [Attestor][google.cloud.binaryauthorization.v1.Attestor] of the
* [occurrence][grafeas.v1.Occurrence], in the format
- * `projects/*/attestors/*`.
+ * `projects/{@*}attestors/*`.
*
* Generated from protobuf field string attestor = 1 [(.google.api.field_behavior) = REQUIRED];
* @param string $var
diff --git a/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse.php b/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse.php
index e2ab9e3c158..91e340b9673 100644
--- a/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse.php
+++ b/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\BinaryAuthorization\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse/Result.php b/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse/Result.php
index f1e6c83601b..af186b8208b 100644
--- a/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse/Result.php
+++ b/BinaryAuthorization/src/V1/ValidateAttestationOccurrenceResponse/Result.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Build/metadata/V2/Cloudbuild.php b/Build/metadata/V2/Cloudbuild.php
index 70eca5b4b2d..fa91b55a0f0 100644
--- a/Build/metadata/V2/Cloudbuild.php
+++ b/Build/metadata/V2/Cloudbuild.php
@@ -20,31 +20,7 @@ public static function initOnce() {
\GPBMetadata\Google\Api\Resource::initOnce();
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-.google/devtools/cloudbuild/v2/cloudbuild.protogoogle.devtools.cloudbuild.v2google/api/client.protogoogle/api/field_behavior.protogoogle/api/resource.protogoogle/protobuf/timestamp.proto"
-OperationMetadata4
-create_time (2.google.protobuf.TimestampBA1
-end_time (2.google.protobuf.TimestampBA
-target ( BA
-verb ( BA
-status_message ( BA#
-requested_cancellation (BA
-api_version ( BA"
-"RunWorkflowCustomOperationMetadata4
-create_time (2.google.protobuf.TimestampBA1
-end_time (2.google.protobuf.TimestampBA
-verb ( BA#
-requested_cancellation (BA
-api_version ( BA
-target ( BA
-pipeline_run_id ( BAB
-com.google.cloudbuild.v2BCloudBuildProtoPZ>cloud.google.com/go/cloudbuild/apiv2/cloudbuildpb;cloudbuildpbGCBGoogle.Cloud.CloudBuild.V2Google\\Cloud\\Build\\V2Google::Cloud::Build::V2AN
-compute.googleapis.com/Network,projects/{project}/global/networks/{network}AY
-!iam.googleapis.com/ServiceAccount4projects/{project}/serviceAccounts/{service_account}AJ
-#secretmanager.googleapis.com/Secret#projects/{project}/secrets/{secret}Ad
-*secretmanager.googleapis.com/SecretVersion6projects/{project}/secrets/{secret}/versions/{version}A|
-0cloudbuild.googleapis.com/githubEnterpriseConfigHprojects/{project}/locations/{location}/githubEnterpriseConfigs/{config}bproto3'
+ "\x0A\x8B\x0B\x0A.google/devtools/cloudbuild/v2/cloudbuild.proto\x12\x1Dgoogle.devtools.cloudbuild.v2\x1A\x17google/api/client.proto\x1A\x1Fgoogle/api/field_behavior.proto\x1A\x19google/api/resource.proto\x1A\x1Fgoogle/protobuf/timestamp.proto\"\x80\x02\x0A\x11OperationMetadata\x124\x0A\x0Bcreate_time\x18\x01 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x121\x0A\x08end_time\x18\x02 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x12\x13\x0A\x06target\x18\x03 \x01(\x09B\x03\xE0A\x03\x12\x11\x0A\x04verb\x18\x04 \x01(\x09B\x03\xE0A\x03\x12\x1B\x0A\x0Estatus_message\x18\x05 \x01(\x09B\x03\xE0A\x03\x12#\x0A\x16requested_cancellation\x18\x06 \x01(\x08B\x03\xE0A\x03\x12\x18\x0A\x0Bapi_version\x18\x07 \x01(\x09B\x03\xE0A\x03\"\x92\x02\x0A\"RunWorkflowCustomOperationMetadata\x124\x0A\x0Bcreate_time\x18\x01 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x121\x0A\x08end_time\x18\x02 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x12\x11\x0A\x04verb\x18\x03 \x01(\x09B\x03\xE0A\x03\x12#\x0A\x16requested_cancellation\x18\x04 \x01(\x08B\x03\xE0A\x03\x12\x18\x0A\x0Bapi_version\x18\x05 \x01(\x09B\x03\xE0A\x03\x12\x13\x0A\x06target\x18\x06 \x01(\x09B\x03\xE0A\x03\x12\x1C\x0A\x0Fpipeline_run_id\x18\x07 \x01(\x09B\x03\xE0A\x03B\xA3\x05\x0A\x18com.google.cloudbuild.v2B\x0FCloudBuildProtoP\x01Z>cloud.google.com/go/cloudbuild/apiv2/cloudbuildpb;cloudbuildpb\xA2\x02\x03GCB\xAA\x02\x1AGoogle.Cloud.CloudBuild.V2\xCA\x02\x15Google\\Cloud\\Build\\V2\xEA\x02\x18Google::Cloud::Build::V2\xEAAN\x0A\x1Ecompute.googleapis.com/Network\x12,projects/{project}/global/networks/{network}\xEAAY\x0A!iam.googleapis.com/ServiceAccount\x124projects/{project}/serviceAccounts/{service_account}\xEAAJ\x0A#secretmanager.googleapis.com/Secret\x12#projects/{project}/secrets/{secret}\xEAAd\x0A*secretmanager.googleapis.com/SecretVersion\x126projects/{project}/secrets/{secret}/versions/{version}\xEAA|\x0A0cloudbuild.googleapis.com/githubEnterpriseConfig\x12Hprojects/{project}/locations/{location}/githubEnterpriseConfigs/{config}b\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Build/metadata/V2/Repositories.php b/Build/metadata/V2/Repositories.php
index 0c64b207d04..0315c0d85a3 100644
Binary files a/Build/metadata/V2/Repositories.php and b/Build/metadata/V2/Repositories.php differ
diff --git a/Build/src/V2/BatchCreateRepositoriesRequest.php b/Build/src/V2/BatchCreateRepositoriesRequest.php
index e0aa32884db..7e7a9a92939 100644
--- a/Build/src/V2/BatchCreateRepositoriesRequest.php
+++ b/Build/src/V2/BatchCreateRepositoriesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for creating repositoritories in batch.
@@ -17,7 +17,7 @@ class BatchCreateRepositoriesRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The connection to contain all the repositories being created.
- * Format: projects/*/locations/*/connections/*
+ * Format: projects/{@*}locations/{@*}connections/*
* The parent field in the CreateRepositoryRequest messages
* must either be empty or match this field.
*
@@ -58,10 +58,10 @@ public static function build(string $parent, array $requests): self
*
* @type string $parent
* Required. The connection to contain all the repositories being created.
- * Format: projects/*/locations/*/connections/*
+ * Format: projects/{@*}locations/{@*}connections/*
* The parent field in the CreateRepositoryRequest messages
* must either be empty or match this field.
- * @type array<\Google\Cloud\Build\V2\CreateRepositoryRequest>|\Google\Protobuf\Internal\RepeatedField $requests
+ * @type \Google\Cloud\Build\V2\CreateRepositoryRequest[] $requests
* Required. The request messages specifying the repositories to create.
* }
*/
@@ -72,7 +72,7 @@ public function __construct($data = NULL) {
/**
* Required. The connection to contain all the repositories being created.
- * Format: projects/*/locations/*/connections/*
+ * Format: projects/{@*}locations/{@*}connections/*
* The parent field in the CreateRepositoryRequest messages
* must either be empty or match this field.
*
@@ -86,7 +86,7 @@ public function getParent()
/**
* Required. The connection to contain all the repositories being created.
- * Format: projects/*/locations/*/connections/*
+ * Format: projects/{@*}locations/{@*}connections/*
* The parent field in the CreateRepositoryRequest messages
* must either be empty or match this field.
*
@@ -106,7 +106,7 @@ public function setParent($var)
* Required. The request messages specifying the repositories to create.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Build\V2\CreateRepositoryRequest>
*/
public function getRequests()
{
@@ -117,7 +117,7 @@ public function getRequests()
* Required. The request messages specifying the repositories to create.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.CreateRepositoryRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Build\V2\CreateRepositoryRequest>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Build\V2\CreateRepositoryRequest[] $var
* @return $this
*/
public function setRequests($var)
diff --git a/Build/src/V2/BatchCreateRepositoriesResponse.php b/Build/src/V2/BatchCreateRepositoriesResponse.php
index 4aec29b05e2..d7864a9393a 100644
--- a/Build/src/V2/BatchCreateRepositoriesResponse.php
+++ b/Build/src/V2/BatchCreateRepositoriesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for response of creating repositories in batch.
@@ -28,7 +28,7 @@ class BatchCreateRepositoriesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Build\V2\Repository>|\Google\Protobuf\Internal\RepeatedField $repositories
+ * @type \Google\Cloud\Build\V2\Repository[] $repositories
* Repository resources created.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* Repository resources created.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Build\V2\Repository>
*/
public function getRepositories()
{
@@ -52,7 +52,7 @@ public function getRepositories()
* Repository resources created.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
- * @param array<\Google\Cloud\Build\V2\Repository>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Build\V2\Repository[] $var
* @return $this
*/
public function setRepositories($var)
diff --git a/Build/src/V2/BitbucketCloudConfig.php b/Build/src/V2/BitbucketCloudConfig.php
index b0c85747526..a717940ab55 100644
--- a/Build/src/V2/BitbucketCloudConfig.php
+++ b/Build/src/V2/BitbucketCloudConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for connections to Bitbucket Cloud.
@@ -24,7 +24,7 @@ class BitbucketCloudConfig extends \Google\Protobuf\Internal\Message
protected $workspace = '';
/**
* Required. SecretManager resource containing the webhook secret used to
- * verify webhook events, formatted as `projects/*/secrets/*/versions/*`.
+ * verify webhook events, formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -58,7 +58,7 @@ class BitbucketCloudConfig extends \Google\Protobuf\Internal\Message
* Platform.
* @type string $webhook_secret_secret_version
* Required. SecretManager resource containing the webhook secret used to
- * verify webhook events, formatted as `projects/*/secrets/*/versions/*`.
+ * verify webhook events, formatted as `projects/{@*}secrets/{@*}versions/*`.
* @type \Google\Cloud\Build\V2\UserCredential $read_authorizer_credential
* Required. An access token with the `repository` access. It can be either a
* workspace, project or repository access token. It's recommended to use a
@@ -105,7 +105,7 @@ public function setWorkspace($var)
/**
* Required. SecretManager resource containing the webhook secret used to
- * verify webhook events, formatted as `projects/*/secrets/*/versions/*`.
+ * verify webhook events, formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -117,7 +117,7 @@ public function getWebhookSecretSecretVersion()
/**
* Required. SecretManager resource containing the webhook secret used to
- * verify webhook events, formatted as `projects/*/secrets/*/versions/*`.
+ * verify webhook events, formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/BitbucketDataCenterConfig.php b/Build/src/V2/BitbucketDataCenterConfig.php
index 5927ea5a1b9..4fd91bf6505 100644
--- a/Build/src/V2/BitbucketDataCenterConfig.php
+++ b/Build/src/V2/BitbucketDataCenterConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for connections to Bitbucket Data Center.
@@ -25,7 +25,7 @@ class BitbucketDataCenterConfig extends \Google\Protobuf\Internal\Message
/**
* Required. Immutable. SecretManager resource containing the webhook secret
* used to verify webhook events, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
*/
@@ -78,7 +78,7 @@ class BitbucketDataCenterConfig extends \Google\Protobuf\Internal\Message
* @type string $webhook_secret_secret_version
* Required. Immutable. SecretManager resource containing the webhook secret
* used to verify webhook events, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
* @type \Google\Cloud\Build\V2\UserCredential $read_authorizer_credential
* Required. A http access token with the `REPO_READ` access.
* @type \Google\Cloud\Build\V2\UserCredential $authorizer_credential
@@ -132,7 +132,7 @@ public function setHostUri($var)
/**
* Required. Immutable. SecretManager resource containing the webhook secret
* used to verify webhook events, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
* @return string
@@ -145,7 +145,7 @@ public function getWebhookSecretSecretVersion()
/**
* Required. Immutable. SecretManager resource containing the webhook secret
* used to verify webhook events, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/Connection.php b/Build/src/V2/Connection.php
index af1a1dcd99f..8ff00eb104f 100644
--- a/Build/src/V2/Connection.php
+++ b/Build/src/V2/Connection.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A connection to a SCM like GitHub, GitHub Enterprise, Bitbucket Data Center,
diff --git a/Build/src/V2/CreateConnectionRequest.php b/Build/src/V2/CreateConnectionRequest.php
index 4ba96b1380b..3c524332acc 100644
--- a/Build/src/V2/CreateConnectionRequest.php
+++ b/Build/src/V2/CreateConnectionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for creating a Connection
@@ -17,7 +17,7 @@ class CreateConnectionRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. Project and location where the connection will be created.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -32,7 +32,7 @@ class CreateConnectionRequest extends \Google\Protobuf\Internal\Message
* Required. The ID to use for the Connection, which will become the final
* component of the Connection's resource name. Names must be unique
* per-project per-location. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
*
* Generated from protobuf field string connection_id = 3 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -68,14 +68,14 @@ public static function build(string $parent, \Google\Cloud\Build\V2\Connection $
*
* @type string $parent
* Required. Project and location where the connection will be created.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
* @type \Google\Cloud\Build\V2\Connection $connection
* Required. The Connection to create.
* @type string $connection_id
* Required. The ID to use for the Connection, which will become the final
* component of the Connection's resource name. Names must be unique
* per-project per-location. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
* }
*/
public function __construct($data = NULL) {
@@ -85,7 +85,7 @@ public function __construct($data = NULL) {
/**
* Required. Project and location where the connection will be created.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -97,7 +97,7 @@ public function getParent()
/**
* Required. Project and location where the connection will be created.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
@@ -151,7 +151,7 @@ public function setConnection($var)
* Required. The ID to use for the Connection, which will become the final
* component of the Connection's resource name. Names must be unique
* per-project per-location. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
*
* Generated from protobuf field string connection_id = 3 [(.google.api.field_behavior) = REQUIRED];
* @return string
@@ -165,7 +165,7 @@ public function getConnectionId()
* Required. The ID to use for the Connection, which will become the final
* component of the Connection's resource name. Names must be unique
* per-project per-location. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
*
* Generated from protobuf field string connection_id = 3 [(.google.api.field_behavior) = REQUIRED];
* @param string $var
diff --git a/Build/src/V2/CreateRepositoryRequest.php b/Build/src/V2/CreateRepositoryRequest.php
index 5dbc70bca90..b141c54c02b 100644
--- a/Build/src/V2/CreateRepositoryRequest.php
+++ b/Build/src/V2/CreateRepositoryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for creating a Repository.
@@ -33,7 +33,7 @@ class CreateRepositoryRequest extends \Google\Protobuf\Internal\Message
* Required. The ID to use for the repository, which will become the final
* component of the repository's resource name. This ID should be unique in
* the connection. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
*
* Generated from protobuf field string repository_id = 3 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -78,7 +78,7 @@ public static function build(string $parent, \Google\Cloud\Build\V2\Repository $
* Required. The ID to use for the repository, which will become the final
* component of the repository's resource name. This ID should be unique in
* the connection. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
* }
*/
public function __construct($data = NULL) {
@@ -156,7 +156,7 @@ public function setRepository($var)
* Required. The ID to use for the repository, which will become the final
* component of the repository's resource name. This ID should be unique in
* the connection. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
*
* Generated from protobuf field string repository_id = 3 [(.google.api.field_behavior) = REQUIRED];
* @return string
@@ -170,7 +170,7 @@ public function getRepositoryId()
* Required. The ID to use for the repository, which will become the final
* component of the repository's resource name. This ID should be unique in
* the connection. Allows alphanumeric characters and any of
- * -._~%!$&'()*+,;=@.
+ * -._~%!$&'()*+,;=\@.
*
* Generated from protobuf field string repository_id = 3 [(.google.api.field_behavior) = REQUIRED];
* @param string $var
diff --git a/Build/src/V2/DeleteConnectionRequest.php b/Build/src/V2/DeleteConnectionRequest.php
index d76949b9baf..ec707b3c824 100644
--- a/Build/src/V2/DeleteConnectionRequest.php
+++ b/Build/src/V2/DeleteConnectionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for deleting a Connection.
@@ -17,7 +17,7 @@ class DeleteConnectionRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the Connection to delete.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -60,7 +60,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The name of the Connection to delete.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
* @type string $etag
* The current etag of the connection.
* If an etag is provided and does not match the current etag of the
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the Connection to delete.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getName()
/**
* Required. The name of the Connection to delete.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/DeleteRepositoryRequest.php b/Build/src/V2/DeleteRepositoryRequest.php
index c12878d13cb..8b48f07dc0f 100644
--- a/Build/src/V2/DeleteRepositoryRequest.php
+++ b/Build/src/V2/DeleteRepositoryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for deleting a Repository.
@@ -17,7 +17,7 @@ class DeleteRepositoryRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the Repository to delete.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -60,7 +60,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The name of the Repository to delete.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
* @type string $etag
* The current etag of the repository.
* If an etag is provided and does not match the current etag of the
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the Repository to delete.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getName()
/**
* Required. The name of the Repository to delete.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/FetchGitRefsRequest.php b/Build/src/V2/FetchGitRefsRequest.php
index 4f5bff6c029..f9cff0a41bc 100644
--- a/Build/src/V2/FetchGitRefsRequest.php
+++ b/Build/src/V2/FetchGitRefsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for fetching git refs
@@ -17,7 +17,7 @@ class FetchGitRefsRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -52,7 +52,7 @@ public static function build(string $repository): self
*
* @type string $repository
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
* @type int $ref_type
* Type of refs to fetch
* }
@@ -64,7 +64,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -76,7 +76,7 @@ public function getRepository()
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/FetchGitRefsRequest/RefType.php b/Build/src/V2/FetchGitRefsRequest/RefType.php
index 3e55b91ef78..46eb9bdef3f 100644
--- a/Build/src/V2/FetchGitRefsRequest/RefType.php
+++ b/Build/src/V2/FetchGitRefsRequest/RefType.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Build/src/V2/FetchGitRefsResponse.php b/Build/src/V2/FetchGitRefsResponse.php
index dd3b8bf543e..abfc263e173 100644
--- a/Build/src/V2/FetchGitRefsResponse.php
+++ b/Build/src/V2/FetchGitRefsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for fetching git refs
@@ -28,7 +28,7 @@ class FetchGitRefsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $ref_names
+ * @type string[] $ref_names
* Name of the refs fetched.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* Name of the refs fetched.
*
* Generated from protobuf field repeated string ref_names = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getRefNames()
{
@@ -52,7 +52,7 @@ public function getRefNames()
* Name of the refs fetched.
*
* Generated from protobuf field repeated string ref_names = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setRefNames($var)
diff --git a/Build/src/V2/FetchLinkableRepositoriesRequest.php b/Build/src/V2/FetchLinkableRepositoriesRequest.php
index 677401c74cc..eb0d010ff8e 100644
--- a/Build/src/V2/FetchLinkableRepositoriesRequest.php
+++ b/Build/src/V2/FetchLinkableRepositoriesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for FetchLinkableRepositories.
@@ -17,7 +17,7 @@ class FetchLinkableRepositoriesRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the Connection.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -43,7 +43,7 @@ class FetchLinkableRepositoriesRequest extends \Google\Protobuf\Internal\Message
*
* @type string $connection
* Required. The name of the Connection.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
* @type int $page_size
* Number of results to return in the list. Default to 20.
* @type string $page_token
@@ -57,7 +57,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the Connection.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -69,7 +69,7 @@ public function getConnection()
/**
* Required. The name of the Connection.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/FetchLinkableRepositoriesResponse.php b/Build/src/V2/FetchLinkableRepositoriesResponse.php
index cab0cfef501..89dde135444 100644
--- a/Build/src/V2/FetchLinkableRepositoriesResponse.php
+++ b/Build/src/V2/FetchLinkableRepositoriesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for FetchLinkableRepositories.
@@ -34,7 +34,7 @@ class FetchLinkableRepositoriesResponse extends \Google\Protobuf\Internal\Messag
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Build\V2\Repository>|\Google\Protobuf\Internal\RepeatedField $repositories
+ * @type \Google\Cloud\Build\V2\Repository[] $repositories
* repositories ready to be created.
* @type string $next_page_token
* A token identifying a page of results the server should return.
@@ -49,7 +49,7 @@ public function __construct($data = NULL) {
* repositories ready to be created.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Build\V2\Repository>
*/
public function getRepositories()
{
@@ -60,7 +60,7 @@ public function getRepositories()
* repositories ready to be created.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
- * @param array<\Google\Cloud\Build\V2\Repository>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Build\V2\Repository[] $var
* @return $this
*/
public function setRepositories($var)
diff --git a/Build/src/V2/FetchReadTokenRequest.php b/Build/src/V2/FetchReadTokenRequest.php
index ab9057b88e0..424658c6159 100644
--- a/Build/src/V2/FetchReadTokenRequest.php
+++ b/Build/src/V2/FetchReadTokenRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for fetching SCM read token.
@@ -17,7 +17,7 @@ class FetchReadTokenRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $repository): self
*
* @type string $repository
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getRepository()
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/FetchReadTokenResponse.php b/Build/src/V2/FetchReadTokenResponse.php
index 3302adc79da..fa6e68084a3 100644
--- a/Build/src/V2/FetchReadTokenResponse.php
+++ b/Build/src/V2/FetchReadTokenResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for responding to get read token.
diff --git a/Build/src/V2/FetchReadWriteTokenRequest.php b/Build/src/V2/FetchReadWriteTokenRequest.php
index 5c24c1711c4..aee7d2c84f5 100644
--- a/Build/src/V2/FetchReadWriteTokenRequest.php
+++ b/Build/src/V2/FetchReadWriteTokenRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for fetching SCM read/write token.
@@ -17,7 +17,7 @@ class FetchReadWriteTokenRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $repository): self
*
* @type string $repository
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getRepository()
/**
* Required. The resource name of the repository in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string repository = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/FetchReadWriteTokenResponse.php b/Build/src/V2/FetchReadWriteTokenResponse.php
index c38b59dc84b..4032f2e1308 100644
--- a/Build/src/V2/FetchReadWriteTokenResponse.php
+++ b/Build/src/V2/FetchReadWriteTokenResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for responding to get read/write token.
diff --git a/Build/src/V2/GetConnectionRequest.php b/Build/src/V2/GetConnectionRequest.php
index a5fb8449f96..25cda88affa 100644
--- a/Build/src/V2/GetConnectionRequest.php
+++ b/Build/src/V2/GetConnectionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for getting the details of a Connection.
@@ -17,7 +17,7 @@ class GetConnectionRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the Connection to retrieve.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The name of the Connection to retrieve.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the Connection to retrieve.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. The name of the Connection to retrieve.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/GetRepositoryRequest.php b/Build/src/V2/GetRepositoryRequest.php
index 2b71cd243f1..cc05d4ba865 100644
--- a/Build/src/V2/GetRepositoryRequest.php
+++ b/Build/src/V2/GetRepositoryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for getting the details of a Repository.
@@ -17,7 +17,7 @@ class GetRepositoryRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The name of the Repository to retrieve.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. The name of the Repository to retrieve.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. The name of the Repository to retrieve.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. The name of the Repository to retrieve.
- * Format: `projects/*/locations/*/connections/*/repositories/*`.
+ * Format: `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/GitHubConfig.php b/Build/src/V2/GitHubConfig.php
index d1435a9df8e..d2a970d8ef5 100644
--- a/Build/src/V2/GitHubConfig.php
+++ b/Build/src/V2/GitHubConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for connections to github.com.
diff --git a/Build/src/V2/GitHubEnterpriseConfig.php b/Build/src/V2/GitHubEnterpriseConfig.php
index 333e5860353..155bd65db45 100644
--- a/Build/src/V2/GitHubEnterpriseConfig.php
+++ b/Build/src/V2/GitHubEnterpriseConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for connections to an instance of GitHub Enterprise.
@@ -41,14 +41,14 @@ class GitHubEnterpriseConfig extends \Google\Protobuf\Internal\Message
protected $app_slug = '';
/**
* SecretManager resource containing the private key of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string private_key_secret_version = 4 [(.google.api.resource_reference) = {
*/
protected $private_key_secret_version = '';
/**
* SecretManager resource containing the webhook secret of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 5 [(.google.api.resource_reference) = {
*/
@@ -98,10 +98,10 @@ class GitHubEnterpriseConfig extends \Google\Protobuf\Internal\Message
* The URL-friendly name of the GitHub App.
* @type string $private_key_secret_version
* SecretManager resource containing the private key of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
* @type string $webhook_secret_secret_version
* SecretManager resource containing the webhook secret of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
* @type int|string $app_installation_id
* ID of the installation of the GitHub App.
* @type \Google\Cloud\Build\V2\ServiceDirectoryConfig $service_directory_config
@@ -227,7 +227,7 @@ public function setAppSlug($var)
/**
* SecretManager resource containing the private key of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string private_key_secret_version = 4 [(.google.api.resource_reference) = {
* @return string
@@ -239,7 +239,7 @@ public function getPrivateKeySecretVersion()
/**
* SecretManager resource containing the private key of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string private_key_secret_version = 4 [(.google.api.resource_reference) = {
* @param string $var
@@ -255,7 +255,7 @@ public function setPrivateKeySecretVersion($var)
/**
* SecretManager resource containing the webhook secret of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 5 [(.google.api.resource_reference) = {
* @return string
@@ -267,7 +267,7 @@ public function getWebhookSecretSecretVersion()
/**
* SecretManager resource containing the webhook secret of the GitHub App,
- * formatted as `projects/*/secrets/*/versions/*`.
+ * formatted as `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 5 [(.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/GitLabConfig.php b/Build/src/V2/GitLabConfig.php
index 078b133eccb..69aa87d8302 100644
--- a/Build/src/V2/GitLabConfig.php
+++ b/Build/src/V2/GitLabConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for connections to gitlab.com or an instance of GitLab
@@ -26,7 +26,7 @@ class GitLabConfig extends \Google\Protobuf\Internal\Message
/**
* Required. Immutable. SecretManager resource containing the webhook secret
* of a GitLab Enterprise project, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
*/
@@ -80,7 +80,7 @@ class GitLabConfig extends \Google\Protobuf\Internal\Message
* @type string $webhook_secret_secret_version
* Required. Immutable. SecretManager resource containing the webhook secret
* of a GitLab Enterprise project, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
* @type \Google\Cloud\Build\V2\UserCredential $read_authorizer_credential
* Required. A GitLab personal access token with the minimum `read_api` scope
* access.
@@ -135,7 +135,7 @@ public function setHostUri($var)
/**
* Required. Immutable. SecretManager resource containing the webhook secret
* of a GitLab Enterprise project, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
* @return string
@@ -148,7 +148,7 @@ public function getWebhookSecretSecretVersion()
/**
* Required. Immutable. SecretManager resource containing the webhook secret
* of a GitLab Enterprise project, formatted as
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string webhook_secret_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/InstallationState.php b/Build/src/V2/InstallationState.php
index b1ae1f2c68e..e0e1ce0faea 100644
--- a/Build/src/V2/InstallationState.php
+++ b/Build/src/V2/InstallationState.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Describes stage and necessary actions to be taken by the
diff --git a/Build/src/V2/InstallationState/Stage.php b/Build/src/V2/InstallationState/Stage.php
index bcaf482a392..8cd4a9da00f 100644
--- a/Build/src/V2/InstallationState/Stage.php
+++ b/Build/src/V2/InstallationState/Stage.php
@@ -74,4 +74,3 @@ public static function value($name)
}
}
-
diff --git a/Build/src/V2/ListConnectionsRequest.php b/Build/src/V2/ListConnectionsRequest.php
index d074735f716..bb9cffbd7b9 100644
--- a/Build/src/V2/ListConnectionsRequest.php
+++ b/Build/src/V2/ListConnectionsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for requesting list of Connections.
@@ -17,7 +17,7 @@ class ListConnectionsRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent, which owns this collection of Connections.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -58,7 +58,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The parent, which owns this collection of Connections.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
* @type int $page_size
* Number of results to return in the list.
* @type string $page_token
@@ -72,7 +72,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent, which owns this collection of Connections.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -84,7 +84,7 @@ public function getParent()
/**
* Required. The parent, which owns this collection of Connections.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/ListConnectionsResponse.php b/Build/src/V2/ListConnectionsResponse.php
index 9d9a916d3a0..8807198981c 100644
--- a/Build/src/V2/ListConnectionsResponse.php
+++ b/Build/src/V2/ListConnectionsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for response to listing Connections.
@@ -34,7 +34,7 @@ class ListConnectionsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Build\V2\Connection>|\Google\Protobuf\Internal\RepeatedField $connections
+ * @type \Google\Cloud\Build\V2\Connection[] $connections
* The list of Connections.
* @type string $next_page_token
* A token identifying a page of results the server should return.
@@ -49,7 +49,7 @@ public function __construct($data = NULL) {
* The list of Connections.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Build\V2\Connection>
*/
public function getConnections()
{
@@ -60,7 +60,7 @@ public function getConnections()
* The list of Connections.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Connection connections = 1;
- * @param array<\Google\Cloud\Build\V2\Connection>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Build\V2\Connection[] $var
* @return $this
*/
public function setConnections($var)
diff --git a/Build/src/V2/ListRepositoriesRequest.php b/Build/src/V2/ListRepositoriesRequest.php
index b348f630d74..88a2fc4386f 100644
--- a/Build/src/V2/ListRepositoriesRequest.php
+++ b/Build/src/V2/ListRepositoriesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for requesting list of Repositories.
@@ -17,7 +17,7 @@ class ListRepositoriesRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent, which owns this collection of Repositories.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -67,7 +67,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The parent, which owns this collection of Repositories.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
* @type int $page_size
* Number of results to return in the list.
* @type string $page_token
@@ -86,7 +86,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent, which owns this collection of Repositories.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -98,7 +98,7 @@ public function getParent()
/**
* Required. The parent, which owns this collection of Repositories.
- * Format: `projects/*/locations/*/connections/*`.
+ * Format: `projects/{@*}locations/{@*}connections/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/ListRepositoriesResponse.php b/Build/src/V2/ListRepositoriesResponse.php
index 54490f45084..3c03fa67a2e 100644
--- a/Build/src/V2/ListRepositoriesResponse.php
+++ b/Build/src/V2/ListRepositoriesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for response to listing Repositories.
@@ -34,7 +34,7 @@ class ListRepositoriesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Build\V2\Repository>|\Google\Protobuf\Internal\RepeatedField $repositories
+ * @type \Google\Cloud\Build\V2\Repository[] $repositories
* The list of Repositories.
* @type string $next_page_token
* A token identifying a page of results the server should return.
@@ -49,7 +49,7 @@ public function __construct($data = NULL) {
* The list of Repositories.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Build\V2\Repository>
*/
public function getRepositories()
{
@@ -60,7 +60,7 @@ public function getRepositories()
* The list of Repositories.
*
* Generated from protobuf field repeated .google.devtools.cloudbuild.v2.Repository repositories = 1;
- * @param array<\Google\Cloud\Build\V2\Repository>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Build\V2\Repository[] $var
* @return $this
*/
public function setRepositories($var)
diff --git a/Build/src/V2/OAuthCredential.php b/Build/src/V2/OAuthCredential.php
index 02ae959dbbb..6f59277af97 100644
--- a/Build/src/V2/OAuthCredential.php
+++ b/Build/src/V2/OAuthCredential.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents an OAuth token of the account that authorized the Connection,
@@ -18,7 +18,7 @@ class OAuthCredential extends \Google\Protobuf\Internal\Message
{
/**
* A SecretManager resource containing the OAuth token that authorizes
- * the Cloud Build connection. Format: `projects/*/secrets/*/versions/*`.
+ * the Cloud Build connection. Format: `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string oauth_token_secret_version = 1 [(.google.api.resource_reference) = {
*/
@@ -38,7 +38,7 @@ class OAuthCredential extends \Google\Protobuf\Internal\Message
*
* @type string $oauth_token_secret_version
* A SecretManager resource containing the OAuth token that authorizes
- * the Cloud Build connection. Format: `projects/*/secrets/*/versions/*`.
+ * the Cloud Build connection. Format: `projects/{@*}secrets/{@*}versions/*`.
* @type string $username
* Output only. The username associated to this token.
* }
@@ -50,7 +50,7 @@ public function __construct($data = NULL) {
/**
* A SecretManager resource containing the OAuth token that authorizes
- * the Cloud Build connection. Format: `projects/*/secrets/*/versions/*`.
+ * the Cloud Build connection. Format: `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string oauth_token_secret_version = 1 [(.google.api.resource_reference) = {
* @return string
@@ -62,7 +62,7 @@ public function getOauthTokenSecretVersion()
/**
* A SecretManager resource containing the OAuth token that authorizes
- * the Cloud Build connection. Format: `projects/*/secrets/*/versions/*`.
+ * the Cloud Build connection. Format: `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string oauth_token_secret_version = 1 [(.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/OperationMetadata.php b/Build/src/V2/OperationMetadata.php
index 42a4e11540a..78b480cdc57 100644
--- a/Build/src/V2/OperationMetadata.php
+++ b/Build/src/V2/OperationMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the metadata of the long-running operation.
diff --git a/Build/src/V2/ProcessWebhookRequest.php b/Build/src/V2/ProcessWebhookRequest.php
index cf013c81720..15b64fc9158 100644
--- a/Build/src/V2/ProcessWebhookRequest.php
+++ b/Build/src/V2/ProcessWebhookRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* RPC request object accepted by the ProcessWebhook RPC method.
@@ -17,7 +17,7 @@ class ProcessWebhookRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. Project and location where the webhook will be received.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -44,7 +44,7 @@ class ProcessWebhookRequest extends \Google\Protobuf\Internal\Message
*
* @type string $parent
* Required. Project and location where the webhook will be received.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
* @type \Google\Api\HttpBody $body
* HTTP request body.
* @type string $webhook_key
@@ -59,7 +59,7 @@ public function __construct($data = NULL) {
/**
* Required. Project and location where the webhook will be received.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -71,7 +71,7 @@ public function getParent()
/**
* Required. Project and location where the webhook will be received.
- * Format: `projects/*/locations/*`.
+ * Format: `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Build/src/V2/Repository.php b/Build/src/V2/Repository.php
index 6099cdddc39..b396c634e71 100644
--- a/Build/src/V2/Repository.php
+++ b/Build/src/V2/Repository.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A repository associated to a parent connection.
@@ -17,7 +17,7 @@ class Repository extends \Google\Protobuf\Internal\Message
{
/**
* Immutable. Resource name of the repository, in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
*/
@@ -69,7 +69,7 @@ class Repository extends \Google\Protobuf\Internal\Message
*
* @type string $name
* Immutable. Resource name of the repository, in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
* @type string $remote_uri
* Required. Git Clone HTTPS URI.
* @type \Google\Protobuf\Timestamp $create_time
@@ -93,7 +93,7 @@ public function __construct($data = NULL) {
/**
* Immutable. Resource name of the repository, in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
* @return string
@@ -105,7 +105,7 @@ public function getName()
/**
* Immutable. Resource name of the repository, in the format
- * `projects/*/locations/*/connections/*/repositories/*`.
+ * `projects/{@*}locations/{@*}connections/{@*}repositories/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
* @param string $var
diff --git a/Build/src/V2/RunWorkflowCustomOperationMetadata.php b/Build/src/V2/RunWorkflowCustomOperationMetadata.php
index 607954ea33b..7e8e726030f 100644
--- a/Build/src/V2/RunWorkflowCustomOperationMetadata.php
+++ b/Build/src/V2/RunWorkflowCustomOperationMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the custom metadata of the RunWorkflow long-running operation.
diff --git a/Build/src/V2/ServiceDirectoryConfig.php b/Build/src/V2/ServiceDirectoryConfig.php
index 319cc1be788..28d065b750c 100644
--- a/Build/src/V2/ServiceDirectoryConfig.php
+++ b/Build/src/V2/ServiceDirectoryConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ServiceDirectoryConfig represents Service Directory configuration for a
diff --git a/Build/src/V2/UpdateConnectionRequest.php b/Build/src/V2/UpdateConnectionRequest.php
index 9249d61cca3..1f318b261be 100644
--- a/Build/src/V2/UpdateConnectionRequest.php
+++ b/Build/src/V2/UpdateConnectionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for updating a Connection.
diff --git a/Build/src/V2/UserCredential.php b/Build/src/V2/UserCredential.php
index c1984197041..154adee9d74 100644
--- a/Build/src/V2/UserCredential.php
+++ b/Build/src/V2/UserCredential.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Build\V2;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents a personal access token that authorized the Connection,
@@ -19,7 +19,7 @@ class UserCredential extends \Google\Protobuf\Internal\Message
/**
* Required. A SecretManager resource containing the user token that
* authorizes the Cloud Build connection. Format:
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -40,7 +40,7 @@ class UserCredential extends \Google\Protobuf\Internal\Message
* @type string $user_token_secret_version
* Required. A SecretManager resource containing the user token that
* authorizes the Cloud Build connection. Format:
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
* @type string $username
* Output only. The username associated to this token.
* }
@@ -53,7 +53,7 @@ public function __construct($data = NULL) {
/**
* Required. A SecretManager resource containing the user token that
* authorizes the Cloud Build connection. Format:
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -66,7 +66,7 @@ public function getUserTokenSecretVersion()
/**
* Required. A SecretManager resource containing the user token that
* authorizes the Cloud Build connection. Format:
- * `projects/*/secrets/*/versions/*`.
+ * `projects/{@*}secrets/{@*}versions/*`.
*
* Generated from protobuf field string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CapacityPlanner/metadata/V1Beta/Allocation.php b/CapacityPlanner/metadata/V1Beta/Allocation.php
index 7e87eb6a700..2baf94e05a7 100644
Binary files a/CapacityPlanner/metadata/V1Beta/Allocation.php and b/CapacityPlanner/metadata/V1Beta/Allocation.php differ
diff --git a/CapacityPlanner/metadata/V1Beta/FutureReservation.php b/CapacityPlanner/metadata/V1Beta/FutureReservation.php
index b910c31f7f5..aef78a2950c 100644
Binary files a/CapacityPlanner/metadata/V1Beta/FutureReservation.php and b/CapacityPlanner/metadata/V1Beta/FutureReservation.php differ
diff --git a/CapacityPlanner/metadata/V1Beta/Location.php b/CapacityPlanner/metadata/V1Beta/Location.php
index 1372c8a978a..8b9a94e7673 100644
Binary files a/CapacityPlanner/metadata/V1Beta/Location.php and b/CapacityPlanner/metadata/V1Beta/Location.php differ
diff --git a/CapacityPlanner/metadata/V1Beta/Resource.php b/CapacityPlanner/metadata/V1Beta/Resource.php
index 275b3d3491c..f1aa07efde1 100644
Binary files a/CapacityPlanner/metadata/V1Beta/Resource.php and b/CapacityPlanner/metadata/V1Beta/Resource.php differ
diff --git a/CapacityPlanner/metadata/V1Beta/UsageService.php b/CapacityPlanner/metadata/V1Beta/UsageService.php
index 2410f48ecb8..c70747f07f4 100644
Binary files a/CapacityPlanner/metadata/V1Beta/UsageService.php and b/CapacityPlanner/metadata/V1Beta/UsageService.php differ
diff --git a/CapacityPlanner/src/V1beta/Allocation.php b/CapacityPlanner/src/V1beta/Allocation.php
index c8b55a9ebdf..4c0250909d1 100644
--- a/CapacityPlanner/src/V1beta/Allocation.php
+++ b/CapacityPlanner/src/V1beta/Allocation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Repesents Allocation which is part of aggregated
diff --git a/CapacityPlanner/src/V1beta/Allocation/ShareSettings.php b/CapacityPlanner/src/V1beta/Allocation/ShareSettings.php
index 05496959e7e..aab24616718 100644
--- a/CapacityPlanner/src/V1beta/Allocation/ShareSettings.php
+++ b/CapacityPlanner/src/V1beta/Allocation/ShareSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\Allocation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The share setting for reservation.
@@ -38,7 +38,7 @@ class ShareSettings extends \Google\Protobuf\Internal\Message
*
* @type int $share_type
* Type of sharing for this shared-reservation
- * @type array|\Google\Protobuf\Internal\RepeatedField $projects
+ * @type string[] $projects
* A List of Project names to specify consumer projects for this
* shared-reservation. This is only valid when share_type's value is
* SPECIFIC_PROJECTS.
@@ -81,7 +81,7 @@ public function setShareType($var)
* SPECIFIC_PROJECTS.
*
* Generated from protobuf field repeated string projects = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getProjects()
{
@@ -94,7 +94,7 @@ public function getProjects()
* SPECIFIC_PROJECTS.
*
* Generated from protobuf field repeated string projects = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setProjects($var)
@@ -107,4 +107,3 @@ public function setProjects($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/ShareSettings/ShareType.php b/CapacityPlanner/src/V1beta/Allocation/ShareSettings/ShareType.php
index 43f1e4c4288..aac59c7b966 100644
--- a/CapacityPlanner/src/V1beta/Allocation/ShareSettings/ShareType.php
+++ b/CapacityPlanner/src/V1beta/Allocation/ShareSettings/ShareType.php
@@ -75,4 +75,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation.php b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation.php
index d628301f49b..b80ee900d08 100644
--- a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation.php
+++ b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\Allocation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* This reservation type allows to pre allocate specific instance
@@ -178,4 +178,3 @@ public function setAssuredCount($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties.php b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties.php
index 84c7c784dca..ffae81bf074 100644
--- a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties.php
+++ b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Properties of the SKU instances being reserved.
@@ -53,11 +53,11 @@ class AllocatedInstanceProperties extends \Google\Protobuf\Internal\Message
* Specifies type of machine (name only) which has fixed number of vCPUs
* and fixed amount of memory. This also includes specifying custom
* machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AcceleratorConfig>|\Google\Protobuf\Internal\RepeatedField $guest_accelerator
+ * @type \Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AcceleratorConfig[] $guest_accelerator
* Specifies accelerator type and count.
* @type string $min_cpu_platform
* Minimum cpu platform the reservation.
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AllocatedDisk>|\Google\Protobuf\Internal\RepeatedField $local_ssd
+ * @type \Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AllocatedDisk[] $local_ssd
* Specifies amount of local ssd to reserve with each instance. The type
* of disk is local-ssd.
* }
@@ -101,7 +101,7 @@ public function setMachineType($var)
* Specifies accelerator type and count.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AcceleratorConfig guest_accelerator = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AcceleratorConfig>
*/
public function getGuestAccelerator()
{
@@ -112,7 +112,7 @@ public function getGuestAccelerator()
* Specifies accelerator type and count.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AcceleratorConfig guest_accelerator = 2;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AcceleratorConfig>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AcceleratorConfig[] $var
* @return $this
*/
public function setGuestAccelerator($var)
@@ -154,7 +154,7 @@ public function setMinCpuPlatform($var)
* of disk is local-ssd.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk local_ssd = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AllocatedDisk>
*/
public function getLocalSsd()
{
@@ -166,7 +166,7 @@ public function getLocalSsd()
* of disk is local-ssd.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Allocation.SpecificSKUAllocation.AllocatedInstanceProperties.AllocatedDisk local_ssd = 4;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AllocatedDisk>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties\AllocatedDisk[] $var
* @return $this
*/
public function setLocalSsd($var)
@@ -179,4 +179,3 @@ public function setLocalSsd($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AcceleratorConfig.php b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AcceleratorConfig.php
index 0c28459fcb3..391392de861 100644
--- a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AcceleratorConfig.php
+++ b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AcceleratorConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A specification of the type and number of accelerator cards attached to
@@ -108,4 +108,3 @@ public function setCount($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk.php b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk.php
index c030b310e61..b740349a475 100644
--- a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk.php
+++ b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\Allocation\SpecificSKUAllocation\AllocatedInstanceProperties;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A specification of the interface and size of disk attached to
@@ -104,4 +104,3 @@ public function setDiskInterface($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk/DiskInterface.php b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk/DiskInterface.php
index 59a06758c37..aa8a4640e40 100644
--- a/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk/DiskInterface.php
+++ b/CapacityPlanner/src/V1beta/Allocation/SpecificSKUAllocation/AllocatedInstanceProperties/AllocatedDisk/DiskInterface.php
@@ -73,4 +73,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/Allocation/Status.php b/CapacityPlanner/src/V1beta/Allocation/Status.php
index 05414953a8c..d35eed2b556 100644
--- a/CapacityPlanner/src/V1beta/Allocation/Status.php
+++ b/CapacityPlanner/src/V1beta/Allocation/Status.php
@@ -80,4 +80,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/BigQueryDestination.php b/CapacityPlanner/src/V1beta/BigQueryDestination.php
index 4f995ea3fdc..e80e6b04b6a 100644
--- a/CapacityPlanner/src/V1beta/BigQueryDestination.php
+++ b/CapacityPlanner/src/V1beta/BigQueryDestination.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A BigQuery destination for exporting assets to.
diff --git a/CapacityPlanner/src/V1beta/BigQueryDestination/CreateDisposition.php b/CapacityPlanner/src/V1beta/BigQueryDestination/CreateDisposition.php
index a7b9e3de4da..29b52e72ebc 100644
--- a/CapacityPlanner/src/V1beta/BigQueryDestination/CreateDisposition.php
+++ b/CapacityPlanner/src/V1beta/BigQueryDestination/CreateDisposition.php
@@ -60,4 +60,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/BigQueryDestination/PartitionKey.php b/CapacityPlanner/src/V1beta/BigQueryDestination/PartitionKey.php
index a519edd27c6..ce4fe1d7d56 100644
--- a/CapacityPlanner/src/V1beta/BigQueryDestination/PartitionKey.php
+++ b/CapacityPlanner/src/V1beta/BigQueryDestination/PartitionKey.php
@@ -58,4 +58,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/BigQueryDestination/WriteDisposition.php b/CapacityPlanner/src/V1beta/BigQueryDestination/WriteDisposition.php
index 0aadc58fa5e..e559c488926 100644
--- a/CapacityPlanner/src/V1beta/BigQueryDestination/WriteDisposition.php
+++ b/CapacityPlanner/src/V1beta/BigQueryDestination/WriteDisposition.php
@@ -70,4 +70,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/ExportForecastsRequest.php b/CapacityPlanner/src/V1beta/ExportForecastsRequest.php
index da70b7cda33..3e67ca152a1 100644
--- a/CapacityPlanner/src/V1beta/ExportForecastsRequest.php
+++ b/CapacityPlanner/src/V1beta/ExportForecastsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `ExportForecasts` request
diff --git a/CapacityPlanner/src/V1beta/ExportForecastsResponse.php b/CapacityPlanner/src/V1beta/ExportForecastsResponse.php
index e0343927928..6ed166e0619 100644
--- a/CapacityPlanner/src/V1beta/ExportForecastsResponse.php
+++ b/CapacityPlanner/src/V1beta/ExportForecastsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A response message for [UsageService.ExportForecasts].
diff --git a/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest.php b/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest.php
index 2035fcd49f9..e5de713e862 100644
--- a/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest.php
+++ b/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `ExportReservationsUsage` request
diff --git a/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest/ShareType.php b/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest/ShareType.php
index 32e100d2957..9a6e7ab16d2 100644
--- a/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest/ShareType.php
+++ b/CapacityPlanner/src/V1beta/ExportReservationsUsageRequest/ShareType.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/ExportReservationsUsageResponse.php b/CapacityPlanner/src/V1beta/ExportReservationsUsageResponse.php
index 68e0417799f..a5ff2b79386 100644
--- a/CapacityPlanner/src/V1beta/ExportReservationsUsageResponse.php
+++ b/CapacityPlanner/src/V1beta/ExportReservationsUsageResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A response message for [UsageService.ExportReservationsUsage].
diff --git a/CapacityPlanner/src/V1beta/ExportUsageHistoriesRequest.php b/CapacityPlanner/src/V1beta/ExportUsageHistoriesRequest.php
index 50832fca10d..fb95cb664f2 100644
--- a/CapacityPlanner/src/V1beta/ExportUsageHistoriesRequest.php
+++ b/CapacityPlanner/src/V1beta/ExportUsageHistoriesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `ExportUsageHistories` request
diff --git a/CapacityPlanner/src/V1beta/ExportUsageHistoriesResponse.php b/CapacityPlanner/src/V1beta/ExportUsageHistoriesResponse.php
index 4b3e3def514..1215bfd8f9e 100644
--- a/CapacityPlanner/src/V1beta/ExportUsageHistoriesResponse.php
+++ b/CapacityPlanner/src/V1beta/ExportUsageHistoriesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A response message for [UsageService.ExportUsageHistories].
diff --git a/CapacityPlanner/src/V1beta/Forecast.php b/CapacityPlanner/src/V1beta/Forecast.php
index 42e1a8d33dc..a6778581d31 100644
--- a/CapacityPlanner/src/V1beta/Forecast.php
+++ b/CapacityPlanner/src/V1beta/Forecast.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A collection of data points that describes the predicted time-varying values
diff --git a/CapacityPlanner/src/V1beta/Forecast/Bounds.php b/CapacityPlanner/src/V1beta/Forecast/Bounds.php
index ca0d412486d..c8d0715e06d 100644
--- a/CapacityPlanner/src/V1beta/Forecast/Bounds.php
+++ b/CapacityPlanner/src/V1beta/Forecast/Bounds.php
@@ -66,4 +66,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/Forecast/ForecastType.php b/CapacityPlanner/src/V1beta/Forecast/ForecastType.php
index badcfc9a309..8a29898a30d 100644
--- a/CapacityPlanner/src/V1beta/Forecast/ForecastType.php
+++ b/CapacityPlanner/src/V1beta/Forecast/ForecastType.php
@@ -68,4 +68,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/Forecast/PredictionInterval.php b/CapacityPlanner/src/V1beta/Forecast/PredictionInterval.php
index d3978461bc1..9b2e086bab3 100644
--- a/CapacityPlanner/src/V1beta/Forecast/PredictionInterval.php
+++ b/CapacityPlanner/src/V1beta/Forecast/PredictionInterval.php
@@ -65,4 +65,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/FutureReservation.php b/CapacityPlanner/src/V1beta/FutureReservation.php
index 7784949ad76..242b40e9e03 100644
--- a/CapacityPlanner/src/V1beta/FutureReservation.php
+++ b/CapacityPlanner/src/V1beta/FutureReservation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Repesents Future Reservation request which is part of aggregated
diff --git a/CapacityPlanner/src/V1beta/FutureReservation/SpecificSKUProperties.php b/CapacityPlanner/src/V1beta/FutureReservation/SpecificSKUProperties.php
index f2489a6479d..3a6c2920002 100644
--- a/CapacityPlanner/src/V1beta/FutureReservation/SpecificSKUProperties.php
+++ b/CapacityPlanner/src/V1beta/FutureReservation/SpecificSKUProperties.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\FutureReservation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents specific SKU properties for the Future Reservation.
@@ -113,4 +113,3 @@ public function setTotalCount($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/FutureReservation/Status.php b/CapacityPlanner/src/V1beta/FutureReservation/Status.php
index 37fee7b29f3..8e00aa3f70a 100644
--- a/CapacityPlanner/src/V1beta/FutureReservation/Status.php
+++ b/CapacityPlanner/src/V1beta/FutureReservation/Status.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\FutureReservation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents status related to the future reservation.
@@ -61,7 +61,7 @@ class Status extends \Google\Protobuf\Internal\Message
* after the Future Reservation is in the APPROVED state. The lock_time is
* an RFC3339 string. The procurement_status will transition to PROCURING
* state at this time.
- * @type array|\Google\Protobuf\Internal\RepeatedField $auto_created_reservations
+ * @type string[] $auto_created_reservations
* Fully qualified urls of the automatically created reservations at
* start_time.
* @type int|string $fulfilled_count
@@ -150,7 +150,7 @@ public function setLockTime($var)
* start_time.
*
* Generated from protobuf field repeated string auto_created_reservations = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getAutoCreatedReservations()
{
@@ -162,7 +162,7 @@ public function getAutoCreatedReservations()
* start_time.
*
* Generated from protobuf field repeated string auto_created_reservations = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setAutoCreatedReservations($var)
@@ -205,4 +205,3 @@ public function setFulfilledCount($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/FutureReservation/Status/ProcurementStatus.php b/CapacityPlanner/src/V1beta/FutureReservation/Status/ProcurementStatus.php
index cabfe595e9c..a886d938d3e 100644
--- a/CapacityPlanner/src/V1beta/FutureReservation/Status/ProcurementStatus.php
+++ b/CapacityPlanner/src/V1beta/FutureReservation/Status/ProcurementStatus.php
@@ -138,4 +138,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/FutureReservation/TimeWindow.php b/CapacityPlanner/src/V1beta/FutureReservation/TimeWindow.php
index e7d0cda7da8..2df812582cf 100644
--- a/CapacityPlanner/src/V1beta/FutureReservation/TimeWindow.php
+++ b/CapacityPlanner/src/V1beta/FutureReservation/TimeWindow.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\FutureReservation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents time window for the Future Reservation.
@@ -119,4 +119,3 @@ public function setEndTime($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/GcsDestination.php b/CapacityPlanner/src/V1beta/GcsDestination.php
index 8f6ed615e0e..d369c5d93e5 100644
--- a/CapacityPlanner/src/V1beta/GcsDestination.php
+++ b/CapacityPlanner/src/V1beta/GcsDestination.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Cloud Storage location.
diff --git a/CapacityPlanner/src/V1beta/LocationIdentifier.php b/CapacityPlanner/src/V1beta/LocationIdentifier.php
index 8e19e46972c..bb2cd5d2b23 100644
--- a/CapacityPlanner/src/V1beta/LocationIdentifier.php
+++ b/CapacityPlanner/src/V1beta/LocationIdentifier.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Identifier for a Google Cloud Platform location.
@@ -46,7 +46,7 @@ class LocationIdentifier extends \Google\Protobuf\Internal\Message
* @type string $source
* Required. Location where resource is sourced. For Cloud Storage, the
* alphabetically first location is the source.
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\LocationIdentifier\LinkedLocation>|\Google\Protobuf\Internal\RepeatedField $linked_locations
+ * @type \Google\Cloud\CapacityPlanner\V1beta\LocationIdentifier\LinkedLocation[] $linked_locations
* Optional. Other linked locations.
* }
*/
@@ -113,7 +113,7 @@ public function setSource($var)
* Optional. Other linked locations.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.LocationIdentifier.LinkedLocation linked_locations = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\LocationIdentifier\LinkedLocation>
*/
public function getLinkedLocations()
{
@@ -124,7 +124,7 @@ public function getLinkedLocations()
* Optional. Other linked locations.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.LocationIdentifier.LinkedLocation linked_locations = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\LocationIdentifier\LinkedLocation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\LocationIdentifier\LinkedLocation[] $var
* @return $this
*/
public function setLinkedLocations($var)
diff --git a/CapacityPlanner/src/V1beta/LocationIdentifier/LinkedLocation.php b/CapacityPlanner/src/V1beta/LocationIdentifier/LinkedLocation.php
index 788de1a1e11..dde03cdad76 100644
--- a/CapacityPlanner/src/V1beta/LocationIdentifier/LinkedLocation.php
+++ b/CapacityPlanner/src/V1beta/LocationIdentifier/LinkedLocation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta\LocationIdentifier;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Generated from protobuf message google.cloud.capacityplanner.v1beta.LocationIdentifier.LinkedLocation
@@ -124,4 +124,3 @@ public function setLabel($var)
}
-
diff --git a/CapacityPlanner/src/V1beta/MachineShape.php b/CapacityPlanner/src/V1beta/MachineShape.php
index bc0f2a1c3a7..0b3744d8e7d 100644
--- a/CapacityPlanner/src/V1beta/MachineShape.php
+++ b/CapacityPlanner/src/V1beta/MachineShape.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Machine shape details
diff --git a/CapacityPlanner/src/V1beta/OperationMetadata.php b/CapacityPlanner/src/V1beta/OperationMetadata.php
index 782624f472c..679442140d3 100644
--- a/CapacityPlanner/src/V1beta/OperationMetadata.php
+++ b/CapacityPlanner/src/V1beta/OperationMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the metadata of a long-running operation.
diff --git a/CapacityPlanner/src/V1beta/OutputConfig.php b/CapacityPlanner/src/V1beta/OutputConfig.php
index b1a3f874167..eabe0450169 100644
--- a/CapacityPlanner/src/V1beta/OutputConfig.php
+++ b/CapacityPlanner/src/V1beta/OutputConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Output configuration for export destination.
diff --git a/CapacityPlanner/src/V1beta/Point.php b/CapacityPlanner/src/V1beta/Point.php
index 90f206e9073..73177ef777b 100644
--- a/CapacityPlanner/src/V1beta/Point.php
+++ b/CapacityPlanner/src/V1beta/Point.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A single data point in a time series.
diff --git a/CapacityPlanner/src/V1beta/QueryForecastsRequest.php b/CapacityPlanner/src/V1beta/QueryForecastsRequest.php
index b8bc0573cf3..1d5057a6254 100644
--- a/CapacityPlanner/src/V1beta/QueryForecastsRequest.php
+++ b/CapacityPlanner/src/V1beta/QueryForecastsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `QueryForecasts` request.
diff --git a/CapacityPlanner/src/V1beta/QueryForecastsResponse.php b/CapacityPlanner/src/V1beta/QueryForecastsResponse.php
index 2c490e582fd..f8b5ee6c57d 100644
--- a/CapacityPlanner/src/V1beta/QueryForecastsResponse.php
+++ b/CapacityPlanner/src/V1beta/QueryForecastsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `QueryForecasts` response.
@@ -28,7 +28,7 @@ class QueryForecastsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\Forecast>|\Google\Protobuf\Internal\RepeatedField $forecasts
+ * @type \Google\Cloud\CapacityPlanner\V1beta\Forecast[] $forecasts
* The forecasts that match the request.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* The forecasts that match the request.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\Forecast>
*/
public function getForecasts()
{
@@ -52,7 +52,7 @@ public function getForecasts()
* The forecasts that match the request.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Forecast forecasts = 1;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\Forecast>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\Forecast[] $var
* @return $this
*/
public function setForecasts($var)
diff --git a/CapacityPlanner/src/V1beta/QueryReservationsRequest.php b/CapacityPlanner/src/V1beta/QueryReservationsRequest.php
index 3cb171d2360..93f711747fe 100644
--- a/CapacityPlanner/src/V1beta/QueryReservationsRequest.php
+++ b/CapacityPlanner/src/V1beta/QueryReservationsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `QueryReservations` request.
diff --git a/CapacityPlanner/src/V1beta/QueryReservationsRequest/OwnershipType.php b/CapacityPlanner/src/V1beta/QueryReservationsRequest/OwnershipType.php
index 8e26de7b86c..d333574dc51 100644
--- a/CapacityPlanner/src/V1beta/QueryReservationsRequest/OwnershipType.php
+++ b/CapacityPlanner/src/V1beta/QueryReservationsRequest/OwnershipType.php
@@ -61,4 +61,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationDataLevel.php b/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationDataLevel.php
index da199ec1d61..019cd7f032c 100644
--- a/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationDataLevel.php
+++ b/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationDataLevel.php
@@ -64,4 +64,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationType.php b/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationType.php
index 3cdf567c8e8..ced7ca35829 100644
--- a/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationType.php
+++ b/CapacityPlanner/src/V1beta/QueryReservationsRequest/ReservationType.php
@@ -67,4 +67,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/QueryReservationsRequest/ShareType.php b/CapacityPlanner/src/V1beta/QueryReservationsRequest/ShareType.php
index e2ecce67ca4..8dd8b1aeb81 100644
--- a/CapacityPlanner/src/V1beta/QueryReservationsRequest/ShareType.php
+++ b/CapacityPlanner/src/V1beta/QueryReservationsRequest/ShareType.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/QueryReservationsResponse.php b/CapacityPlanner/src/V1beta/QueryReservationsResponse.php
index 78401771f1e..1dd0236872c 100644
--- a/CapacityPlanner/src/V1beta/QueryReservationsResponse.php
+++ b/CapacityPlanner/src/V1beta/QueryReservationsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `QueryReservations` response.
@@ -28,7 +28,7 @@ class QueryReservationsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\ReservationData>|\Google\Protobuf\Internal\RepeatedField $reservations
+ * @type \Google\Cloud\CapacityPlanner\V1beta\ReservationData[] $reservations
* The reservations data that match the request.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* The reservations data that match the request.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\ReservationData>
*/
public function getReservations()
{
@@ -52,7 +52,7 @@ public function getReservations()
* The reservations data that match the request.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.ReservationData reservations = 1;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\ReservationData>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\ReservationData[] $var
* @return $this
*/
public function setReservations($var)
diff --git a/CapacityPlanner/src/V1beta/QueryUsageHistoriesRequest.php b/CapacityPlanner/src/V1beta/QueryUsageHistoriesRequest.php
index aef5dd4733d..014791eef21 100644
--- a/CapacityPlanner/src/V1beta/QueryUsageHistoriesRequest.php
+++ b/CapacityPlanner/src/V1beta/QueryUsageHistoriesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `QueryUsageHistories` request.
diff --git a/CapacityPlanner/src/V1beta/QueryUsageHistoriesResponse.php b/CapacityPlanner/src/V1beta/QueryUsageHistoriesResponse.php
index e3d374b1d35..76d8f69734e 100644
--- a/CapacityPlanner/src/V1beta/QueryUsageHistoriesResponse.php
+++ b/CapacityPlanner/src/V1beta/QueryUsageHistoriesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The `QueryUsageHistories` response.
@@ -28,7 +28,7 @@ class QueryUsageHistoriesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\UsageHistory>|\Google\Protobuf\Internal\RepeatedField $usage_histories
+ * @type \Google\Cloud\CapacityPlanner\V1beta\UsageHistory[] $usage_histories
* The usage histories that match the request.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* The usage histories that match the request.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.UsageHistory usage_histories = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\UsageHistory>
*/
public function getUsageHistories()
{
@@ -52,7 +52,7 @@ public function getUsageHistories()
* The usage histories that match the request.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.UsageHistory usage_histories = 1;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\UsageHistory>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\UsageHistory[] $var
* @return $this
*/
public function setUsageHistories($var)
diff --git a/CapacityPlanner/src/V1beta/ReservationData.php b/CapacityPlanner/src/V1beta/ReservationData.php
index 0dd0944a06e..515440ab2f0 100644
--- a/CapacityPlanner/src/V1beta/ReservationData.php
+++ b/CapacityPlanner/src/V1beta/ReservationData.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response entity for reservations data.
@@ -72,9 +72,9 @@ class ReservationData extends \Google\Protobuf\Internal\Message
* @type \Google\Cloud\CapacityPlanner\V1beta\TimeSeries $used_reservation_values
* The collection of data points that represent the aggregated used value for
* reservations filtered by the criteria.
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\FutureReservation>|\Google\Protobuf\Internal\RepeatedField $future_reservations
+ * @type \Google\Cloud\CapacityPlanner\V1beta\FutureReservation[] $future_reservations
* Future reservations filtered by the criteria.
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\Allocation>|\Google\Protobuf\Internal\RepeatedField $allocations
+ * @type \Google\Cloud\CapacityPlanner\V1beta\Allocation[] $allocations
* Allocations filtered by the criteria.
* }
*/
@@ -199,7 +199,7 @@ public function setUsedReservationValues($var)
* Future reservations filtered by the criteria.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.FutureReservation future_reservations = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\FutureReservation>
*/
public function getFutureReservations()
{
@@ -210,7 +210,7 @@ public function getFutureReservations()
* Future reservations filtered by the criteria.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.FutureReservation future_reservations = 3;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\FutureReservation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\FutureReservation[] $var
* @return $this
*/
public function setFutureReservations($var)
@@ -225,7 +225,7 @@ public function setFutureReservations($var)
* Allocations filtered by the criteria.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Allocation allocations = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\Allocation>
*/
public function getAllocations()
{
@@ -236,7 +236,7 @@ public function getAllocations()
* Allocations filtered by the criteria.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Allocation allocations = 4;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\Allocation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\Allocation[] $var
* @return $this
*/
public function setAllocations($var)
diff --git a/CapacityPlanner/src/V1beta/ResourceAttribute.php b/CapacityPlanner/src/V1beta/ResourceAttribute.php
index b2f4e4edbd2..8ee67edf4ec 100644
--- a/CapacityPlanner/src/V1beta/ResourceAttribute.php
+++ b/CapacityPlanner/src/V1beta/ResourceAttribute.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An attribute of a Google Cloud Platform resource.
diff --git a/CapacityPlanner/src/V1beta/ResourceContainer.php b/CapacityPlanner/src/V1beta/ResourceContainer.php
index 98435b7496c..9191d9dc5af 100644
--- a/CapacityPlanner/src/V1beta/ResourceContainer.php
+++ b/CapacityPlanner/src/V1beta/ResourceContainer.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The resource container of Google Cloud Platform hierarchy such as a project.
diff --git a/CapacityPlanner/src/V1beta/ResourceContainer/Type.php b/CapacityPlanner/src/V1beta/ResourceContainer/Type.php
index b8d4e7c8f10..c55b3dd7a42 100644
--- a/CapacityPlanner/src/V1beta/ResourceContainer/Type.php
+++ b/CapacityPlanner/src/V1beta/ResourceContainer/Type.php
@@ -56,4 +56,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/ResourceIdKey.php b/CapacityPlanner/src/V1beta/ResourceIdKey.php
index 399afc1f8dd..dc43850efa6 100644
--- a/CapacityPlanner/src/V1beta/ResourceIdKey.php
+++ b/CapacityPlanner/src/V1beta/ResourceIdKey.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The id for a Google Cloud Platform resource key.
diff --git a/CapacityPlanner/src/V1beta/ResourceIdentifier.php b/CapacityPlanner/src/V1beta/ResourceIdentifier.php
index 398099cb65f..f4e5c20fa43 100644
--- a/CapacityPlanner/src/V1beta/ResourceIdentifier.php
+++ b/CapacityPlanner/src/V1beta/ResourceIdentifier.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The identifier for a Google Cloud Platform resource.
@@ -36,7 +36,7 @@ class ResourceIdentifier extends \Google\Protobuf\Internal\Message
*
* @type string $service_name
* @type string $resource_name
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\ResourceAttribute>|\Google\Protobuf\Internal\RepeatedField $resource_attributes
+ * @type \Google\Cloud\CapacityPlanner\V1beta\ResourceAttribute[] $resource_attributes
* }
*/
public function __construct($data = NULL) {
@@ -90,7 +90,7 @@ public function setResourceName($var)
/**
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.ResourceAttribute resource_attributes = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\ResourceAttribute>
*/
public function getResourceAttributes()
{
@@ -99,7 +99,7 @@ public function getResourceAttributes()
/**
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.ResourceAttribute resource_attributes = 3;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\ResourceAttribute>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\ResourceAttribute[] $var
* @return $this
*/
public function setResourceAttributes($var)
diff --git a/CapacityPlanner/src/V1beta/ResourceValue.php b/CapacityPlanner/src/V1beta/ResourceValue.php
index 72eb734d51a..549ac10fee2 100644
--- a/CapacityPlanner/src/V1beta/ResourceValue.php
+++ b/CapacityPlanner/src/V1beta/ResourceValue.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Generated from protobuf message google.cloud.capacityplanner.v1beta.ResourceValue
diff --git a/CapacityPlanner/src/V1beta/TimeSeries.php b/CapacityPlanner/src/V1beta/TimeSeries.php
index d8ec27503f4..61e184290b9 100644
--- a/CapacityPlanner/src/V1beta/TimeSeries.php
+++ b/CapacityPlanner/src/V1beta/TimeSeries.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A collection of data points that describes the time-varying values of a
@@ -123,7 +123,7 @@ class TimeSeries extends \Google\Protobuf\Internal\Message
* The resource for the time series values to return. Possible values include
* "gce-vcpus", "gce-ram", "gce-local-ssd", "gce-persistent-disk", "gce-gpu",
* "gce-tpu" and "gce-vm".
- * @type array<\Google\Cloud\CapacityPlanner\V1beta\Point>|\Google\Protobuf\Internal\RepeatedField $points
+ * @type \Google\Cloud\CapacityPlanner\V1beta\Point[] $points
* The data points of this time series. When listing time series, points are
* returned in chronological order.
* @type string $unit
@@ -416,7 +416,7 @@ public function setCloudResourceType($var)
* returned in chronological order.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Point points = 4;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CapacityPlanner\V1beta\Point>
*/
public function getPoints()
{
@@ -428,7 +428,7 @@ public function getPoints()
* returned in chronological order.
*
* Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.Point points = 4;
- * @param array<\Google\Cloud\CapacityPlanner\V1beta\Point>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CapacityPlanner\V1beta\Point[] $var
* @return $this
*/
public function setPoints($var)
diff --git a/CapacityPlanner/src/V1beta/TimeSeries/LocationType.php b/CapacityPlanner/src/V1beta/TimeSeries/LocationType.php
index 277bf239081..2d1df350e32 100644
--- a/CapacityPlanner/src/V1beta/TimeSeries/LocationType.php
+++ b/CapacityPlanner/src/V1beta/TimeSeries/LocationType.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/UsageHistory.php b/CapacityPlanner/src/V1beta/UsageHistory.php
index df67d224cba..4c83e539da3 100644
--- a/CapacityPlanner/src/V1beta/UsageHistory.php
+++ b/CapacityPlanner/src/V1beta/UsageHistory.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A collection of data points that describes the historical time-varying values
diff --git a/CapacityPlanner/src/V1beta/UsageHistory/AggregationMethod.php b/CapacityPlanner/src/V1beta/UsageHistory/AggregationMethod.php
index 08c508d6e28..8349b1e3f2e 100644
--- a/CapacityPlanner/src/V1beta/UsageHistory/AggregationMethod.php
+++ b/CapacityPlanner/src/V1beta/UsageHistory/AggregationMethod.php
@@ -79,4 +79,3 @@ public static function value($name)
}
}
-
diff --git a/CapacityPlanner/src/V1beta/Value.php b/CapacityPlanner/src/V1beta/Value.php
index e788945ffd9..a8bfad72963 100644
--- a/CapacityPlanner/src/V1beta/Value.php
+++ b/CapacityPlanner/src/V1beta/Value.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CapacityPlanner\V1beta;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Generated from protobuf message google.cloud.capacityplanner.v1beta.Value
diff --git a/CertificateManager/metadata/V1/CertificateIssuanceConfig.php b/CertificateManager/metadata/V1/CertificateIssuanceConfig.php
index 942ab73cecd..6e42217f69d 100644
Binary files a/CertificateManager/metadata/V1/CertificateIssuanceConfig.php and b/CertificateManager/metadata/V1/CertificateIssuanceConfig.php differ
diff --git a/CertificateManager/metadata/V1/CertificateManager.php b/CertificateManager/metadata/V1/CertificateManager.php
index e9f8484101f..cbadba19766 100644
Binary files a/CertificateManager/metadata/V1/CertificateManager.php and b/CertificateManager/metadata/V1/CertificateManager.php differ
diff --git a/CertificateManager/metadata/V1/TrustConfig.php b/CertificateManager/metadata/V1/TrustConfig.php
index 96bbcb43930..7b01283b3da 100644
Binary files a/CertificateManager/metadata/V1/TrustConfig.php and b/CertificateManager/metadata/V1/TrustConfig.php differ
diff --git a/CertificateManager/src/V1/Certificate.php b/CertificateManager/src/V1/Certificate.php
index ef62dfb0b10..c2f93794a36 100644
--- a/CertificateManager/src/V1/Certificate.php
+++ b/CertificateManager/src/V1/Certificate.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines TLS certificate.
@@ -17,7 +17,7 @@ class Certificate extends \Google\Protobuf\Internal\Message
{
/**
* A user-defined name of the certificate. Certificate names must be unique
- * globally and match pattern `projects/*/locations/*/certificates/*`.
+ * globally and match pattern `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1;
*/
@@ -83,7 +83,7 @@ class Certificate extends \Google\Protobuf\Internal\Message
*
* @type string $name
* A user-defined name of the certificate. Certificate names must be unique
- * globally and match pattern `projects/*/locations/*/certificates/*`.
+ * globally and match pattern `projects/{@*}locations/{@*}certificates/*`.
* @type string $description
* One or more paragraphs of text description of a certificate.
* @type \Google\Protobuf\Timestamp $create_time
@@ -96,7 +96,7 @@ class Certificate extends \Google\Protobuf\Internal\Message
* If set, defines data of a self-managed certificate.
* @type \Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate $managed
* If set, contains configuration and state of a managed certificate.
- * @type array|\Google\Protobuf\Internal\RepeatedField $san_dnsnames
+ * @type string[] $san_dnsnames
* Output only. The list of Subject Alternative Names of dnsName type defined
* in the certificate (see RFC 5280 4.2.1.6). Managed certificates that
* haven't been provisioned yet have this field populated with a value of the
@@ -116,7 +116,7 @@ public function __construct($data = NULL) {
/**
* A user-defined name of the certificate. Certificate names must be unique
- * globally and match pattern `projects/*/locations/*/certificates/*`.
+ * globally and match pattern `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1;
* @return string
@@ -128,7 +128,7 @@ public function getName()
/**
* A user-defined name of the certificate. Certificate names must be unique
- * globally and match pattern `projects/*/locations/*/certificates/*`.
+ * globally and match pattern `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1;
* @param string $var
@@ -335,7 +335,7 @@ public function setManaged($var)
* managed.domains field.
*
* Generated from protobuf field repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getSanDnsnames()
{
@@ -349,7 +349,7 @@ public function getSanDnsnames()
* managed.domains field.
*
* Generated from protobuf field repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setSanDnsnames($var)
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate.php b/CertificateManager/src/V1/Certificate/ManagedCertificate.php
index 2f8ab1381f7..b66590448df 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\Certificate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration and state of a Managed Certificate.
@@ -36,7 +36,7 @@ class ManagedCertificate extends \Google\Protobuf\Internal\Message
* Immutable. The resource name for a
* [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
* used to configure private PKI certificates in the format
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* If this field is not set, the certificates will instead be publicly
* signed as documented at
* https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
@@ -71,18 +71,18 @@ class ManagedCertificate extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $domains
+ * @type string[] $domains
* Immutable. The domains for which a managed SSL certificate will be
* generated. Wildcard domains are only supported with DNS challenge
* resolution.
- * @type array|\Google\Protobuf\Internal\RepeatedField $dns_authorizations
+ * @type string[] $dns_authorizations
* Immutable. Authorizations that will be used for performing domain
* authorization.
* @type string $issuance_config
* Immutable. The resource name for a
* [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
* used to configure private PKI certificates in the format
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* If this field is not set, the certificates will instead be publicly
* signed as documented at
* https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
@@ -91,7 +91,7 @@ class ManagedCertificate extends \Google\Protobuf\Internal\Message
* @type \Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate\ProvisioningIssue $provisioning_issue
* Output only. Information about issues with provisioning a Managed
* Certificate.
- * @type array<\Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate\AuthorizationAttemptInfo>|\Google\Protobuf\Internal\RepeatedField $authorization_attempt_info
+ * @type \Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate\AuthorizationAttemptInfo[] $authorization_attempt_info
* Output only. Detailed state of the latest authorization attempt for each
* domain specified for managed certificate resource.
* }
@@ -107,7 +107,7 @@ public function __construct($data = NULL) {
* resolution.
*
* Generated from protobuf field repeated string domains = 1 [(.google.api.field_behavior) = IMMUTABLE];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getDomains()
{
@@ -120,7 +120,7 @@ public function getDomains()
* resolution.
*
* Generated from protobuf field repeated string domains = 1 [(.google.api.field_behavior) = IMMUTABLE];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setDomains($var)
@@ -136,7 +136,7 @@ public function setDomains($var)
* authorization.
*
* Generated from protobuf field repeated string dns_authorizations = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getDnsAuthorizations()
{
@@ -148,7 +148,7 @@ public function getDnsAuthorizations()
* authorization.
*
* Generated from protobuf field repeated string dns_authorizations = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setDnsAuthorizations($var)
@@ -163,7 +163,7 @@ public function setDnsAuthorizations($var)
* Immutable. The resource name for a
* [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
* used to configure private PKI certificates in the format
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* If this field is not set, the certificates will instead be publicly
* signed as documented at
* https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
@@ -180,7 +180,7 @@ public function getIssuanceConfig()
* Immutable. The resource name for a
* [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
* used to configure private PKI certificates in the format
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* If this field is not set, the certificates will instead be publicly
* signed as documented at
* https://cloud.google.com/load-balancing/docs/ssl-certificates/google-managed-certs#caa.
@@ -266,7 +266,7 @@ public function setProvisioningIssue($var)
* domain specified for managed certificate resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate\AuthorizationAttemptInfo>
*/
public function getAuthorizationAttemptInfo()
{
@@ -278,7 +278,7 @@ public function getAuthorizationAttemptInfo()
* domain specified for managed certificate resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo authorization_attempt_info = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate\AuthorizationAttemptInfo>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate\AuthorizationAttemptInfo[] $var
* @return $this
*/
public function setAuthorizationAttemptInfo($var)
@@ -291,4 +291,3 @@ public function setAuthorizationAttemptInfo($var)
}
-
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo.php b/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo.php
index 2ae9212cbb0..f0c57856255 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* State of the latest attempt to authorize a domain for certificate
@@ -180,4 +180,3 @@ public function setDetails($var)
}
-
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/FailureReason.php b/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/FailureReason.php
index 14a6411a146..82158289524 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/FailureReason.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/FailureReason.php
@@ -69,4 +69,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/State.php b/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/State.php
index c1148744c6b..c4eabd6823f 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/State.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate/AuthorizationAttemptInfo/State.php
@@ -69,4 +69,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue.php b/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue.php
index fe8ec0d8961..7963b727450 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\Certificate\ManagedCertificate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Information about issues with provisioning a Managed Certificate.
@@ -107,4 +107,3 @@ public function setDetails($var)
}
-
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue/Reason.php b/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue/Reason.php
index 7c2754cda2b..d5a41fe860c 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue/Reason.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate/ProvisioningIssue/Reason.php
@@ -63,4 +63,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/Certificate/ManagedCertificate/State.php b/CertificateManager/src/V1/Certificate/ManagedCertificate/State.php
index 41394253bec..28215028840 100644
--- a/CertificateManager/src/V1/Certificate/ManagedCertificate/State.php
+++ b/CertificateManager/src/V1/Certificate/ManagedCertificate/State.php
@@ -72,4 +72,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/Certificate/Scope.php b/CertificateManager/src/V1/Certificate/Scope.php
index 6b768766e8d..c94a9b8c0f2 100644
--- a/CertificateManager/src/V1/Certificate/Scope.php
+++ b/CertificateManager/src/V1/Certificate/Scope.php
@@ -67,4 +67,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/Certificate/SelfManagedCertificate.php b/CertificateManager/src/V1/Certificate/SelfManagedCertificate.php
index 4bbc8be5219..88fc1286e3b 100644
--- a/CertificateManager/src/V1/Certificate/SelfManagedCertificate.php
+++ b/CertificateManager/src/V1/Certificate/SelfManagedCertificate.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\Certificate;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Certificate data for a SelfManaged Certificate.
@@ -105,4 +105,3 @@ public function setPemPrivateKey($var)
}
-
diff --git a/CertificateManager/src/V1/CertificateIssuanceConfig.php b/CertificateManager/src/V1/CertificateIssuanceConfig.php
index 5152f151576..018b0c71a87 100644
--- a/CertificateManager/src/V1/CertificateIssuanceConfig.php
+++ b/CertificateManager/src/V1/CertificateIssuanceConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* CertificateIssuanceConfig specifies how to issue and manage a certificate.
@@ -18,7 +18,7 @@ class CertificateIssuanceConfig extends \Google\Protobuf\Internal\Message
/**
* A user-defined name of the certificate issuance config.
* CertificateIssuanceConfig names must be unique globally and match pattern
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1;
*/
@@ -84,7 +84,7 @@ class CertificateIssuanceConfig extends \Google\Protobuf\Internal\Message
* @type string $name
* A user-defined name of the certificate issuance config.
* CertificateIssuanceConfig names must be unique globally and match pattern
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* @type \Google\Protobuf\Timestamp $create_time
* Output only. The creation timestamp of a CertificateIssuanceConfig.
* @type \Google\Protobuf\Timestamp $update_time
@@ -114,7 +114,7 @@ public function __construct($data = NULL) {
/**
* A user-defined name of the certificate issuance config.
* CertificateIssuanceConfig names must be unique globally and match pattern
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1;
* @return string
@@ -127,7 +127,7 @@ public function getName()
/**
* A user-defined name of the certificate issuance config.
* CertificateIssuanceConfig names must be unique globally and match pattern
- * `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1;
* @param string $var
diff --git a/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig.php b/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig.php
index 5c5a2ae7052..60c74bbe738 100644
--- a/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig.php
+++ b/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The CA that issues the workload certificate. It includes CA address, type,
@@ -74,4 +74,3 @@ public function getKind()
}
-
diff --git a/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig/CertificateAuthorityServiceConfig.php b/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig/CertificateAuthorityServiceConfig.php
index 142376a541a..cde1e26992d 100644
--- a/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig/CertificateAuthorityServiceConfig.php
+++ b/CertificateManager/src/V1/CertificateIssuanceConfig/CertificateAuthorityConfig/CertificateAuthorityServiceConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig\CertificateAuthorityConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Contains information required to contact CA service.
@@ -73,4 +73,3 @@ public function setCaPool($var)
}
-
diff --git a/CertificateManager/src/V1/CertificateIssuanceConfig/KeyAlgorithm.php b/CertificateManager/src/V1/CertificateIssuanceConfig/KeyAlgorithm.php
index be7cae24cae..eac9b925dad 100644
--- a/CertificateManager/src/V1/CertificateIssuanceConfig/KeyAlgorithm.php
+++ b/CertificateManager/src/V1/CertificateIssuanceConfig/KeyAlgorithm.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/CertificateMap.php b/CertificateManager/src/V1/CertificateMap.php
index 6d10dbd295d..3853efac1a2 100644
--- a/CertificateManager/src/V1/CertificateMap.php
+++ b/CertificateManager/src/V1/CertificateMap.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines a collection of certificate configurations.
@@ -18,7 +18,7 @@ class CertificateMap extends \Google\Protobuf\Internal\Message
/**
* A user-defined name of the Certificate Map. Certificate Map names must be
* unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1;
*/
@@ -65,7 +65,7 @@ class CertificateMap extends \Google\Protobuf\Internal\Message
* @type string $name
* A user-defined name of the Certificate Map. Certificate Map names must be
* unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
* @type string $description
* One or more paragraphs of text description of a certificate map.
* @type \Google\Protobuf\Timestamp $create_time
@@ -74,7 +74,7 @@ class CertificateMap extends \Google\Protobuf\Internal\Message
* Output only. The update timestamp of a Certificate Map.
* @type array|\Google\Protobuf\Internal\MapField $labels
* Set of labels associated with a Certificate Map.
- * @type array<\Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget>|\Google\Protobuf\Internal\RepeatedField $gclb_targets
+ * @type \Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget[] $gclb_targets
* Output only. A list of GCLB targets that use this Certificate Map.
* A Target Proxy is only present on this list if it's attached to a
* Forwarding Rule.
@@ -88,7 +88,7 @@ public function __construct($data = NULL) {
/**
* A user-defined name of the Certificate Map. Certificate Map names must be
* unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1;
* @return string
@@ -101,7 +101,7 @@ public function getName()
/**
* A user-defined name of the Certificate Map. Certificate Map names must be
* unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1;
* @param string $var
@@ -245,7 +245,7 @@ public function setLabels($var)
* Forwarding Rule.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget>
*/
public function getGclbTargets()
{
@@ -258,7 +258,7 @@ public function getGclbTargets()
* Forwarding Rule.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget gclb_targets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget[] $var
* @return $this
*/
public function setGclbTargets($var)
diff --git a/CertificateManager/src/V1/CertificateMap/GclbTarget.php b/CertificateManager/src/V1/CertificateMap/GclbTarget.php
index 64db84abc4a..06d35c0406b 100644
--- a/CertificateManager/src/V1/CertificateMap/GclbTarget.php
+++ b/CertificateManager/src/V1/CertificateMap/GclbTarget.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\CertificateMap;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Describes a Target Proxy that uses this Certificate Map.
@@ -33,12 +33,12 @@ class GclbTarget extends \Google\Protobuf\Internal\Message
* @type string $target_https_proxy
* Output only. This field returns the resource name in the following
* format:
- * `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
+ * `//compute.googleapis.com/projects/{@*}global/targetHttpsProxies/*`.
* @type string $target_ssl_proxy
* Output only. This field returns the resource name in the following
* format:
- * `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.
- * @type array<\Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget\IpConfig>|\Google\Protobuf\Internal\RepeatedField $ip_configs
+ * `//compute.googleapis.com/projects/{@*}global/targetSslProxies/*`.
+ * @type \Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget\IpConfig[] $ip_configs
* Output only. IP configurations for this Target Proxy where the
* Certificate Map is serving.
* }
@@ -51,7 +51,7 @@ public function __construct($data = NULL) {
/**
* Output only. This field returns the resource name in the following
* format:
- * `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
+ * `//compute.googleapis.com/projects/{@*}global/targetHttpsProxies/*`.
*
* Generated from protobuf field string target_https_proxy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return string
@@ -69,7 +69,7 @@ public function hasTargetHttpsProxy()
/**
* Output only. This field returns the resource name in the following
* format:
- * `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
+ * `//compute.googleapis.com/projects/{@*}global/targetHttpsProxies/*`.
*
* Generated from protobuf field string target_https_proxy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param string $var
@@ -86,7 +86,7 @@ public function setTargetHttpsProxy($var)
/**
* Output only. This field returns the resource name in the following
* format:
- * `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.
+ * `//compute.googleapis.com/projects/{@*}global/targetSslProxies/*`.
*
* Generated from protobuf field string target_ssl_proxy = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return string
@@ -104,7 +104,7 @@ public function hasTargetSslProxy()
/**
* Output only. This field returns the resource name in the following
* format:
- * `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.
+ * `//compute.googleapis.com/projects/{@*}global/targetSslProxies/*`.
*
* Generated from protobuf field string target_ssl_proxy = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param string $var
@@ -123,7 +123,7 @@ public function setTargetSslProxy($var)
* Certificate Map is serving.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget.IpConfig ip_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget\IpConfig>
*/
public function getIpConfigs()
{
@@ -135,7 +135,7 @@ public function getIpConfigs()
* Certificate Map is serving.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMap.GclbTarget.IpConfig ip_configs = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget\IpConfig>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget\IpConfig[] $var
* @return $this
*/
public function setIpConfigs($var)
@@ -156,4 +156,3 @@ public function getTargetProxy()
}
-
diff --git a/CertificateManager/src/V1/CertificateMap/GclbTarget/IpConfig.php b/CertificateManager/src/V1/CertificateMap/GclbTarget/IpConfig.php
index 424f8a2e051..47c687b689c 100644
--- a/CertificateManager/src/V1/CertificateMap/GclbTarget/IpConfig.php
+++ b/CertificateManager/src/V1/CertificateMap/GclbTarget/IpConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\CertificateMap\GclbTarget;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines IP configuration where this Certificate Map is serving.
@@ -36,7 +36,7 @@ class IpConfig extends \Google\Protobuf\Internal\Message
*
* @type string $ip_address
* Output only. An external IP address.
- * @type array|\Google\Protobuf\Internal\RepeatedField $ports
+ * @type int[] $ports
* Output only. Ports.
* }
*/
@@ -75,7 +75,7 @@ public function setIpAddress($var)
* Output only. Ports.
*
* Generated from protobuf field repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getPorts()
{
@@ -86,7 +86,7 @@ public function getPorts()
* Output only. Ports.
*
* Generated from protobuf field repeated uint32 ports = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param int[] $var
* @return $this
*/
public function setPorts($var)
@@ -99,4 +99,3 @@ public function setPorts($var)
}
-
diff --git a/CertificateManager/src/V1/CertificateMapEntry.php b/CertificateManager/src/V1/CertificateMapEntry.php
index 4c6b3f1ada5..38aa081b191 100644
--- a/CertificateManager/src/V1/CertificateMapEntry.php
+++ b/CertificateManager/src/V1/CertificateMapEntry.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines a certificate map entry.
@@ -18,7 +18,7 @@ class CertificateMapEntry extends \Google\Protobuf\Internal\Message
/**
* A user-defined name of the Certificate Map Entry. Certificate Map Entry
* names must be unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1;
*/
@@ -50,7 +50,7 @@ class CertificateMapEntry extends \Google\Protobuf\Internal\Message
/**
* A set of Certificates defines for the given `hostname`. There can be
* defined up to four certificates in each Certificate Map Entry. Each
- * certificate must match pattern `projects/*/locations/*/certificates/*`.
+ * certificate must match pattern `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field repeated string certificates = 7 [(.google.api.resource_reference) = {
*/
@@ -72,7 +72,7 @@ class CertificateMapEntry extends \Google\Protobuf\Internal\Message
* @type string $name
* A user-defined name of the Certificate Map Entry. Certificate Map Entry
* names must be unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
* @type string $description
* One or more paragraphs of text description of a certificate map entry.
* @type \Google\Protobuf\Timestamp $create_time
@@ -87,10 +87,10 @@ class CertificateMapEntry extends \Google\Protobuf\Internal\Message
* Server Name Indication (SNI) for selecting a proper certificate.
* @type int $matcher
* A predefined matcher for particular cases, other than SNI selection.
- * @type array|\Google\Protobuf\Internal\RepeatedField $certificates
+ * @type string[] $certificates
* A set of Certificates defines for the given `hostname`. There can be
* defined up to four certificates in each Certificate Map Entry. Each
- * certificate must match pattern `projects/*/locations/*/certificates/*`.
+ * certificate must match pattern `projects/{@*}locations/{@*}certificates/*`.
* @type int $state
* Output only. A serving state of this Certificate Map Entry.
* }
@@ -103,7 +103,7 @@ public function __construct($data = NULL) {
/**
* A user-defined name of the Certificate Map Entry. Certificate Map Entry
* names must be unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1;
* @return string
@@ -116,7 +116,7 @@ public function getName()
/**
* A user-defined name of the Certificate Map Entry. Certificate Map Entry
* names must be unique globally and match pattern
- * `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1;
* @param string $var
@@ -323,10 +323,10 @@ public function setMatcher($var)
/**
* A set of Certificates defines for the given `hostname`. There can be
* defined up to four certificates in each Certificate Map Entry. Each
- * certificate must match pattern `projects/*/locations/*/certificates/*`.
+ * certificate must match pattern `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field repeated string certificates = 7 [(.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getCertificates()
{
@@ -336,10 +336,10 @@ public function getCertificates()
/**
* A set of Certificates defines for the given `hostname`. There can be
* defined up to four certificates in each Certificate Map Entry. Each
- * certificate must match pattern `projects/*/locations/*/certificates/*`.
+ * certificate must match pattern `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field repeated string certificates = 7 [(.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setCertificates($var)
diff --git a/CertificateManager/src/V1/CertificateMapEntry/Matcher.php b/CertificateManager/src/V1/CertificateMapEntry/Matcher.php
index 5d44f9e0b06..4b758ee009e 100644
--- a/CertificateManager/src/V1/CertificateMapEntry/Matcher.php
+++ b/CertificateManager/src/V1/CertificateMapEntry/Matcher.php
@@ -54,4 +54,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/CreateCertificateIssuanceConfigRequest.php b/CertificateManager/src/V1/CreateCertificateIssuanceConfigRequest.php
index 6434e2e0575..7248407b71f 100644
--- a/CertificateManager/src/V1/CreateCertificateIssuanceConfigRequest.php
+++ b/CertificateManager/src/V1/CreateCertificateIssuanceConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `CreateCertificateIssuanceConfig` method.
@@ -17,7 +17,7 @@ class CreateCertificateIssuanceConfigRequest extends \Google\Protobuf\Internal\M
{
/**
* Required. The parent resource of the certificate issuance config. Must be
- * in the format `projects/*/locations/*`.
+ * in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -62,7 +62,7 @@ public static function build(string $parent, \Google\Cloud\CertificateManager\V1
*
* @type string $parent
* Required. The parent resource of the certificate issuance config. Must be
- * in the format `projects/*/locations/*`.
+ * in the format `projects/{@*}locations/*`.
* @type string $certificate_issuance_config_id
* Required. A user-provided name of the certificate config.
* @type \Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig $certificate_issuance_config
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent resource of the certificate issuance config. Must be
- * in the format `projects/*/locations/*`.
+ * in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getParent()
/**
* Required. The parent resource of the certificate issuance config. Must be
- * in the format `projects/*/locations/*`.
+ * in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/CreateCertificateMapEntryRequest.php b/CertificateManager/src/V1/CreateCertificateMapEntryRequest.php
index 7c2df97476f..339a7ae80d4 100644
--- a/CertificateManager/src/V1/CreateCertificateMapEntryRequest.php
+++ b/CertificateManager/src/V1/CreateCertificateMapEntryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `CreateCertificateMapEntry` method.
@@ -17,7 +17,7 @@ class CreateCertificateMapEntryRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent resource of the certificate map entry. Must be in the
- * format `projects/*/locations/*/certificateMaps/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -62,7 +62,7 @@ public static function build(string $parent, \Google\Cloud\CertificateManager\V1
*
* @type string $parent
* Required. The parent resource of the certificate map entry. Must be in the
- * format `projects/*/locations/*/certificateMaps/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/*`.
* @type string $certificate_map_entry_id
* Required. A user-provided name of the certificate map entry.
* @type \Google\Cloud\CertificateManager\V1\CertificateMapEntry $certificate_map_entry
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent resource of the certificate map entry. Must be in the
- * format `projects/*/locations/*/certificateMaps/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getParent()
/**
* Required. The parent resource of the certificate map entry. Must be in the
- * format `projects/*/locations/*/certificateMaps/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/CreateCertificateMapRequest.php b/CertificateManager/src/V1/CreateCertificateMapRequest.php
index 8722fd5327e..82fe138b0b4 100644
--- a/CertificateManager/src/V1/CreateCertificateMapRequest.php
+++ b/CertificateManager/src/V1/CreateCertificateMapRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `CreateCertificateMap` method.
@@ -17,7 +17,7 @@ class CreateCertificateMapRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent resource of the certificate map. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -62,7 +62,7 @@ public static function build(string $parent, \Google\Cloud\CertificateManager\V1
*
* @type string $parent
* Required. The parent resource of the certificate map. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
* @type string $certificate_map_id
* Required. A user-provided name of the certificate map.
* @type \Google\Cloud\CertificateManager\V1\CertificateMap $certificate_map
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent resource of the certificate map. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getParent()
/**
* Required. The parent resource of the certificate map. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/CreateCertificateRequest.php b/CertificateManager/src/V1/CreateCertificateRequest.php
index 0c98fd3b8a2..2184135523d 100644
--- a/CertificateManager/src/V1/CreateCertificateRequest.php
+++ b/CertificateManager/src/V1/CreateCertificateRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `CreateCertificate` method.
@@ -17,7 +17,7 @@ class CreateCertificateRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent resource of the certificate. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -62,7 +62,7 @@ public static function build(string $parent, \Google\Cloud\CertificateManager\V1
*
* @type string $parent
* Required. The parent resource of the certificate. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
* @type string $certificate_id
* Required. A user-provided name of the certificate.
* @type \Google\Cloud\CertificateManager\V1\Certificate $certificate
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent resource of the certificate. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getParent()
/**
* Required. The parent resource of the certificate. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/CreateDnsAuthorizationRequest.php b/CertificateManager/src/V1/CreateDnsAuthorizationRequest.php
index 4dea85970ea..0c4d8d3c777 100644
--- a/CertificateManager/src/V1/CreateDnsAuthorizationRequest.php
+++ b/CertificateManager/src/V1/CreateDnsAuthorizationRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `CreateDnsAuthorization` method.
@@ -17,7 +17,7 @@ class CreateDnsAuthorizationRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent resource of the dns authorization. Must be in the
- * format `projects/*/locations/*`.
+ * format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -62,7 +62,7 @@ public static function build(string $parent, \Google\Cloud\CertificateManager\V1
*
* @type string $parent
* Required. The parent resource of the dns authorization. Must be in the
- * format `projects/*/locations/*`.
+ * format `projects/{@*}locations/*`.
* @type string $dns_authorization_id
* Required. A user-provided name of the dns authorization.
* @type \Google\Cloud\CertificateManager\V1\DnsAuthorization $dns_authorization
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent resource of the dns authorization. Must be in the
- * format `projects/*/locations/*`.
+ * format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -88,7 +88,7 @@ public function getParent()
/**
* Required. The parent resource of the dns authorization. Must be in the
- * format `projects/*/locations/*`.
+ * format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/CreateTrustConfigRequest.php b/CertificateManager/src/V1/CreateTrustConfigRequest.php
index 821b07d2609..06d3ca56048 100644
--- a/CertificateManager/src/V1/CreateTrustConfigRequest.php
+++ b/CertificateManager/src/V1/CreateTrustConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `CreateTrustConfig` method.
@@ -17,7 +17,7 @@ class CreateTrustConfigRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The parent resource of the TrustConfig. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -64,7 +64,7 @@ public static function build(string $parent, \Google\Cloud\CertificateManager\V1
*
* @type string $parent
* Required. The parent resource of the TrustConfig. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
* @type string $trust_config_id
* Required. A user-provided name of the TrustConfig. Must match the regexp
* `[a-z0-9-]{1,63}`.
@@ -79,7 +79,7 @@ public function __construct($data = NULL) {
/**
* Required. The parent resource of the TrustConfig. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -91,7 +91,7 @@ public function getParent()
/**
* Required. The parent resource of the TrustConfig. Must be in the format
- * `projects/*/locations/*`.
+ * `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DeleteCertificateIssuanceConfigRequest.php b/CertificateManager/src/V1/DeleteCertificateIssuanceConfigRequest.php
index b2c6e62341d..a72ce301f48 100644
--- a/CertificateManager/src/V1/DeleteCertificateIssuanceConfigRequest.php
+++ b/CertificateManager/src/V1/DeleteCertificateIssuanceConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `DeleteCertificateIssuanceConfig` method.
@@ -17,7 +17,7 @@ class DeleteCertificateIssuanceConfigRequest extends \Google\Protobuf\Internal\M
{
/**
* Required. A name of the certificate issuance config to delete. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate issuance config to delete. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate issuance config to delete. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate issuance config to delete. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DeleteCertificateMapEntryRequest.php b/CertificateManager/src/V1/DeleteCertificateMapEntryRequest.php
index da88e1c8e7b..3c3071d1c0a 100644
--- a/CertificateManager/src/V1/DeleteCertificateMapEntryRequest.php
+++ b/CertificateManager/src/V1/DeleteCertificateMapEntryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `DeleteCertificateMapEntry` method.
@@ -17,7 +17,7 @@ class DeleteCertificateMapEntryRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the certificate map entry to delete. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate map entry to delete. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate map entry to delete. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate map entry to delete. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DeleteCertificateMapRequest.php b/CertificateManager/src/V1/DeleteCertificateMapRequest.php
index af8072648b5..2c6b7780cdb 100644
--- a/CertificateManager/src/V1/DeleteCertificateMapRequest.php
+++ b/CertificateManager/src/V1/DeleteCertificateMapRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `DeleteCertificateMap` method.
@@ -17,7 +17,7 @@ class DeleteCertificateMapRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the certificate map to delete. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate map to delete. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate map to delete. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate map to delete. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DeleteCertificateRequest.php b/CertificateManager/src/V1/DeleteCertificateRequest.php
index a9a7e8cfeed..f5e6a598ace 100644
--- a/CertificateManager/src/V1/DeleteCertificateRequest.php
+++ b/CertificateManager/src/V1/DeleteCertificateRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `DeleteCertificate` method.
@@ -17,7 +17,7 @@ class DeleteCertificateRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the certificate to delete. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate to delete. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate to delete. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate to delete. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DeleteDnsAuthorizationRequest.php b/CertificateManager/src/V1/DeleteDnsAuthorizationRequest.php
index 278f4c74e2f..d452a6fcee1 100644
--- a/CertificateManager/src/V1/DeleteDnsAuthorizationRequest.php
+++ b/CertificateManager/src/V1/DeleteDnsAuthorizationRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `DeleteDnsAuthorization` method.
@@ -17,7 +17,7 @@ class DeleteDnsAuthorizationRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the dns authorization to delete. Must be in the format
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the dns authorization to delete. Must be in the format
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the dns authorization to delete. Must be in the format
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the dns authorization to delete. Must be in the format
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DeleteTrustConfigRequest.php b/CertificateManager/src/V1/DeleteTrustConfigRequest.php
index ac6965adb38..051e2a087e1 100644
--- a/CertificateManager/src/V1/DeleteTrustConfigRequest.php
+++ b/CertificateManager/src/V1/DeleteTrustConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `DeleteTrustConfig` method.
@@ -17,7 +17,7 @@ class DeleteTrustConfigRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the TrustConfig to delete. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -54,7 +54,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the TrustConfig to delete. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
* @type string $etag
* The current etag of the TrustConfig.
* If an etag is provided and does not match the current etag of the resource,
@@ -68,7 +68,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the TrustConfig to delete. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -80,7 +80,7 @@ public function getName()
/**
* Required. A name of the TrustConfig to delete. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/DnsAuthorization.php b/CertificateManager/src/V1/DnsAuthorization.php
index 0b8be3dbfa8..bfba2dae304 100644
--- a/CertificateManager/src/V1/DnsAuthorization.php
+++ b/CertificateManager/src/V1/DnsAuthorization.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A DnsAuthorization resource describes a way to perform domain authorization
@@ -19,7 +19,7 @@ class DnsAuthorization extends \Google\Protobuf\Internal\Message
/**
* A user-defined name of the dns authorization. DnsAuthorization names must
* be unique globally and match pattern
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1;
*/
@@ -82,7 +82,7 @@ class DnsAuthorization extends \Google\Protobuf\Internal\Message
* @type string $name
* A user-defined name of the dns authorization. DnsAuthorization names must
* be unique globally and match pattern
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
* @type \Google\Protobuf\Timestamp $create_time
* Output only. The creation timestamp of a DnsAuthorization.
* @type \Google\Protobuf\Timestamp $update_time
@@ -113,7 +113,7 @@ public function __construct($data = NULL) {
/**
* A user-defined name of the dns authorization. DnsAuthorization names must
* be unique globally and match pattern
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1;
* @return string
@@ -126,7 +126,7 @@ public function getName()
/**
* A user-defined name of the dns authorization. DnsAuthorization names must
* be unique globally and match pattern
- * `projects/*/locations/*/dnsAuthorizations/*`.
+ * `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1;
* @param string $var
diff --git a/CertificateManager/src/V1/DnsAuthorization/DnsResourceRecord.php b/CertificateManager/src/V1/DnsAuthorization/DnsResourceRecord.php
index 4ed2ed6e04a..e9b10cfa572 100644
--- a/CertificateManager/src/V1/DnsAuthorization/DnsResourceRecord.php
+++ b/CertificateManager/src/V1/DnsAuthorization/DnsResourceRecord.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\DnsAuthorization;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The structure describing the DNS Resource Record that needs to be added
@@ -143,4 +143,3 @@ public function setData($var)
}
-
diff --git a/CertificateManager/src/V1/DnsAuthorization/Type.php b/CertificateManager/src/V1/DnsAuthorization/Type.php
index 50cc5c4118f..f5c74c87664 100644
--- a/CertificateManager/src/V1/DnsAuthorization/Type.php
+++ b/CertificateManager/src/V1/DnsAuthorization/Type.php
@@ -61,4 +61,3 @@ public static function value($name)
}
}
-
diff --git a/CertificateManager/src/V1/GetCertificateIssuanceConfigRequest.php b/CertificateManager/src/V1/GetCertificateIssuanceConfigRequest.php
index 80b51ae92c5..bcf930a69c7 100644
--- a/CertificateManager/src/V1/GetCertificateIssuanceConfigRequest.php
+++ b/CertificateManager/src/V1/GetCertificateIssuanceConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `GetCertificateIssuanceConfig` method.
@@ -17,7 +17,7 @@ class GetCertificateIssuanceConfigRequest extends \Google\Protobuf\Internal\Mess
{
/**
* Required. A name of the certificate issuance config to describe. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate issuance config to describe. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate issuance config to describe. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate issuance config to describe. Must be in
- * the format `projects/*/locations/*/certificateIssuanceConfigs/*`.
+ * the format `projects/{@*}locations/{@*}certificateIssuanceConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/GetCertificateMapEntryRequest.php b/CertificateManager/src/V1/GetCertificateMapEntryRequest.php
index 8b44fefcef8..842ef5ec546 100644
--- a/CertificateManager/src/V1/GetCertificateMapEntryRequest.php
+++ b/CertificateManager/src/V1/GetCertificateMapEntryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `GetCertificateMapEntry` method.
@@ -17,7 +17,7 @@ class GetCertificateMapEntryRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the certificate map entry to describe. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate map entry to describe. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate map entry to describe. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate map entry to describe. Must be in the
- * format `projects/*/locations/*/certificateMaps/*/certificateMapEntries/*`.
+ * format `projects/{@*}locations/{@*}certificateMaps/{@*}certificateMapEntries/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/GetCertificateMapRequest.php b/CertificateManager/src/V1/GetCertificateMapRequest.php
index e71586d22da..75dfb592e09 100644
--- a/CertificateManager/src/V1/GetCertificateMapRequest.php
+++ b/CertificateManager/src/V1/GetCertificateMapRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `GetCertificateMap` method.
@@ -17,7 +17,7 @@ class GetCertificateMapRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the certificate map to describe. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate map to describe. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate map to describe. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate map to describe. Must be in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/GetCertificateRequest.php b/CertificateManager/src/V1/GetCertificateRequest.php
index f7653fe0223..bbed910016c 100644
--- a/CertificateManager/src/V1/GetCertificateRequest.php
+++ b/CertificateManager/src/V1/GetCertificateRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `GetCertificate` method.
@@ -17,7 +17,7 @@ class GetCertificateRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the certificate to describe. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the certificate to describe. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the certificate to describe. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the certificate to describe. Must be in the format
- * `projects/*/locations/*/certificates/*`.
+ * `projects/{@*}locations/{@*}certificates/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/GetDnsAuthorizationRequest.php b/CertificateManager/src/V1/GetDnsAuthorizationRequest.php
index 31910ab7b79..68e848d10c3 100644
--- a/CertificateManager/src/V1/GetDnsAuthorizationRequest.php
+++ b/CertificateManager/src/V1/GetDnsAuthorizationRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `GetDnsAuthorization` method.
@@ -17,7 +17,7 @@ class GetDnsAuthorizationRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the dns authorization to describe. Must be in the
- * format `projects/*/locations/*/dnsAuthorizations/*`.
+ * format `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the dns authorization to describe. Must be in the
- * format `projects/*/locations/*/dnsAuthorizations/*`.
+ * format `projects/{@*}locations/{@*}dnsAuthorizations/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the dns authorization to describe. Must be in the
- * format `projects/*/locations/*/dnsAuthorizations/*`.
+ * format `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the dns authorization to describe. Must be in the
- * format `projects/*/locations/*/dnsAuthorizations/*`.
+ * format `projects/{@*}locations/{@*}dnsAuthorizations/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/GetTrustConfigRequest.php b/CertificateManager/src/V1/GetTrustConfigRequest.php
index d5c38e8cab6..33b0b1de46b 100644
--- a/CertificateManager/src/V1/GetTrustConfigRequest.php
+++ b/CertificateManager/src/V1/GetTrustConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `GetTrustConfig` method.
@@ -17,7 +17,7 @@ class GetTrustConfigRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. A name of the TrustConfig to describe. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -46,7 +46,7 @@ public static function build(string $name): self
*
* @type string $name
* Required. A name of the TrustConfig to describe. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
* }
*/
public function __construct($data = NULL) {
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
/**
* Required. A name of the TrustConfig to describe. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -68,7 +68,7 @@ public function getName()
/**
* Required. A name of the TrustConfig to describe. Must be in the format
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListCertificateIssuanceConfigsRequest.php b/CertificateManager/src/V1/ListCertificateIssuanceConfigsRequest.php
index 7a6d6405799..f14f363970d 100644
--- a/CertificateManager/src/V1/ListCertificateIssuanceConfigsRequest.php
+++ b/CertificateManager/src/V1/ListCertificateIssuanceConfigsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `ListCertificateIssuanceConfigs` method.
@@ -17,7 +17,7 @@ class ListCertificateIssuanceConfigsRequest extends \Google\Protobuf\Internal\Me
{
/**
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -75,7 +75,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
* @type int $page_size
* Maximum number of certificate configs to return per call.
* @type string $page_token
@@ -98,7 +98,7 @@ public function __construct($data = NULL) {
/**
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -110,7 +110,7 @@ public function getParent()
/**
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListCertificateIssuanceConfigsResponse.php b/CertificateManager/src/V1/ListCertificateIssuanceConfigsResponse.php
index 8dfe8101b16..6ef080c0ccc 100644
--- a/CertificateManager/src/V1/ListCertificateIssuanceConfigsResponse.php
+++ b/CertificateManager/src/V1/ListCertificateIssuanceConfigsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for the `ListCertificateIssuanceConfigs` method.
@@ -42,13 +42,13 @@ class ListCertificateIssuanceConfigsResponse extends \Google\Protobuf\Internal\M
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig>|\Google\Protobuf\Internal\RepeatedField $certificate_issuance_configs
+ * @type \Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig[] $certificate_issuance_configs
* A list of certificate configs for the parent resource.
* @type string $next_page_token
* If there might be more results than those appearing in this response, then
* `next_page_token` is included. To get the next set of results, call this
* method again using the value of `next_page_token` as `page_token`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* Locations that could not be reached.
* }
*/
@@ -61,7 +61,7 @@ public function __construct($data = NULL) {
* A list of certificate configs for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateIssuanceConfig certificate_issuance_configs = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig>
*/
public function getCertificateIssuanceConfigs()
{
@@ -72,7 +72,7 @@ public function getCertificateIssuanceConfigs()
* A list of certificate configs for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateIssuanceConfig certificate_issuance_configs = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\CertificateIssuanceConfig[] $var
* @return $this
*/
public function setCertificateIssuanceConfigs($var)
@@ -117,7 +117,7 @@ public function setNextPageToken($var)
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -128,7 +128,7 @@ public function getUnreachable()
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/CertificateManager/src/V1/ListCertificateMapEntriesRequest.php b/CertificateManager/src/V1/ListCertificateMapEntriesRequest.php
index cb5af48aa95..dcbb534c6b0 100644
--- a/CertificateManager/src/V1/ListCertificateMapEntriesRequest.php
+++ b/CertificateManager/src/V1/ListCertificateMapEntriesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `ListCertificateMapEntries` method.
@@ -18,7 +18,7 @@ class ListCertificateMapEntriesRequest extends \Google\Protobuf\Internal\Message
/**
* Required. The project, location and certificate map from which the
* certificate map entries should be listed, specified in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -81,7 +81,7 @@ public static function build(string $parent): self
* @type string $parent
* Required. The project, location and certificate map from which the
* certificate map entries should be listed, specified in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
* @type int $page_size
* Maximum number of certificate map entries to return. The service may return
* fewer than this value.
@@ -108,7 +108,7 @@ public function __construct($data = NULL) {
/**
* Required. The project, location and certificate map from which the
* certificate map entries should be listed, specified in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -121,7 +121,7 @@ public function getParent()
/**
* Required. The project, location and certificate map from which the
* certificate map entries should be listed, specified in the format
- * `projects/*/locations/*/certificateMaps/*`.
+ * `projects/{@*}locations/{@*}certificateMaps/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListCertificateMapEntriesResponse.php b/CertificateManager/src/V1/ListCertificateMapEntriesResponse.php
index 35b8335bce6..3febce24913 100644
--- a/CertificateManager/src/V1/ListCertificateMapEntriesResponse.php
+++ b/CertificateManager/src/V1/ListCertificateMapEntriesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for the `ListCertificateMapEntries` method.
@@ -42,13 +42,13 @@ class ListCertificateMapEntriesResponse extends \Google\Protobuf\Internal\Messag
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\CertificateMapEntry>|\Google\Protobuf\Internal\RepeatedField $certificate_map_entries
+ * @type \Google\Cloud\CertificateManager\V1\CertificateMapEntry[] $certificate_map_entries
* A list of certificate map entries for the parent resource.
* @type string $next_page_token
* If there might be more results than those appearing in this response, then
* `next_page_token` is included. To get the next set of results, call this
* method again using the value of `next_page_token` as `page_token`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* Locations that could not be reached.
* }
*/
@@ -61,7 +61,7 @@ public function __construct($data = NULL) {
* A list of certificate map entries for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\CertificateMapEntry>
*/
public function getCertificateMapEntries()
{
@@ -72,7 +72,7 @@ public function getCertificateMapEntries()
* A list of certificate map entries for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entries = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\CertificateMapEntry>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\CertificateMapEntry[] $var
* @return $this
*/
public function setCertificateMapEntries($var)
@@ -117,7 +117,7 @@ public function setNextPageToken($var)
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -128,7 +128,7 @@ public function getUnreachable()
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/CertificateManager/src/V1/ListCertificateMapsRequest.php b/CertificateManager/src/V1/ListCertificateMapsRequest.php
index 57e5279d039..c6b0a76d5a3 100644
--- a/CertificateManager/src/V1/ListCertificateMapsRequest.php
+++ b/CertificateManager/src/V1/ListCertificateMapsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `ListCertificateMaps` method.
@@ -17,7 +17,7 @@ class ListCertificateMapsRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The project and location from which the certificate maps should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -74,7 +74,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The project and location from which the certificate maps should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
* @type int $page_size
* Maximum number of certificate maps to return per call.
* @type string $page_token
@@ -96,7 +96,7 @@ public function __construct($data = NULL) {
/**
* Required. The project and location from which the certificate maps should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -108,7 +108,7 @@ public function getParent()
/**
* Required. The project and location from which the certificate maps should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListCertificateMapsResponse.php b/CertificateManager/src/V1/ListCertificateMapsResponse.php
index 7d953e5e8fe..9433a07bb04 100644
--- a/CertificateManager/src/V1/ListCertificateMapsResponse.php
+++ b/CertificateManager/src/V1/ListCertificateMapsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for the `ListCertificateMaps` method.
@@ -42,13 +42,13 @@ class ListCertificateMapsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\CertificateMap>|\Google\Protobuf\Internal\RepeatedField $certificate_maps
+ * @type \Google\Cloud\CertificateManager\V1\CertificateMap[] $certificate_maps
* A list of certificate maps for the parent resource.
* @type string $next_page_token
* If there might be more results than those appearing in this response, then
* `next_page_token` is included. To get the next set of results, call this
* method again using the value of `next_page_token` as `page_token`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* Locations that could not be reached.
* }
*/
@@ -61,7 +61,7 @@ public function __construct($data = NULL) {
* A list of certificate maps for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMap certificate_maps = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\CertificateMap>
*/
public function getCertificateMaps()
{
@@ -72,7 +72,7 @@ public function getCertificateMaps()
* A list of certificate maps for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.CertificateMap certificate_maps = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\CertificateMap>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\CertificateMap[] $var
* @return $this
*/
public function setCertificateMaps($var)
@@ -117,7 +117,7 @@ public function setNextPageToken($var)
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -128,7 +128,7 @@ public function getUnreachable()
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/CertificateManager/src/V1/ListCertificatesRequest.php b/CertificateManager/src/V1/ListCertificatesRequest.php
index b3961d49e24..5f47289b5c3 100644
--- a/CertificateManager/src/V1/ListCertificatesRequest.php
+++ b/CertificateManager/src/V1/ListCertificatesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `ListCertificates` method.
@@ -17,7 +17,7 @@ class ListCertificatesRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -74,7 +74,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
* @type int $page_size
* Maximum number of certificates to return per call.
* @type string $page_token
@@ -96,7 +96,7 @@ public function __construct($data = NULL) {
/**
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -108,7 +108,7 @@ public function getParent()
/**
* Required. The project and location from which the certificate should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListCertificatesResponse.php b/CertificateManager/src/V1/ListCertificatesResponse.php
index c3a2b6c79ee..773175beaa6 100644
--- a/CertificateManager/src/V1/ListCertificatesResponse.php
+++ b/CertificateManager/src/V1/ListCertificatesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for the `ListCertificates` method.
@@ -42,13 +42,13 @@ class ListCertificatesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\Certificate>|\Google\Protobuf\Internal\RepeatedField $certificates
+ * @type \Google\Cloud\CertificateManager\V1\Certificate[] $certificates
* A list of certificates for the parent resource.
* @type string $next_page_token
* If there might be more results than those appearing in this response, then
* `next_page_token` is included. To get the next set of results, call this
* method again using the value of `next_page_token` as `page_token`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* A list of locations that could not be reached.
* }
*/
@@ -61,7 +61,7 @@ public function __construct($data = NULL) {
* A list of certificates for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.Certificate certificates = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\Certificate>
*/
public function getCertificates()
{
@@ -72,7 +72,7 @@ public function getCertificates()
* A list of certificates for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.Certificate certificates = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\Certificate>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\Certificate[] $var
* @return $this
*/
public function setCertificates($var)
@@ -117,7 +117,7 @@ public function setNextPageToken($var)
* A list of locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -128,7 +128,7 @@ public function getUnreachable()
* A list of locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/CertificateManager/src/V1/ListDnsAuthorizationsRequest.php b/CertificateManager/src/V1/ListDnsAuthorizationsRequest.php
index d7f7c2a9dfd..0608be52e3f 100644
--- a/CertificateManager/src/V1/ListDnsAuthorizationsRequest.php
+++ b/CertificateManager/src/V1/ListDnsAuthorizationsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `ListDnsAuthorizations` method.
@@ -17,7 +17,7 @@ class ListDnsAuthorizationsRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The project and location from which the dns authorizations should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -74,7 +74,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The project and location from which the dns authorizations should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
* @type int $page_size
* Maximum number of dns authorizations to return per call.
* @type string $page_token
@@ -96,7 +96,7 @@ public function __construct($data = NULL) {
/**
* Required. The project and location from which the dns authorizations should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -108,7 +108,7 @@ public function getParent()
/**
* Required. The project and location from which the dns authorizations should
- * be listed, specified in the format `projects/*/locations/*`.
+ * be listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListDnsAuthorizationsResponse.php b/CertificateManager/src/V1/ListDnsAuthorizationsResponse.php
index ebe8652bff2..ce89df570f6 100644
--- a/CertificateManager/src/V1/ListDnsAuthorizationsResponse.php
+++ b/CertificateManager/src/V1/ListDnsAuthorizationsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for the `ListDnsAuthorizations` method.
@@ -42,13 +42,13 @@ class ListDnsAuthorizationsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\DnsAuthorization>|\Google\Protobuf\Internal\RepeatedField $dns_authorizations
+ * @type \Google\Cloud\CertificateManager\V1\DnsAuthorization[] $dns_authorizations
* A list of dns authorizations for the parent resource.
* @type string $next_page_token
* If there might be more results than those appearing in this response, then
* `next_page_token` is included. To get the next set of results, call this
* method again using the value of `next_page_token` as `page_token`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* Locations that could not be reached.
* }
*/
@@ -61,7 +61,7 @@ public function __construct($data = NULL) {
* A list of dns authorizations for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorizations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\DnsAuthorization>
*/
public function getDnsAuthorizations()
{
@@ -72,7 +72,7 @@ public function getDnsAuthorizations()
* A list of dns authorizations for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorizations = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\DnsAuthorization>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\DnsAuthorization[] $var
* @return $this
*/
public function setDnsAuthorizations($var)
@@ -117,7 +117,7 @@ public function setNextPageToken($var)
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -128,7 +128,7 @@ public function getUnreachable()
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/CertificateManager/src/V1/ListTrustConfigsRequest.php b/CertificateManager/src/V1/ListTrustConfigsRequest.php
index 4b021251d28..02f6fdd9c3b 100644
--- a/CertificateManager/src/V1/ListTrustConfigsRequest.php
+++ b/CertificateManager/src/V1/ListTrustConfigsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `ListTrustConfigs` method.
@@ -17,7 +17,7 @@ class ListTrustConfigsRequest extends \Google\Protobuf\Internal\Message
{
/**
* Required. The project and location from which the TrustConfigs should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -74,7 +74,7 @@ public static function build(string $parent): self
*
* @type string $parent
* Required. The project and location from which the TrustConfigs should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
* @type int $page_size
* Maximum number of TrustConfigs to return per call.
* @type string $page_token
@@ -96,7 +96,7 @@ public function __construct($data = NULL) {
/**
* Required. The project and location from which the TrustConfigs should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -108,7 +108,7 @@ public function getParent()
/**
* Required. The project and location from which the TrustConfigs should be
- * listed, specified in the format `projects/*/locations/*`.
+ * listed, specified in the format `projects/{@*}locations/*`.
*
* Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/CertificateManager/src/V1/ListTrustConfigsResponse.php b/CertificateManager/src/V1/ListTrustConfigsResponse.php
index 74a445f8c49..11fa755101e 100644
--- a/CertificateManager/src/V1/ListTrustConfigsResponse.php
+++ b/CertificateManager/src/V1/ListTrustConfigsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response for the `ListTrustConfigs` method.
@@ -42,13 +42,13 @@ class ListTrustConfigsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\TrustConfig>|\Google\Protobuf\Internal\RepeatedField $trust_configs
+ * @type \Google\Cloud\CertificateManager\V1\TrustConfig[] $trust_configs
* A list of TrustConfigs for the parent resource.
* @type string $next_page_token
* If there might be more results than those appearing in this response, then
* `next_page_token` is included. To get the next set of results, call this
* method again using the value of `next_page_token` as `page_token`.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* Locations that could not be reached.
* }
*/
@@ -61,7 +61,7 @@ public function __construct($data = NULL) {
* A list of TrustConfigs for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\TrustConfig>
*/
public function getTrustConfigs()
{
@@ -72,7 +72,7 @@ public function getTrustConfigs()
* A list of TrustConfigs for the parent resource.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig trust_configs = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\TrustConfig>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\TrustConfig[] $var
* @return $this
*/
public function setTrustConfigs($var)
@@ -117,7 +117,7 @@ public function setNextPageToken($var)
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -128,7 +128,7 @@ public function getUnreachable()
* Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/CertificateManager/src/V1/OperationMetadata.php b/CertificateManager/src/V1/OperationMetadata.php
index 29a4297349a..56914215c8e 100644
--- a/CertificateManager/src/V1/OperationMetadata.php
+++ b/CertificateManager/src/V1/OperationMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the metadata of the long-running operation. Output only.
diff --git a/CertificateManager/src/V1/TrustConfig.php b/CertificateManager/src/V1/TrustConfig.php
index 1c6979319c9..7510299b186 100644
--- a/CertificateManager/src/V1/TrustConfig.php
+++ b/CertificateManager/src/V1/TrustConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines a trust config.
@@ -18,7 +18,7 @@ class TrustConfig extends \Google\Protobuf\Internal\Message
/**
* A user-defined name of the trust config. TrustConfig names must be
* unique globally and match pattern
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1;
*/
@@ -74,7 +74,7 @@ class TrustConfig extends \Google\Protobuf\Internal\Message
* @type string $name
* A user-defined name of the trust config. TrustConfig names must be
* unique globally and match pattern
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
* @type \Google\Protobuf\Timestamp $create_time
* Output only. The creation timestamp of a TrustConfig.
* @type \Google\Protobuf\Timestamp $update_time
@@ -87,7 +87,7 @@ class TrustConfig extends \Google\Protobuf\Internal\Message
* This checksum is computed by the server based on the value of other
* fields, and may be sent on update and delete requests to ensure the
* client has an up-to-date value before proceeding.
- * @type array<\Google\Cloud\CertificateManager\V1\TrustConfig\TrustStore>|\Google\Protobuf\Internal\RepeatedField $trust_stores
+ * @type \Google\Cloud\CertificateManager\V1\TrustConfig\TrustStore[] $trust_stores
* Set of trust stores to perform validation against.
* This field is supported when TrustConfig is configured with Load Balancers,
* currently not supported for SPIFFE certificate validation.
@@ -102,7 +102,7 @@ public function __construct($data = NULL) {
/**
* A user-defined name of the trust config. TrustConfig names must be
* unique globally and match pattern
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1;
* @return string
@@ -115,7 +115,7 @@ public function getName()
/**
* A user-defined name of the trust config. TrustConfig names must be
* unique globally and match pattern
- * `projects/*/locations/*/trustConfigs/*`.
+ * `projects/{@*}locations/{@*}trustConfigs/*`.
*
* Generated from protobuf field string name = 1;
* @param string $var
@@ -290,7 +290,7 @@ public function setEtag($var)
* Only one TrustStore specified is currently allowed.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\TrustConfig\TrustStore>
*/
public function getTrustStores()
{
@@ -304,7 +304,7 @@ public function getTrustStores()
* Only one TrustStore specified is currently allowed.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustStore trust_stores = 8;
- * @param array<\Google\Cloud\CertificateManager\V1\TrustConfig\TrustStore>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\TrustConfig\TrustStore[] $var
* @return $this
*/
public function setTrustStores($var)
diff --git a/CertificateManager/src/V1/TrustConfig/IntermediateCA.php b/CertificateManager/src/V1/TrustConfig/IntermediateCA.php
index 1bcd0ba26d0..de5495d1482 100644
--- a/CertificateManager/src/V1/TrustConfig/IntermediateCA.php
+++ b/CertificateManager/src/V1/TrustConfig/IntermediateCA.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\TrustConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines an intermediate CA.
@@ -79,4 +79,3 @@ public function getKind()
}
-
diff --git a/CertificateManager/src/V1/TrustConfig/TrustAnchor.php b/CertificateManager/src/V1/TrustConfig/TrustAnchor.php
index 53772f2ebbd..e622a4a8727 100644
--- a/CertificateManager/src/V1/TrustConfig/TrustAnchor.php
+++ b/CertificateManager/src/V1/TrustConfig/TrustAnchor.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\TrustConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines a trust anchor.
@@ -76,4 +76,3 @@ public function getKind()
}
-
diff --git a/CertificateManager/src/V1/TrustConfig/TrustStore.php b/CertificateManager/src/V1/TrustConfig/TrustStore.php
index 3c316c9f8e1..ccaced5858d 100644
--- a/CertificateManager/src/V1/TrustConfig/TrustStore.php
+++ b/CertificateManager/src/V1/TrustConfig/TrustStore.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1\TrustConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines a trust store.
@@ -38,10 +38,10 @@ class TrustStore extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\CertificateManager\V1\TrustConfig\TrustAnchor>|\Google\Protobuf\Internal\RepeatedField $trust_anchors
+ * @type \Google\Cloud\CertificateManager\V1\TrustConfig\TrustAnchor[] $trust_anchors
* List of Trust Anchors to be used while performing validation
* against a given TrustStore.
- * @type array<\Google\Cloud\CertificateManager\V1\TrustConfig\IntermediateCA>|\Google\Protobuf\Internal\RepeatedField $intermediate_cas
+ * @type \Google\Cloud\CertificateManager\V1\TrustConfig\IntermediateCA[] $intermediate_cas
* Set of intermediate CA certificates used for the path building
* phase of chain validation.
* The field is currently not supported if TrustConfig is used for the
@@ -58,7 +58,7 @@ public function __construct($data = NULL) {
* against a given TrustStore.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustAnchor trust_anchors = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\TrustConfig\TrustAnchor>
*/
public function getTrustAnchors()
{
@@ -70,7 +70,7 @@ public function getTrustAnchors()
* against a given TrustStore.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig.TrustAnchor trust_anchors = 1;
- * @param array<\Google\Cloud\CertificateManager\V1\TrustConfig\TrustAnchor>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\TrustConfig\TrustAnchor[] $var
* @return $this
*/
public function setTrustAnchors($var)
@@ -88,7 +88,7 @@ public function setTrustAnchors($var)
* workload certificate feature.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig.IntermediateCA intermediate_cas = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\CertificateManager\V1\TrustConfig\IntermediateCA>
*/
public function getIntermediateCas()
{
@@ -102,7 +102,7 @@ public function getIntermediateCas()
* workload certificate feature.
*
* Generated from protobuf field repeated .google.cloud.certificatemanager.v1.TrustConfig.IntermediateCA intermediate_cas = 2;
- * @param array<\Google\Cloud\CertificateManager\V1\TrustConfig\IntermediateCA>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\CertificateManager\V1\TrustConfig\IntermediateCA[] $var
* @return $this
*/
public function setIntermediateCas($var)
@@ -115,4 +115,3 @@ public function setIntermediateCas($var)
}
-
diff --git a/CertificateManager/src/V1/UpdateCertificateMapEntryRequest.php b/CertificateManager/src/V1/UpdateCertificateMapEntryRequest.php
index 913b850a98c..b1c7724c64a 100644
--- a/CertificateManager/src/V1/UpdateCertificateMapEntryRequest.php
+++ b/CertificateManager/src/V1/UpdateCertificateMapEntryRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `UpdateCertificateMapEntry` method.
diff --git a/CertificateManager/src/V1/UpdateCertificateMapRequest.php b/CertificateManager/src/V1/UpdateCertificateMapRequest.php
index 40f59853d23..c78b63d42ae 100644
--- a/CertificateManager/src/V1/UpdateCertificateMapRequest.php
+++ b/CertificateManager/src/V1/UpdateCertificateMapRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `UpdateCertificateMap` method.
diff --git a/CertificateManager/src/V1/UpdateCertificateRequest.php b/CertificateManager/src/V1/UpdateCertificateRequest.php
index e83292dc17f..fc326840d48 100644
--- a/CertificateManager/src/V1/UpdateCertificateRequest.php
+++ b/CertificateManager/src/V1/UpdateCertificateRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `UpdateCertificate` method.
diff --git a/CertificateManager/src/V1/UpdateDnsAuthorizationRequest.php b/CertificateManager/src/V1/UpdateDnsAuthorizationRequest.php
index 52ae2285283..355e1f6e4f2 100644
--- a/CertificateManager/src/V1/UpdateDnsAuthorizationRequest.php
+++ b/CertificateManager/src/V1/UpdateDnsAuthorizationRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `UpdateDnsAuthorization` method.
diff --git a/CertificateManager/src/V1/UpdateTrustConfigRequest.php b/CertificateManager/src/V1/UpdateTrustConfigRequest.php
index d4f6811c0ec..a2de5bcf592 100644
--- a/CertificateManager/src/V1/UpdateTrustConfigRequest.php
+++ b/CertificateManager/src/V1/UpdateTrustConfigRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\CertificateManager\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request for the `UpdateTrustConfig` method.
diff --git a/Ces/metadata/V1/Agent.php b/Ces/metadata/V1/Agent.php
index 2ed4ae40eb8..6719931174e 100644
Binary files a/Ces/metadata/V1/Agent.php and b/Ces/metadata/V1/Agent.php differ
diff --git a/Ces/metadata/V1/AgentService.php b/Ces/metadata/V1/AgentService.php
index efbdc740420..f2fe6fe70b4 100644
Binary files a/Ces/metadata/V1/AgentService.php and b/Ces/metadata/V1/AgentService.php differ
diff --git a/Ces/metadata/V1/AgentTransfers.php b/Ces/metadata/V1/AgentTransfers.php
index 6fe73a0bcc4..5aa1d197ab7 100644
Binary files a/Ces/metadata/V1/AgentTransfers.php and b/Ces/metadata/V1/AgentTransfers.php differ
diff --git a/Ces/metadata/V1/App.php b/Ces/metadata/V1/App.php
index 633638e7da8..884918e1d15 100644
Binary files a/Ces/metadata/V1/App.php and b/Ces/metadata/V1/App.php differ
diff --git a/Ces/metadata/V1/AppVersion.php b/Ces/metadata/V1/AppVersion.php
index e3549116b99..b3a4b3f9905 100644
--- a/Ces/metadata/V1/AppVersion.php
+++ b/Ces/metadata/V1/AppVersion.php
@@ -24,29 +24,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Toolset::initOnce();
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-%google/cloud/ces/v1/app_version.protogoogle.cloud.ces.v1google/api/resource.protogoogle/cloud/ces/v1/agent.protogoogle/cloud/ces/v1/app.proto!google/cloud/ces/v1/example.proto#google/cloud/ces/v1/guardrail.protogoogle/cloud/ces/v1/tool.proto!google/cloud/ces/v1/toolset.protogoogle/protobuf/timestamp.proto"
-AppSnapshot*
-app (2.google.cloud.ces.v1.AppBA/
-agents (2.google.cloud.ces.v1.AgentBA-
-tools (2.google.cloud.ces.v1.ToolBA3
-examples (2.google.cloud.ces.v1.ExampleBA7
-
-guardrails (2.google.cloud.ces.v1.GuardrailBA3
-toolsets (2.google.cloud.ces.v1.ToolsetBA"
-
-AppVersion
-name ( BA
-display_name ( BA
-description ( BA
-creator ( BA4
-create_time (2.google.protobuf.TimestampBA7
-snapshot (2 .google.cloud.ces.v1.AppSnapshotBA
-etag ( BA:A
-ces.googleapis.com/AppVersionEprojects/{project}/locations/{location}/apps/{app}/versions/{version}*appVersions2
-appVersionBW
-com.google.cloud.ces.v1BAppVersionProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xD7\x08\x0A%google/cloud/ces/v1/app_version.proto\x12\x13google.cloud.ces.v1\x1A\x19google/api/resource.proto\x1A\x1Fgoogle/cloud/ces/v1/agent.proto\x1A\x1Dgoogle/cloud/ces/v1/app.proto\x1A!google/cloud/ces/v1/example.proto\x1A#google/cloud/ces/v1/guardrail.proto\x1A\x1Egoogle/cloud/ces/v1/tool.proto\x1A!google/cloud/ces/v1/toolset.proto\x1A\x1Fgoogle/protobuf/timestamp.proto\"\xBC\x02\x0A\x0BAppSnapshot\x12*\x0A\x03app\x18\x01 \x01(\x0B2\x18.google.cloud.ces.v1.AppB\x03\xE0A\x01\x12/\x0A\x06agents\x18\x02 \x03(\x0B2\x1A.google.cloud.ces.v1.AgentB\x03\xE0A\x01\x12-\x0A\x05tools\x18\x03 \x03(\x0B2\x19.google.cloud.ces.v1.ToolB\x03\xE0A\x01\x123\x0A\x08examples\x18\x04 \x03(\x0B2\x1C.google.cloud.ces.v1.ExampleB\x03\xE0A\x01\x127\x0A\x0Aguardrails\x18\x05 \x03(\x0B2\x1E.google.cloud.ces.v1.GuardrailB\x03\xE0A\x01\x123\x0A\x08toolsets\x18\x06 \x03(\x0B2\x1C.google.cloud.ces.v1.ToolsetB\x03\xE0A\x01\"\xF1\x02\x0A\x0AAppVersion\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x08\x12\x19\x0A\x0Cdisplay_name\x18\x02 \x01(\x09B\x03\xE0A\x01\x12\x18\x0A\x0Bdescription\x18\x03 \x01(\x09B\x03\xE0A\x01\x12\x14\x0A\x07creator\x18\x04 \x01(\x09B\x03\xE0A\x03\x124\x0A\x0Bcreate_time\x18\x05 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x127\x0A\x08snapshot\x18\x08 \x01(\x0B2 .google.cloud.ces.v1.AppSnapshotB\x03\xE0A\x03\x12\x11\x0A\x04etag\x18\x07 \x01(\x09B\x03\xE0A\x03:\x82\x01\xEAA\x7F\x0A\x1Dces.googleapis.com/AppVersion\x12Eprojects/{project}/locations/{location}/apps/{app}/versions/{version}*\x0BappVersions2\x0AappVersionBW\x0A\x17com.google.cloud.ces.v1B\x0FAppVersionProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Auth.php b/Ces/metadata/V1/Auth.php
index 502951605aa..d7c18f1f9e0 100644
Binary files a/Ces/metadata/V1/Auth.php and b/Ces/metadata/V1/Auth.php differ
diff --git a/Ces/metadata/V1/BigqueryExport.php b/Ces/metadata/V1/BigqueryExport.php
index abd62e1dc5f..5d9742aa337 100644
--- a/Ces/metadata/V1/BigqueryExport.php
+++ b/Ces/metadata/V1/BigqueryExport.php
@@ -16,14 +16,7 @@ public static function initOnce() {
}
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-)google/cloud/ces/v1/bigquery_export.protogoogle.cloud.ces.v1"Z
-BigQueryExportSettings
-enabled (BA
-project ( BA
-dataset ( BAB[
-com.google.cloud.ces.v1BBigQueryExportProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\x81\x02\x0A)google/cloud/ces/v1/bigquery_export.proto\x12\x13google.cloud.ces.v1\"Z\x0A\x16BigQueryExportSettings\x12\x14\x0A\x07enabled\x18\x01 \x01(\x08B\x03\xE0A\x01\x12\x14\x0A\x07project\x18\x02 \x01(\x09B\x03\xE0A\x01\x12\x14\x0A\x07dataset\x18\x03 \x01(\x09B\x03\xE0A\x01B[\x0A\x17com.google.cloud.ces.v1B\x13BigQueryExportProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Changelog.php b/Ces/metadata/V1/Changelog.php
index c0c5aad7be0..66bcf419a93 100644
--- a/Ces/metadata/V1/Changelog.php
+++ b/Ces/metadata/V1/Changelog.php
@@ -19,26 +19,7 @@ public static function initOnce() {
\GPBMetadata\Google\Protobuf\Struct::initOnce();
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-#google/cloud/ces/v1/changelog.protogoogle.cloud.ces.v1google/api/resource.protogoogle/protobuf/struct.protogoogle/protobuf/timestamp.proto"
- Changelog
-name ( BA
-author ( BA
-display_name ( BA
-description ( BA
-resource ( BA
-
resource_type ( BA
-action ( BA7
-original_resource (2.google.protobuf.StructBA2
-new_resource (2.google.protobuf.StructBA9
-dependent_resources (2.google.protobuf.StructBA4
-create_time
- (2.google.protobuf.TimestampBA
-sequence_number (BA:A
-ces.googleapis.com/ChangelogIprojects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}*
-changelogs2 changelogBV
-com.google.cloud.ces.v1BChangelogProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xAA\x06\x0A#google/cloud/ces/v1/changelog.proto\x12\x13google.cloud.ces.v1\x1A\x19google/api/resource.proto\x1A\x1Cgoogle/protobuf/struct.proto\x1A\x1Fgoogle/protobuf/timestamp.proto\"\xB3\x04\x0A\x09Changelog\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x08\x12\x13\x0A\x06author\x18\x02 \x01(\x09B\x03\xE0A\x03\x12\x19\x0A\x0Cdisplay_name\x18\x03 \x01(\x09B\x03\xE0A\x03\x12\x18\x0A\x0Bdescription\x18\x0B \x01(\x09B\x03\xE0A\x03\x12\x15\x0A\x08resource\x18\x04 \x01(\x09B\x03\xE0A\x03\x12\x1A\x0A\x0Dresource_type\x18\x05 \x01(\x09B\x03\xE0A\x03\x12\x13\x0A\x06action\x18\x06 \x01(\x09B\x03\xE0A\x03\x127\x0A\x11original_resource\x18\x07 \x01(\x0B2\x17.google.protobuf.StructB\x03\xE0A\x03\x122\x0A\x0Cnew_resource\x18\x08 \x01(\x0B2\x17.google.protobuf.StructB\x03\xE0A\x03\x129\x0A\x13dependent_resources\x18\x09 \x03(\x0B2\x17.google.protobuf.StructB\x03\xE0A\x03\x124\x0A\x0Bcreate_time\x18\x0A \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x12\x1C\x0A\x0Fsequence_number\x18\x0C \x01(\x03B\x03\xE0A\x03:\x84\x01\xEAA\x80\x01\x0A\x1Cces.googleapis.com/Changelog\x12Iprojects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}*\x0Achangelogs2\x09changelogBV\x0A\x17com.google.cloud.ces.v1B\x0EChangelogProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/ClientFunction.php b/Ces/metadata/V1/ClientFunction.php
index 428ac54f936..a61df598723 100644
--- a/Ces/metadata/V1/ClientFunction.php
+++ b/Ces/metadata/V1/ClientFunction.php
@@ -17,16 +17,7 @@ public static function initOnce() {
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
\GPBMetadata\Google\Cloud\Ces\V1\Schema::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-)google/cloud/ces/v1/client_function.protogoogle.cloud.ces.v1 google/cloud/ces/v1/schema.proto"
-ClientFunction
-name ( BA
-description ( BA4
-
-parameters (2.google.cloud.ces.v1.SchemaBA2
-response (2.google.cloud.ces.v1.SchemaBAB[
-com.google.cloud.ces.v1BClientFunctionProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xF1\x02\x0A)google/cloud/ces/v1/client_function.proto\x12\x13google.cloud.ces.v1\x1A google/cloud/ces/v1/schema.proto\"\xA7\x01\x0A\x0EClientFunction\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x02\x12\x18\x0A\x0Bdescription\x18\x02 \x01(\x09B\x03\xE0A\x01\x124\x0A\x0Aparameters\x18\x03 \x01(\x0B2\x1B.google.cloud.ces.v1.SchemaB\x03\xE0A\x01\x122\x0A\x08response\x18\x04 \x01(\x0B2\x1B.google.cloud.ces.v1.SchemaB\x03\xE0A\x01B[\x0A\x17com.google.cloud.ces.v1B\x13ClientFunctionProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Common.php b/Ces/metadata/V1/Common.php
index ba9da3d98e2..e01814b7230 100644
Binary files a/Ces/metadata/V1/Common.php and b/Ces/metadata/V1/Common.php differ
diff --git a/Ces/metadata/V1/ConnectorTool.php b/Ces/metadata/V1/ConnectorTool.php
index 93de1073fa8..95a47a038a9 100644
Binary files a/Ces/metadata/V1/ConnectorTool.php and b/Ces/metadata/V1/ConnectorTool.php differ
diff --git a/Ces/metadata/V1/ConnectorToolset.php b/Ces/metadata/V1/ConnectorToolset.php
index 7b6765d4534..38bf359bbaf 100644
--- a/Ces/metadata/V1/ConnectorToolset.php
+++ b/Ces/metadata/V1/ConnectorToolset.php
@@ -18,15 +18,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Auth::initOnce();
\GPBMetadata\Google\Cloud\Ces\V1\ConnectorTool::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-+google/cloud/ces/v1/connector_toolset.protogoogle.cloud.ces.v1google/cloud/ces/v1/auth.proto(google/cloud/ces/v1/connector_tool.proto"
-ConnectorToolset
-
-connection ( BA@
-auth_config (2&.google.cloud.ces.v1.EndUserAuthConfigBA;
-connector_actions (2.google.cloud.ces.v1.ActionBAB]
-com.google.cloud.ces.v1BConnectorToolsetProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xA0\x03\x0A+google/cloud/ces/v1/connector_toolset.proto\x12\x13google.cloud.ces.v1\x1A\x1Egoogle/cloud/ces/v1/auth.proto\x1A(google/cloud/ces/v1/connector_tool.proto\"\xAA\x01\x0A\x10ConnectorToolset\x12\x17\x0A\x0Aconnection\x18\x01 \x01(\x09B\x03\xE0A\x02\x12@\x0A\x0Bauth_config\x18\x02 \x01(\x0B2&.google.cloud.ces.v1.EndUserAuthConfigB\x03\xE0A\x01\x12;\x0A\x11connector_actions\x18\x03 \x03(\x0B2\x1B.google.cloud.ces.v1.ActionB\x03\xE0A\x02B]\x0A\x17com.google.cloud.ces.v1B\x15ConnectorToolsetProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Conversation.php b/Ces/metadata/V1/Conversation.php
index 9000259052e..e644266fa35 100644
Binary files a/Ces/metadata/V1/Conversation.php and b/Ces/metadata/V1/Conversation.php differ
diff --git a/Ces/metadata/V1/DataStore.php b/Ces/metadata/V1/DataStore.php
index be74f7bd333..183a20daee7 100644
Binary files a/Ces/metadata/V1/DataStore.php and b/Ces/metadata/V1/DataStore.php differ
diff --git a/Ces/metadata/V1/DataStoreTool.php b/Ces/metadata/V1/DataStoreTool.php
index b8cce998d2f..91675f2b379 100644
Binary files a/Ces/metadata/V1/DataStoreTool.php and b/Ces/metadata/V1/DataStoreTool.php differ
diff --git a/Ces/metadata/V1/Deployment.php b/Ces/metadata/V1/Deployment.php
index 68c002769f5..144865bf2c4 100644
--- a/Ces/metadata/V1/Deployment.php
+++ b/Ces/metadata/V1/Deployment.php
@@ -19,22 +19,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Common::initOnce();
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-$google/cloud/ces/v1/deployment.protogoogle.cloud.ces.v1google/api/resource.proto google/cloud/ces/v1/common.protogoogle/protobuf/timestamp.proto"
-
-Deployment
-name ( BA
-display_name ( BA:
-app_version ( B%AA
-ces.googleapis.com/AppVersionA
-channel_profile (2#.google.cloud.ces.v1.ChannelProfileBA4
-create_time (2.google.protobuf.TimestampBA4
-update_time (2.google.protobuf.TimestampBA
-etag ( BA:A
-ces.googleapis.com/DeploymentKprojects/{project}/locations/{location}/apps/{app}/deployments/{deployment}*deployments2
-deploymentB[
-com.google.cloud.ces.v1BChannelProfileProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xC5\x05\x0A\$google/cloud/ces/v1/deployment.proto\x12\x13google.cloud.ces.v1\x1A\x19google/api/resource.proto\x1A google/cloud/ces/v1/common.proto\x1A\x1Fgoogle/protobuf/timestamp.proto\"\xC4\x03\x0A\x0ADeployment\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x08\x12\x19\x0A\x0Cdisplay_name\x18\x08 \x01(\x09B\x03\xE0A\x02\x12:\x0A\x0Bapp_version\x18\x02 \x01(\x09B%\xE0A\x02\xFAA\x1F\x0A\x1Dces.googleapis.com/AppVersion\x12A\x0A\x0Fchannel_profile\x18\x03 \x01(\x0B2#.google.cloud.ces.v1.ChannelProfileB\x03\xE0A\x02\x124\x0A\x0Bcreate_time\x18\x04 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x124\x0A\x0Bupdate_time\x18\x05 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x12\x11\x0A\x04etag\x18\x07 \x01(\x09B\x03\xE0A\x03:\x89\x01\xEAA\x85\x01\x0A\x1Dces.googleapis.com/Deployment\x12Kprojects/{project}/locations/{location}/apps/{app}/deployments/{deployment}*\x0Bdeployments2\x0AdeploymentB[\x0A\x17com.google.cloud.ces.v1B\x13ChannelProfileProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Example.php b/Ces/metadata/V1/Example.php
index 4f88e74ebe6..3ba05bcb26f 100644
Binary files a/Ces/metadata/V1/Example.php and b/Ces/metadata/V1/Example.php differ
diff --git a/Ces/metadata/V1/Fakes.php b/Ces/metadata/V1/Fakes.php
index a478759ad7c..bb08a23890f 100644
Binary files a/Ces/metadata/V1/Fakes.php and b/Ces/metadata/V1/Fakes.php differ
diff --git a/Ces/metadata/V1/FileSearchTool.php b/Ces/metadata/V1/FileSearchTool.php
index f5ca2f7e5e8..e81d456c247 100644
Binary files a/Ces/metadata/V1/FileSearchTool.php and b/Ces/metadata/V1/FileSearchTool.php differ
diff --git a/Ces/metadata/V1/GoogleSearchTool.php b/Ces/metadata/V1/GoogleSearchTool.php
index dadd23effb7..e83b1459a3d 100644
--- a/Ces/metadata/V1/GoogleSearchTool.php
+++ b/Ces/metadata/V1/GoogleSearchTool.php
@@ -16,20 +16,7 @@ public static function initOnce() {
}
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-,google/cloud/ces/v1/google_search_tool.protogoogle.cloud.ces.v1"
-GoogleSearchTool
-name ( BA
-description ( BA
-context_urls ( BA
-preferred_domains ( BA
-exclude_domains ( BAN
-
prompt_config (22.google.cloud.ces.v1.GoogleSearchTool.PromptConfigBAC
-PromptConfig
-text_prompt ( BA
-voice_prompt ( BAB]
-com.google.cloud.ces.v1BGoogleSearchToolProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xDA\x03\x0A,google/cloud/ces/v1/google_search_tool.proto\x12\x13google.cloud.ces.v1\"\xAD\x02\x0A\x10GoogleSearchTool\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x02\x12\x18\x0A\x0Bdescription\x18\x02 \x01(\x09B\x03\xE0A\x01\x12\x19\x0A\x0Ccontext_urls\x18\x03 \x03(\x09B\x03\xE0A\x01\x12\x1E\x0A\x11preferred_domains\x18\x06 \x03(\x09B\x03\xE0A\x01\x12\x1C\x0A\x0Fexclude_domains\x18\x04 \x03(\x09B\x03\xE0A\x01\x12N\x0A\x0Dprompt_config\x18\x05 \x01(\x0B22.google.cloud.ces.v1.GoogleSearchTool.PromptConfigB\x03\xE0A\x01\x1AC\x0A\x0CPromptConfig\x12\x18\x0A\x0Btext_prompt\x18\x01 \x01(\x09B\x03\xE0A\x01\x12\x19\x0A\x0Cvoice_prompt\x18\x02 \x01(\x09B\x03\xE0A\x01B]\x0A\x17com.google.cloud.ces.v1B\x15GoogleSearchToolProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Guardrail.php b/Ces/metadata/V1/Guardrail.php
index 943cd0dc7b2..1c937116de6 100644
Binary files a/Ces/metadata/V1/Guardrail.php and b/Ces/metadata/V1/Guardrail.php differ
diff --git a/Ces/metadata/V1/McpTool.php b/Ces/metadata/V1/McpTool.php
index 212ca61a9b8..32980bdfebd 100644
--- a/Ces/metadata/V1/McpTool.php
+++ b/Ces/metadata/V1/McpTool.php
@@ -19,20 +19,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Common::initOnce();
\GPBMetadata\Google\Cloud\Ces\V1\Schema::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-"google/cloud/ces/v1/mcp_tool.protogoogle.cloud.ces.v1google/cloud/ces/v1/auth.proto google/cloud/ces/v1/common.proto google/cloud/ces/v1/schema.proto"
-McpTool
-name ( BA
-description ( BA6
-input_schema (2.google.cloud.ces.v1.SchemaBA7
-
output_schema (2.google.cloud.ces.v1.SchemaBA
-server_address ( BAG
-api_authentication (2&.google.cloud.ces.v1.ApiAuthenticationBA7
-
-tls_config (2.google.cloud.ces.v1.TlsConfigBAR
-service_directory_config (2+.google.cloud.ces.v1.ServiceDirectoryConfigBABT
-com.google.cloud.ces.v1BMcpToolProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\x98\x05\x0A\"google/cloud/ces/v1/mcp_tool.proto\x12\x13google.cloud.ces.v1\x1A\x1Egoogle/cloud/ces/v1/auth.proto\x1A google/cloud/ces/v1/common.proto\x1A google/cloud/ces/v1/schema.proto\"\x9A\x03\x0A\x07McpTool\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x02\x12\x18\x0A\x0Bdescription\x18\x02 \x01(\x09B\x03\xE0A\x01\x126\x0A\x0Cinput_schema\x18\x03 \x01(\x0B2\x1B.google.cloud.ces.v1.SchemaB\x03\xE0A\x01\x127\x0A\x0Doutput_schema\x18\x04 \x01(\x0B2\x1B.google.cloud.ces.v1.SchemaB\x03\xE0A\x01\x12\x1B\x0A\x0Eserver_address\x18\x05 \x01(\x09B\x03\xE0A\x02\x12G\x0A\x12api_authentication\x18\x06 \x01(\x0B2&.google.cloud.ces.v1.ApiAuthenticationB\x03\xE0A\x01\x127\x0A\x0Atls_config\x18\x07 \x01(\x0B2\x1E.google.cloud.ces.v1.TlsConfigB\x03\xE0A\x01\x12R\x0A\x18service_directory_config\x18\x08 \x01(\x0B2+.google.cloud.ces.v1.ServiceDirectoryConfigB\x03\xE0A\x01BT\x0A\x17com.google.cloud.ces.v1B\x0CMcpToolProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/McpToolset.php b/Ces/metadata/V1/McpToolset.php
index aef53ec731a..d469ea3925c 100644
--- a/Ces/metadata/V1/McpToolset.php
+++ b/Ces/metadata/V1/McpToolset.php
@@ -18,17 +18,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Auth::initOnce();
\GPBMetadata\Google\Cloud\Ces\V1\Common::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-%google/cloud/ces/v1/mcp_toolset.protogoogle.cloud.ces.v1google/cloud/ces/v1/auth.proto google/cloud/ces/v1/common.proto"
-
-McpToolset
-server_address ( BAG
-api_authentication (2&.google.cloud.ces.v1.ApiAuthenticationBAR
-service_directory_config (2+.google.cloud.ces.v1.ServiceDirectoryConfigBA7
-
-tls_config (2.google.cloud.ces.v1.TlsConfigBABW
-com.google.cloud.ces.v1BMcpToolsetProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xE1\x03\x0A%google/cloud/ces/v1/mcp_toolset.proto\x12\x13google.cloud.ces.v1\x1A\x1Egoogle/cloud/ces/v1/auth.proto\x1A google/cloud/ces/v1/common.proto\"\xFF\x01\x0A\x0AMcpToolset\x12\x1B\x0A\x0Eserver_address\x18\x01 \x01(\x09B\x03\xE0A\x02\x12G\x0A\x12api_authentication\x18\x02 \x01(\x0B2&.google.cloud.ces.v1.ApiAuthenticationB\x03\xE0A\x01\x12R\x0A\x18service_directory_config\x18\x03 \x01(\x0B2+.google.cloud.ces.v1.ServiceDirectoryConfigB\x03\xE0A\x01\x127\x0A\x0Atls_config\x18\x04 \x01(\x0B2\x1E.google.cloud.ces.v1.TlsConfigB\x03\xE0A\x01BW\x0A\x17com.google.cloud.ces.v1B\x0FMcpToolsetProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Omnichannel.php b/Ces/metadata/V1/Omnichannel.php
index fc59f3bf415..2ec60ee40c1 100644
Binary files a/Ces/metadata/V1/Omnichannel.php and b/Ces/metadata/V1/Omnichannel.php differ
diff --git a/Ces/metadata/V1/OmnichannelService.php b/Ces/metadata/V1/OmnichannelService.php
index fd19f39fd37..48a94b0dd4d 100644
--- a/Ces/metadata/V1/OmnichannelService.php
+++ b/Ces/metadata/V1/OmnichannelService.php
@@ -20,15 +20,7 @@ public static function initOnce() {
\GPBMetadata\Google\Api\Resource::initOnce();
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
- '
-
--google/cloud/ces/v1/omnichannel_service.protogoogle.cloud.ces.v1google/api/client.protogoogle/api/field_behavior.protogoogle/api/resource.protogoogle/protobuf/timestamp.proto"
-OmnichannelOperationMetadata4
-create_time (2.google.protobuf.TimestampBA1
-end_time (2.google.protobuf.TimestampBA
-status_message ( BA#
-requested_cancellation (BAB_
-com.google.cloud.ces.v1BOmnichannelServiceProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xEF\x03\x0A-google/cloud/ces/v1/omnichannel_service.proto\x12\x13google.cloud.ces.v1\x1A\x17google/api/client.proto\x1A\x1Fgoogle/api/field_behavior.proto\x1A\x19google/api/resource.proto\x1A\x1Fgoogle/protobuf/timestamp.proto\"\xC9\x01\x0A\x1COmnichannelOperationMetadata\x124\x0A\x0Bcreate_time\x18\x01 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x121\x0A\x08end_time\x18\x02 \x01(\x0B2\x1A.google.protobuf.TimestampB\x03\xE0A\x03\x12\x1B\x0A\x0Estatus_message\x18\x03 \x01(\x09B\x03\xE0A\x03\x12#\x0A\x16requested_cancellation\x18\x04 \x01(\x08B\x03\xE0A\x03B_\x0A\x17com.google.cloud.ces.v1B\x17OmnichannelServiceProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/OpenApiTool.php b/Ces/metadata/V1/OpenApiTool.php
index afb42e534a0..6e3345ecb9d 100644
--- a/Ces/metadata/V1/OpenApiTool.php
+++ b/Ces/metadata/V1/OpenApiTool.php
@@ -18,20 +18,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Auth::initOnce();
\GPBMetadata\Google\Cloud\Ces\V1\Common::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-\'google/cloud/ces/v1/open_api_tool.protogoogle.cloud.ces.v1google/cloud/ces/v1/auth.proto google/cloud/ces/v1/common.proto"
-OpenApiTool
-open_api_schema ( BA
-name ( BA
-description ( BAG
-api_authentication (2&.google.cloud.ces.v1.ApiAuthenticationBA7
-
-tls_config (2.google.cloud.ces.v1.TlsConfigBAR
-service_directory_config (2+.google.cloud.ces.v1.ServiceDirectoryConfigBA"
-ignore_unknown_fields (BA
-url ( BABX
-com.google.cloud.ces.v1BOpenApiToolProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xC9\x04\x0A'google/cloud/ces/v1/open_api_tool.proto\x12\x13google.cloud.ces.v1\x1A\x1Egoogle/cloud/ces/v1/auth.proto\x1A google/cloud/ces/v1/common.proto\"\xE4\x02\x0A\x0BOpenApiTool\x12\x1C\x0A\x0Fopen_api_schema\x18\x01 \x01(\x09B\x03\xE0A\x02\x12\x11\x0A\x04name\x18\x02 \x01(\x09B\x03\xE0A\x01\x12\x18\x0A\x0Bdescription\x18\x03 \x01(\x09B\x03\xE0A\x01\x12G\x0A\x12api_authentication\x18\x04 \x01(\x0B2&.google.cloud.ces.v1.ApiAuthenticationB\x03\xE0A\x01\x127\x0A\x0Atls_config\x18\x05 \x01(\x0B2\x1E.google.cloud.ces.v1.TlsConfigB\x03\xE0A\x01\x12R\x0A\x18service_directory_config\x18\x06 \x01(\x0B2+.google.cloud.ces.v1.ServiceDirectoryConfigB\x03\xE0A\x01\x12\"\x0A\x15ignore_unknown_fields\x18\x07 \x01(\x08B\x03\xE0A\x01\x12\x10\x0A\x03url\x18\x08 \x01(\x09B\x03\xE0A\x01BX\x0A\x17com.google.cloud.ces.v1B\x10OpenApiToolProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/OpenApiToolset.php b/Ces/metadata/V1/OpenApiToolset.php
index 1b01615ce90..5ade1f020a9 100644
--- a/Ces/metadata/V1/OpenApiToolset.php
+++ b/Ces/metadata/V1/OpenApiToolset.php
@@ -18,18 +18,7 @@ public static function initOnce() {
\GPBMetadata\Google\Cloud\Ces\V1\Auth::initOnce();
\GPBMetadata\Google\Cloud\Ces\V1\Common::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-*google/cloud/ces/v1/open_api_toolset.protogoogle.cloud.ces.v1google/cloud/ces/v1/auth.proto google/cloud/ces/v1/common.proto"
-OpenApiToolset
-open_api_schema ( BAG
-api_authentication (2&.google.cloud.ces.v1.ApiAuthenticationBA7
-
-tls_config (2.google.cloud.ces.v1.TlsConfigBAR
-service_directory_config (2+.google.cloud.ces.v1.ServiceDirectoryConfigBA"
-ignore_unknown_fields (BA
-url ( BAB[
-com.google.cloud.ces.v1BOpenApiToolsetProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xA5\x04\x0A*google/cloud/ces/v1/open_api_toolset.proto\x12\x13google.cloud.ces.v1\x1A\x1Egoogle/cloud/ces/v1/auth.proto\x1A google/cloud/ces/v1/common.proto\"\xBA\x02\x0A\x0EOpenApiToolset\x12\x1C\x0A\x0Fopen_api_schema\x18\x01 \x01(\x09B\x03\xE0A\x02\x12G\x0A\x12api_authentication\x18\x02 \x01(\x0B2&.google.cloud.ces.v1.ApiAuthenticationB\x03\xE0A\x01\x127\x0A\x0Atls_config\x18\x03 \x01(\x0B2\x1E.google.cloud.ces.v1.TlsConfigB\x03\xE0A\x01\x12R\x0A\x18service_directory_config\x18\x04 \x01(\x0B2+.google.cloud.ces.v1.ServiceDirectoryConfigB\x03\xE0A\x01\x12\"\x0A\x15ignore_unknown_fields\x18\x05 \x01(\x08B\x03\xE0A\x01\x12\x10\x0A\x03url\x18\x06 \x01(\x09B\x03\xE0A\x01B[\x0A\x17com.google.cloud.ces.v1B\x13OpenApiToolsetProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/PythonFunction.php b/Ces/metadata/V1/PythonFunction.php
index 53300a1b433..a393a52f5d7 100644
--- a/Ces/metadata/V1/PythonFunction.php
+++ b/Ces/metadata/V1/PythonFunction.php
@@ -16,14 +16,7 @@ public static function initOnce() {
}
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-)google/cloud/ces/v1/python_function.protogoogle.cloud.ces.v1"W
-PythonFunction
-name ( BA
-python_code ( BA
-description ( BAB[
-com.google.cloud.ces.v1BPythonFunctionProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xFE\x01\x0A)google/cloud/ces/v1/python_function.proto\x12\x13google.cloud.ces.v1\"W\x0A\x0EPythonFunction\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x01\x12\x18\x0A\x0Bpython_code\x18\x02 \x01(\x09B\x03\xE0A\x01\x12\x18\x0A\x0Bdescription\x18\x03 \x01(\x09B\x03\xE0A\x03B[\x0A\x17com.google.cloud.ces.v1B\x13PythonFunctionProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Schema.php b/Ces/metadata/V1/Schema.php
index e40558a7b51..789a71cf76f 100644
Binary files a/Ces/metadata/V1/Schema.php and b/Ces/metadata/V1/Schema.php differ
diff --git a/Ces/metadata/V1/SearchSuggestions.php b/Ces/metadata/V1/SearchSuggestions.php
index d8989d764eb..51f30054cbc 100644
--- a/Ces/metadata/V1/SearchSuggestions.php
+++ b/Ces/metadata/V1/SearchSuggestions.php
@@ -15,16 +15,7 @@ public static function initOnce() {
return;
}
$pool->internalAddGeneratedFile(
- '
-
-,google/cloud/ces/v1/search_suggestions.protogoogle.cloud.ces.v1"i
-GoogleSearchSuggestions
-htmls ( ?
-web_search_queries (2#.google.cloud.ces.v1.WebSearchQuery",
-WebSearchQuery
-query (
-uri ( B^
-com.google.cloud.ces.v1BSearchSuggestionsProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xC4\x02\x0A,google/cloud/ces/v1/search_suggestions.proto\x12\x13google.cloud.ces.v1\"i\x0A\x17GoogleSearchSuggestions\x12\x0D\x0A\x05htmls\x18\x01 \x03(\x09\x12?\x0A\x12web_search_queries\x18\x02 \x03(\x0B2#.google.cloud.ces.v1.WebSearchQuery\",\x0A\x0EWebSearchQuery\x12\x0D\x0A\x05query\x18\x01 \x01(\x09\x12\x0B\x0A\x03uri\x18\x02 \x01(\x09B^\x0A\x17com.google.cloud.ces.v1B\x16SearchSuggestionsProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/SessionService.php b/Ces/metadata/V1/SessionService.php
index 6dc98639ea7..630d0632922 100644
Binary files a/Ces/metadata/V1/SessionService.php and b/Ces/metadata/V1/SessionService.php differ
diff --git a/Ces/metadata/V1/SystemTool.php b/Ces/metadata/V1/SystemTool.php
index e18f43916f6..c7df8ac642f 100644
--- a/Ces/metadata/V1/SystemTool.php
+++ b/Ces/metadata/V1/SystemTool.php
@@ -16,14 +16,7 @@ public static function initOnce() {
}
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-%google/cloud/ces/v1/system_tool.protogoogle.cloud.ces.v1"9
-
-SystemTool
-name ( BA
-description ( BABW
-com.google.cloud.ces.v1BSystemToolProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xD8\x01\x0A%google/cloud/ces/v1/system_tool.proto\x12\x13google.cloud.ces.v1\"9\x0A\x0ASystemTool\x12\x11\x0A\x04name\x18\x01 \x01(\x09B\x03\xE0A\x02\x12\x18\x0A\x0Bdescription\x18\x02 \x01(\x09B\x03\xE0A\x03BW\x0A\x17com.google.cloud.ces.v1B\x0FSystemToolProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/Tool.php b/Ces/metadata/V1/Tool.php
index 37d3e3b174e..e5a4ccab80f 100644
Binary files a/Ces/metadata/V1/Tool.php and b/Ces/metadata/V1/Tool.php differ
diff --git a/Ces/metadata/V1/ToolService.php b/Ces/metadata/V1/ToolService.php
index 2674d5a2e4c..c39cacdad20 100644
Binary files a/Ces/metadata/V1/ToolService.php and b/Ces/metadata/V1/ToolService.php differ
diff --git a/Ces/metadata/V1/Toolset.php b/Ces/metadata/V1/Toolset.php
index 78f8c7ec3f7..d60d2a581c7 100644
Binary files a/Ces/metadata/V1/Toolset.php and b/Ces/metadata/V1/Toolset.php differ
diff --git a/Ces/metadata/V1/ToolsetTool.php b/Ces/metadata/V1/ToolsetTool.php
index fdf2663c466..54c3fed8e78 100644
--- a/Ces/metadata/V1/ToolsetTool.php
+++ b/Ces/metadata/V1/ToolsetTool.php
@@ -17,14 +17,7 @@ public static function initOnce() {
\GPBMetadata\Google\Api\FieldBehavior::initOnce();
\GPBMetadata\Google\Api\Resource::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-&google/cloud/ces/v1/toolset_tool.protogoogle.cloud.ces.v1google/api/resource.proto"X
-ToolsetTool3
-toolset ( B"AA
-ces.googleapis.com/Toolset
-tool_id ( BABX
-com.google.cloud.ces.v1BToolsetToolProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\x94\x02\x0A&google/cloud/ces/v1/toolset_tool.proto\x12\x13google.cloud.ces.v1\x1A\x19google/api/resource.proto\"X\x0A\x0BToolsetTool\x123\x0A\x07toolset\x18\x01 \x01(\x09B\"\xE0A\x02\xFAA\x1C\x0A\x1Aces.googleapis.com/Toolset\x12\x14\x0A\x07tool_id\x18\x03 \x01(\x09B\x03\xE0A\x01BX\x0A\x17com.google.cloud.ces.v1B\x10ToolsetToolProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/WidgetService.php b/Ces/metadata/V1/WidgetService.php
index 252ff5056e2..3d3b3febfed 100644
--- a/Ces/metadata/V1/WidgetService.php
+++ b/Ces/metadata/V1/WidgetService.php
@@ -20,23 +20,7 @@ public static function initOnce() {
\GPBMetadata\Google\Api\Resource::initOnce();
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
- '
-
-(google/cloud/ces/v1/widget_service.protogoogle.cloud.ces.v1google/api/client.protogoogle/api/field_behavior.protogoogle/api/resource.protogoogle/protobuf/timestamp.proto"
-GenerateChatTokenRequest0
-name ( B"AA
-ces.googleapis.com/Session9
-
-deployment ( B%AA
-ces.googleapis.com/Deployment
-recaptcha_token ( BA"`
-GenerateChatTokenResponse
-
-chat_token ( /
-expire_time (2.google.protobuf.Timestamp2
-
WidgetService
-GenerateChatToken-.google.cloud.ces.v1.GenerateChatTokenRequest..google.cloud.ces.v1.GenerateChatTokenResponse"PJ"E/v1/{name=projects/*/locations/*/apps/*/sessions/*}:generateChatToken:*jAces.googleapis.comARhttps://www.googleapis.com/auth/ces,https://www.googleapis.com/auth/cloud-platformBZ
-com.google.cloud.ces.v1BWidgetServiceProtoPZ)cloud.google.com/go/ces/apiv1/cespb;cespbbproto3'
+ "\x0A\xE8\x06\x0A(google/cloud/ces/v1/widget_service.proto\x12\x13google.cloud.ces.v1\x1A\x17google/api/client.proto\x1A\x1Fgoogle/api/field_behavior.proto\x1A\x19google/api/resource.proto\x1A\x1Fgoogle/protobuf/timestamp.proto\"\xA5\x01\x0A\x18GenerateChatTokenRequest\x120\x0A\x04name\x18\x01 \x01(\x09B\"\xE0A\x02\xFAA\x1C\x0A\x1Aces.googleapis.com/Session\x129\x0A\x0Adeployment\x18\x02 \x01(\x09B%\xE0A\x02\xFAA\x1F\x0A\x1Dces.googleapis.com/Deployment\x12\x1C\x0A\x0Frecaptcha_token\x18\x03 \x01(\x09B\x03\xE0A\x01\"`\x0A\x19GenerateChatTokenResponse\x12\x12\x0A\x0Achat_token\x18\x01 \x01(\x09\x12/\x0A\x0Bexpire_time\x18\x02 \x01(\x0B2\x1A.google.protobuf.Timestamp2\xC2\x02\x0A\x0DWidgetService\x12\xC4\x01\x0A\x11GenerateChatToken\x12-.google.cloud.ces.v1.GenerateChatTokenRequest\x1A..google.cloud.ces.v1.GenerateChatTokenResponse\"P\x82\xD3\xE4\x93\x02J\"E/v1/{name=projects/*/locations/*/apps/*/sessions/*}:generateChatToken:\x01*\x1Aj\xCAA\x12ces.googleapis.com\xD2ARhttps://www.googleapis.com/auth/ces,https://www.googleapis.com/auth/cloud-platformBZ\x0A\x17com.google.cloud.ces.v1B\x12WidgetServiceProtoP\x01Z)cloud.google.com/go/ces/apiv1/cespb;cespbb\x06proto3"
, true);
static::$is_initialized = true;
diff --git a/Ces/metadata/V1/WidgetTool.php b/Ces/metadata/V1/WidgetTool.php
index 3ca159dbfef..dbbcf92b757 100644
Binary files a/Ces/metadata/V1/WidgetTool.php and b/Ces/metadata/V1/WidgetTool.php differ
diff --git a/Ces/src/V1/Action.php b/Ces/src/V1/Action.php
index dacf1eec8e7..75aa52f873e 100644
--- a/Ces/src/V1/Action.php
+++ b/Ces/src/V1/Action.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration of an Action for the tool to use.
@@ -44,10 +44,10 @@ class Action extends \Google\Protobuf\Internal\Message
* ID of a Connection action for the tool to use.
* @type \Google\Cloud\Ces\V1\Action\EntityOperation $entity_operation
* Entity operation configuration for the tool to use.
- * @type array|\Google\Protobuf\Internal\RepeatedField $input_fields
+ * @type string[] $input_fields
* Optional. Entity fields to use as inputs for the operation.
* If no fields are specified, all fields of the Entity will be used.
- * @type array|\Google\Protobuf\Internal\RepeatedField $output_fields
+ * @type string[] $output_fields
* Optional. Entity fields to return from the operation.
* If no fields are specified, all fields of the Entity will be returned.
* }
@@ -124,7 +124,7 @@ public function setEntityOperation($var)
* If no fields are specified, all fields of the Entity will be used.
*
* Generated from protobuf field repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getInputFields()
{
@@ -136,7 +136,7 @@ public function getInputFields()
* If no fields are specified, all fields of the Entity will be used.
*
* Generated from protobuf field repeated string input_fields = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setInputFields($var)
@@ -152,7 +152,7 @@ public function setInputFields($var)
* If no fields are specified, all fields of the Entity will be returned.
*
* Generated from protobuf field repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getOutputFields()
{
@@ -164,7 +164,7 @@ public function getOutputFields()
* If no fields are specified, all fields of the Entity will be returned.
*
* Generated from protobuf field repeated string output_fields = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setOutputFields($var)
diff --git a/Ces/src/V1/Action/EntityOperation.php b/Ces/src/V1/Action/EntityOperation.php
index 77c41900313..e241054cfb8 100644
--- a/Ces/src/V1/Action/EntityOperation.php
+++ b/Ces/src/V1/Action/EntityOperation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Action;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Entity CRUD operation specification.
@@ -99,4 +99,3 @@ public function setOperation($var)
}
-
diff --git a/Ces/src/V1/Action/EntityOperation/OperationType.php b/Ces/src/V1/Action/EntityOperation/OperationType.php
index a9c24f269c8..cc074481302 100644
--- a/Ces/src/V1/Action/EntityOperation/OperationType.php
+++ b/Ces/src/V1/Action/EntityOperation/OperationType.php
@@ -85,4 +85,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Agent.php b/Ces/src/V1/Agent.php
index 9fe2e5ec73a..c53b6da2e13 100644
--- a/Ces/src/V1/Agent.php
+++ b/Ces/src/V1/Agent.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An agent acts as the fundamental building block that provides instructions to
@@ -184,7 +184,7 @@ class Agent extends \Google\Protobuf\Internal\Message
* agent level properties will be ignored.
* Note: If the Dialogflow agent is in a different project from the app, you
* should grant `roles/dialogflow.client` to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
* @type string $name
* Identifier. The unique identifier of the agent.
* Format: `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
@@ -196,41 +196,41 @@ class Agent extends \Google\Protobuf\Internal\Message
* Optional. Configurations for the LLM model.
* @type string $instruction
* Optional. Instructions for the LLM model to guide the agent's behavior.
- * @type array|\Google\Protobuf\Internal\RepeatedField $tools
+ * @type string[] $tools
* Optional. List of available tools for the agent.
* Format: `projects/{project}/locations/{location}/apps/{app}/tools/{tool}`
- * @type array|\Google\Protobuf\Internal\RepeatedField $child_agents
+ * @type string[] $child_agents
* Optional. List of child agents in the agent tree.
* Format: `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
- * @type array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $before_agent_callbacks
+ * @type \Google\Cloud\Ces\V1\Callback[] $before_agent_callbacks
* Optional. The callbacks to execute before the agent is called.
* The provided callbacks are executed sequentially in the exact order they
* are given in the list. If a callback returns an overridden response,
* execution stops and any remaining callbacks are skipped.
- * @type array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $after_agent_callbacks
+ * @type \Google\Cloud\Ces\V1\Callback[] $after_agent_callbacks
* Optional. The callbacks to execute after the agent is called.
* The provided callbacks are executed sequentially in the exact order they
* are given in the list. If a callback returns an overridden response,
* execution stops and any remaining callbacks are skipped.
- * @type array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $before_model_callbacks
+ * @type \Google\Cloud\Ces\V1\Callback[] $before_model_callbacks
* Optional. The callbacks to execute before the model is called. If there are
* multiple calls to the model, the callback will be executed multiple times.
* The provided callbacks are executed sequentially in the exact order they
* are given in the list. If a callback returns an overridden response,
* execution stops and any remaining callbacks are skipped.
- * @type array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $after_model_callbacks
+ * @type \Google\Cloud\Ces\V1\Callback[] $after_model_callbacks
* Optional. The callbacks to execute after the model is called. If there are
* multiple calls to the model, the callback will be executed multiple times.
* The provided callbacks are executed sequentially in the exact order they
* are given in the list. If a callback returns an overridden response,
* execution stops and any remaining callbacks are skipped.
- * @type array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $before_tool_callbacks
+ * @type \Google\Cloud\Ces\V1\Callback[] $before_tool_callbacks
* Optional. The callbacks to execute before the tool is invoked. If there are
* multiple tool invocations, the callback will be executed multiple times.
* The provided callbacks are executed sequentially in the exact order they
* are given in the list. If a callback returns an overridden response,
* execution stops and any remaining callbacks are skipped.
- * @type array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $after_tool_callbacks
+ * @type \Google\Cloud\Ces\V1\Callback[] $after_tool_callbacks
* Optional. The callbacks to execute after the tool is invoked. If there are
* multiple tool invocations, the callback will be executed multiple times.
* The provided callbacks are executed sequentially in the exact order they
@@ -240,7 +240,7 @@ class Agent extends \Google\Protobuf\Internal\Message
* Output only. Timestamp when the agent was created.
* @type \Google\Protobuf\Timestamp $update_time
* Output only. Timestamp when the agent was last updated.
- * @type array|\Google\Protobuf\Internal\RepeatedField $guardrails
+ * @type string[] $guardrails
* Optional. List of guardrails for the agent.
* Format:
* `projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}`
@@ -248,12 +248,12 @@ class Agent extends \Google\Protobuf\Internal\Message
* Etag used to ensure the object hasn't changed during a read-modify-write
* operation. If the etag is empty, the update will overwrite any concurrent
* changes.
- * @type array<\Google\Cloud\Ces\V1\Agent\AgentToolset>|\Google\Protobuf\Internal\RepeatedField $toolsets
+ * @type \Google\Cloud\Ces\V1\Agent\AgentToolset[] $toolsets
* Optional. List of toolsets for the agent.
* @type string $generated_summary
* Output only. If the agent is generated by the LLM assistant, this field
* contains a descriptive summary of the generation.
- * @type array<\Google\Cloud\Ces\V1\TransferRule>|\Google\Protobuf\Internal\RepeatedField $transfer_rules
+ * @type \Google\Cloud\Ces\V1\TransferRule[] $transfer_rules
* Optional. Agent transfer rules.
* If multiple rules match, the first one in the list will be used.
* }
@@ -301,7 +301,7 @@ public function setLlmAgent($var)
* agent level properties will be ignored.
* Note: If the Dialogflow agent is in a different project from the app, you
* should grant `roles/dialogflow.client` to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field .google.cloud.ces.v1.Agent.RemoteDialogflowAgent remote_dialogflow_agent = 27 [(.google.api.field_behavior) = OPTIONAL];
* @return \Google\Cloud\Ces\V1\Agent\RemoteDialogflowAgent|null
@@ -323,7 +323,7 @@ public function hasRemoteDialogflowAgent()
* agent level properties will be ignored.
* Note: If the Dialogflow agent is in a different project from the app, you
* should grant `roles/dialogflow.client` to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field .google.cloud.ces.v1.Agent.RemoteDialogflowAgent remote_dialogflow_agent = 27 [(.google.api.field_behavior) = OPTIONAL];
* @param \Google\Cloud\Ces\V1\Agent\RemoteDialogflowAgent $var
@@ -484,7 +484,7 @@ public function setInstruction($var)
* Format: `projects/{project}/locations/{location}/apps/{app}/tools/{tool}`
*
* Generated from protobuf field repeated string tools = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getTools()
{
@@ -496,7 +496,7 @@ public function getTools()
* Format: `projects/{project}/locations/{location}/apps/{app}/tools/{tool}`
*
* Generated from protobuf field repeated string tools = 7 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setTools($var)
@@ -512,7 +512,7 @@ public function setTools($var)
* Format: `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
*
* Generated from protobuf field repeated string child_agents = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getChildAgents()
{
@@ -524,7 +524,7 @@ public function getChildAgents()
* Format: `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
*
* Generated from protobuf field repeated string child_agents = 8 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setChildAgents($var)
@@ -542,7 +542,7 @@ public function setChildAgents($var)
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback before_agent_callbacks = 18 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Callback>
*/
public function getBeforeAgentCallbacks()
{
@@ -556,7 +556,7 @@ public function getBeforeAgentCallbacks()
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback before_agent_callbacks = 18 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Callback[] $var
* @return $this
*/
public function setBeforeAgentCallbacks($var)
@@ -574,7 +574,7 @@ public function setBeforeAgentCallbacks($var)
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback after_agent_callbacks = 19 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Callback>
*/
public function getAfterAgentCallbacks()
{
@@ -588,7 +588,7 @@ public function getAfterAgentCallbacks()
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback after_agent_callbacks = 19 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Callback[] $var
* @return $this
*/
public function setAfterAgentCallbacks($var)
@@ -607,7 +607,7 @@ public function setAfterAgentCallbacks($var)
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback before_model_callbacks = 20 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Callback>
*/
public function getBeforeModelCallbacks()
{
@@ -622,7 +622,7 @@ public function getBeforeModelCallbacks()
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback before_model_callbacks = 20 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Callback[] $var
* @return $this
*/
public function setBeforeModelCallbacks($var)
@@ -641,7 +641,7 @@ public function setBeforeModelCallbacks($var)
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback after_model_callbacks = 21 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Callback>
*/
public function getAfterModelCallbacks()
{
@@ -656,7 +656,7 @@ public function getAfterModelCallbacks()
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback after_model_callbacks = 21 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Callback[] $var
* @return $this
*/
public function setAfterModelCallbacks($var)
@@ -675,7 +675,7 @@ public function setAfterModelCallbacks($var)
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback before_tool_callbacks = 22 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Callback>
*/
public function getBeforeToolCallbacks()
{
@@ -690,7 +690,7 @@ public function getBeforeToolCallbacks()
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback before_tool_callbacks = 22 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Callback[] $var
* @return $this
*/
public function setBeforeToolCallbacks($var)
@@ -709,7 +709,7 @@ public function setBeforeToolCallbacks($var)
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback after_tool_callbacks = 23 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Callback>
*/
public function getAfterToolCallbacks()
{
@@ -724,7 +724,7 @@ public function getAfterToolCallbacks()
* execution stops and any remaining callbacks are skipped.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Callback after_tool_callbacks = 23 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Callback>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Callback[] $var
* @return $this
*/
public function setAfterToolCallbacks($var)
@@ -813,7 +813,7 @@ public function setUpdateTime($var)
* `projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}`
*
* Generated from protobuf field repeated string guardrails = 17 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getGuardrails()
{
@@ -826,7 +826,7 @@ public function getGuardrails()
* `projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}`
*
* Generated from protobuf field repeated string guardrails = 17 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setGuardrails($var)
@@ -871,7 +871,7 @@ public function setEtag($var)
* Optional. List of toolsets for the agent.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Agent.AgentToolset toolsets = 28 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Agent\AgentToolset>
*/
public function getToolsets()
{
@@ -882,7 +882,7 @@ public function getToolsets()
* Optional. List of toolsets for the agent.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Agent.AgentToolset toolsets = 28 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Agent\AgentToolset>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Agent\AgentToolset[] $var
* @return $this
*/
public function setToolsets($var)
@@ -926,7 +926,7 @@ public function setGeneratedSummary($var)
* If multiple rules match, the first one in the list will be used.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.TransferRule transfer_rules = 30 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\TransferRule>
*/
public function getTransferRules()
{
@@ -938,7 +938,7 @@ public function getTransferRules()
* If multiple rules match, the first one in the list will be used.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.TransferRule transfer_rules = 30 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\TransferRule>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\TransferRule[] $var
* @return $this
*/
public function setTransferRules($var)
diff --git a/Ces/src/V1/Agent/AgentToolset.php b/Ces/src/V1/Agent/AgentToolset.php
index e17b588e1e7..45a03f3577c 100644
--- a/Ces/src/V1/Agent/AgentToolset.php
+++ b/Ces/src/V1/Agent/AgentToolset.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Agent;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A toolset with a selection of its tools.
@@ -40,7 +40,7 @@ class AgentToolset extends \Google\Protobuf\Internal\Message
* Required. The resource name of the toolset.
* Format:
* `projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}`
- * @type array|\Google\Protobuf\Internal\RepeatedField $tool_ids
+ * @type string[] $tool_ids
* Optional. The tools IDs to filter the toolset.
* }
*/
@@ -83,7 +83,7 @@ public function setToolset($var)
* Optional. The tools IDs to filter the toolset.
*
* Generated from protobuf field repeated string tool_ids = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getToolIds()
{
@@ -94,7 +94,7 @@ public function getToolIds()
* Optional. The tools IDs to filter the toolset.
*
* Generated from protobuf field repeated string tool_ids = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setToolIds($var)
@@ -107,4 +107,3 @@ public function setToolIds($var)
}
-
diff --git a/Ces/src/V1/Agent/LlmAgent.php b/Ces/src/V1/Agent/LlmAgent.php
index 94806764b6b..4a2e7dd6ff0 100644
--- a/Ces/src/V1/Agent/LlmAgent.php
+++ b/Ces/src/V1/Agent/LlmAgent.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Agent;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Default agent type. The agent uses instructions and callbacks specified in
@@ -32,4 +32,3 @@ public function __construct($data = NULL) {
}
-
diff --git a/Ces/src/V1/Agent/RemoteDialogflowAgent.php b/Ces/src/V1/Agent/RemoteDialogflowAgent.php
index 8c0f6ce2fb0..6113c8175b2 100644
--- a/Ces/src/V1/Agent/RemoteDialogflowAgent.php
+++ b/Ces/src/V1/Agent/RemoteDialogflowAgent.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Agent;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The agent which will transfer execution to a remote
@@ -296,4 +296,3 @@ public function setRespectResponseInterruptionSettings($var)
}
-
diff --git a/Ces/src/V1/AgentTransfer.php b/Ces/src/V1/AgentTransfer.php
index 43c6f40ecff..1d36d5e0742 100644
--- a/Ces/src/V1/AgentTransfer.php
+++ b/Ces/src/V1/AgentTransfer.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents an event indicating the transfer of a conversation to a different
diff --git a/Ces/src/V1/AmbientSoundConfig.php b/Ces/src/V1/AmbientSoundConfig.php
index c963066c8ad..0d273082d21 100644
--- a/Ces/src/V1/AmbientSoundConfig.php
+++ b/Ces/src/V1/AmbientSoundConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for the ambient sound to be played with the synthesized agent
@@ -44,7 +44,7 @@ class AmbientSoundConfig extends \Google\Protobuf\Internal\Message
* Optional. Ambient noise as a mono-channel, 16kHz WAV file stored in
* [Cloud Storage](https://cloud.google.com/storage).
* Note: Please make sure the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com` has
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com` has
* `storage.objects.get` permission to the Cloud Storage object.
* @type string $prebuilt_ambient_sound
* Optional. Name of the prebuilt ambient sound.
@@ -124,7 +124,7 @@ public function setPrebuiltAmbientNoise($var)
* Optional. Ambient noise as a mono-channel, 16kHz WAV file stored in
* [Cloud Storage](https://cloud.google.com/storage).
* Note: Please make sure the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com` has
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com` has
* `storage.objects.get` permission to the Cloud Storage object.
*
* Generated from protobuf field string gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
@@ -144,7 +144,7 @@ public function hasGcsUri()
* Optional. Ambient noise as a mono-channel, 16kHz WAV file stored in
* [Cloud Storage](https://cloud.google.com/storage).
* Note: Please make sure the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com` has
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com` has
* `storage.objects.get` permission to the Cloud Storage object.
*
* Generated from protobuf field string gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
diff --git a/Ces/src/V1/AmbientSoundConfig/PrebuiltAmbientNoise.php b/Ces/src/V1/AmbientSoundConfig/PrebuiltAmbientNoise.php
index 9d592f02ea8..39ccafb8237 100644
--- a/Ces/src/V1/AmbientSoundConfig/PrebuiltAmbientNoise.php
+++ b/Ces/src/V1/AmbientSoundConfig/PrebuiltAmbientNoise.php
@@ -66,4 +66,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ApiAuthentication.php b/Ces/src/V1/ApiAuthentication.php
index e74be00d5c5..f42d4131e44 100644
--- a/Ces/src/V1/ApiAuthentication.php
+++ b/Ces/src/V1/ApiAuthentication.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Authentication information required for API calls.
diff --git a/Ces/src/V1/ApiKeyConfig.php b/Ces/src/V1/ApiKeyConfig.php
index 18ecf816a65..f083a05b08c 100644
--- a/Ces/src/V1/ApiKeyConfig.php
+++ b/Ces/src/V1/ApiKeyConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configurations for authentication with API key.
@@ -28,7 +28,7 @@ class ApiKeyConfig extends \Google\Protobuf\Internal\Message
* API key. Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string api_key_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -55,7 +55,7 @@ class ApiKeyConfig extends \Google\Protobuf\Internal\Message
* API key. Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
* @type int $request_location
* Required. Key location in the request.
* }
@@ -100,7 +100,7 @@ public function setKeyName($var)
* API key. Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string api_key_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -115,7 +115,7 @@ public function getApiKeySecretVersion()
* API key. Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string api_key_secret_version = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
diff --git a/Ces/src/V1/ApiKeyConfig/RequestLocation.php b/Ces/src/V1/ApiKeyConfig/RequestLocation.php
index 18235eb7b08..d6f4f5bf3c5 100644
--- a/Ces/src/V1/ApiKeyConfig/RequestLocation.php
+++ b/Ces/src/V1/ApiKeyConfig/RequestLocation.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/App.php b/Ces/src/V1/App.php
index 7245a26b630..ea6639f3b3b 100644
--- a/Ces/src/V1/App.php
+++ b/Ces/src/V1/App.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An app serves as a top-level container for a group of agents, including the
@@ -217,15 +217,15 @@ class App extends \Google\Protobuf\Internal\Message
* default to PARALLEL.
* @type \Google\Cloud\Ces\V1\EvaluationMetricsThresholds $evaluation_metrics_thresholds
* Optional. The evaluation thresholds for the app.
- * @type array<\Google\Cloud\Ces\V1\App\VariableDeclaration>|\Google\Protobuf\Internal\RepeatedField $variable_declarations
+ * @type \Google\Cloud\Ces\V1\App\VariableDeclaration[] $variable_declarations
* Optional. The declarations of the variables.
- * @type array<\Google\Cloud\Ces\V1\App\VariableDeclaration>|\Google\Protobuf\Internal\RepeatedField $predefined_variable_declarations
+ * @type \Google\Cloud\Ces\V1\App\VariableDeclaration[] $predefined_variable_declarations
* Output only. The declarations of predefined variables for the app.
* @type string $global_instruction
* Optional. Instructions for all the agents in the app.
* You can use this instruction to set up a stable identity or personality
* across all the agents.
- * @type array|\Google\Protobuf\Internal\RepeatedField $guardrails
+ * @type string[] $guardrails
* Optional. List of guardrails for the app.
* Format:
* `projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}`
@@ -644,7 +644,7 @@ public function setEvaluationMetricsThresholds($var)
* Optional. The declarations of the variables.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\App\VariableDeclaration>
*/
public function getVariableDeclarations()
{
@@ -655,7 +655,7 @@ public function getVariableDeclarations()
* Optional. The declarations of the variables.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.App.VariableDeclaration variable_declarations = 14 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\App\VariableDeclaration>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\App\VariableDeclaration[] $var
* @return $this
*/
public function setVariableDeclarations($var)
@@ -670,7 +670,7 @@ public function setVariableDeclarations($var)
* Output only. The declarations of predefined variables for the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\App\VariableDeclaration>
*/
public function getPredefinedVariableDeclarations()
{
@@ -681,7 +681,7 @@ public function getPredefinedVariableDeclarations()
* Output only. The declarations of predefined variables for the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.App.VariableDeclaration predefined_variable_declarations = 28 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\Ces\V1\App\VariableDeclaration>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\App\VariableDeclaration[] $var
* @return $this
*/
public function setPredefinedVariableDeclarations($var)
@@ -728,7 +728,7 @@ public function setGlobalInstruction($var)
* `projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}`
*
* Generated from protobuf field repeated string guardrails = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getGuardrails()
{
@@ -741,7 +741,7 @@ public function getGuardrails()
* `projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}`
*
* Generated from protobuf field repeated string guardrails = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setGuardrails($var)
diff --git a/Ces/src/V1/App/ToolExecutionMode.php b/Ces/src/V1/App/ToolExecutionMode.php
index 27c7c91aa1e..60acc672e85 100644
--- a/Ces/src/V1/App/ToolExecutionMode.php
+++ b/Ces/src/V1/App/ToolExecutionMode.php
@@ -66,4 +66,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/App/VariableDeclaration.php b/Ces/src/V1/App/VariableDeclaration.php
index 0793b686c9c..938fe468655 100644
--- a/Ces/src/V1/App/VariableDeclaration.php
+++ b/Ces/src/V1/App/VariableDeclaration.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\App;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Defines the structure and metadata for a variable.
@@ -147,4 +147,3 @@ public function setSchema($var)
}
-
diff --git a/Ces/src/V1/AppSnapshot.php b/Ces/src/V1/AppSnapshot.php
index f9211742697..05247df7937 100644
--- a/Ces/src/V1/AppSnapshot.php
+++ b/Ces/src/V1/AppSnapshot.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A snapshot of the app.
@@ -60,15 +60,15 @@ class AppSnapshot extends \Google\Protobuf\Internal\Message
*
* @type \Google\Cloud\Ces\V1\App $app
* Optional. The basic settings for the app.
- * @type array<\Google\Cloud\Ces\V1\Agent>|\Google\Protobuf\Internal\RepeatedField $agents
+ * @type \Google\Cloud\Ces\V1\Agent[] $agents
* Optional. List of agents in the app.
- * @type array<\Google\Cloud\Ces\V1\Tool>|\Google\Protobuf\Internal\RepeatedField $tools
+ * @type \Google\Cloud\Ces\V1\Tool[] $tools
* Optional. List of tools in the app.
- * @type array<\Google\Cloud\Ces\V1\Example>|\Google\Protobuf\Internal\RepeatedField $examples
+ * @type \Google\Cloud\Ces\V1\Example[] $examples
* Optional. List of examples in the app.
- * @type array<\Google\Cloud\Ces\V1\Guardrail>|\Google\Protobuf\Internal\RepeatedField $guardrails
+ * @type \Google\Cloud\Ces\V1\Guardrail[] $guardrails
* Optional. List of guardrails in the app.
- * @type array<\Google\Cloud\Ces\V1\Toolset>|\Google\Protobuf\Internal\RepeatedField $toolsets
+ * @type \Google\Cloud\Ces\V1\Toolset[] $toolsets
* Optional. List of toolsets in the app.
* }
*/
@@ -117,7 +117,7 @@ public function setApp($var)
* Optional. List of agents in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Agent>
*/
public function getAgents()
{
@@ -128,7 +128,7 @@ public function getAgents()
* Optional. List of agents in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Agent agents = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Agent>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Agent[] $var
* @return $this
*/
public function setAgents($var)
@@ -143,7 +143,7 @@ public function setAgents($var)
* Optional. List of tools in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Tool>
*/
public function getTools()
{
@@ -154,7 +154,7 @@ public function getTools()
* Optional. List of tools in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Tool tools = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Tool>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Tool[] $var
* @return $this
*/
public function setTools($var)
@@ -169,7 +169,7 @@ public function setTools($var)
* Optional. List of examples in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Example>
*/
public function getExamples()
{
@@ -180,7 +180,7 @@ public function getExamples()
* Optional. List of examples in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Example examples = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Example>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Example[] $var
* @return $this
*/
public function setExamples($var)
@@ -195,7 +195,7 @@ public function setExamples($var)
* Optional. List of guardrails in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Guardrail>
*/
public function getGuardrails()
{
@@ -206,7 +206,7 @@ public function getGuardrails()
* Optional. List of guardrails in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Guardrail guardrails = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Guardrail>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Guardrail[] $var
* @return $this
*/
public function setGuardrails($var)
@@ -221,7 +221,7 @@ public function setGuardrails($var)
* Optional. List of toolsets in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Toolset>
*/
public function getToolsets()
{
@@ -232,7 +232,7 @@ public function getToolsets()
* Optional. List of toolsets in the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Toolset toolsets = 6 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Toolset>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Toolset[] $var
* @return $this
*/
public function setToolsets($var)
diff --git a/Ces/src/V1/AppVersion.php b/Ces/src/V1/AppVersion.php
index e315dd881be..c6d4d1cf9ca 100644
--- a/Ces/src/V1/AppVersion.php
+++ b/Ces/src/V1/AppVersion.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* In Customer Engagement Suite (CES), an app version is a snapshot of the app
diff --git a/Ces/src/V1/AudioProcessingConfig.php b/Ces/src/V1/AudioProcessingConfig.php
index cde73fcb67b..4a1da541a84 100644
--- a/Ces/src/V1/AudioProcessingConfig.php
+++ b/Ces/src/V1/AudioProcessingConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for how the input and output audio should be processed and
diff --git a/Ces/src/V1/AudioRecordingConfig.php b/Ces/src/V1/AudioRecordingConfig.php
index 6c26b359be8..eb053e46943 100644
--- a/Ces/src/V1/AudioRecordingConfig.php
+++ b/Ces/src/V1/AudioRecordingConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for how the audio interactions should be recorded.
@@ -22,7 +22,7 @@ class AudioRecordingConfig extends \Google\Protobuf\Internal\Message
* requirements.
* Note: If the Cloud Storage bucket is in a different project from the app,
* you should grant `storage.objects.create` permission to the CES service
- * agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * agent `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
@@ -56,7 +56,7 @@ class AudioRecordingConfig extends \Google\Protobuf\Internal\Message
* requirements.
* Note: If the Cloud Storage bucket is in a different project from the app,
* you should grant `storage.objects.create` permission to the CES service
- * agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * agent `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
* @type string $gcs_path_prefix
* Optional. The Cloud Storage path prefix for audio recordings.
* This prefix can include the following placeholders, which will be
@@ -82,7 +82,7 @@ public function __construct($data = NULL) {
* requirements.
* Note: If the Cloud Storage bucket is in a different project from the app,
* you should grant `storage.objects.create` permission to the CES service
- * agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * agent `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
* @return string
@@ -99,7 +99,7 @@ public function getGcsBucket()
* requirements.
* Note: If the Cloud Storage bucket is in a different project from the app,
* you should grant `storage.objects.create` permission to the CES service
- * agent `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * agent `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string gcs_bucket = 1 [(.google.api.field_behavior) = OPTIONAL];
* @param string $var
diff --git a/Ces/src/V1/BargeInConfig.php b/Ces/src/V1/BargeInConfig.php
index 5ec88f72cc9..fa29738c52c 100644
--- a/Ces/src/V1/BargeInConfig.php
+++ b/Ces/src/V1/BargeInConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for how the user barge-in activities should be handled.
diff --git a/Ces/src/V1/BatchDeleteConversationsRequest.php b/Ces/src/V1/BatchDeleteConversationsRequest.php
index 7dc7e488301..258dc00b691 100644
--- a/Ces/src/V1/BatchDeleteConversationsRequest.php
+++ b/Ces/src/V1/BatchDeleteConversationsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -57,7 +57,7 @@ public static function build(string $parent): self
* Required. The resource name of the app to delete conversations from.
* Format:
* `projects/{project}/locations/{location}/apps/{app}`
- * @type array|\Google\Protobuf\Internal\RepeatedField $conversations
+ * @type string[] $conversations
* Required. The resource names of the conversations to delete.
* }
*/
@@ -100,7 +100,7 @@ public function setParent($var)
* Required. The resource names of the conversations to delete.
*
* Generated from protobuf field repeated string conversations = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getConversations()
{
@@ -111,7 +111,7 @@ public function getConversations()
* Required. The resource names of the conversations to delete.
*
* Generated from protobuf field repeated string conversations = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setConversations($var)
diff --git a/Ces/src/V1/BatchDeleteConversationsResponse.php b/Ces/src/V1/BatchDeleteConversationsResponse.php
index 002490bd216..2c2fdbf839c 100644
--- a/Ces/src/V1/BatchDeleteConversationsResponse.php
+++ b/Ces/src/V1/BatchDeleteConversationsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -42,11 +42,11 @@ class BatchDeleteConversationsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $deleted_conversations
+ * @type string[] $deleted_conversations
* The list of conversations that were successfully deleted.
- * @type array|\Google\Protobuf\Internal\RepeatedField $failed_conversations
+ * @type string[] $failed_conversations
* The list of conversations that failed to be deleted.
- * @type array|\Google\Protobuf\Internal\RepeatedField $error_messages
+ * @type string[] $error_messages
* Optional. A list of error messages associated with conversations that
* failed to be deleted.
* }
@@ -60,7 +60,7 @@ public function __construct($data = NULL) {
* The list of conversations that were successfully deleted.
*
* Generated from protobuf field repeated string deleted_conversations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getDeletedConversations()
{
@@ -71,7 +71,7 @@ public function getDeletedConversations()
* The list of conversations that were successfully deleted.
*
* Generated from protobuf field repeated string deleted_conversations = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setDeletedConversations($var)
@@ -86,7 +86,7 @@ public function setDeletedConversations($var)
* The list of conversations that failed to be deleted.
*
* Generated from protobuf field repeated string failed_conversations = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getFailedConversations()
{
@@ -97,7 +97,7 @@ public function getFailedConversations()
* The list of conversations that failed to be deleted.
*
* Generated from protobuf field repeated string failed_conversations = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setFailedConversations($var)
@@ -113,7 +113,7 @@ public function setFailedConversations($var)
* failed to be deleted.
*
* Generated from protobuf field repeated string error_messages = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getErrorMessages()
{
@@ -125,7 +125,7 @@ public function getErrorMessages()
* failed to be deleted.
*
* Generated from protobuf field repeated string error_messages = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setErrorMessages($var)
diff --git a/Ces/src/V1/BearerTokenConfig.php b/Ces/src/V1/BearerTokenConfig.php
index 479181bb250..7f54faac69e 100644
--- a/Ces/src/V1/BearerTokenConfig.php
+++ b/Ces/src/V1/BearerTokenConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configurations for authentication with a bearer token.
diff --git a/Ces/src/V1/BidiSessionClientMessage.php b/Ces/src/V1/BidiSessionClientMessage.php
index d418be69b0b..20af399b7c2 100644
--- a/Ces/src/V1/BidiSessionClientMessage.php
+++ b/Ces/src/V1/BidiSessionClientMessage.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The top-level message sent by the client for the
diff --git a/Ces/src/V1/BidiSessionServerMessage.php b/Ces/src/V1/BidiSessionServerMessage.php
index e69db46f65a..68b07799330 100644
--- a/Ces/src/V1/BidiSessionServerMessage.php
+++ b/Ces/src/V1/BidiSessionServerMessage.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The top-level message returned from
diff --git a/Ces/src/V1/BigQueryExportSettings.php b/Ces/src/V1/BigQueryExportSettings.php
index a3ddd60a736..03fc8a89108 100644
--- a/Ces/src/V1/BigQueryExportSettings.php
+++ b/Ces/src/V1/BigQueryExportSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings to describe the BigQuery export behaviors for the app.
@@ -25,7 +25,7 @@ class BigQueryExportSettings extends \Google\Protobuf\Internal\Message
* Optional. The project ID of the BigQuery dataset to export the data to.
* Note: If the BigQuery dataset is in a different project from the app,
* you should grant `roles/bigquery.admin` role to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string project = 2 [(.google.api.field_behavior) = OPTIONAL];
*/
@@ -49,7 +49,7 @@ class BigQueryExportSettings extends \Google\Protobuf\Internal\Message
* Optional. The project ID of the BigQuery dataset to export the data to.
* Note: If the BigQuery dataset is in a different project from the app,
* you should grant `roles/bigquery.admin` role to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
* @type string $dataset
* Optional. The BigQuery dataset to export the data to.
* }
@@ -89,7 +89,7 @@ public function setEnabled($var)
* Optional. The project ID of the BigQuery dataset to export the data to.
* Note: If the BigQuery dataset is in a different project from the app,
* you should grant `roles/bigquery.admin` role to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string project = 2 [(.google.api.field_behavior) = OPTIONAL];
* @return string
@@ -103,7 +103,7 @@ public function getProject()
* Optional. The project ID of the BigQuery dataset to export the data to.
* Note: If the BigQuery dataset is in a different project from the app,
* you should grant `roles/bigquery.admin` role to the CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string project = 2 [(.google.api.field_behavior) = OPTIONAL];
* @param string $var
diff --git a/Ces/src/V1/Blob.php b/Ces/src/V1/Blob.php
index 1ed50cf27ba..2c391107940 100644
--- a/Ces/src/V1/Blob.php
+++ b/Ces/src/V1/Blob.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents a blob input or output in the conversation.
diff --git a/Ces/src/V1/Callback.php b/Ces/src/V1/Callback.php
index b7553f1b022..84670e8371a 100644
--- a/Ces/src/V1/Callback.php
+++ b/Ces/src/V1/Callback.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A callback defines the custom logic to be executed at various stages of
diff --git a/Ces/src/V1/Changelog.php b/Ces/src/V1/Changelog.php
index f8a1913f394..3b04340137c 100644
--- a/Ces/src/V1/Changelog.php
+++ b/Ces/src/V1/Changelog.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Changelogs represent a change made to the app or to an resource within the
@@ -121,7 +121,7 @@ class Changelog extends \Google\Protobuf\Internal\Message
* Output only. The original resource before the change.
* @type \Google\Protobuf\Struct $new_resource
* Output only. The new resource after the change.
- * @type array<\Google\Protobuf\Struct>|\Google\Protobuf\Internal\RepeatedField $dependent_resources
+ * @type \Google\Protobuf\Struct[] $dependent_resources
* Output only. The dependent resources that were changed.
* @type \Google\Protobuf\Timestamp $create_time
* Output only. The time when the change was made.
@@ -400,7 +400,7 @@ public function setNewResource($var)
* Output only. The dependent resources that were changed.
*
* Generated from protobuf field repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Protobuf\Struct>
*/
public function getDependentResources()
{
@@ -411,7 +411,7 @@ public function getDependentResources()
* Output only. The dependent resources that were changed.
*
* Generated from protobuf field repeated .google.protobuf.Struct dependent_resources = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Protobuf\Struct>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Protobuf\Struct[] $var
* @return $this
*/
public function setDependentResources($var)
diff --git a/Ces/src/V1/ChannelProfile.php b/Ces/src/V1/ChannelProfile.php
index 2b95dcf8cb8..ee215808e49 100644
--- a/Ces/src/V1/ChannelProfile.php
+++ b/Ces/src/V1/ChannelProfile.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A ChannelProfile configures the agent's behavior for a specific communication
diff --git a/Ces/src/V1/ChannelProfile/ChannelType.php b/Ces/src/V1/ChannelProfile/ChannelType.php
index 337a0b492f0..9e90f8793b7 100644
--- a/Ces/src/V1/ChannelProfile/ChannelType.php
+++ b/Ces/src/V1/ChannelProfile/ChannelType.php
@@ -87,4 +87,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ChannelProfile/PersonaProperty.php b/Ces/src/V1/ChannelProfile/PersonaProperty.php
index bf42bdc4c0f..298250f8c4a 100644
--- a/Ces/src/V1/ChannelProfile/PersonaProperty.php
+++ b/Ces/src/V1/ChannelProfile/PersonaProperty.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\ChannelProfile;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the persona property of a channel.
@@ -65,4 +65,3 @@ public function setPersona($var)
}
-
diff --git a/Ces/src/V1/ChannelProfile/PersonaProperty/Persona.php b/Ces/src/V1/ChannelProfile/PersonaProperty/Persona.php
index d3c5d451a04..9ca35b70b62 100644
--- a/Ces/src/V1/ChannelProfile/PersonaProperty/Persona.php
+++ b/Ces/src/V1/ChannelProfile/PersonaProperty/Persona.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ChannelProfile/WebWidgetConfig.php b/Ces/src/V1/ChannelProfile/WebWidgetConfig.php
index b0b9fe7d8f2..56bfede2452 100644
--- a/Ces/src/V1/ChannelProfile/WebWidgetConfig.php
+++ b/Ces/src/V1/ChannelProfile/WebWidgetConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\ChannelProfile;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Message for configuration for the web widget.
@@ -177,4 +177,3 @@ public function setSecuritySettings($var)
}
-
diff --git a/Ces/src/V1/ChannelProfile/WebWidgetConfig/Modality.php b/Ces/src/V1/ChannelProfile/WebWidgetConfig/Modality.php
index 2cf2c9e3c6d..b74b62a16b4 100644
--- a/Ces/src/V1/ChannelProfile/WebWidgetConfig/Modality.php
+++ b/Ces/src/V1/ChannelProfile/WebWidgetConfig/Modality.php
@@ -66,4 +66,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ChannelProfile/WebWidgetConfig/SecuritySettings.php b/Ces/src/V1/ChannelProfile/WebWidgetConfig/SecuritySettings.php
index c197559ca79..18f0fa5976f 100644
--- a/Ces/src/V1/ChannelProfile/WebWidgetConfig/SecuritySettings.php
+++ b/Ces/src/V1/ChannelProfile/WebWidgetConfig/SecuritySettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\ChannelProfile\WebWidgetConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Security settings for the web widget.
@@ -67,7 +67,7 @@ class SecuritySettings extends \Google\Protobuf\Internal\Message
* If `true`, the web widget will check the origin of the website that
* loads the web widget and only allow it to be loaded in the same origin
* or any of the allowed origins.
- * @type array|\Google\Protobuf\Internal\RepeatedField $allowed_origins
+ * @type string[] $allowed_origins
* Optional. The origins that are allowed to host the web widget. An
* origin is defined by RFC 6454. If empty, all origins are allowed. A
* maximum of 100 origins is allowed. Example: "https://example.com"
@@ -153,7 +153,7 @@ public function setEnableOriginCheck($var)
* maximum of 100 origins is allowed. Example: "https://example.com"
*
* Generated from protobuf field repeated string allowed_origins = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getAllowedOrigins()
{
@@ -166,7 +166,7 @@ public function getAllowedOrigins()
* maximum of 100 origins is allowed. Example: "https://example.com"
*
* Generated from protobuf field repeated string allowed_origins = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setAllowedOrigins($var)
@@ -207,4 +207,3 @@ public function setEnableRecaptcha($var)
}
-
diff --git a/Ces/src/V1/ChannelProfile/WebWidgetConfig/Theme.php b/Ces/src/V1/ChannelProfile/WebWidgetConfig/Theme.php
index 91eaa178877..f540ba19087 100644
--- a/Ces/src/V1/ChannelProfile/WebWidgetConfig/Theme.php
+++ b/Ces/src/V1/ChannelProfile/WebWidgetConfig/Theme.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Chunk.php b/Ces/src/V1/Chunk.php
index 55b0fa4b4c8..dce7a5de835 100644
--- a/Ces/src/V1/Chunk.php
+++ b/Ces/src/V1/Chunk.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A chunk of content within a message.
diff --git a/Ces/src/V1/Citations.php b/Ces/src/V1/Citations.php
index f9f5ece8724..de92f458282 100644
--- a/Ces/src/V1/Citations.php
+++ b/Ces/src/V1/Citations.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Citations associated with the agent response.
@@ -28,7 +28,7 @@ class Citations extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Citations\CitedChunk>|\Google\Protobuf\Internal\RepeatedField $cited_chunks
+ * @type \Google\Cloud\Ces\V1\Citations\CitedChunk[] $cited_chunks
* List of cited pieces of information.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* List of cited pieces of information.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Citations.CitedChunk cited_chunks = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Citations\CitedChunk>
*/
public function getCitedChunks()
{
@@ -52,7 +52,7 @@ public function getCitedChunks()
* List of cited pieces of information.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Citations.CitedChunk cited_chunks = 1;
- * @param array<\Google\Cloud\Ces\V1\Citations\CitedChunk>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Citations\CitedChunk[] $var
* @return $this
*/
public function setCitedChunks($var)
diff --git a/Ces/src/V1/Citations/CitedChunk.php b/Ces/src/V1/Citations/CitedChunk.php
index 373fda701c1..4e20410571a 100644
--- a/Ces/src/V1/Citations/CitedChunk.php
+++ b/Ces/src/V1/Citations/CitedChunk.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Citations;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Piece of cited information.
@@ -133,4 +133,3 @@ public function setText($var)
}
-
diff --git a/Ces/src/V1/ClientCertificateSettings.php b/Ces/src/V1/ClientCertificateSettings.php
index e9d35a51ba5..4f9a3cd4cda 100644
--- a/Ces/src/V1/ClientCertificateSettings.php
+++ b/Ces/src/V1/ClientCertificateSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings for custom client certificates.
diff --git a/Ces/src/V1/ClientFunction.php b/Ces/src/V1/ClientFunction.php
index 9c10a73b080..98aeaa19b88 100644
--- a/Ces/src/V1/ClientFunction.php
+++ b/Ces/src/V1/ClientFunction.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents a client-side function that the agent can invoke. When the
diff --git a/Ces/src/V1/CloudLoggingSettings.php b/Ces/src/V1/CloudLoggingSettings.php
index 8d2203afc14..7e9462dd4e2 100644
--- a/Ces/src/V1/CloudLoggingSettings.php
+++ b/Ces/src/V1/CloudLoggingSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings to describe the Cloud Logging behaviors for the app.
diff --git a/Ces/src/V1/CodeBlock.php b/Ces/src/V1/CodeBlock.php
index 611b179e272..edc689cf268 100644
--- a/Ces/src/V1/CodeBlock.php
+++ b/Ces/src/V1/CodeBlock.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A code block to be executed instead of a real tool call.
diff --git a/Ces/src/V1/ConnectorTool.php b/Ces/src/V1/ConnectorTool.php
index bb841d91008..e5d44bee623 100644
--- a/Ces/src/V1/ConnectorTool.php
+++ b/Ces/src/V1/ConnectorTool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A ConnectorTool allows connections to different integrations.
diff --git a/Ces/src/V1/ConnectorToolset.php b/Ces/src/V1/ConnectorToolset.php
index e0e4350a5f0..b75b67f672d 100644
--- a/Ces/src/V1/ConnectorToolset.php
+++ b/Ces/src/V1/ConnectorToolset.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A toolset that generates tools from an Integration Connectors Connection.
@@ -65,7 +65,7 @@ class ConnectorToolset extends \Google\Protobuf\Internal\Message
* order to specify an EUC configuration here - otherwise, the Toolset
* creation will fail. See:
* https://cloud.google.com/application-integration/docs/configure-connectors-task#configure-authentication-override
- * @type array<\Google\Cloud\Ces\V1\Action>|\Google\Protobuf\Internal\RepeatedField $connector_actions
+ * @type \Google\Cloud\Ces\V1\Action[] $connector_actions
* Required. The list of connector actions/entity operations to generate tools
* for.
* }
@@ -162,7 +162,7 @@ public function setAuthConfig($var)
* for.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Action>
*/
public function getConnectorActions()
{
@@ -174,7 +174,7 @@ public function getConnectorActions()
* for.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Action connector_actions = 3 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\Action>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Action[] $var
* @return $this
*/
public function setConnectorActions($var)
diff --git a/Ces/src/V1/Conversation.php b/Ces/src/V1/Conversation.php
index ee4bbf65f4d..93006f3ec57 100644
--- a/Ces/src/V1/Conversation.php
+++ b/Ces/src/V1/Conversation.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A conversation represents an interaction between an end user and the CES app.
@@ -119,7 +119,7 @@ class Conversation extends \Google\Protobuf\Internal\Message
* Output only. Timestamp when the conversation was created.
* @type \Google\Protobuf\Timestamp $end_time
* Output only. Timestamp when the conversation was completed.
- * @type array<\Google\Cloud\Ces\V1\Conversation\Turn>|\Google\Protobuf\Internal\RepeatedField $turns
+ * @type \Google\Cloud\Ces\V1\Conversation\Turn[] $turns
* Required. The turns in the conversation.
* @type int $turn_count
* Output only. The number of turns in the conversation.
@@ -128,7 +128,7 @@ class Conversation extends \Google\Protobuf\Internal\Message
* [input_types][google.cloud.ces.v1.Conversation.input_types] instead.
* @type int $source
* Output only. Indicate the source of the conversation.
- * @type array|\Google\Protobuf\Internal\RepeatedField $input_types
+ * @type int[] $input_types
* Output only. The input types of the conversation.
* @type string $entry_agent
* Output only. The agent that initially handles the conversation. If not
@@ -144,7 +144,7 @@ class Conversation extends \Google\Protobuf\Internal\Message
* `projects/{project}/locations/{location}/apps/{app}/versions/{version}`
* @type string $language_code
* Output only. The language code of the conversation.
- * @type array<\Google\Cloud\Ces\V1\Message>|\Google\Protobuf\Internal\RepeatedField $messages
+ * @type \Google\Cloud\Ces\V1\Message[] $messages
* Deprecated. Use turns instead.
* }
*/
@@ -259,7 +259,7 @@ public function setEndTime($var)
* Required. The turns in the conversation.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation.Turn turns = 6 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Conversation\Turn>
*/
public function getTurns()
{
@@ -270,7 +270,7 @@ public function getTurns()
* Required. The turns in the conversation.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation.Turn turns = 6 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\Conversation\Turn>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Conversation\Turn[] $var
* @return $this
*/
public function setTurns($var)
@@ -371,7 +371,7 @@ public function setSource($var)
* Output only. The input types of the conversation.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation.InputType input_types = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getInputTypes()
{
@@ -382,7 +382,7 @@ public function getInputTypes()
* Output only. The input types of the conversation.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation.InputType input_types = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param int[] $var
* @return $this
*/
public function setInputTypes($var)
@@ -513,7 +513,7 @@ public function setLanguageCode($var)
* Deprecated. Use turns instead.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Message messages = 2 [deprecated = true];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Message>
* @deprecated
*/
public function getMessages()
@@ -528,7 +528,7 @@ public function getMessages()
* Deprecated. Use turns instead.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Message messages = 2 [deprecated = true];
- * @param array<\Google\Cloud\Ces\V1\Message>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Message[] $var
* @return $this
* @deprecated
*/
diff --git a/Ces/src/V1/Conversation/ChannelType.php b/Ces/src/V1/Conversation/ChannelType.php
index a9dc97b0d61..4e76640a9cf 100644
--- a/Ces/src/V1/Conversation/ChannelType.php
+++ b/Ces/src/V1/Conversation/ChannelType.php
@@ -69,4 +69,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Conversation/InputType.php b/Ces/src/V1/Conversation/InputType.php
index 1c7b3cc1ad8..370140c6122 100644
--- a/Ces/src/V1/Conversation/InputType.php
+++ b/Ces/src/V1/Conversation/InputType.php
@@ -87,4 +87,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Conversation/Source.php b/Ces/src/V1/Conversation/Source.php
index 71f12a6ea3e..22d965789ed 100644
--- a/Ces/src/V1/Conversation/Source.php
+++ b/Ces/src/V1/Conversation/Source.php
@@ -70,4 +70,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Conversation/Turn.php b/Ces/src/V1/Conversation/Turn.php
index dd49f8f32c1..a1e0b5327c2 100644
--- a/Ces/src/V1/Conversation/Turn.php
+++ b/Ces/src/V1/Conversation/Turn.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Conversation;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* All information about a single turn in the conversation.
@@ -35,7 +35,7 @@ class Turn extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Message>|\Google\Protobuf\Internal\RepeatedField $messages
+ * @type \Google\Cloud\Ces\V1\Message[] $messages
* Optional. List of messages in the conversation turn, including user
* input, agent responses and intermediate events during the processing.
* @type \Google\Cloud\Ces\V1\Span $root_span
@@ -52,7 +52,7 @@ public function __construct($data = NULL) {
* input, agent responses and intermediate events during the processing.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Message messages = 1 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Message>
*/
public function getMessages()
{
@@ -64,7 +64,7 @@ public function getMessages()
* input, agent responses and intermediate events during the processing.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Message messages = 1 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Message>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Message[] $var
* @return $this
*/
public function setMessages($var)
@@ -113,4 +113,3 @@ public function setRootSpan($var)
}
-
diff --git a/Ces/src/V1/ConversationLoggingSettings.php b/Ces/src/V1/ConversationLoggingSettings.php
index c728c387ba4..20a99a156f9 100644
--- a/Ces/src/V1/ConversationLoggingSettings.php
+++ b/Ces/src/V1/ConversationLoggingSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings to describe the conversation logging behaviors for the app.
diff --git a/Ces/src/V1/CreateAgentRequest.php b/Ces/src/V1/CreateAgentRequest.php
index 9a03d26e4f5..67c13f20442 100644
--- a/Ces/src/V1/CreateAgentRequest.php
+++ b/Ces/src/V1/CreateAgentRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateAppRequest.php b/Ces/src/V1/CreateAppRequest.php
index d7a594fe776..a4ddde4078b 100644
--- a/Ces/src/V1/CreateAppRequest.php
+++ b/Ces/src/V1/CreateAppRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateAppVersionRequest.php b/Ces/src/V1/CreateAppVersionRequest.php
index 564e39434fe..d3f9b860b73 100644
--- a/Ces/src/V1/CreateAppVersionRequest.php
+++ b/Ces/src/V1/CreateAppVersionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateDeploymentRequest.php b/Ces/src/V1/CreateDeploymentRequest.php
index 7245fa8908b..4c583f92e39 100644
--- a/Ces/src/V1/CreateDeploymentRequest.php
+++ b/Ces/src/V1/CreateDeploymentRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateExampleRequest.php b/Ces/src/V1/CreateExampleRequest.php
index cf1acdee65b..bb6ce29f6a3 100644
--- a/Ces/src/V1/CreateExampleRequest.php
+++ b/Ces/src/V1/CreateExampleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateGuardrailRequest.php b/Ces/src/V1/CreateGuardrailRequest.php
index e806331c96b..74424ed5129 100644
--- a/Ces/src/V1/CreateGuardrailRequest.php
+++ b/Ces/src/V1/CreateGuardrailRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateToolRequest.php b/Ces/src/V1/CreateToolRequest.php
index d8b09c726fb..65107e1171c 100644
--- a/Ces/src/V1/CreateToolRequest.php
+++ b/Ces/src/V1/CreateToolRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/CreateToolsetRequest.php b/Ces/src/V1/CreateToolsetRequest.php
index 5b8a7071531..1c7b08d5633 100644
--- a/Ces/src/V1/CreateToolsetRequest.php
+++ b/Ces/src/V1/CreateToolsetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DataStore.php b/Ces/src/V1/DataStore.php
index 08d9ec9e191..47496050629 100644
--- a/Ces/src/V1/DataStore.php
+++ b/Ces/src/V1/DataStore.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A DataStore resource in Vertex AI Search.
diff --git a/Ces/src/V1/DataStore/ConnectorConfig.php b/Ces/src/V1/DataStore/ConnectorConfig.php
index e3bad3ec5c2..d9f5c1126a5 100644
--- a/Ces/src/V1/DataStore/ConnectorConfig.php
+++ b/Ces/src/V1/DataStore/ConnectorConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStore;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The connector config for the data store connection.
@@ -137,4 +137,3 @@ public function setDataSource($var)
}
-
diff --git a/Ces/src/V1/DataStore/DataStoreType.php b/Ces/src/V1/DataStore/DataStoreType.php
index 8202f4c5421..f8b4d72fa70 100644
--- a/Ces/src/V1/DataStore/DataStoreType.php
+++ b/Ces/src/V1/DataStore/DataStoreType.php
@@ -75,4 +75,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStore/DocumentProcessingMode.php b/Ces/src/V1/DataStore/DocumentProcessingMode.php
index 2e76cc1b23b..7d73fd195f8 100644
--- a/Ces/src/V1/DataStore/DocumentProcessingMode.php
+++ b/Ces/src/V1/DataStore/DocumentProcessingMode.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStoreSettings.php b/Ces/src/V1/DataStoreSettings.php
index 3dd306ffc06..4ff35249c00 100644
--- a/Ces/src/V1/DataStoreSettings.php
+++ b/Ces/src/V1/DataStoreSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Data store related settings for the app.
@@ -28,7 +28,7 @@ class DataStoreSettings extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\DataStoreSettings\Engine>|\Google\Protobuf\Internal\RepeatedField $engines
+ * @type \Google\Cloud\Ces\V1\DataStoreSettings\Engine[] $engines
* Output only. The engines for the app.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* Output only. The engines for the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreSettings\Engine>
*/
public function getEngines()
{
@@ -52,7 +52,7 @@ public function getEngines()
* Output only. The engines for the app.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreSettings.Engine engines = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- * @param array<\Google\Cloud\Ces\V1\DataStoreSettings\Engine>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreSettings\Engine[] $var
* @return $this
*/
public function setEngines($var)
diff --git a/Ces/src/V1/DataStoreSettings/Engine.php b/Ces/src/V1/DataStoreSettings/Engine.php
index 03bfa98fd64..9d37114ac45 100644
--- a/Ces/src/V1/DataStoreSettings/Engine.php
+++ b/Ces/src/V1/DataStoreSettings/Engine.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreSettings;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An engine to which the data stores are connected.
@@ -109,4 +109,3 @@ public function setType($var)
}
-
diff --git a/Ces/src/V1/DataStoreSettings/Engine/Type.php b/Ces/src/V1/DataStoreSettings/Engine/Type.php
index 9bca7dd4363..f9a27df6f10 100644
--- a/Ces/src/V1/DataStoreSettings/Engine/Type.php
+++ b/Ces/src/V1/DataStoreSettings/Engine/Type.php
@@ -66,4 +66,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStoreTool.php b/Ces/src/V1/DataStoreTool.php
index c25d4dbb05c..9e304557eab 100644
--- a/Ces/src/V1/DataStoreTool.php
+++ b/Ces/src/V1/DataStoreTool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Tool to retrieve from Vertex AI Search datastore or engine for grounding.
@@ -65,9 +65,9 @@ class DataStoreTool extends \Google\Protobuf\Internal\Message
* Required. The data store tool name.
* @type string $description
* Optional. The tool description.
- * @type array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpecs>|\Google\Protobuf\Internal\RepeatedField $boost_specs
+ * @type \Google\Cloud\Ces\V1\DataStoreTool\BoostSpecs[] $boost_specs
* Optional. Boost specification to boost certain documents.
- * @type array<\Google\Cloud\Ces\V1\DataStoreTool\ModalityConfig>|\Google\Protobuf\Internal\RepeatedField $modality_configs
+ * @type \Google\Cloud\Ces\V1\DataStoreTool\ModalityConfig[] $modality_configs
* Optional. The modality configs for the data store.
* @type int $filter_parameter_behavior
* Optional. The filter parameter behavior.
@@ -198,7 +198,7 @@ public function setDescription($var)
* Optional. Boost specification to boost certain documents.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpecs boost_specs = 8 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpecs>
*/
public function getBoostSpecs()
{
@@ -209,7 +209,7 @@ public function getBoostSpecs()
* Optional. Boost specification to boost certain documents.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpecs boost_specs = 8 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpecs>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreTool\BoostSpecs[] $var
* @return $this
*/
public function setBoostSpecs($var)
@@ -224,7 +224,7 @@ public function setBoostSpecs($var)
* Optional. The modality configs for the data store.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.ModalityConfig modality_configs = 9 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreTool\ModalityConfig>
*/
public function getModalityConfigs()
{
@@ -235,7 +235,7 @@ public function getModalityConfigs()
* Optional. The modality configs for the data store.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.ModalityConfig modality_configs = 9 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\DataStoreTool\ModalityConfig>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreTool\ModalityConfig[] $var
* @return $this
*/
public function setModalityConfigs($var)
diff --git a/Ces/src/V1/DataStoreTool/BoostSpec.php b/Ces/src/V1/DataStoreTool/BoostSpec.php
index c276fc39961..5ea47c83260 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpec.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpec.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Boost specification to boost certain documents.
@@ -28,7 +28,7 @@ class BoostSpec extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec>|\Google\Protobuf\Internal\RepeatedField $condition_boost_specs
+ * @type \Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec[] $condition_boost_specs
* Required. A list of boosting specifications.
* }
*/
@@ -41,7 +41,7 @@ public function __construct($data = NULL) {
* Required. A list of boosting specifications.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpec.ConditionBoostSpec condition_boost_specs = 1 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec>
*/
public function getConditionBoostSpecs()
{
@@ -52,7 +52,7 @@ public function getConditionBoostSpecs()
* Required. A list of boosting specifications.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpec.ConditionBoostSpec condition_boost_specs = 1 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec[] $var
* @return $this
*/
public function setConditionBoostSpecs($var)
@@ -65,4 +65,3 @@ public function setConditionBoostSpecs($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec.php b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec.php
index 9b59a84765a..f1171a03314 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool\BoostSpec;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Boost specification for a condition.
@@ -187,4 +187,3 @@ public function setBoostControlSpec($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec.php b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec.php
index dad26987f23..8abb00a342a 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Specification for custom ranking based on customer specified attribute
@@ -70,7 +70,7 @@ class BoostControlSpec extends \Google\Protobuf\Internal\Message
* @type int $interpolation_type
* Optional. The interpolation type to be applied to connect the control
* points listed below.
- * @type array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec\BoostControlSpec\ControlPoint>|\Google\Protobuf\Internal\RepeatedField $control_points
+ * @type \Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec\BoostControlSpec\ControlPoint[] $control_points
* Optional. The control points used to define the curve. The monotonic
* function (defined through the interpolation_type above) passes
* through the control points listed here.
@@ -179,7 +179,7 @@ public function setInterpolationType($var)
* through the control points listed here.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpec.ConditionBoostSpec.BoostControlSpec.ControlPoint control_points = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec\BoostControlSpec\ControlPoint>
*/
public function getControlPoints()
{
@@ -192,7 +192,7 @@ public function getControlPoints()
* through the control points listed here.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpec.ConditionBoostSpec.BoostControlSpec.ControlPoint control_points = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec\BoostControlSpec\ControlPoint>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec\BoostControlSpec\ControlPoint[] $var
* @return $this
*/
public function setControlPoints($var)
@@ -205,4 +205,3 @@ public function setControlPoints($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/AttributeType.php b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/AttributeType.php
index 5e42edf4f31..6ae6318482c 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/AttributeType.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/AttributeType.php
@@ -68,4 +68,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/ControlPoint.php b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/ControlPoint.php
index f771c5f0718..ba8c400a6b9 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/ControlPoint.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/ControlPoint.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool\BoostSpec\ConditionBoostSpec\BoostControlSpec;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The control points used to define the curve. The curve defined
@@ -125,4 +125,3 @@ public function setBoostAmount($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/InterpolationType.php b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/InterpolationType.php
index 730613b13c5..bd41ac42e9f 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/InterpolationType.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpec/ConditionBoostSpec/BoostControlSpec/InterpolationType.php
@@ -54,4 +54,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStoreTool/BoostSpecs.php b/Ces/src/V1/DataStoreTool/BoostSpecs.php
index ee24500336f..b820356b5bc 100644
--- a/Ces/src/V1/DataStoreTool/BoostSpecs.php
+++ b/Ces/src/V1/DataStoreTool/BoostSpecs.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Boost specifications to boost certain documents.
@@ -38,11 +38,11 @@ class BoostSpecs extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $data_stores
+ * @type string[] $data_stores
* Required. The Data Store where the boosting configuration is applied.
* Full resource name of DataStore, such as
* projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
- * @type array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec>|\Google\Protobuf\Internal\RepeatedField $spec
+ * @type \Google\Cloud\Ces\V1\DataStoreTool\BoostSpec[] $spec
* Required. A list of boosting specifications.
* }
*/
@@ -57,7 +57,7 @@ public function __construct($data = NULL) {
* projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
*
* Generated from protobuf field repeated string data_stores = 1 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getDataStores()
{
@@ -70,7 +70,7 @@ public function getDataStores()
* projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}.
*
* Generated from protobuf field repeated string data_stores = 1 [(.google.api.field_behavior) = REQUIRED];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setDataStores($var)
@@ -85,7 +85,7 @@ public function setDataStores($var)
* Required. A list of boosting specifications.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpec spec = 2 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec>
*/
public function getSpec()
{
@@ -96,7 +96,7 @@ public function getSpec()
* Required. A list of boosting specifications.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.BoostSpec spec = 2 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\DataStoreTool\BoostSpec>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreTool\BoostSpec[] $var
* @return $this
*/
public function setSpec($var)
@@ -109,4 +109,3 @@ public function setSpec($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/DataStoreSource.php b/Ces/src/V1/DataStoreTool/DataStoreSource.php
index 3e5fd7585b7..7f81a8d3b79 100644
--- a/Ces/src/V1/DataStoreTool/DataStoreSource.php
+++ b/Ces/src/V1/DataStoreTool/DataStoreSource.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for searching within a specific DataStore.
@@ -117,4 +117,3 @@ public function setDataStore($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/EngineSource.php b/Ces/src/V1/DataStoreTool/EngineSource.php
index 0891924f71f..6b3199662b4 100644
--- a/Ces/src/V1/DataStoreTool/EngineSource.php
+++ b/Ces/src/V1/DataStoreTool/EngineSource.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for searching within an Engine, potentially targeting
@@ -51,7 +51,7 @@ class EngineSource extends \Google\Protobuf\Internal\Message
* Required. Full resource name of the Engine.
* Format:
* `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}`
- * @type array<\Google\Cloud\Ces\V1\DataStoreTool\DataStoreSource>|\Google\Protobuf\Internal\RepeatedField $data_store_sources
+ * @type \Google\Cloud\Ces\V1\DataStoreTool\DataStoreSource[] $data_store_sources
* Optional. Use to target specific DataStores within the Engine.
* If empty, the search applies to all DataStores associated with the
* Engine.
@@ -102,7 +102,7 @@ public function setEngine($var)
* Engine.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.DataStoreSource data_store_sources = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\DataStoreTool\DataStoreSource>
*/
public function getDataStoreSources()
{
@@ -115,7 +115,7 @@ public function getDataStoreSources()
* Engine.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.DataStoreTool.DataStoreSource data_store_sources = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\DataStoreTool\DataStoreSource>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\DataStoreTool\DataStoreSource[] $var
* @return $this
*/
public function setDataStoreSources($var)
@@ -158,4 +158,3 @@ public function setFilter($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/FilterParameterBehavior.php b/Ces/src/V1/DataStoreTool/FilterParameterBehavior.php
index 419c2b89e91..9e676e9893d 100644
--- a/Ces/src/V1/DataStoreTool/FilterParameterBehavior.php
+++ b/Ces/src/V1/DataStoreTool/FilterParameterBehavior.php
@@ -63,4 +63,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStoreTool/GroundingConfig.php b/Ces/src/V1/DataStoreTool/GroundingConfig.php
index eaa17195273..48ca782777a 100644
--- a/Ces/src/V1/DataStoreTool/GroundingConfig.php
+++ b/Ces/src/V1/DataStoreTool/GroundingConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Grounding configuration.
@@ -123,4 +123,3 @@ public function setDisabled($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/ModalityConfig.php b/Ces/src/V1/DataStoreTool/ModalityConfig.php
index f0e6fafb175..df7248ed388 100644
--- a/Ces/src/V1/DataStoreTool/ModalityConfig.php
+++ b/Ces/src/V1/DataStoreTool/ModalityConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* If specified, will apply the given configuration for the specified
@@ -198,4 +198,3 @@ public function setGroundingConfig($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/ModalityConfig/ModalityType.php b/Ces/src/V1/DataStoreTool/ModalityConfig/ModalityType.php
index 057b9b089ca..6d3f65ad81f 100644
--- a/Ces/src/V1/DataStoreTool/ModalityConfig/ModalityType.php
+++ b/Ces/src/V1/DataStoreTool/ModalityConfig/ModalityType.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/DataStoreTool/RewriterConfig.php b/Ces/src/V1/DataStoreTool/RewriterConfig.php
index 8ee770d99de..9dd50f1fa87 100644
--- a/Ces/src/V1/DataStoreTool/RewriterConfig.php
+++ b/Ces/src/V1/DataStoreTool/RewriterConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Rewriter configuration.
@@ -143,4 +143,3 @@ public function setDisabled($var)
}
-
diff --git a/Ces/src/V1/DataStoreTool/SummarizationConfig.php b/Ces/src/V1/DataStoreTool/SummarizationConfig.php
index f3078097604..126ca9af08a 100644
--- a/Ces/src/V1/DataStoreTool/SummarizationConfig.php
+++ b/Ces/src/V1/DataStoreTool/SummarizationConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\DataStoreTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Summarization configuration.
@@ -143,4 +143,3 @@ public function setDisabled($var)
}
-
diff --git a/Ces/src/V1/DeleteAgentRequest.php b/Ces/src/V1/DeleteAgentRequest.php
index ca2e8943c99..ee4bbb8c353 100644
--- a/Ces/src/V1/DeleteAgentRequest.php
+++ b/Ces/src/V1/DeleteAgentRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteAppRequest.php b/Ces/src/V1/DeleteAppRequest.php
index bee7cc01a0a..66aa8b40e16 100644
--- a/Ces/src/V1/DeleteAppRequest.php
+++ b/Ces/src/V1/DeleteAppRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteAppVersionRequest.php b/Ces/src/V1/DeleteAppVersionRequest.php
index aa947e2bd33..5d22978ae83 100644
--- a/Ces/src/V1/DeleteAppVersionRequest.php
+++ b/Ces/src/V1/DeleteAppVersionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteConversationRequest.php b/Ces/src/V1/DeleteConversationRequest.php
index ce9026d1c7c..e0ea2ebecae 100644
--- a/Ces/src/V1/DeleteConversationRequest.php
+++ b/Ces/src/V1/DeleteConversationRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteDeploymentRequest.php b/Ces/src/V1/DeleteDeploymentRequest.php
index cb27b0a5295..d49e34d901e 100644
--- a/Ces/src/V1/DeleteDeploymentRequest.php
+++ b/Ces/src/V1/DeleteDeploymentRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteExampleRequest.php b/Ces/src/V1/DeleteExampleRequest.php
index ad5f21a434d..0597f2d38d9 100644
--- a/Ces/src/V1/DeleteExampleRequest.php
+++ b/Ces/src/V1/DeleteExampleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteGuardrailRequest.php b/Ces/src/V1/DeleteGuardrailRequest.php
index 19005cb2c62..b489dbe9266 100644
--- a/Ces/src/V1/DeleteGuardrailRequest.php
+++ b/Ces/src/V1/DeleteGuardrailRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteToolRequest.php b/Ces/src/V1/DeleteToolRequest.php
index d1ab2f16ab3..58a0c581e2c 100644
--- a/Ces/src/V1/DeleteToolRequest.php
+++ b/Ces/src/V1/DeleteToolRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/DeleteToolsetRequest.php b/Ces/src/V1/DeleteToolsetRequest.php
index 261f395abdc..1f1bfa337c2 100644
--- a/Ces/src/V1/DeleteToolsetRequest.php
+++ b/Ces/src/V1/DeleteToolsetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/Deployment.php b/Ces/src/V1/Deployment.php
index dd6f8e7be9f..aaeba7147af 100644
--- a/Ces/src/V1/Deployment.php
+++ b/Ces/src/V1/Deployment.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A deployment represents an immutable, queryable version of the app.
diff --git a/Ces/src/V1/EndSession.php b/Ces/src/V1/EndSession.php
index 3d9cdba933a..ecb85ddc229 100644
--- a/Ces/src/V1/EndSession.php
+++ b/Ces/src/V1/EndSession.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Indicates the session has terminated, due to either successful completion
diff --git a/Ces/src/V1/EndUserAuthConfig.php b/Ces/src/V1/EndUserAuthConfig.php
index e13c8eee4d9..bb0618a7b40 100644
--- a/Ces/src/V1/EndUserAuthConfig.php
+++ b/Ces/src/V1/EndUserAuthConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* End-user authentication configuration used for Connection calls.
diff --git a/Ces/src/V1/EndUserAuthConfig/Oauth2AuthCodeConfig.php b/Ces/src/V1/EndUserAuthConfig/Oauth2AuthCodeConfig.php
index 4deb901c517..1fe24f0930f 100644
--- a/Ces/src/V1/EndUserAuthConfig/Oauth2AuthCodeConfig.php
+++ b/Ces/src/V1/EndUserAuthConfig/Oauth2AuthCodeConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\EndUserAuthConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Oauth 2.0 Authorization Code authentication configuration.
@@ -69,4 +69,3 @@ public function setOauthToken($var)
}
-
diff --git a/Ces/src/V1/EndUserAuthConfig/Oauth2JwtBearerConfig.php b/Ces/src/V1/EndUserAuthConfig/Oauth2JwtBearerConfig.php
index f16ea179ae6..445618e6464 100644
--- a/Ces/src/V1/EndUserAuthConfig/Oauth2JwtBearerConfig.php
+++ b/Ces/src/V1/EndUserAuthConfig/Oauth2JwtBearerConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\EndUserAuthConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* JWT Profile Oauth 2.0 Authorization Grant authentication configuration.
@@ -145,4 +145,3 @@ public function setClientKey($var)
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds.php b/Ces/src/V1/EvaluationMetricsThresholds.php
index ca8eac99038..0219c988368 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Threshold settings for metrics in an Evaluation.
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds.php b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds.php
index 51ca6852eee..5a8090ce556 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\EvaluationMetricsThresholds;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings for golden evaluations.
@@ -171,4 +171,3 @@ public function setToolMatchingSettings($var)
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/ExpectationLevelMetricsThresholds.php b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/ExpectationLevelMetricsThresholds.php
index b3cadc3f004..47c90d9d173 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/ExpectationLevelMetricsThresholds.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/ExpectationLevelMetricsThresholds.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\EvaluationMetricsThresholds\GoldenEvaluationMetricsThresholds;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Expectation level metrics thresholds.
@@ -79,4 +79,3 @@ public function setToolInvocationParameterCorrectnessThreshold($var)
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds.php b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds.php
index 17234400150..710528e1604 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\EvaluationMetricsThresholds\GoldenEvaluationMetricsThresholds;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Turn level metrics thresholds.
@@ -161,4 +161,3 @@ public function setSemanticSimilarityChannel($var)
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds/SemanticSimilarityChannel.php b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds/SemanticSimilarityChannel.php
index cd026cf202d..221e15797e1 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds/SemanticSimilarityChannel.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/GoldenEvaluationMetricsThresholds/TurnLevelMetricsThresholds/SemanticSimilarityChannel.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/HallucinationMetricBehavior.php b/Ces/src/V1/EvaluationMetricsThresholds/HallucinationMetricBehavior.php
index 4d405b2721b..baa6bd7c209 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/HallucinationMetricBehavior.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/HallucinationMetricBehavior.php
@@ -61,4 +61,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings.php b/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings.php
index 2bf6f49db54..3ecf6041bb0 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\EvaluationMetricsThresholds;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings for matching tool calls.
@@ -69,4 +69,3 @@ public function setExtraToolCallBehavior($var)
}
-
diff --git a/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings/ExtraToolCallBehavior.php b/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings/ExtraToolCallBehavior.php
index 4b14bc2c4bc..0de60fca40c 100644
--- a/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings/ExtraToolCallBehavior.php
+++ b/Ces/src/V1/EvaluationMetricsThresholds/ToolMatchingSettings/ExtraToolCallBehavior.php
@@ -61,4 +61,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Event.php b/Ces/src/V1/Event.php
index 6e302ac4757..0aa3c60fa24 100644
--- a/Ces/src/V1/Event.php
+++ b/Ces/src/V1/Event.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Event input.
diff --git a/Ces/src/V1/Example.php b/Ces/src/V1/Example.php
index 1d18df3d90d..ad54a9b6926 100644
--- a/Ces/src/V1/Example.php
+++ b/Ces/src/V1/Example.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An example represents a sample conversation between the user and the
@@ -98,7 +98,7 @@ class Example extends \Google\Protobuf\Internal\Message
* specified, the example represents a conversation that is handled by the
* root agent. Format:
* `projects/{project}/locations/{location}/apps/{app}/agents/{agent}`
- * @type array<\Google\Cloud\Ces\V1\Message>|\Google\Protobuf\Internal\RepeatedField $messages
+ * @type \Google\Cloud\Ces\V1\Message[] $messages
* Optional. The collection of messages that make up the conversation.
* @type \Google\Protobuf\Timestamp $create_time
* Output only. Timestamp when the example was created.
@@ -236,7 +236,7 @@ public function setEntryAgent($var)
* Optional. The collection of messages that make up the conversation.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Message messages = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Message>
*/
public function getMessages()
{
@@ -247,7 +247,7 @@ public function getMessages()
* Optional. The collection of messages that make up the conversation.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Message messages = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Message>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Message[] $var
* @return $this
*/
public function setMessages($var)
diff --git a/Ces/src/V1/ExecuteToolRequest.php b/Ces/src/V1/ExecuteToolRequest.php
index ddb2e8e68eb..42f3a86be63 100644
--- a/Ces/src/V1/ExecuteToolRequest.php
+++ b/Ces/src/V1/ExecuteToolRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ExecuteToolResponse.php b/Ces/src/V1/ExecuteToolResponse.php
index 61c197c22d0..09a3990c2e2 100644
--- a/Ces/src/V1/ExecuteToolResponse.php
+++ b/Ces/src/V1/ExecuteToolResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Ces/src/V1/ExportAppRequest.php b/Ces/src/V1/ExportAppRequest.php
index 28b8e26b217..199dbb0e401 100644
--- a/Ces/src/V1/ExportAppRequest.php
+++ b/Ces/src/V1/ExportAppRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ExportAppRequest/ExportFormat.php b/Ces/src/V1/ExportAppRequest/ExportFormat.php
index 66369e08472..40f37f1fb37 100644
--- a/Ces/src/V1/ExportAppRequest/ExportFormat.php
+++ b/Ces/src/V1/ExportAppRequest/ExportFormat.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ExportAppResponse.php b/Ces/src/V1/ExportAppResponse.php
index af41b73587e..2cf27a6c244 100644
--- a/Ces/src/V1/ExportAppResponse.php
+++ b/Ces/src/V1/ExportAppResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Ces/src/V1/ExpressionCondition.php b/Ces/src/V1/ExpressionCondition.php
index 2972dd7b298..3112a4360dd 100644
--- a/Ces/src/V1/ExpressionCondition.php
+++ b/Ces/src/V1/ExpressionCondition.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Expression condition based on session state.
diff --git a/Ces/src/V1/FileSearchTool.php b/Ces/src/V1/FileSearchTool.php
index cf18f0acdff..35fd93ede02 100644
--- a/Ces/src/V1/FileSearchTool.php
+++ b/Ces/src/V1/FileSearchTool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* The file search tool allows the agent to search across the files uploaded by
diff --git a/Ces/src/V1/FileSearchTool/CorpusType.php b/Ces/src/V1/FileSearchTool/CorpusType.php
index 02ea455bce4..64858d3d63d 100644
--- a/Ces/src/V1/FileSearchTool/CorpusType.php
+++ b/Ces/src/V1/FileSearchTool/CorpusType.php
@@ -59,4 +59,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/GenerateChatTokenRequest.php b/Ces/src/V1/GenerateChatTokenRequest.php
index a5e1d2a5f60..6ce59c28b34 100644
--- a/Ces/src/V1/GenerateChatTokenRequest.php
+++ b/Ces/src/V1/GenerateChatTokenRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GenerateChatTokenResponse.php b/Ces/src/V1/GenerateChatTokenResponse.php
index 637d8c6c2ec..5eea350409c 100644
--- a/Ces/src/V1/GenerateChatTokenResponse.php
+++ b/Ces/src/V1/GenerateChatTokenResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Ces/src/V1/GetAgentRequest.php b/Ces/src/V1/GetAgentRequest.php
index 962182db229..f9b630021aa 100644
--- a/Ces/src/V1/GetAgentRequest.php
+++ b/Ces/src/V1/GetAgentRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetAppRequest.php b/Ces/src/V1/GetAppRequest.php
index c175b5db0c1..f4c477a21e8 100644
--- a/Ces/src/V1/GetAppRequest.php
+++ b/Ces/src/V1/GetAppRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetAppVersionRequest.php b/Ces/src/V1/GetAppVersionRequest.php
index 1f200999ea5..8497745d4c8 100644
--- a/Ces/src/V1/GetAppVersionRequest.php
+++ b/Ces/src/V1/GetAppVersionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetChangelogRequest.php b/Ces/src/V1/GetChangelogRequest.php
index 42decf2c2d3..f3a7ae1ee1c 100644
--- a/Ces/src/V1/GetChangelogRequest.php
+++ b/Ces/src/V1/GetChangelogRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetConversationRequest.php b/Ces/src/V1/GetConversationRequest.php
index dee2ef39dc0..d6541a3ec72 100644
--- a/Ces/src/V1/GetConversationRequest.php
+++ b/Ces/src/V1/GetConversationRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetDeploymentRequest.php b/Ces/src/V1/GetDeploymentRequest.php
index 16109f38c9a..ab050f77870 100644
--- a/Ces/src/V1/GetDeploymentRequest.php
+++ b/Ces/src/V1/GetDeploymentRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetExampleRequest.php b/Ces/src/V1/GetExampleRequest.php
index 33d9ed354ba..8df1e12e84e 100644
--- a/Ces/src/V1/GetExampleRequest.php
+++ b/Ces/src/V1/GetExampleRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetGuardrailRequest.php b/Ces/src/V1/GetGuardrailRequest.php
index cd0b3e913d2..f835a2d963f 100644
--- a/Ces/src/V1/GetGuardrailRequest.php
+++ b/Ces/src/V1/GetGuardrailRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetToolRequest.php b/Ces/src/V1/GetToolRequest.php
index 3cf5e008cc9..8cebccba342 100644
--- a/Ces/src/V1/GetToolRequest.php
+++ b/Ces/src/V1/GetToolRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GetToolsetRequest.php b/Ces/src/V1/GetToolsetRequest.php
index 65c4b21446d..5baab30b0be 100644
--- a/Ces/src/V1/GetToolsetRequest.php
+++ b/Ces/src/V1/GetToolsetRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/GoAway.php b/Ces/src/V1/GoAway.php
index 5af9b3491ed..cf53b7fe514 100644
--- a/Ces/src/V1/GoAway.php
+++ b/Ces/src/V1/GoAway.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Indicates that the server will disconnect soon and the client should
diff --git a/Ces/src/V1/GoogleSearchSuggestions.php b/Ces/src/V1/GoogleSearchSuggestions.php
index f624d98fd2d..1bef5314f52 100644
--- a/Ces/src/V1/GoogleSearchSuggestions.php
+++ b/Ces/src/V1/GoogleSearchSuggestions.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Search suggestions from [Google Search
@@ -20,7 +20,7 @@ class GoogleSearchSuggestions extends \Google\Protobuf\Internal\Message
* Compliant HTML and CSS styling for search suggestions.
* The provided HTML and CSS automatically adapts to your device settings,
* displaying in either light or dark mode indicated by
- * `@media(prefers-color-scheme)`.
+ * `\@media(prefers-color-scheme)`.
*
* Generated from protobuf field repeated string htmls = 1;
*/
@@ -39,12 +39,12 @@ class GoogleSearchSuggestions extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $htmls
+ * @type string[] $htmls
* Compliant HTML and CSS styling for search suggestions.
* The provided HTML and CSS automatically adapts to your device settings,
* displaying in either light or dark mode indicated by
- * `@media(prefers-color-scheme)`.
- * @type array<\Google\Cloud\Ces\V1\WebSearchQuery>|\Google\Protobuf\Internal\RepeatedField $web_search_queries
+ * `\@media(prefers-color-scheme)`.
+ * @type \Google\Cloud\Ces\V1\WebSearchQuery[] $web_search_queries
* List of queries used to perform the google search along with the search
* result URIs forming the search suggestions.
* }
@@ -58,10 +58,10 @@ public function __construct($data = NULL) {
* Compliant HTML and CSS styling for search suggestions.
* The provided HTML and CSS automatically adapts to your device settings,
* displaying in either light or dark mode indicated by
- * `@media(prefers-color-scheme)`.
+ * `\@media(prefers-color-scheme)`.
*
* Generated from protobuf field repeated string htmls = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getHtmls()
{
@@ -72,10 +72,10 @@ public function getHtmls()
* Compliant HTML and CSS styling for search suggestions.
* The provided HTML and CSS automatically adapts to your device settings,
* displaying in either light or dark mode indicated by
- * `@media(prefers-color-scheme)`.
+ * `\@media(prefers-color-scheme)`.
*
* Generated from protobuf field repeated string htmls = 1;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setHtmls($var)
@@ -91,7 +91,7 @@ public function setHtmls($var)
* result URIs forming the search suggestions.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\WebSearchQuery>
*/
public function getWebSearchQueries()
{
@@ -103,7 +103,7 @@ public function getWebSearchQueries()
* result URIs forming the search suggestions.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.WebSearchQuery web_search_queries = 2;
- * @param array<\Google\Cloud\Ces\V1\WebSearchQuery>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\WebSearchQuery[] $var
* @return $this
*/
public function setWebSearchQueries($var)
diff --git a/Ces/src/V1/GoogleSearchTool.php b/Ces/src/V1/GoogleSearchTool.php
index cea3d32f1e7..d215623a107 100644
--- a/Ces/src/V1/GoogleSearchTool.php
+++ b/Ces/src/V1/GoogleSearchTool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents a tool to perform Google web searches for grounding.
@@ -71,15 +71,15 @@ class GoogleSearchTool extends \Google\Protobuf\Internal\Message
* Required. The name of the tool.
* @type string $description
* Optional. Description of the tool's purpose.
- * @type array|\Google\Protobuf\Internal\RepeatedField $context_urls
+ * @type string[] $context_urls
* Optional. Content will be fetched directly from these URLs for context and
* grounding. Example: "https://example.com/path.html". A maximum of 20 URLs
* are allowed.
- * @type array|\Google\Protobuf\Internal\RepeatedField $preferred_domains
+ * @type string[] $preferred_domains
* Optional. Specifies domains to restrict search results to.
* Example: "example.com", "another.site". A maximum of 20 domains can be
* specified.
- * @type array|\Google\Protobuf\Internal\RepeatedField $exclude_domains
+ * @type string[] $exclude_domains
* Optional. List of domains to be excluded from the search results.
* Example: "example.com".
* A maximum of 2000 domains can be excluded.
@@ -151,7 +151,7 @@ public function setDescription($var)
* are allowed.
*
* Generated from protobuf field repeated string context_urls = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getContextUrls()
{
@@ -164,7 +164,7 @@ public function getContextUrls()
* are allowed.
*
* Generated from protobuf field repeated string context_urls = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setContextUrls($var)
@@ -181,7 +181,7 @@ public function setContextUrls($var)
* specified.
*
* Generated from protobuf field repeated string preferred_domains = 6 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getPreferredDomains()
{
@@ -194,7 +194,7 @@ public function getPreferredDomains()
* specified.
*
* Generated from protobuf field repeated string preferred_domains = 6 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setPreferredDomains($var)
@@ -211,7 +211,7 @@ public function setPreferredDomains($var)
* A maximum of 2000 domains can be excluded.
*
* Generated from protobuf field repeated string exclude_domains = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getExcludeDomains()
{
@@ -224,7 +224,7 @@ public function getExcludeDomains()
* A maximum of 2000 domains can be excluded.
*
* Generated from protobuf field repeated string exclude_domains = 4 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setExcludeDomains($var)
diff --git a/Ces/src/V1/GoogleSearchTool/PromptConfig.php b/Ces/src/V1/GoogleSearchTool/PromptConfig.php
index eddfeef03e3..a13368ed21d 100644
--- a/Ces/src/V1/GoogleSearchTool/PromptConfig.php
+++ b/Ces/src/V1/GoogleSearchTool/PromptConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\GoogleSearchTool;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Prompt settings used by the model when processing or summarizing the
@@ -116,4 +116,3 @@ public function setVoicePrompt($var)
}
-
diff --git a/Ces/src/V1/Guardrail.php b/Ces/src/V1/Guardrail.php
index d96e7c56ab0..15924100d60 100644
--- a/Ces/src/V1/Guardrail.php
+++ b/Ces/src/V1/Guardrail.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Guardrail contains a list of checks and balances to keep the agents safe and
diff --git a/Ces/src/V1/Guardrail/CodeCallback.php b/Ces/src/V1/Guardrail/CodeCallback.php
index fcebbcb93c1..eb3db0fda28 100644
--- a/Ces/src/V1/Guardrail/CodeCallback.php
+++ b/Ces/src/V1/Guardrail/CodeCallback.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Guardrail that blocks the conversation based on the code callbacks
@@ -296,4 +296,3 @@ public function setAfterModelCallback($var)
}
-
diff --git a/Ces/src/V1/Guardrail/ContentFilter.php b/Ces/src/V1/Guardrail/ContentFilter.php
index d1c03873a82..c4ca769873d 100644
--- a/Ces/src/V1/Guardrail/ContentFilter.php
+++ b/Ces/src/V1/Guardrail/ContentFilter.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Guardrail that bans certain content from being used in the conversation.
@@ -53,12 +53,12 @@ class ContentFilter extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array|\Google\Protobuf\Internal\RepeatedField $banned_contents
+ * @type string[] $banned_contents
* Optional. List of banned phrases. Applies to both user inputs and agent
* responses.
- * @type array|\Google\Protobuf\Internal\RepeatedField $banned_contents_in_user_input
+ * @type string[] $banned_contents_in_user_input
* Optional. List of banned phrases. Applies only to user inputs.
- * @type array|\Google\Protobuf\Internal\RepeatedField $banned_contents_in_agent_response
+ * @type string[] $banned_contents_in_agent_response
* Optional. List of banned phrases. Applies only to agent responses.
* @type int $match_type
* Required. Match type for the content filter.
@@ -76,7 +76,7 @@ public function __construct($data = NULL) {
* responses.
*
* Generated from protobuf field repeated string banned_contents = 1 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getBannedContents()
{
@@ -88,7 +88,7 @@ public function getBannedContents()
* responses.
*
* Generated from protobuf field repeated string banned_contents = 1 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setBannedContents($var)
@@ -103,7 +103,7 @@ public function setBannedContents($var)
* Optional. List of banned phrases. Applies only to user inputs.
*
* Generated from protobuf field repeated string banned_contents_in_user_input = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getBannedContentsInUserInput()
{
@@ -114,7 +114,7 @@ public function getBannedContentsInUserInput()
* Optional. List of banned phrases. Applies only to user inputs.
*
* Generated from protobuf field repeated string banned_contents_in_user_input = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setBannedContentsInUserInput($var)
@@ -129,7 +129,7 @@ public function setBannedContentsInUserInput($var)
* Optional. List of banned phrases. Applies only to agent responses.
*
* Generated from protobuf field repeated string banned_contents_in_agent_response = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getBannedContentsInAgentResponse()
{
@@ -140,7 +140,7 @@ public function getBannedContentsInAgentResponse()
* Optional. List of banned phrases. Applies only to agent responses.
*
* Generated from protobuf field repeated string banned_contents_in_agent_response = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setBannedContentsInAgentResponse($var)
@@ -205,4 +205,3 @@ public function setDisregardDiacritics($var)
}
-
diff --git a/Ces/src/V1/Guardrail/ContentFilter/MatchType.php b/Ces/src/V1/Guardrail/ContentFilter/MatchType.php
index d0e5907e287..ca13b09142a 100644
--- a/Ces/src/V1/Guardrail/ContentFilter/MatchType.php
+++ b/Ces/src/V1/Guardrail/ContentFilter/MatchType.php
@@ -68,4 +68,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Guardrail/LlmPolicy.php b/Ces/src/V1/Guardrail/LlmPolicy.php
index f6f2885db28..9c08c93418e 100644
--- a/Ces/src/V1/Guardrail/LlmPolicy.php
+++ b/Ces/src/V1/Guardrail/LlmPolicy.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Guardrail that blocks the conversation if the LLM response is considered
@@ -274,4 +274,3 @@ public function setAllowShortUtterance($var)
}
-
diff --git a/Ces/src/V1/Guardrail/LlmPolicy/PolicyScope.php b/Ces/src/V1/Guardrail/LlmPolicy/PolicyScope.php
index 36c68eb9cb3..cd01239950c 100644
--- a/Ces/src/V1/Guardrail/LlmPolicy/PolicyScope.php
+++ b/Ces/src/V1/Guardrail/LlmPolicy/PolicyScope.php
@@ -69,4 +69,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Guardrail/LlmPromptSecurity.php b/Ces/src/V1/Guardrail/LlmPromptSecurity.php
index 0165eb9de54..c6235abcaf2 100644
--- a/Ces/src/V1/Guardrail/LlmPromptSecurity.php
+++ b/Ces/src/V1/Guardrail/LlmPromptSecurity.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Guardrail that blocks the conversation if the input is considered unsafe
@@ -173,4 +173,3 @@ public function getSecurityConfig()
}
-
diff --git a/Ces/src/V1/Guardrail/LlmPromptSecurity/DefaultSecuritySettings.php b/Ces/src/V1/Guardrail/LlmPromptSecurity/DefaultSecuritySettings.php
index d3fcc000047..9071b6b5fd6 100644
--- a/Ces/src/V1/Guardrail/LlmPromptSecurity/DefaultSecuritySettings.php
+++ b/Ces/src/V1/Guardrail/LlmPromptSecurity/DefaultSecuritySettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail\LlmPromptSecurity;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration for default system security settings.
@@ -73,4 +73,3 @@ public function setDefaultPromptTemplate($var)
}
-
diff --git a/Ces/src/V1/Guardrail/ModelSafety.php b/Ces/src/V1/Guardrail/ModelSafety.php
index dc1c1a30b92..c1e62660125 100644
--- a/Ces/src/V1/Guardrail/ModelSafety.php
+++ b/Ces/src/V1/Guardrail/ModelSafety.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Model safety settings overrides. When this is set, it will override the
@@ -30,7 +30,7 @@ class ModelSafety extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Guardrail\ModelSafety\SafetySetting>|\Google\Protobuf\Internal\RepeatedField $safety_settings
+ * @type \Google\Cloud\Ces\V1\Guardrail\ModelSafety\SafetySetting[] $safety_settings
* Required. List of safety settings.
* }
*/
@@ -43,7 +43,7 @@ public function __construct($data = NULL) {
* Required. List of safety settings.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Guardrail\ModelSafety\SafetySetting>
*/
public function getSafetySettings()
{
@@ -54,7 +54,7 @@ public function getSafetySettings()
* Required. List of safety settings.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Guardrail.ModelSafety.SafetySetting safety_settings = 1 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\Guardrail\ModelSafety\SafetySetting>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Guardrail\ModelSafety\SafetySetting[] $var
* @return $this
*/
public function setSafetySettings($var)
@@ -67,4 +67,3 @@ public function setSafetySettings($var)
}
-
diff --git a/Ces/src/V1/Guardrail/ModelSafety/HarmBlockThreshold.php b/Ces/src/V1/Guardrail/ModelSafety/HarmBlockThreshold.php
index 895a9feadc8..c1e050f9071 100644
--- a/Ces/src/V1/Guardrail/ModelSafety/HarmBlockThreshold.php
+++ b/Ces/src/V1/Guardrail/ModelSafety/HarmBlockThreshold.php
@@ -80,4 +80,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Guardrail/ModelSafety/HarmCategory.php b/Ces/src/V1/Guardrail/ModelSafety/HarmCategory.php
index 46cbfc88761..ba69adca958 100644
--- a/Ces/src/V1/Guardrail/ModelSafety/HarmCategory.php
+++ b/Ces/src/V1/Guardrail/ModelSafety/HarmCategory.php
@@ -73,4 +73,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Guardrail/ModelSafety/SafetySetting.php b/Ces/src/V1/Guardrail/ModelSafety/SafetySetting.php
index 3212cc4cb10..a8f43d62bdb 100644
--- a/Ces/src/V1/Guardrail/ModelSafety/SafetySetting.php
+++ b/Ces/src/V1/Guardrail/ModelSafety/SafetySetting.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\Guardrail\ModelSafety;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Safety setting.
@@ -99,4 +99,3 @@ public function setThreshold($var)
}
-
diff --git a/Ces/src/V1/Image.php b/Ces/src/V1/Image.php
index 17cd5f104bb..8e60d3ff37e 100644
--- a/Ces/src/V1/Image.php
+++ b/Ces/src/V1/Image.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents an image input or output in the conversation.
diff --git a/Ces/src/V1/ImportAppRequest.php b/Ces/src/V1/ImportAppRequest.php
index 3e60b9988b7..8e1ddddd546 100644
--- a/Ces/src/V1/ImportAppRequest.php
+++ b/Ces/src/V1/ImportAppRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ImportAppRequest/ImportOptions.php b/Ces/src/V1/ImportAppRequest/ImportOptions.php
index 89345751437..b72446144d0 100644
--- a/Ces/src/V1/ImportAppRequest/ImportOptions.php
+++ b/Ces/src/V1/ImportAppRequest/ImportOptions.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\ImportAppRequest;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration options for the app import process.
@@ -67,4 +67,3 @@ public function setConflictResolutionStrategy($var)
}
-
diff --git a/Ces/src/V1/ImportAppRequest/ImportOptions/ConflictResolutionStrategy.php b/Ces/src/V1/ImportAppRequest/ImportOptions/ConflictResolutionStrategy.php
index 01af693355c..7c9383007c3 100644
--- a/Ces/src/V1/ImportAppRequest/ImportOptions/ConflictResolutionStrategy.php
+++ b/Ces/src/V1/ImportAppRequest/ImportOptions/ConflictResolutionStrategy.php
@@ -74,4 +74,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ImportAppResponse.php b/Ces/src/V1/ImportAppResponse.php
index ba044b35d41..d80c6a0a5ea 100644
--- a/Ces/src/V1/ImportAppResponse.php
+++ b/Ces/src/V1/ImportAppResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -39,7 +39,7 @@ class ImportAppResponse extends \Google\Protobuf\Internal\Message
*
* @type string $name
* The resource name of the app that was imported.
- * @type array|\Google\Protobuf\Internal\RepeatedField $warnings
+ * @type string[] $warnings
* Warning messages generated during the import process.
* If errors occur for specific resources, they will not be included in the
* imported app and the error will be mentioned here.
@@ -82,7 +82,7 @@ public function setName($var)
* imported app and the error will be mentioned here.
*
* Generated from protobuf field repeated string warnings = 2;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getWarnings()
{
@@ -95,7 +95,7 @@ public function getWarnings()
* imported app and the error will be mentioned here.
*
* Generated from protobuf field repeated string warnings = 2;
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setWarnings($var)
diff --git a/Ces/src/V1/InputAudioConfig.php b/Ces/src/V1/InputAudioConfig.php
index 62ee35576d9..86939045304 100644
--- a/Ces/src/V1/InputAudioConfig.php
+++ b/Ces/src/V1/InputAudioConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* InputAudioConfig configures how the CES agent should interpret the incoming
diff --git a/Ces/src/V1/InterruptionSignal.php b/Ces/src/V1/InterruptionSignal.php
index 46b6e86b16d..38cbc09fd37 100644
--- a/Ces/src/V1/InterruptionSignal.php
+++ b/Ces/src/V1/InterruptionSignal.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Indicates the agent's audio response has been interrupted. The client should
diff --git a/Ces/src/V1/LanguageSettings.php b/Ces/src/V1/LanguageSettings.php
index c3ecfa5463a..72da02b5686 100644
--- a/Ces/src/V1/LanguageSettings.php
+++ b/Ces/src/V1/LanguageSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Language settings of the app.
@@ -58,7 +58,7 @@ class LanguageSettings extends \Google\Protobuf\Internal\Message
*
* @type string $default_language_code
* Optional. The default language code of the app.
- * @type array|\Google\Protobuf\Internal\RepeatedField $supported_language_codes
+ * @type string[] $supported_language_codes
* Optional. List of languages codes supported by the app, in addition to the
* `default_language_code`.
* @type bool $enable_multilingual_support
@@ -112,7 +112,7 @@ public function setDefaultLanguageCode($var)
* `default_language_code`.
*
* Generated from protobuf field repeated string supported_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getSupportedLanguageCodes()
{
@@ -124,7 +124,7 @@ public function getSupportedLanguageCodes()
* `default_language_code`.
*
* Generated from protobuf field repeated string supported_language_codes = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setSupportedLanguageCodes($var)
diff --git a/Ces/src/V1/ListAgentsRequest.php b/Ces/src/V1/ListAgentsRequest.php
index f8de189a993..218fba7653c 100644
--- a/Ces/src/V1/ListAgentsRequest.php
+++ b/Ces/src/V1/ListAgentsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListAgentsResponse.php b/Ces/src/V1/ListAgentsResponse.php
index 2ff4e6169a8..627e46beb55 100644
--- a/Ces/src/V1/ListAgentsResponse.php
+++ b/Ces/src/V1/ListAgentsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListAgentsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Agent>|\Google\Protobuf\Internal\RepeatedField $agents
+ * @type \Google\Cloud\Ces\V1\Agent[] $agents
* The list of agents.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of agents.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Agent agents = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Agent>
*/
public function getAgents()
{
@@ -67,7 +67,7 @@ public function getAgents()
* The list of agents.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Agent agents = 1;
- * @param array<\Google\Cloud\Ces\V1\Agent>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Agent[] $var
* @return $this
*/
public function setAgents($var)
diff --git a/Ces/src/V1/ListAppVersionsRequest.php b/Ces/src/V1/ListAppVersionsRequest.php
index 79a00c6a402..9f06e716429 100644
--- a/Ces/src/V1/ListAppVersionsRequest.php
+++ b/Ces/src/V1/ListAppVersionsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListAppVersionsResponse.php b/Ces/src/V1/ListAppVersionsResponse.php
index 8be20d67efb..9ffc5db2065 100644
--- a/Ces/src/V1/ListAppVersionsResponse.php
+++ b/Ces/src/V1/ListAppVersionsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListAppVersionsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\AppVersion>|\Google\Protobuf\Internal\RepeatedField $app_versions
+ * @type \Google\Cloud\Ces\V1\AppVersion[] $app_versions
* The list of app versions.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of app versions.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\AppVersion>
*/
public function getAppVersions()
{
@@ -67,7 +67,7 @@ public function getAppVersions()
* The list of app versions.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.AppVersion app_versions = 1;
- * @param array<\Google\Cloud\Ces\V1\AppVersion>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\AppVersion[] $var
* @return $this
*/
public function setAppVersions($var)
diff --git a/Ces/src/V1/ListAppsRequest.php b/Ces/src/V1/ListAppsRequest.php
index 334ccd610a0..8fff8898251 100644
--- a/Ces/src/V1/ListAppsRequest.php
+++ b/Ces/src/V1/ListAppsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListAppsResponse.php b/Ces/src/V1/ListAppsResponse.php
index 9082a2d5ae4..8b18c925dcc 100644
--- a/Ces/src/V1/ListAppsResponse.php
+++ b/Ces/src/V1/ListAppsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -44,14 +44,14 @@ class ListAppsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\App>|\Google\Protobuf\Internal\RepeatedField $apps
+ * @type \Google\Cloud\Ces\V1\App[] $apps
* The list of apps.
* @type string $next_page_token
* A token that can be sent as
* [ListAppsRequest.page_token][google.cloud.ces.v1.ListAppsRequest.page_token]
* to retrieve the next page. Absence of this field indicates there are no
* subsequent pages.
- * @type array|\Google\Protobuf\Internal\RepeatedField $unreachable
+ * @type string[] $unreachable
* Unordered list. Locations that could not be reached.
* }
*/
@@ -64,7 +64,7 @@ public function __construct($data = NULL) {
* The list of apps.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.App apps = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\App>
*/
public function getApps()
{
@@ -75,7 +75,7 @@ public function getApps()
* The list of apps.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.App apps = 1;
- * @param array<\Google\Cloud\Ces\V1\App>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\App[] $var
* @return $this
*/
public function setApps($var)
@@ -122,7 +122,7 @@ public function setNextPageToken($var)
* Unordered list. Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getUnreachable()
{
@@ -133,7 +133,7 @@ public function getUnreachable()
* Unordered list. Locations that could not be reached.
*
* Generated from protobuf field repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setUnreachable($var)
diff --git a/Ces/src/V1/ListChangelogsRequest.php b/Ces/src/V1/ListChangelogsRequest.php
index f967767043d..9bde2d8a44a 100644
--- a/Ces/src/V1/ListChangelogsRequest.php
+++ b/Ces/src/V1/ListChangelogsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -51,7 +51,7 @@ class ListChangelogsRequest extends \Google\Protobuf\Internal\Message
* * `action="Create"` (case-sensitive exact match)
* * `resource_type:agent`
* * `resource_name:my-agent`
- * * `author:me@example.com`
+ * * `author:me\@example.com`
* * `create_time > "2025-01-01T00:00:00Z"`
* * `create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool`
*
@@ -109,7 +109,7 @@ public static function build(string $parent): self
* * `action="Create"` (case-sensitive exact match)
* * `resource_type:agent`
* * `resource_name:my-agent`
- * * `author:me@example.com`
+ * * `author:me\@example.com`
* * `create_time > "2025-01-01T00:00:00Z"`
* * `create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool`
* @type string $order_by
@@ -222,7 +222,7 @@ public function setPageToken($var)
* * `action="Create"` (case-sensitive exact match)
* * `resource_type:agent`
* * `resource_name:my-agent`
- * * `author:me@example.com`
+ * * `author:me\@example.com`
* * `create_time > "2025-01-01T00:00:00Z"`
* * `create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool`
*
@@ -246,7 +246,7 @@ public function getFilter()
* * `action="Create"` (case-sensitive exact match)
* * `resource_type:agent`
* * `resource_name:my-agent`
- * * `author:me@example.com`
+ * * `author:me\@example.com`
* * `create_time > "2025-01-01T00:00:00Z"`
* * `create_time <= "2025-01-01T00:00:00Z" AND resource_type:tool`
*
diff --git a/Ces/src/V1/ListChangelogsResponse.php b/Ces/src/V1/ListChangelogsResponse.php
index 6969e022266..2b523b32c46 100644
--- a/Ces/src/V1/ListChangelogsResponse.php
+++ b/Ces/src/V1/ListChangelogsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListChangelogsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Changelog>|\Google\Protobuf\Internal\RepeatedField $changelogs
+ * @type \Google\Cloud\Ces\V1\Changelog[] $changelogs
* The list of changelogs.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of changelogs.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Changelog changelogs = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Changelog>
*/
public function getChangelogs()
{
@@ -67,7 +67,7 @@ public function getChangelogs()
* The list of changelogs.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Changelog changelogs = 1;
- * @param array<\Google\Cloud\Ces\V1\Changelog>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Changelog[] $var
* @return $this
*/
public function setChangelogs($var)
diff --git a/Ces/src/V1/ListConversationsRequest.php b/Ces/src/V1/ListConversationsRequest.php
index f99829f71b0..444acee8116 100644
--- a/Ces/src/V1/ListConversationsRequest.php
+++ b/Ces/src/V1/ListConversationsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -98,7 +98,7 @@ public static function build(string $parent): self
* @type int $source
* Optional. Indicate the source of the conversation. If not set, Source.Live
* will be applied by default. Will be deprecated in favor of `sources` field.
- * @type array|\Google\Protobuf\Internal\RepeatedField $sources
+ * @type int[] $sources
* Optional. Indicate the sources of the conversations. If not set, all
* available sources will be applied by default.
* }
@@ -257,7 +257,7 @@ public function setSource($var)
* available sources will be applied by default.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation.Source sources = 6 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getSources()
{
@@ -269,7 +269,7 @@ public function getSources()
* available sources will be applied by default.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation.Source sources = 6 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param int[] $var
* @return $this
*/
public function setSources($var)
diff --git a/Ces/src/V1/ListConversationsResponse.php b/Ces/src/V1/ListConversationsResponse.php
index 7b5ed15664d..4bd2c6b91cf 100644
--- a/Ces/src/V1/ListConversationsResponse.php
+++ b/Ces/src/V1/ListConversationsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListConversationsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Conversation>|\Google\Protobuf\Internal\RepeatedField $conversations
+ * @type \Google\Cloud\Ces\V1\Conversation[] $conversations
* The list of conversations.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of conversations.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation conversations = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Conversation>
*/
public function getConversations()
{
@@ -67,7 +67,7 @@ public function getConversations()
* The list of conversations.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Conversation conversations = 1;
- * @param array<\Google\Cloud\Ces\V1\Conversation>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Conversation[] $var
* @return $this
*/
public function setConversations($var)
diff --git a/Ces/src/V1/ListDeploymentsRequest.php b/Ces/src/V1/ListDeploymentsRequest.php
index 1f6362d6b3b..2ad926ace54 100644
--- a/Ces/src/V1/ListDeploymentsRequest.php
+++ b/Ces/src/V1/ListDeploymentsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListDeploymentsResponse.php b/Ces/src/V1/ListDeploymentsResponse.php
index d47b4c45103..751038286c3 100644
--- a/Ces/src/V1/ListDeploymentsResponse.php
+++ b/Ces/src/V1/ListDeploymentsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -36,7 +36,7 @@ class ListDeploymentsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Deployment>|\Google\Protobuf\Internal\RepeatedField $deployments
+ * @type \Google\Cloud\Ces\V1\Deployment[] $deployments
* The list of deployments.
* @type string $next_page_token
* A token, which can be sent as `page_token` to retrieve the next page.
@@ -52,7 +52,7 @@ public function __construct($data = NULL) {
* The list of deployments.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Deployment deployments = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Deployment>
*/
public function getDeployments()
{
@@ -63,7 +63,7 @@ public function getDeployments()
* The list of deployments.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Deployment deployments = 1;
- * @param array<\Google\Cloud\Ces\V1\Deployment>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Deployment[] $var
* @return $this
*/
public function setDeployments($var)
diff --git a/Ces/src/V1/ListExamplesRequest.php b/Ces/src/V1/ListExamplesRequest.php
index f1231071a90..0fc18c189ca 100644
--- a/Ces/src/V1/ListExamplesRequest.php
+++ b/Ces/src/V1/ListExamplesRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListExamplesResponse.php b/Ces/src/V1/ListExamplesResponse.php
index 58c3f998b55..be5b951b2fb 100644
--- a/Ces/src/V1/ListExamplesResponse.php
+++ b/Ces/src/V1/ListExamplesResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListExamplesResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Example>|\Google\Protobuf\Internal\RepeatedField $examples
+ * @type \Google\Cloud\Ces\V1\Example[] $examples
* The list of examples.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of examples.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Example examples = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Example>
*/
public function getExamples()
{
@@ -67,7 +67,7 @@ public function getExamples()
* The list of examples.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Example examples = 1;
- * @param array<\Google\Cloud\Ces\V1\Example>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Example[] $var
* @return $this
*/
public function setExamples($var)
diff --git a/Ces/src/V1/ListGuardrailsRequest.php b/Ces/src/V1/ListGuardrailsRequest.php
index a77dcb70a9a..5a62a63af31 100644
--- a/Ces/src/V1/ListGuardrailsRequest.php
+++ b/Ces/src/V1/ListGuardrailsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListGuardrailsResponse.php b/Ces/src/V1/ListGuardrailsResponse.php
index 53216aae550..6b5616ab5f4 100644
--- a/Ces/src/V1/ListGuardrailsResponse.php
+++ b/Ces/src/V1/ListGuardrailsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListGuardrailsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Guardrail>|\Google\Protobuf\Internal\RepeatedField $guardrails
+ * @type \Google\Cloud\Ces\V1\Guardrail[] $guardrails
* The list of guardrails.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of guardrails.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Guardrail guardrails = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Guardrail>
*/
public function getGuardrails()
{
@@ -67,7 +67,7 @@ public function getGuardrails()
* The list of guardrails.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Guardrail guardrails = 1;
- * @param array<\Google\Cloud\Ces\V1\Guardrail>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Guardrail[] $var
* @return $this
*/
public function setGuardrails($var)
diff --git a/Ces/src/V1/ListToolsRequest.php b/Ces/src/V1/ListToolsRequest.php
index b6aa37443db..c620c3d6396 100644
--- a/Ces/src/V1/ListToolsRequest.php
+++ b/Ces/src/V1/ListToolsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListToolsResponse.php b/Ces/src/V1/ListToolsResponse.php
index a9eeb13319d..b5314a6abec 100644
--- a/Ces/src/V1/ListToolsResponse.php
+++ b/Ces/src/V1/ListToolsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListToolsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Tool>|\Google\Protobuf\Internal\RepeatedField $tools
+ * @type \Google\Cloud\Ces\V1\Tool[] $tools
* The list of tools.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of tools.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Tool tools = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Tool>
*/
public function getTools()
{
@@ -67,7 +67,7 @@ public function getTools()
* The list of tools.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Tool tools = 1;
- * @param array<\Google\Cloud\Ces\V1\Tool>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Tool[] $var
* @return $this
*/
public function setTools($var)
diff --git a/Ces/src/V1/ListToolsetsRequest.php b/Ces/src/V1/ListToolsetsRequest.php
index d29dd4469b8..c728c63c4d7 100644
--- a/Ces/src/V1/ListToolsetsRequest.php
+++ b/Ces/src/V1/ListToolsetsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/ListToolsetsResponse.php b/Ces/src/V1/ListToolsetsResponse.php
index cd494e00d13..8f660b5e6be 100644
--- a/Ces/src/V1/ListToolsetsResponse.php
+++ b/Ces/src/V1/ListToolsetsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -38,7 +38,7 @@ class ListToolsetsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Toolset>|\Google\Protobuf\Internal\RepeatedField $toolsets
+ * @type \Google\Cloud\Ces\V1\Toolset[] $toolsets
* The list of toolsets.
* @type string $next_page_token
* A token that can be sent as
@@ -56,7 +56,7 @@ public function __construct($data = NULL) {
* The list of toolsets.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Toolset toolsets = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Toolset>
*/
public function getToolsets()
{
@@ -67,7 +67,7 @@ public function getToolsets()
* The list of toolsets.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Toolset toolsets = 1;
- * @param array<\Google\Cloud\Ces\V1\Toolset>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Toolset[] $var
* @return $this
*/
public function setToolsets($var)
diff --git a/Ces/src/V1/LoggingSettings.php b/Ces/src/V1/LoggingSettings.php
index 362bf36448e..b80a151f2b7 100644
--- a/Ces/src/V1/LoggingSettings.php
+++ b/Ces/src/V1/LoggingSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings to describe the logging behaviors for the app.
diff --git a/Ces/src/V1/McpTool.php b/Ces/src/V1/McpTool.php
index 3bb9e7c6c8a..91d1a07bf03 100644
--- a/Ces/src/V1/McpTool.php
+++ b/Ces/src/V1/McpTool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* An MCP tool.
diff --git a/Ces/src/V1/McpToolset.php b/Ces/src/V1/McpToolset.php
index e3acb1f65ff..60af0aa004f 100644
--- a/Ces/src/V1/McpToolset.php
+++ b/Ces/src/V1/McpToolset.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A toolset that contains a list of tools that are offered by the MCP
diff --git a/Ces/src/V1/Message.php b/Ces/src/V1/Message.php
index 3b08d5ea5bd..6b9367f7a52 100644
--- a/Ces/src/V1/Message.php
+++ b/Ces/src/V1/Message.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A message within a conversation.
@@ -43,7 +43,7 @@ class Message extends \Google\Protobuf\Internal\Message
*
* @type string $role
* Optional. The role within the conversation, e.g., user, agent.
- * @type array<\Google\Cloud\Ces\V1\Chunk>|\Google\Protobuf\Internal\RepeatedField $chunks
+ * @type \Google\Cloud\Ces\V1\Chunk[] $chunks
* Optional. Content of the message as a series of chunks.
* @type \Google\Protobuf\Timestamp $event_time
* Optional. Timestamp when the message was sent or received. Should not be
@@ -85,7 +85,7 @@ public function setRole($var)
* Optional. Content of the message as a series of chunks.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Chunk chunks = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Chunk>
*/
public function getChunks()
{
@@ -96,7 +96,7 @@ public function getChunks()
* Optional. Content of the message as a series of chunks.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Chunk chunks = 2 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Chunk>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Chunk[] $var
* @return $this
*/
public function setChunks($var)
diff --git a/Ces/src/V1/MetricAnalysisSettings.php b/Ces/src/V1/MetricAnalysisSettings.php
index d67d1a764eb..b9c7697e6ad 100644
--- a/Ces/src/V1/MetricAnalysisSettings.php
+++ b/Ces/src/V1/MetricAnalysisSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Settings to describe the conversation data collection behaviors for LLM
diff --git a/Ces/src/V1/ModelSettings.php b/Ces/src/V1/ModelSettings.php
index c1860a2f5fc..f88f0c6eb4b 100644
--- a/Ces/src/V1/ModelSettings.php
+++ b/Ces/src/V1/ModelSettings.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Model settings contains various configurations for the LLM model.
diff --git a/Ces/src/V1/OAuthConfig.php b/Ces/src/V1/OAuthConfig.php
index bf2cd56f131..905c16e53d1 100644
--- a/Ces/src/V1/OAuthConfig.php
+++ b/Ces/src/V1/OAuthConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configurations for authentication with OAuth.
@@ -33,7 +33,7 @@ class OAuthConfig extends \Google\Protobuf\Internal\Message
* Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string client_secret_version = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
*/
@@ -68,11 +68,11 @@ class OAuthConfig extends \Google\Protobuf\Internal\Message
* Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
* @type string $token_endpoint
* Required. The token endpoint in the OAuth provider to exchange for an
* access token.
- * @type array|\Google\Protobuf\Internal\RepeatedField $scopes
+ * @type string[] $scopes
* Optional. The OAuth scopes to grant.
* }
*/
@@ -139,7 +139,7 @@ public function setClientId($var)
* Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string client_secret_version = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @return string
@@ -155,7 +155,7 @@ public function getClientSecretVersion()
* Format: `projects/{project}/secrets/{secret}/versions/{version}`
* Note: You should grant `roles/secretmanager.secretAccessor` role to the CES
* service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string client_secret_version = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
* @param string $var
@@ -201,7 +201,7 @@ public function setTokenEndpoint($var)
* Optional. The OAuth scopes to grant.
*
* Generated from protobuf field repeated string scopes = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getScopes()
{
@@ -212,7 +212,7 @@ public function getScopes()
* Optional. The OAuth scopes to grant.
*
* Generated from protobuf field repeated string scopes = 5 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setScopes($var)
diff --git a/Ces/src/V1/OAuthConfig/OauthGrantType.php b/Ces/src/V1/OAuthConfig/OauthGrantType.php
index bfa12c75451..ab14ffca36b 100644
--- a/Ces/src/V1/OAuthConfig/OauthGrantType.php
+++ b/Ces/src/V1/OAuthConfig/OauthGrantType.php
@@ -54,4 +54,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/Omnichannel.php b/Ces/src/V1/Omnichannel.php
index 8d78e6a8ae2..ffec8256fd9 100644
--- a/Ces/src/V1/Omnichannel.php
+++ b/Ces/src/V1/Omnichannel.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents an Omnichannel resource.
diff --git a/Ces/src/V1/OmnichannelIntegrationConfig.php b/Ces/src/V1/OmnichannelIntegrationConfig.php
index c0c99b54eb9..6b143467b5e 100644
--- a/Ces/src/V1/OmnichannelIntegrationConfig.php
+++ b/Ces/src/V1/OmnichannelIntegrationConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* OmnichannelIntegrationConfig contains all App integration configs.
diff --git a/Ces/src/V1/OmnichannelIntegrationConfig/CesAppConfig.php b/Ces/src/V1/OmnichannelIntegrationConfig/CesAppConfig.php
index 8f446d8c73f..a657d74e7a7 100644
--- a/Ces/src/V1/OmnichannelIntegrationConfig/CesAppConfig.php
+++ b/Ces/src/V1/OmnichannelIntegrationConfig/CesAppConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\OmnichannelIntegrationConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configs for CES app.
@@ -69,4 +69,3 @@ public function setApp($var)
}
-
diff --git a/Ces/src/V1/OmnichannelIntegrationConfig/ChannelConfig.php b/Ces/src/V1/OmnichannelIntegrationConfig/ChannelConfig.php
index fd43ee17c96..568d15cdc50 100644
--- a/Ces/src/V1/OmnichannelIntegrationConfig/ChannelConfig.php
+++ b/Ces/src/V1/OmnichannelIntegrationConfig/ChannelConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\OmnichannelIntegrationConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* ChannelConfig contains config for various of app integration.
@@ -73,4 +73,3 @@ public function getChannelConfig()
}
-
diff --git a/Ces/src/V1/OmnichannelIntegrationConfig/RoutingConfig.php b/Ces/src/V1/OmnichannelIntegrationConfig/RoutingConfig.php
index bbf79402a35..f4a409e7a94 100644
--- a/Ces/src/V1/OmnichannelIntegrationConfig/RoutingConfig.php
+++ b/Ces/src/V1/OmnichannelIntegrationConfig/RoutingConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\OmnichannelIntegrationConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Routing config specify how/who to route app events to a subscriber.
@@ -65,4 +65,3 @@ public function setSubscriberKey($var)
}
-
diff --git a/Ces/src/V1/OmnichannelIntegrationConfig/SubscriberConfig.php b/Ces/src/V1/OmnichannelIntegrationConfig/SubscriberConfig.php
index 77073206eb4..b187ab0a871 100644
--- a/Ces/src/V1/OmnichannelIntegrationConfig/SubscriberConfig.php
+++ b/Ces/src/V1/OmnichannelIntegrationConfig/SubscriberConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\OmnichannelIntegrationConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configs of subscribers.
@@ -73,4 +73,3 @@ public function getSubscriberConfig()
}
-
diff --git a/Ces/src/V1/OmnichannelIntegrationConfig/WhatsappConfig.php b/Ces/src/V1/OmnichannelIntegrationConfig/WhatsappConfig.php
index f72d114e3ca..afddafad343 100644
--- a/Ces/src/V1/OmnichannelIntegrationConfig/WhatsappConfig.php
+++ b/Ces/src/V1/OmnichannelIntegrationConfig/WhatsappConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1\OmnichannelIntegrationConfig;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* How Omnichannel should receive/reply events from WhatsApp.
@@ -247,4 +247,3 @@ public function setMetaBusinessPortfolioId($var)
}
-
diff --git a/Ces/src/V1/OmnichannelOperationMetadata.php b/Ces/src/V1/OmnichannelOperationMetadata.php
index df0a6015ec2..e0467b2edfa 100644
--- a/Ces/src/V1/OmnichannelOperationMetadata.php
+++ b/Ces/src/V1/OmnichannelOperationMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the metadata of the long-running operation.
diff --git a/Ces/src/V1/OpenApiTool.php b/Ces/src/V1/OpenApiTool.php
index cef62bb53b9..71d29d0a0b0 100644
--- a/Ces/src/V1/OpenApiTool.php
+++ b/Ces/src/V1/OpenApiTool.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A remote API tool defined by an OpenAPI schema.
diff --git a/Ces/src/V1/OpenApiToolset.php b/Ces/src/V1/OpenApiToolset.php
index f609b2249d7..d9f2b792113 100644
--- a/Ces/src/V1/OpenApiToolset.php
+++ b/Ces/src/V1/OpenApiToolset.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A toolset that contains a list of tools that are defined by an OpenAPI
diff --git a/Ces/src/V1/OperationMetadata.php b/Ces/src/V1/OperationMetadata.php
index 29e09bbaa2f..d8a894b5f14 100644
--- a/Ces/src/V1/OperationMetadata.php
+++ b/Ces/src/V1/OperationMetadata.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents the metadata of the long-running operation.
diff --git a/Ces/src/V1/OutputAudioConfig.php b/Ces/src/V1/OutputAudioConfig.php
index f1cb61426fd..263e2e1af98 100644
--- a/Ces/src/V1/OutputAudioConfig.php
+++ b/Ces/src/V1/OutputAudioConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* OutputAudioConfig configures how the CES agent should synthesize outgoing
diff --git a/Ces/src/V1/PythonCodeCondition.php b/Ces/src/V1/PythonCodeCondition.php
index 94af69a7064..b2d2e8a13ee 100644
--- a/Ces/src/V1/PythonCodeCondition.php
+++ b/Ces/src/V1/PythonCodeCondition.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Python code block to evaluate the condition.
diff --git a/Ces/src/V1/PythonFunction.php b/Ces/src/V1/PythonFunction.php
index 8abbcce33e0..fbac2dfccf8 100644
--- a/Ces/src/V1/PythonFunction.php
+++ b/Ces/src/V1/PythonFunction.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* A Python function tool.
diff --git a/Ces/src/V1/RecognitionResult.php b/Ces/src/V1/RecognitionResult.php
index 86141185dcb..b2cc9ff653b 100644
--- a/Ces/src/V1/RecognitionResult.php
+++ b/Ces/src/V1/RecognitionResult.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Speech recognition result for the audio input.
diff --git a/Ces/src/V1/RedactionConfig.php b/Ces/src/V1/RedactionConfig.php
index bfc11f7489e..6c72b6adda3 100644
--- a/Ces/src/V1/RedactionConfig.php
+++ b/Ces/src/V1/RedactionConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configuration to instruct how sensitive data should be handled.
diff --git a/Ces/src/V1/RestoreAppVersionRequest.php b/Ces/src/V1/RestoreAppVersionRequest.php
index 7f5b38e079e..e4c2faed16d 100644
--- a/Ces/src/V1/RestoreAppVersionRequest.php
+++ b/Ces/src/V1/RestoreAppVersionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/RestoreAppVersionResponse.php b/Ces/src/V1/RestoreAppVersionResponse.php
index 80b9ca9b9c2..d078d5997e3 100644
--- a/Ces/src/V1/RestoreAppVersionResponse.php
+++ b/Ces/src/V1/RestoreAppVersionResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Ces/src/V1/RetrieveToolSchemaRequest.php b/Ces/src/V1/RetrieveToolSchemaRequest.php
index 6335e121e16..c4468bbe098 100644
--- a/Ces/src/V1/RetrieveToolSchemaRequest.php
+++ b/Ces/src/V1/RetrieveToolSchemaRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
diff --git a/Ces/src/V1/RetrieveToolSchemaResponse.php b/Ces/src/V1/RetrieveToolSchemaResponse.php
index f4592d61830..2214d671ee7 100644
--- a/Ces/src/V1/RetrieveToolSchemaResponse.php
+++ b/Ces/src/V1/RetrieveToolSchemaResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
diff --git a/Ces/src/V1/RetrieveToolsRequest.php b/Ces/src/V1/RetrieveToolsRequest.php
index 1679056cc74..e2420f0a0d5 100644
--- a/Ces/src/V1/RetrieveToolsRequest.php
+++ b/Ces/src/V1/RetrieveToolsRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -42,7 +42,7 @@ class RetrieveToolsRequest extends \Google\Protobuf\Internal\Message
* Required. The name of the toolset to retrieve the tools for.
* Format:
* `projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}`
- * @type array|\Google\Protobuf\Internal\RepeatedField $tool_ids
+ * @type string[] $tool_ids
* Optional. The identifiers of the tools to retrieve from the toolset.
* If empty, all tools in the toolset will be returned.
* }
@@ -87,7 +87,7 @@ public function setToolset($var)
* If empty, all tools in the toolset will be returned.
*
* Generated from protobuf field repeated string tool_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getToolIds()
{
@@ -99,7 +99,7 @@ public function getToolIds()
* If empty, all tools in the toolset will be returned.
*
* Generated from protobuf field repeated string tool_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setToolIds($var)
diff --git a/Ces/src/V1/RetrieveToolsResponse.php b/Ces/src/V1/RetrieveToolsResponse.php
index 657caa99e33..75ca63c4c26 100644
--- a/Ces/src/V1/RetrieveToolsResponse.php
+++ b/Ces/src/V1/RetrieveToolsResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -29,7 +29,7 @@ class RetrieveToolsResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\Tool>|\Google\Protobuf\Internal\RepeatedField $tools
+ * @type \Google\Cloud\Ces\V1\Tool[] $tools
* Required. The list of tools that are included in the specified toolset.
* }
*/
@@ -42,7 +42,7 @@ public function __construct($data = NULL) {
* Required. The list of tools that are included in the specified toolset.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Tool>
*/
public function getTools()
{
@@ -53,7 +53,7 @@ public function getTools()
* Required. The list of tools that are included in the specified toolset.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\Tool>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Tool[] $var
* @return $this
*/
public function setTools($var)
diff --git a/Ces/src/V1/RunSessionRequest.php b/Ces/src/V1/RunSessionRequest.php
index f7b9ef0025b..1ad4d1d5c9f 100644
--- a/Ces/src/V1/RunSessionRequest.php
+++ b/Ces/src/V1/RunSessionRequest.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Request message for
@@ -37,7 +37,7 @@ class RunSessionRequest extends \Google\Protobuf\Internal\Message
*
* @type \Google\Cloud\Ces\V1\SessionConfig $config
* Required. The configuration for the session.
- * @type array<\Google\Cloud\Ces\V1\SessionInput>|\Google\Protobuf\Internal\RepeatedField $inputs
+ * @type \Google\Cloud\Ces\V1\SessionInput[] $inputs
* Required. Inputs for the session.
* }
*/
@@ -86,7 +86,7 @@ public function setConfig($var)
* Required. Inputs for the session.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\SessionInput>
*/
public function getInputs()
{
@@ -97,7 +97,7 @@ public function getInputs()
* Required. Inputs for the session.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.SessionInput inputs = 3 [(.google.api.field_behavior) = REQUIRED];
- * @param array<\Google\Cloud\Ces\V1\SessionInput>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\SessionInput[] $var
* @return $this
*/
public function setInputs($var)
diff --git a/Ces/src/V1/RunSessionResponse.php b/Ces/src/V1/RunSessionResponse.php
index 9f1d1576ff9..770fa98c5d4 100644
--- a/Ces/src/V1/RunSessionResponse.php
+++ b/Ces/src/V1/RunSessionResponse.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Response message for
@@ -29,7 +29,7 @@ class RunSessionResponse extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
- * @type array<\Google\Cloud\Ces\V1\SessionOutput>|\Google\Protobuf\Internal\RepeatedField $outputs
+ * @type \Google\Cloud\Ces\V1\SessionOutput[] $outputs
* Outputs for the session.
* }
*/
@@ -42,7 +42,7 @@ public function __construct($data = NULL) {
* Outputs for the session.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\SessionOutput>
*/
public function getOutputs()
{
@@ -53,7 +53,7 @@ public function getOutputs()
* Outputs for the session.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.SessionOutput outputs = 1;
- * @param array<\Google\Cloud\Ces\V1\SessionOutput>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\SessionOutput[] $var
* @return $this
*/
public function setOutputs($var)
diff --git a/Ces/src/V1/Schema.php b/Ces/src/V1/Schema.php
index a696910a801..620eaf77fbe 100644
--- a/Ces/src/V1/Schema.php
+++ b/Ces/src/V1/Schema.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Represents a select subset of an OpenAPI 3.0 schema object.
@@ -168,7 +168,7 @@ class Schema extends \Google\Protobuf\Internal\Message
* Required. The type of the data.
* @type array|\Google\Protobuf\Internal\MapField $properties
* Optional. Properties of Type.OBJECT.
- * @type array|\Google\Protobuf\Internal\RepeatedField $required
+ * @type string[] $required
* Optional. Required properties of Type.OBJECT.
* @type string $description
* Optional. The description of the data.
@@ -179,15 +179,15 @@ class Schema extends \Google\Protobuf\Internal\Message
* @type bool $unique_items
* Optional. Indicate the items in the array must be unique. Only applies to
* TYPE.ARRAY.
- * @type array<\Google\Cloud\Ces\V1\Schema>|\Google\Protobuf\Internal\RepeatedField $prefix_items
+ * @type \Google\Cloud\Ces\V1\Schema[] $prefix_items
* Optional. Schemas of initial elements of Type.ARRAY.
* @type \Google\Cloud\Ces\V1\Schema $additional_properties
* Optional. Can either be a boolean or an object, controls the presence of
* additional properties.
- * @type array<\Google\Cloud\Ces\V1\Schema>|\Google\Protobuf\Internal\RepeatedField $any_of
+ * @type \Google\Cloud\Ces\V1\Schema[] $any_of
* Optional. The value should be validated against any (one or more) of the
* subschemas in the list.
- * @type array|\Google\Protobuf\Internal\RepeatedField $enum
+ * @type string[] $enum
* Optional. Possible values of the element of primitive type with enum
* format. Examples:
* 1. We can define direction as :
@@ -293,7 +293,7 @@ public function setProperties($var)
* Optional. Required properties of Type.OBJECT.
*
* Generated from protobuf field repeated string required = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getRequired()
{
@@ -304,7 +304,7 @@ public function getRequired()
* Optional. Required properties of Type.OBJECT.
*
* Generated from protobuf field repeated string required = 3 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setRequired($var)
@@ -435,7 +435,7 @@ public function setUniqueItems($var)
* Optional. Schemas of initial elements of Type.ARRAY.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Schema prefix_items = 8 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Schema>
*/
public function getPrefixItems()
{
@@ -446,7 +446,7 @@ public function getPrefixItems()
* Optional. Schemas of initial elements of Type.ARRAY.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Schema prefix_items = 8 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Schema>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Schema[] $var
* @return $this
*/
public function setPrefixItems($var)
@@ -500,7 +500,7 @@ public function setAdditionalProperties($var)
* subschemas in the list.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Schema any_of = 10 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField<\Google\Cloud\Ces\V1\Schema>
*/
public function getAnyOf()
{
@@ -512,7 +512,7 @@ public function getAnyOf()
* subschemas in the list.
*
* Generated from protobuf field repeated .google.cloud.ces.v1.Schema any_of = 10 [(.google.api.field_behavior) = OPTIONAL];
- * @param array<\Google\Cloud\Ces\V1\Schema>|\Google\Protobuf\Internal\RepeatedField $var
+ * @param \Google\Cloud\Ces\V1\Schema[] $var
* @return $this
*/
public function setAnyOf($var)
@@ -532,7 +532,7 @@ public function setAnyOf($var)
* {type:INTEGER, format:enum, enum:["101", "201", "301"]}
*
* Generated from protobuf field repeated string enum = 11 [(.google.api.field_behavior) = OPTIONAL];
- * @return \Google\Protobuf\Internal\RepeatedField
+ * @return RepeatedField
*/
public function getEnum()
{
@@ -548,7 +548,7 @@ public function getEnum()
* {type:INTEGER, format:enum, enum:["101", "201", "301"]}
*
* Generated from protobuf field repeated string enum = 11 [(.google.api.field_behavior) = OPTIONAL];
- * @param array|\Google\Protobuf\Internal\RepeatedField $var
+ * @param string[] $var
* @return $this
*/
public function setEnum($var)
diff --git a/Ces/src/V1/Schema/Type.php b/Ces/src/V1/Schema/Type.php
index 8567c226aa1..c89e00a4456 100644
--- a/Ces/src/V1/Schema/Type.php
+++ b/Ces/src/V1/Schema/Type.php
@@ -91,4 +91,3 @@ public static function value($name)
}
}
-
diff --git a/Ces/src/V1/ServiceAccountAuthConfig.php b/Ces/src/V1/ServiceAccountAuthConfig.php
index 75557bed63f..da943f63a95 100644
--- a/Ces/src/V1/ServiceAccountAuthConfig.php
+++ b/Ces/src/V1/ServiceAccountAuthConfig.php
@@ -5,8 +5,8 @@
namespace Google\Cloud\Ces\V1;
use Google\Protobuf\Internal\GPBType;
-use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
+use Google\Protobuf\RepeatedField;
/**
* Configurations for authentication using a custom service account.
@@ -22,7 +22,7 @@ class ServiceAccountAuthConfig extends \Google\Protobuf\Internal\Message
* The service account must have the
* `roles/iam.serviceAccountTokenCreator` role granted to the
* CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
+ * `service-\@gcp-sa-ces.iam.gserviceaccount.com`.
*
* Generated from protobuf field string service_account = 1 [(.google.api.field_behavior) = REQUIRED];
*/
@@ -48,8 +48,8 @@ class ServiceAccountAuthConfig extends \Google\Protobuf\Internal\Message
* The service account must have the
* `roles/iam.serviceAccountTokenCreator` role granted to the
* CES service agent
- * `service-@gcp-sa-ces.iam.gserviceaccount.com`.
- * @type array