Skip to content

Commit 2c9092a

Browse files
1 parent 62ceacc commit 2c9092a

6 files changed

+45
-19
lines changed

src/Integrations/GoogleCloudConnectorsV1ConfigVariable.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
class GoogleCloudConnectorsV1ConfigVariable extends \Google\Model
2121
{
2222
/**
23-
* Value is a bool.
23+
* Optional. Value is a bool.
2424
*
2525
* @var bool
2626
*/
2727
public $boolValue;
2828
protected $encryptionKeyValueType = GoogleCloudConnectorsV1EncryptionKey::class;
2929
protected $encryptionKeyValueDataType = '';
3030
/**
31-
* Value is an integer
31+
* Optional. Value is an integer
3232
*
3333
* @var string
3434
*/
@@ -42,14 +42,14 @@ class GoogleCloudConnectorsV1ConfigVariable extends \Google\Model
4242
protected $secretValueType = GoogleCloudConnectorsV1Secret::class;
4343
protected $secretValueDataType = '';
4444
/**
45-
* Value is a string.
45+
* Optional. Value is a string.
4646
*
4747
* @var string
4848
*/
4949
public $stringValue;
5050

5151
/**
52-
* Value is a bool.
52+
* Optional. Value is a bool.
5353
*
5454
* @param bool $boolValue
5555
*/
@@ -65,7 +65,7 @@ public function getBoolValue()
6565
return $this->boolValue;
6666
}
6767
/**
68-
* Value is a Encryption Key.
68+
* Optional. Value is a Encryption Key.
6969
*
7070
* @param GoogleCloudConnectorsV1EncryptionKey $encryptionKeyValue
7171
*/
@@ -81,7 +81,7 @@ public function getEncryptionKeyValue()
8181
return $this->encryptionKeyValue;
8282
}
8383
/**
84-
* Value is an integer
84+
* Optional. Value is an integer
8585
*
8686
* @param string $intValue
8787
*/
@@ -113,7 +113,7 @@ public function getKey()
113113
return $this->key;
114114
}
115115
/**
116-
* Value is a secret.
116+
* Optional. Value is a secret.
117117
*
118118
* @param GoogleCloudConnectorsV1Secret $secretValue
119119
*/
@@ -129,7 +129,7 @@ public function getSecretValue()
129129
return $this->secretValue;
130130
}
131131
/**
132-
* Value is a string.
132+
* Optional. Value is a string.
133133
*
134134
* @param string $stringValue
135135
*/

src/Integrations/GoogleCloudConnectorsV1Destination.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ class GoogleCloudConnectorsV1Destination extends \Google\Model
2626
*/
2727
public $host;
2828
/**
29-
* The port is the target port number that is accepted by the destination.
29+
* Optional. The port is the target port number that is accepted by the
30+
* destination.
3031
*
3132
* @var int
3233
*/
@@ -56,7 +57,8 @@ public function getHost()
5657
return $this->host;
5758
}
5859
/**
59-
* The port is the target port number that is accepted by the destination.
60+
* Optional. The port is the target port number that is accepted by the
61+
* destination.
6062
*
6163
* @param int $port
6264
*/

src/Integrations/GoogleCloudConnectorsV1DestinationConfig.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ class GoogleCloudConnectorsV1DestinationConfig extends \Google\Collection
2323
protected $destinationsType = GoogleCloudConnectorsV1Destination::class;
2424
protected $destinationsDataType = 'array';
2525
/**
26-
* The key is the destination identifier that is supported by the Connector.
26+
* Optional. The key is the destination identifier that is supported by the
27+
* Connector.
2728
*
2829
* @var string
2930
*/
3031
public $key;
3132

3233
/**
33-
* The destinations for the key.
34+
* Optional. The destinations for the key.
3435
*
3536
* @param GoogleCloudConnectorsV1Destination[] $destinations
3637
*/
@@ -46,7 +47,8 @@ public function getDestinations()
4647
return $this->destinations;
4748
}
4849
/**
49-
* The key is the destination identifier that is supported by the Connector.
50+
* Optional. The key is the destination identifier that is supported by the
51+
* Connector.
5052
*
5153
* @param string $key
5254
*/

