diff --git a/Datastream/metadata/V1/Datastream.php b/Datastream/metadata/V1/Datastream.php index ee50d5bf6a7b..e19266248c01 100644 Binary files a/Datastream/metadata/V1/Datastream.php and b/Datastream/metadata/V1/Datastream.php differ diff --git a/Datastream/metadata/V1/DatastreamResources.php b/Datastream/metadata/V1/DatastreamResources.php index 2b47a2a01272..44dcefb3f1f2 100644 Binary files a/Datastream/metadata/V1/DatastreamResources.php and b/Datastream/metadata/V1/DatastreamResources.php differ diff --git a/Datastream/samples/V1/DatastreamClient/discover_connection_profile.php b/Datastream/samples/V1/DatastreamClient/discover_connection_profile.php index c748a5b0cf38..d15dcd9d6a12 100644 --- a/Datastream/samples/V1/DatastreamClient/discover_connection_profile.php +++ b/Datastream/samples/V1/DatastreamClient/discover_connection_profile.php @@ -33,8 +33,8 @@ * the profile. Typically, a request returns children data objects of a * parent data object that's optionally supplied in the request. * - * @param string $formattedParent The parent resource of the connection profile type. Must be in the - * format `projects/*/locations/*`. Please see + * @param string $formattedParent The parent resource of the connection profile type. Must be in + * the format `projects/*/locations/*`. Please see * {@see DatastreamClient::locationName()} for help formatting this field. */ function discover_connection_profile_sample(string $formattedParent): void diff --git a/Datastream/samples/V1/DatastreamClient/fetch_static_ips.php b/Datastream/samples/V1/DatastreamClient/fetch_static_ips.php index a1ef90c81a8f..b4c0e7aee765 100644 --- a/Datastream/samples/V1/DatastreamClient/fetch_static_ips.php +++ b/Datastream/samples/V1/DatastreamClient/fetch_static_ips.php @@ -31,8 +31,8 @@ * The FetchStaticIps API call exposes the static IP addresses used by * Datastream. * - * @param string $formattedName The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. Please see + * @param string $formattedName The resource name for the location for which static IPs should be + * returned. Must be in the format `projects/*/locations/*`. Please see * {@see DatastreamClient::locationName()} for help formatting this field. */ function fetch_static_ips_sample(string $formattedName): void diff --git a/Datastream/samples/V1/DatastreamClient/list_private_connections.php b/Datastream/samples/V1/DatastreamClient/list_private_connections.php index 7b76f9b47c5f..af0ebc4c7be4 100644 --- a/Datastream/samples/V1/DatastreamClient/list_private_connections.php +++ b/Datastream/samples/V1/DatastreamClient/list_private_connections.php @@ -32,7 +32,8 @@ * Use this method to list private connectivity configurations in a project * and location. * - * @param string $formattedParent The parent that owns the collection of private connectivity configurations. Please see + * @param string $formattedParent The parent that owns the collection of private connectivity + * configurations. Please see * {@see DatastreamClient::locationName()} for help formatting this field. */ function list_private_connections_sample(string $formattedParent): void diff --git a/Datastream/samples/V1/DatastreamClient/start_backfill_job.php b/Datastream/samples/V1/DatastreamClient/start_backfill_job.php index 62c274ef90e3..393e6a1dac4f 100644 --- a/Datastream/samples/V1/DatastreamClient/start_backfill_job.php +++ b/Datastream/samples/V1/DatastreamClient/start_backfill_job.php @@ -30,7 +30,8 @@ /** * Use this method to start a backfill job for the specified stream object. * - * @param string $formattedObject The name of the stream object resource to start a backfill job for. Please see + * @param string $formattedObject The name of the stream object resource to start a backfill job + * for. Please see * {@see DatastreamClient::streamObjectName()} for help formatting this field. */ function start_backfill_job_sample(string $formattedObject): void diff --git a/Datastream/samples/V1/DatastreamClient/stop_backfill_job.php b/Datastream/samples/V1/DatastreamClient/stop_backfill_job.php index 53f887286e1d..76efa8aeeba7 100644 --- a/Datastream/samples/V1/DatastreamClient/stop_backfill_job.php +++ b/Datastream/samples/V1/DatastreamClient/stop_backfill_job.php @@ -30,7 +30,8 @@ /** * Use this method to stop a backfill job for the specified stream object. * - * @param string $formattedObject The name of the stream object resource to stop the backfill job for. Please see + * @param string $formattedObject The name of the stream object resource to stop the backfill job + * for. Please see * {@see DatastreamClient::streamObjectName()} for help formatting this field. */ function stop_backfill_job_sample(string $formattedObject): void diff --git a/Datastream/src/V1/BigQueryDestinationConfig.php b/Datastream/src/V1/BigQueryDestinationConfig.php index 9621774a267d..2a351b266598 100644 --- a/Datastream/src/V1/BigQueryDestinationConfig.php +++ b/Datastream/src/V1/BigQueryDestinationConfig.php @@ -9,6 +9,8 @@ use Google\Protobuf\Internal\GPBUtil; /** + * BigQuery destination configuration + * * Generated from protobuf message google.cloud.datastream.v1.BigQueryDestinationConfig */ class BigQueryDestinationConfig extends \Google\Protobuf\Internal\Message diff --git a/Datastream/src/V1/BigQueryDestinationConfig/SingleTargetDataset.php b/Datastream/src/V1/BigQueryDestinationConfig/SingleTargetDataset.php index 97bc03bd1347..6b23321bba0a 100644 --- a/Datastream/src/V1/BigQueryDestinationConfig/SingleTargetDataset.php +++ b/Datastream/src/V1/BigQueryDestinationConfig/SingleTargetDataset.php @@ -16,6 +16,8 @@ class SingleTargetDataset extends \Google\Protobuf\Internal\Message { /** + * The dataset ID of the target dataset. + * * Generated from protobuf field string dataset_id = 1; */ private $dataset_id = ''; @@ -27,6 +29,7 @@ class SingleTargetDataset extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $dataset_id + * The dataset ID of the target dataset. * } */ public function __construct($data = NULL) { @@ -35,6 +38,8 @@ public function __construct($data = NULL) { } /** + * The dataset ID of the target dataset. + * * Generated from protobuf field string dataset_id = 1; * @return string */ @@ -44,6 +49,8 @@ public function getDatasetId() } /** + * The dataset ID of the target dataset. + * * Generated from protobuf field string dataset_id = 1; * @param string $var * @return $this diff --git a/Datastream/src/V1/BigQueryDestinationConfig/SourceHierarchyDatasets.php b/Datastream/src/V1/BigQueryDestinationConfig/SourceHierarchyDatasets.php index 777071cd0da8..1dab13e9f1b0 100644 --- a/Datastream/src/V1/BigQueryDestinationConfig/SourceHierarchyDatasets.php +++ b/Datastream/src/V1/BigQueryDestinationConfig/SourceHierarchyDatasets.php @@ -17,6 +17,8 @@ class SourceHierarchyDatasets extends \Google\Protobuf\Internal\Message { /** + * The dataset template to use for dynamic dataset creation. + * * Generated from protobuf field .google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2; */ private $dataset_template = null; @@ -28,6 +30,7 @@ class SourceHierarchyDatasets extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type \Google\Cloud\Datastream\V1\BigQueryDestinationConfig\SourceHierarchyDatasets\DatasetTemplate $dataset_template + * The dataset template to use for dynamic dataset creation. * } */ public function __construct($data = NULL) { @@ -36,6 +39,8 @@ public function __construct($data = NULL) { } /** + * The dataset template to use for dynamic dataset creation. + * * Generated from protobuf field .google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2; * @return \Google\Cloud\Datastream\V1\BigQueryDestinationConfig\SourceHierarchyDatasets\DatasetTemplate|null */ @@ -55,6 +60,8 @@ public function clearDatasetTemplate() } /** + * The dataset template to use for dynamic dataset creation. + * * Generated from protobuf field .google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2; * @param \Google\Cloud\Datastream\V1\BigQueryDestinationConfig\SourceHierarchyDatasets\DatasetTemplate $var * @return $this diff --git a/Datastream/src/V1/CreateConnectionProfileRequest.php b/Datastream/src/V1/CreateConnectionProfileRequest.php index 59e115874f8e..51cebcc3db51 100644 --- a/Datastream/src/V1/CreateConnectionProfileRequest.php +++ b/Datastream/src/V1/CreateConnectionProfileRequest.php @@ -50,8 +50,8 @@ class CreateConnectionProfileRequest extends \Google\Protobuf\Internal\Message */ private $request_id = ''; /** - * Optional. Only validate the connection profile, but don't create any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't create any + * resources. The default is false. * * Generated from protobuf field bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -88,8 +88,8 @@ class CreateConnectionProfileRequest extends \Google\Protobuf\Internal\Message * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $validate_only - * Optional. Only validate the connection profile, but don't create any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't create any + * resources. The default is false. * @type bool $force * Optional. Create the connection profile without validating it. * } @@ -234,8 +234,8 @@ public function setRequestId($var) } /** - * Optional. Only validate the connection profile, but don't create any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't create any + * resources. The default is false. * * Generated from protobuf field bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; * @return bool @@ -246,8 +246,8 @@ public function getValidateOnly() } /** - * Optional. Only validate the connection profile, but don't create any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't create any + * resources. The default is false. * * Generated from protobuf field bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; * @param bool $var diff --git a/Datastream/src/V1/CreatePrivateConnectionRequest.php b/Datastream/src/V1/CreatePrivateConnectionRequest.php index 7541829b8600..a6dbad2b0859 100644 --- a/Datastream/src/V1/CreatePrivateConnectionRequest.php +++ b/Datastream/src/V1/CreatePrivateConnectionRequest.php @@ -49,6 +49,12 @@ class CreatePrivateConnectionRequest extends \Google\Protobuf\Internal\Message * Generated from protobuf field string request_id = 4 [(.google.api.field_behavior) = OPTIONAL]; */ private $request_id = ''; + /** + * Optional. If set to true, will skip validations. + * + * Generated from protobuf field bool force = 6 [(.google.api.field_behavior) = OPTIONAL]; + */ + private $force = false; /** * Constructor. @@ -74,6 +80,8 @@ class CreatePrivateConnectionRequest extends \Google\Protobuf\Internal\Message * from accidentally creating duplicate commitments. * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). + * @type bool $force + * Optional. If set to true, will skip validations. * } */ public function __construct($data = NULL) { @@ -215,5 +223,31 @@ public function setRequestId($var) return $this; } + /** + * Optional. If set to true, will skip validations. + * + * Generated from protobuf field bool force = 6 [(.google.api.field_behavior) = OPTIONAL]; + * @return bool + */ + public function getForce() + { + return $this->force; + } + + /** + * Optional. If set to true, will skip validations. + * + * Generated from protobuf field bool force = 6 [(.google.api.field_behavior) = OPTIONAL]; + * @param bool $var + * @return $this + */ + public function setForce($var) + { + GPBUtil::checkBool($var); + $this->force = $var; + + return $this; + } + } diff --git a/Datastream/src/V1/DeletePrivateConnectionRequest.php b/Datastream/src/V1/DeletePrivateConnectionRequest.php index b3e46e80fbbc..3e41a0dbacf2 100644 --- a/Datastream/src/V1/DeletePrivateConnectionRequest.php +++ b/Datastream/src/V1/DeletePrivateConnectionRequest.php @@ -38,8 +38,8 @@ class DeletePrivateConnectionRequest extends \Google\Protobuf\Internal\Message */ private $request_id = ''; /** - * Optional. If set to true, any child routes that belong to this PrivateConnection will - * also be deleted. + * Optional. If set to true, any child routes that belong to this + * PrivateConnection will also be deleted. * * Generated from protobuf field bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -66,8 +66,8 @@ class DeletePrivateConnectionRequest extends \Google\Protobuf\Internal\Message * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $force - * Optional. If set to true, any child routes that belong to this PrivateConnection will - * also be deleted. + * Optional. If set to true, any child routes that belong to this + * PrivateConnection will also be deleted. * } */ public function __construct($data = NULL) { @@ -148,8 +148,8 @@ public function setRequestId($var) } /** - * Optional. If set to true, any child routes that belong to this PrivateConnection will - * also be deleted. + * Optional. If set to true, any child routes that belong to this + * PrivateConnection will also be deleted. * * Generated from protobuf field bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; * @return bool @@ -160,8 +160,8 @@ public function getForce() } /** - * Optional. If set to true, any child routes that belong to this PrivateConnection will - * also be deleted. + * Optional. If set to true, any child routes that belong to this + * PrivateConnection will also be deleted. * * Generated from protobuf field bool force = 3 [(.google.api.field_behavior) = OPTIONAL]; * @param bool $var diff --git a/Datastream/src/V1/DiscoverConnectionProfileRequest.php b/Datastream/src/V1/DiscoverConnectionProfileRequest.php index 75da4aa6ee66..a1f9b42fb963 100644 --- a/Datastream/src/V1/DiscoverConnectionProfileRequest.php +++ b/Datastream/src/V1/DiscoverConnectionProfileRequest.php @@ -16,8 +16,8 @@ class DiscoverConnectionProfileRequest extends \Google\Protobuf\Internal\Message { /** - * Required. The parent resource of the connection profile type. Must be in the - * format `projects/*/locations/*`. + * Required. The parent resource of the connection profile type. Must be in + * the format `projects/*/locations/*`. * * Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { */ @@ -33,8 +33,8 @@ class DiscoverConnectionProfileRequest extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $parent - * Required. The parent resource of the connection profile type. Must be in the - * format `projects/*/locations/*`. + * Required. The parent resource of the connection profile type. Must be in + * the format `projects/*/locations/*`. * @type \Google\Cloud\Datastream\V1\ConnectionProfile $connection_profile * An ad-hoc connection profile configuration. * @type string $connection_profile_name @@ -58,8 +58,8 @@ public function __construct($data = NULL) { } /** - * Required. The parent resource of the connection profile type. Must be in the - * format `projects/*/locations/*`. + * Required. The parent resource of the connection profile type. Must be in + * the format `projects/*/locations/*`. * * Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @return string @@ -70,8 +70,8 @@ public function getParent() } /** - * Required. The parent resource of the connection profile type. Must be in the - * format `projects/*/locations/*`. + * Required. The parent resource of the connection profile type. Must be 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/Datastream/src/V1/FetchStaticIpsRequest.php b/Datastream/src/V1/FetchStaticIpsRequest.php index f989044311de..de665e3f42e9 100644 --- a/Datastream/src/V1/FetchStaticIpsRequest.php +++ b/Datastream/src/V1/FetchStaticIpsRequest.php @@ -16,8 +16,8 @@ class FetchStaticIpsRequest extends \Google\Protobuf\Internal\Message { /** - * Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. + * Required. The resource name for the location for which static IPs should be + * returned. Must be in the format `projects/*/locations/*`. * * Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { */ @@ -43,8 +43,8 @@ class FetchStaticIpsRequest extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $name - * Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. + * Required. The resource name for the location for which static IPs should be + * returned. Must be in the format `projects/*/locations/*`. * @type int $page_size * Maximum number of Ips to return, will likely not be specified. * @type string $page_token @@ -58,8 +58,8 @@ public function __construct($data = NULL) { } /** - * Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. + * Required. The resource name for the location for which static IPs should be + * returned. Must be in the format `projects/*/locations/*`. * * Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @return string @@ -70,8 +70,8 @@ public function getName() } /** - * Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. + * Required. The resource name for the location for which static IPs should be + * returned. Must be in the format `projects/*/locations/*`. * * Generated from protobuf field string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @param string $var diff --git a/Datastream/src/V1/Gapic/DatastreamGapicClient.php b/Datastream/src/V1/Gapic/DatastreamGapicClient.php index 3637c81f8d11..2b9ac87b8dcb 100644 --- a/Datastream/src/V1/Gapic/DatastreamGapicClient.php +++ b/Datastream/src/V1/Gapic/DatastreamGapicClient.php @@ -648,8 +648,8 @@ public function __construct(array $options = []) * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $validateOnly - * Optional. Only validate the connection profile, but don't create any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't create any + * resources. The default is false. * @type bool $force * Optional. Create the connection profile without validating it. * @type RetrySettings|array $retrySettings @@ -761,6 +761,8 @@ public function createConnectionProfile( * * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). + * @type bool $force + * Optional. If set to true, will skip validations. * @type RetrySettings|array $retrySettings * Retry settings to use for this call. Can be a {@see RetrySettings} object, or an * associative array of retry settings parameters. See the documentation on @@ -787,6 +789,10 @@ public function createPrivateConnection( $request->setRequestId($optionalArgs['requestId']); } + if (isset($optionalArgs['force'])) { + $request->setForce($optionalArgs['force']); + } + $requestParams = new RequestParamsHeaderDescriptor( $requestParamHeaders ); @@ -1162,8 +1168,8 @@ public function deleteConnectionProfile($name, array $optionalArgs = []) * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $force - * Optional. If set to true, any child routes that belong to this PrivateConnection will - * also be deleted. + * Optional. If set to true, any child routes that belong to this + * PrivateConnection will also be deleted. * @type RetrySettings|array $retrySettings * Retry settings to use for this call. Can be a {@see RetrySettings} object, or an * associative array of retry settings parameters. See the documentation on @@ -1397,8 +1403,8 @@ public function deleteStream($name, array $optionalArgs = []) * } * ``` * - * @param string $parent Required. The parent resource of the connection profile type. Must be in the - * format `projects/*/locations/*`. + * @param string $parent Required. The parent resource of the connection profile type. Must be in + * the format `projects/*/locations/*`. * @param array $optionalArgs { * Optional. * @@ -1504,8 +1510,8 @@ public function discoverConnectionProfile($parent, array $optionalArgs = []) * } * ``` * - * @param string $name Required. The resource name for the location for which static IPs should be returned. - * Must be in the format `projects/*/locations/*`. + * @param string $name Required. The resource name for the location for which static IPs should be + * returned. Must be in the format `projects/*/locations/*`. * @param array $optionalArgs { * Optional. * @@ -1913,7 +1919,8 @@ public function listConnectionProfiles($parent, array $optionalArgs = []) * } * ``` * - * @param string $parent Required. The parent that owns the collection of private connectivity configurations. + * @param string $parent Required. The parent that owns the collection of private connectivity + * configurations. * @param array $optionalArgs { * Optional. * @@ -2300,7 +2307,8 @@ public function lookupStreamObject( * } * ``` * - * @param string $object Required. The name of the stream object resource to start a backfill job for. + * @param string $object Required. The name of the stream object resource to start a backfill job + * for. * @param array $optionalArgs { * Optional. * @@ -2348,7 +2356,8 @@ public function startBackfillJob($object, array $optionalArgs = []) * } * ``` * - * @param string $object Required. The name of the stream object resource to stop the backfill job for. + * @param string $object Required. The name of the stream object resource to stop the backfill job + * for. * @param array $optionalArgs { * Optional. * @@ -2446,8 +2455,8 @@ public function stopBackfillJob($object, array $optionalArgs = []) * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $validateOnly - * Optional. Only validate the connection profile, but don't update any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't update any + * resources. The default is false. * @type bool $force * Optional. Update the connection profile without validating it. * @type RetrySettings|array $retrySettings @@ -2564,8 +2573,8 @@ public function updateConnectionProfile( * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $validateOnly - * Optional. Only validate the stream with the changes, without actually updating it. - * The default is false. + * Optional. Only validate the stream with the changes, without actually + * updating it. The default is false. * @type bool $force * Optional. Update the stream without validating it. * @type RetrySettings|array $retrySettings diff --git a/Datastream/src/V1/GcsDestinationConfig.php b/Datastream/src/V1/GcsDestinationConfig.php index f91cdd89468a..c4d78916decb 100644 --- a/Datastream/src/V1/GcsDestinationConfig.php +++ b/Datastream/src/V1/GcsDestinationConfig.php @@ -29,7 +29,8 @@ class GcsDestinationConfig extends \Google\Protobuf\Internal\Message private $file_rotation_mb = 0; /** * The maximum duration for which new events are added before a file is - * closed and a new file is created. + * closed and a new file is created. Values within the range of 15-60 seconds + * are allowed. * * Generated from protobuf field .google.protobuf.Duration file_rotation_interval = 3; */ @@ -48,7 +49,8 @@ class GcsDestinationConfig extends \Google\Protobuf\Internal\Message * The maximum file size to be saved in the bucket. * @type \Google\Protobuf\Duration $file_rotation_interval * The maximum duration for which new events are added before a file is - * closed and a new file is created. + * closed and a new file is created. Values within the range of 15-60 seconds + * are allowed. * @type \Google\Cloud\Datastream\V1\AvroFileFormat $avro_file_format * AVRO file format configuration. * @type \Google\Cloud\Datastream\V1\JsonFileFormat $json_file_format @@ -114,7 +116,8 @@ public function setFileRotationMb($var) /** * The maximum duration for which new events are added before a file is - * closed and a new file is created. + * closed and a new file is created. Values within the range of 15-60 seconds + * are allowed. * * Generated from protobuf field .google.protobuf.Duration file_rotation_interval = 3; * @return \Google\Protobuf\Duration|null @@ -136,7 +139,8 @@ public function clearFileRotationInterval() /** * The maximum duration for which new events are added before a file is - * closed and a new file is created. + * closed and a new file is created. Values within the range of 15-60 seconds + * are allowed. * * Generated from protobuf field .google.protobuf.Duration file_rotation_interval = 3; * @param \Google\Protobuf\Duration $var diff --git a/Datastream/src/V1/ListPrivateConnectionsRequest.php b/Datastream/src/V1/ListPrivateConnectionsRequest.php index 0da1d1745039..e814d4cf9f29 100644 --- a/Datastream/src/V1/ListPrivateConnectionsRequest.php +++ b/Datastream/src/V1/ListPrivateConnectionsRequest.php @@ -16,7 +16,8 @@ class ListPrivateConnectionsRequest extends \Google\Protobuf\Internal\Message { /** - * Required. The parent that owns the collection of private connectivity configurations. + * Required. The parent that owns the collection of private connectivity + * configurations. * * Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { */ @@ -60,7 +61,8 @@ class ListPrivateConnectionsRequest extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $parent - * Required. The parent that owns the collection of private connectivity configurations. + * Required. The parent that owns the collection of private connectivity + * configurations. * @type int $page_size * Maximum number of private connectivity configurations to return. * If unspecified, at most 50 private connectivity configurations that will be @@ -84,7 +86,8 @@ public function __construct($data = NULL) { } /** - * Required. The parent that owns the collection of private connectivity configurations. + * Required. The parent that owns the collection of private connectivity + * configurations. * * Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @return string @@ -95,7 +98,8 @@ public function getParent() } /** - * Required. The parent that owns the collection of private connectivity configurations. + * Required. The parent that owns the collection of private connectivity + * configurations. * * Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @param string $var diff --git a/Datastream/src/V1/MysqlSourceConfig.php b/Datastream/src/V1/MysqlSourceConfig.php index 5ae61c69ef93..4439774aea12 100644 --- a/Datastream/src/V1/MysqlSourceConfig.php +++ b/Datastream/src/V1/MysqlSourceConfig.php @@ -34,6 +34,14 @@ class MysqlSourceConfig extends \Google\Protobuf\Internal\Message * Generated from protobuf field int32 max_concurrent_cdc_tasks = 3; */ private $max_concurrent_cdc_tasks = 0; + /** + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 4; + */ + private $max_concurrent_backfill_tasks = 0; /** * Constructor. @@ -48,6 +56,10 @@ class MysqlSourceConfig extends \Google\Protobuf\Internal\Message * @type int $max_concurrent_cdc_tasks * Maximum number of concurrent CDC tasks. The number should be non negative. * If not set (or set to 0), the system's default value will be used. + * @type int $max_concurrent_backfill_tasks + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. * } */ public function __construct($data = NULL) { @@ -155,5 +167,35 @@ public function setMaxConcurrentCdcTasks($var) return $this; } + /** + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 4; + * @return int + */ + public function getMaxConcurrentBackfillTasks() + { + return $this->max_concurrent_backfill_tasks; + } + + /** + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 4; + * @param int $var + * @return $this + */ + public function setMaxConcurrentBackfillTasks($var) + { + GPBUtil::checkInt32($var); + $this->max_concurrent_backfill_tasks = $var; + + return $this; + } + } diff --git a/Datastream/src/V1/MysqlSslConfig.php b/Datastream/src/V1/MysqlSslConfig.php index 2283ef1dc173..0f56862e1fec 100644 --- a/Datastream/src/V1/MysqlSslConfig.php +++ b/Datastream/src/V1/MysqlSslConfig.php @@ -44,8 +44,8 @@ class MysqlSslConfig extends \Google\Protobuf\Internal\Message */ private $client_certificate_set = false; /** - * Input only. PEM-encoded certificate of the CA that signed the source database - * server's certificate. + * Input only. PEM-encoded certificate of the CA that signed the source + * database server's certificate. * * Generated from protobuf field string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY]; */ @@ -76,8 +76,8 @@ class MysqlSslConfig extends \Google\Protobuf\Internal\Message * @type bool $client_certificate_set * Output only. Indicates whether the client_certificate field is set. * @type string $ca_certificate - * Input only. PEM-encoded certificate of the CA that signed the source database - * server's certificate. + * Input only. PEM-encoded certificate of the CA that signed the source + * database server's certificate. * @type bool $ca_certificate_set * Output only. Indicates whether the ca_certificate field is set. * } @@ -200,8 +200,8 @@ public function setClientCertificateSet($var) } /** - * Input only. PEM-encoded certificate of the CA that signed the source database - * server's certificate. + * Input only. PEM-encoded certificate of the CA that signed the source + * database server's certificate. * * Generated from protobuf field string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY]; * @return string @@ -212,8 +212,8 @@ public function getCaCertificate() } /** - * Input only. PEM-encoded certificate of the CA that signed the source database - * server's certificate. + * Input only. PEM-encoded certificate of the CA that signed the source + * database server's certificate. * * Generated from protobuf field string ca_certificate = 5 [(.google.api.field_behavior) = INPUT_ONLY]; * @param string $var diff --git a/Datastream/src/V1/OperationMetadata.php b/Datastream/src/V1/OperationMetadata.php index b4f21af4f2ba..f6f035ebc8c4 100644 --- a/Datastream/src/V1/OperationMetadata.php +++ b/Datastream/src/V1/OperationMetadata.php @@ -48,8 +48,9 @@ class OperationMetadata extends \Google\Protobuf\Internal\Message /** * Output only. Identifies whether the user has requested cancellation * of the operation. Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * Generated from protobuf field bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -86,8 +87,9 @@ class OperationMetadata extends \Google\Protobuf\Internal\Message * @type bool $requested_cancellation * Output only. Identifies whether the user has requested cancellation * of the operation. Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * @type string $api_version * Output only. API version used to start the operation. * @type \Google\Cloud\Datastream\V1\ValidationResult $validation_result @@ -252,8 +254,9 @@ public function setStatusMessage($var) /** * Output only. Identifies whether the user has requested cancellation * of the operation. Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * Generated from protobuf field bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return bool @@ -266,8 +269,9 @@ public function getRequestedCancellation() /** * Output only. Identifies whether the user has requested cancellation * of the operation. Operations that have successfully been cancelled - * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - * corresponding to `Code.CANCELLED`. + * have [Operation.error][] value with a + * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + * `Code.CANCELLED`. * * Generated from protobuf field bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param bool $var diff --git a/Datastream/src/V1/OracleSourceConfig.php b/Datastream/src/V1/OracleSourceConfig.php index 5b056aca74a9..acc32ed01e4e 100644 --- a/Datastream/src/V1/OracleSourceConfig.php +++ b/Datastream/src/V1/OracleSourceConfig.php @@ -28,12 +28,19 @@ class OracleSourceConfig extends \Google\Protobuf\Internal\Message */ private $exclude_objects = null; /** - * Maximum number of concurrent CDC tasks. The number should be non negative. - * If not set (or set to 0), the system's default value will be used. + * Maximum number of concurrent CDC tasks. The number should be non-negative. + * If not set (or set to 0), the system's default value is used. * * Generated from protobuf field int32 max_concurrent_cdc_tasks = 3; */ private $max_concurrent_cdc_tasks = 0; + /** + * Maximum number of concurrent backfill tasks. The number should be + * non-negative. If not set (or set to 0), the system's default value is used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 4; + */ + private $max_concurrent_backfill_tasks = 0; protected $large_objects_handling; /** @@ -47,12 +54,15 @@ class OracleSourceConfig extends \Google\Protobuf\Internal\Message * @type \Google\Cloud\Datastream\V1\OracleRdbms $exclude_objects * Oracle objects to exclude from the stream. * @type int $max_concurrent_cdc_tasks - * Maximum number of concurrent CDC tasks. The number should be non negative. - * If not set (or set to 0), the system's default value will be used. + * Maximum number of concurrent CDC tasks. The number should be non-negative. + * If not set (or set to 0), the system's default value is used. + * @type int $max_concurrent_backfill_tasks + * Maximum number of concurrent backfill tasks. The number should be + * non-negative. If not set (or set to 0), the system's default value is used. * @type \Google\Cloud\Datastream\V1\OracleSourceConfig\DropLargeObjects $drop_large_objects * Drop large object values. * @type \Google\Cloud\Datastream\V1\OracleSourceConfig\StreamLargeObjects $stream_large_objects - * Stream large object values. + * Stream large object values. NOTE: This feature is currently experimental. * } */ public function __construct($data = NULL) { @@ -133,8 +143,8 @@ public function setExcludeObjects($var) } /** - * Maximum number of concurrent CDC tasks. The number should be non negative. - * If not set (or set to 0), the system's default value will be used. + * Maximum number of concurrent CDC tasks. The number should be non-negative. + * If not set (or set to 0), the system's default value is used. * * Generated from protobuf field int32 max_concurrent_cdc_tasks = 3; * @return int @@ -145,8 +155,8 @@ public function getMaxConcurrentCdcTasks() } /** - * Maximum number of concurrent CDC tasks. The number should be non negative. - * If not set (or set to 0), the system's default value will be used. + * Maximum number of concurrent CDC tasks. The number should be non-negative. + * If not set (or set to 0), the system's default value is used. * * Generated from protobuf field int32 max_concurrent_cdc_tasks = 3; * @param int $var @@ -160,6 +170,34 @@ public function setMaxConcurrentCdcTasks($var) return $this; } + /** + * Maximum number of concurrent backfill tasks. The number should be + * non-negative. If not set (or set to 0), the system's default value is used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 4; + * @return int + */ + public function getMaxConcurrentBackfillTasks() + { + return $this->max_concurrent_backfill_tasks; + } + + /** + * Maximum number of concurrent backfill tasks. The number should be + * non-negative. If not set (or set to 0), the system's default value is used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 4; + * @param int $var + * @return $this + */ + public function setMaxConcurrentBackfillTasks($var) + { + GPBUtil::checkInt32($var); + $this->max_concurrent_backfill_tasks = $var; + + return $this; + } + /** * Drop large object values. * @@ -192,7 +230,7 @@ public function setDropLargeObjects($var) } /** - * Stream large object values. + * Stream large object values. NOTE: This feature is currently experimental. * * Generated from protobuf field .google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102; * @return \Google\Cloud\Datastream\V1\OracleSourceConfig\StreamLargeObjects|null @@ -208,7 +246,7 @@ public function hasStreamLargeObjects() } /** - * Stream large object values. + * Stream large object values. NOTE: This feature is currently experimental. * * Generated from protobuf field .google.cloud.datastream.v1.OracleSourceConfig.StreamLargeObjects stream_large_objects = 102; * @param \Google\Cloud\Datastream\V1\OracleSourceConfig\StreamLargeObjects $var diff --git a/Datastream/src/V1/PostgresqlSourceConfig.php b/Datastream/src/V1/PostgresqlSourceConfig.php index 3effa3ecabb0..145eeafa97f6 100644 --- a/Datastream/src/V1/PostgresqlSourceConfig.php +++ b/Datastream/src/V1/PostgresqlSourceConfig.php @@ -28,19 +28,27 @@ class PostgresqlSourceConfig extends \Google\Protobuf\Internal\Message */ private $exclude_objects = null; /** - * Required. The name of the logical replication slot that's configured with the - * pgoutput plugin. + * Required. Immutable. The name of the logical replication slot that's + * configured with the pgoutput plugin. * - * Generated from protobuf field string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED]; + * Generated from protobuf field string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; */ private $replication_slot = ''; /** - * Required. The name of the publication that includes the set of all tables that are - * defined in the stream's include_objects. + * Required. The name of the publication that includes the set of all tables + * that are defined in the stream's include_objects. * * Generated from protobuf field string publication = 4 [(.google.api.field_behavior) = REQUIRED]; */ private $publication = ''; + /** + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 5; + */ + private $max_concurrent_backfill_tasks = 0; /** * Constructor. @@ -53,11 +61,15 @@ class PostgresqlSourceConfig extends \Google\Protobuf\Internal\Message * @type \Google\Cloud\Datastream\V1\PostgresqlRdbms $exclude_objects * PostgreSQL objects to exclude from the stream. * @type string $replication_slot - * Required. The name of the logical replication slot that's configured with the - * pgoutput plugin. + * Required. Immutable. The name of the logical replication slot that's + * configured with the pgoutput plugin. * @type string $publication - * Required. The name of the publication that includes the set of all tables that are - * defined in the stream's include_objects. + * Required. The name of the publication that includes the set of all tables + * that are defined in the stream's include_objects. + * @type int $max_concurrent_backfill_tasks + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. * } */ public function __construct($data = NULL) { @@ -138,10 +150,10 @@ public function setExcludeObjects($var) } /** - * Required. The name of the logical replication slot that's configured with the - * pgoutput plugin. + * Required. Immutable. The name of the logical replication slot that's + * configured with the pgoutput plugin. * - * Generated from protobuf field string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED]; + * Generated from protobuf field string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return string */ public function getReplicationSlot() @@ -150,10 +162,10 @@ public function getReplicationSlot() } /** - * Required. The name of the logical replication slot that's configured with the - * pgoutput plugin. + * Required. Immutable. The name of the logical replication slot that's + * configured with the pgoutput plugin. * - * Generated from protobuf field string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED]; + * Generated from protobuf field string replication_slot = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param string $var * @return $this */ @@ -166,8 +178,8 @@ public function setReplicationSlot($var) } /** - * Required. The name of the publication that includes the set of all tables that are - * defined in the stream's include_objects. + * Required. The name of the publication that includes the set of all tables + * that are defined in the stream's include_objects. * * Generated from protobuf field string publication = 4 [(.google.api.field_behavior) = REQUIRED]; * @return string @@ -178,8 +190,8 @@ public function getPublication() } /** - * Required. The name of the publication that includes the set of all tables that are - * defined in the stream's include_objects. + * Required. The name of the publication that includes the set of all tables + * that are defined in the stream's include_objects. * * Generated from protobuf field string publication = 4 [(.google.api.field_behavior) = REQUIRED]; * @param string $var @@ -193,5 +205,35 @@ public function setPublication($var) return $this; } + /** + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 5; + * @return int + */ + public function getMaxConcurrentBackfillTasks() + { + return $this->max_concurrent_backfill_tasks; + } + + /** + * Maximum number of concurrent backfill tasks. The number should be non + * negative. If not set (or set to 0), the system's default value will be + * used. + * + * Generated from protobuf field int32 max_concurrent_backfill_tasks = 5; + * @param int $var + * @return $this + */ + public function setMaxConcurrentBackfillTasks($var) + { + GPBUtil::checkInt32($var); + $this->max_concurrent_backfill_tasks = $var; + + return $this; + } + } diff --git a/Datastream/src/V1/PrivateConnection.php b/Datastream/src/V1/PrivateConnection.php index 3c3325181162..4b05c4b4f797 100644 --- a/Datastream/src/V1/PrivateConnection.php +++ b/Datastream/src/V1/PrivateConnection.php @@ -53,7 +53,8 @@ class PrivateConnection extends \Google\Protobuf\Internal\Message */ private $state = 0; /** - * Output only. In case of error, the details of the error in a user-friendly format. + * Output only. In case of error, the details of the error in a user-friendly + * format. * * Generated from protobuf field .google.cloud.datastream.v1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @@ -84,7 +85,8 @@ class PrivateConnection extends \Google\Protobuf\Internal\Message * @type int $state * Output only. The state of the Private Connection. * @type \Google\Cloud\Datastream\V1\Error $error - * Output only. In case of error, the details of the error in a user-friendly format. + * Output only. In case of error, the details of the error in a user-friendly + * format. * @type \Google\Cloud\Datastream\V1\VpcPeeringConfig $vpc_peering_config * VPC Peering Config. * } @@ -271,7 +273,8 @@ public function setState($var) } /** - * Output only. In case of error, the details of the error in a user-friendly format. + * Output only. In case of error, the details of the error in a user-friendly + * format. * * Generated from protobuf field .google.cloud.datastream.v1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return \Google\Cloud\Datastream\V1\Error|null @@ -292,7 +295,8 @@ public function clearError() } /** - * Output only. In case of error, the details of the error in a user-friendly format. + * Output only. In case of error, the details of the error in a user-friendly + * format. * * Generated from protobuf field .google.cloud.datastream.v1.Error error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param \Google\Cloud\Datastream\V1\Error $var diff --git a/Datastream/src/V1/StartBackfillJobRequest.php b/Datastream/src/V1/StartBackfillJobRequest.php index 85e12ea7d99d..8f99aee2d49e 100644 --- a/Datastream/src/V1/StartBackfillJobRequest.php +++ b/Datastream/src/V1/StartBackfillJobRequest.php @@ -16,7 +16,8 @@ class StartBackfillJobRequest extends \Google\Protobuf\Internal\Message { /** - * Required. The name of the stream object resource to start a backfill job for. + * Required. The name of the stream object resource to start a backfill job + * for. * * Generated from protobuf field string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { */ @@ -29,7 +30,8 @@ class StartBackfillJobRequest extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $object - * Required. The name of the stream object resource to start a backfill job for. + * Required. The name of the stream object resource to start a backfill job + * for. * } */ public function __construct($data = NULL) { @@ -38,7 +40,8 @@ public function __construct($data = NULL) { } /** - * Required. The name of the stream object resource to start a backfill job for. + * Required. The name of the stream object resource to start a backfill job + * for. * * Generated from protobuf field string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @return string @@ -49,7 +52,8 @@ public function getObject() } /** - * Required. The name of the stream object resource to start a backfill job for. + * Required. The name of the stream object resource to start a backfill job + * for. * * Generated from protobuf field string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @param string $var diff --git a/Datastream/src/V1/StaticServiceIpConnectivity.php b/Datastream/src/V1/StaticServiceIpConnectivity.php index 704a26e54095..d882743d2335 100644 --- a/Datastream/src/V1/StaticServiceIpConnectivity.php +++ b/Datastream/src/V1/StaticServiceIpConnectivity.php @@ -9,7 +9,9 @@ use Google\Protobuf\Internal\GPBUtil; /** - * Static IP address connectivity. + * Static IP address connectivity. Used when the source database is configured + * to allow incoming connections from the Datastream public IP addresses + * for the region specified in the connection profile. * * Generated from protobuf message google.cloud.datastream.v1.StaticServiceIpConnectivity */ diff --git a/Datastream/src/V1/StopBackfillJobRequest.php b/Datastream/src/V1/StopBackfillJobRequest.php index edc05e71567e..1afe3cb8211f 100644 --- a/Datastream/src/V1/StopBackfillJobRequest.php +++ b/Datastream/src/V1/StopBackfillJobRequest.php @@ -17,7 +17,8 @@ class StopBackfillJobRequest extends \Google\Protobuf\Internal\Message { /** - * Required. The name of the stream object resource to stop the backfill job for. + * Required. The name of the stream object resource to stop the backfill job + * for. * * Generated from protobuf field string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { */ @@ -30,7 +31,8 @@ class StopBackfillJobRequest extends \Google\Protobuf\Internal\Message * Optional. Data for populating the Message object. * * @type string $object - * Required. The name of the stream object resource to stop the backfill job for. + * Required. The name of the stream object resource to stop the backfill job + * for. * } */ public function __construct($data = NULL) { @@ -39,7 +41,8 @@ public function __construct($data = NULL) { } /** - * Required. The name of the stream object resource to stop the backfill job for. + * Required. The name of the stream object resource to stop the backfill job + * for. * * Generated from protobuf field string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @return string @@ -50,7 +53,8 @@ public function getObject() } /** - * Required. The name of the stream object resource to stop the backfill job for. + * Required. The name of the stream object resource to stop the backfill job + * for. * * Generated from protobuf field string object = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { * @param string $var diff --git a/Datastream/src/V1/UpdateConnectionProfileRequest.php b/Datastream/src/V1/UpdateConnectionProfileRequest.php index ca4613d1ca0e..d25e20b758b4 100644 --- a/Datastream/src/V1/UpdateConnectionProfileRequest.php +++ b/Datastream/src/V1/UpdateConnectionProfileRequest.php @@ -48,8 +48,8 @@ class UpdateConnectionProfileRequest extends \Google\Protobuf\Internal\Message */ private $request_id = ''; /** - * Optional. Only validate the connection profile, but don't update any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't update any + * resources. The default is false. * * Generated from protobuf field bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -88,8 +88,8 @@ class UpdateConnectionProfileRequest extends \Google\Protobuf\Internal\Message * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $validate_only - * Optional. Only validate the connection profile, but don't update any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't update any + * resources. The default is false. * @type bool $force * Optional. Update the connection profile without validating it. * } @@ -226,8 +226,8 @@ public function setRequestId($var) } /** - * Optional. Only validate the connection profile, but don't update any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't update any + * resources. The default is false. * * Generated from protobuf field bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; * @return bool @@ -238,8 +238,8 @@ public function getValidateOnly() } /** - * Optional. Only validate the connection profile, but don't update any resources. - * The default is false. + * Optional. Only validate the connection profile, but don't update any + * resources. The default is false. * * Generated from protobuf field bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; * @param bool $var diff --git a/Datastream/src/V1/UpdateStreamRequest.php b/Datastream/src/V1/UpdateStreamRequest.php index fbe47e786f8a..d294b8566619 100644 --- a/Datastream/src/V1/UpdateStreamRequest.php +++ b/Datastream/src/V1/UpdateStreamRequest.php @@ -48,8 +48,8 @@ class UpdateStreamRequest extends \Google\Protobuf\Internal\Message */ private $request_id = ''; /** - * Optional. Only validate the stream with the changes, without actually updating it. - * The default is false. + * Optional. Only validate the stream with the changes, without actually + * updating it. The default is false. * * Generated from protobuf field bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; */ @@ -88,8 +88,8 @@ class UpdateStreamRequest extends \Google\Protobuf\Internal\Message * The request ID must be a valid UUID with the exception that zero UUID is * not supported (00000000-0000-0000-0000-000000000000). * @type bool $validate_only - * Optional. Only validate the stream with the changes, without actually updating it. - * The default is false. + * Optional. Only validate the stream with the changes, without actually + * updating it. The default is false. * @type bool $force * Optional. Update the stream without validating it. * } @@ -226,8 +226,8 @@ public function setRequestId($var) } /** - * Optional. Only validate the stream with the changes, without actually updating it. - * The default is false. + * Optional. Only validate the stream with the changes, without actually + * updating it. The default is false. * * Generated from protobuf field bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; * @return bool @@ -238,8 +238,8 @@ public function getValidateOnly() } /** - * Optional. Only validate the stream with the changes, without actually updating it. - * The default is false. + * Optional. Only validate the stream with the changes, without actually + * updating it. The default is false. * * Generated from protobuf field bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL]; * @param bool $var