src/Integrations/GoogleCloudConnectorsV1EncryptionKey.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class GoogleCloudConnectorsV1EncryptionKey extends \Google\Model
4040
*/
4141
public $kmsKeyName;
4242
/**
43-
* Type.
43+
* Optional. Specifies the type of the encryption key.
4444
*
4545
* @var string
4646
*/
@@ -65,7 +65,7 @@ public function getKmsKeyName()
6565
return $this->kmsKeyName;
6666
}
6767
/**
68-
* Type.
68+
* Optional. Specifies the type of the encryption key.
6969
*
7070
* Accepted values: TYPE_UNSPECIFIED, GOOGLE_MANAGED, CUSTOMER_MANAGED
7171
*

src/Integrations/GoogleCloudConnectorsV1EventingConfig.php

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ class GoogleCloudConnectorsV1EventingConfig extends \Google\Collection
2222
protected $collection_key = 'privateConnectivityAllowlistedProjects';
2323
protected $additionalVariablesType = GoogleCloudConnectorsV1ConfigVariable::class;
2424
protected $additionalVariablesDataType = 'array';
25+
/**
26+
* Optional. List of allowed event types for the connection.
27+
*
28+
* @var string[]
29+
*/
30+
public $allowedEventTypes;
2531
protected $authConfigType = GoogleCloudConnectorsV1AuthConfig::class;
2632
protected $authConfigDataType = '';
2733
protected $deadLetterConfigType = GoogleCloudConnectorsV1EventingConfigDeadLetterConfig::class;
@@ -35,7 +41,7 @@ class GoogleCloudConnectorsV1EventingConfig extends \Google\Collection
3541
*/
3642
public $enrichmentEnabled;
3743
/**
38-
* Optional. Ingress endpoint of the event listener. This is used only when
44+
* Output only. Ingress endpoint of the event listener. This is used only when
3945
* private connectivity is enabled.
4046
*
4147
* @var string
@@ -79,6 +85,22 @@ public function getAdditionalVariables()
7985
{
8086
return $this->additionalVariables;
8187
}
88+
/**
89+
* Optional. List of allowed event types for the connection.
90+
*
91+
* @param string[] $allowedEventTypes
92+
*/
93+
public function setAllowedEventTypes($allowedEventTypes)
94+
{
95+
$this->allowedEventTypes = $allowedEventTypes;
96+
}
97+
/**
98+
* @return string[]
99+
*/
100+
public function getAllowedEventTypes()
101+
{
102+
return $this->allowedEventTypes;
103+
}
82104
/**
83105
* Optional. Auth details for the webhook adapter.
84106
*
@@ -144,7 +166,7 @@ public function getEnrichmentEnabled()
144166
return $this->enrichmentEnabled;
145167
}
146168
/**
147-
* Optional. Ingress endpoint of the event listener. This is used only when
169+
* Output only. Ingress endpoint of the event listener. This is used only when
148170
* private connectivity is enabled.
149171
*
150172
* @param string $eventsListenerIngressEndpoint

src/Integrations/GoogleCloudConnectorsV1TrafficShapingConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class GoogleCloudConnectorsV1TrafficShapingConfig extends \Google\Model
2121
{
2222
/**
23-
* Required. * The duration over which the API call quota limits are
23+
* Required. Specifies the duration over which the API call quota limits are
2424
* calculated. This duration is used to define the time window for evaluating
2525
* if the number of API calls made by a user is within the allowed quota
2626
* limits. For example: - To define a quota sampled over 16 seconds, set
@@ -42,7 +42,7 @@ class GoogleCloudConnectorsV1TrafficShapingConfig extends \Google\Model
4242
public $quotaLimit;
4343

4444
/**
45-
* Required. * The duration over which the API call quota limits are
45+
* Required. Specifies the duration over which the API call quota limits are
4646
* calculated. This duration is used to define the time window for evaluating
4747
* if the number of API calls made by a user is within the allowed quota
4848
* limits. For example: - To define a quota sampled over 16 seconds, set

0 commit comments

Comments
 (0)