Skip to content

Commit b1d32e4

Browse files
1 parent be6f096 commit b1d32e4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

src/DeveloperConnect/GitHubConfig.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ class GitHubConfig extends \Google\Model
3535
* The Gemini Code Assist Application.
3636
*/
3737
public const GITHUB_APP_GEMINI_CODE_ASSIST = 'GEMINI_CODE_ASSIST';
38+
/**
39+
* The Dataform GitHub Application.
40+
*/
41+
public const GITHUB_APP_DATAFORM = 'DATAFORM';
3842
/**
3943
* Optional. GitHub App installation id.
4044
*
@@ -97,7 +101,7 @@ public function getAuthorizerCredential()
97101
* GitHub user or organization.
98102
*
99103
* Accepted values: GIT_HUB_APP_UNSPECIFIED, DEVELOPER_CONNECT, FIREBASE,
100-
* GEMINI_CODE_ASSIST
104+
* GEMINI_CODE_ASSIST, DATAFORM
101105
*
102106
* @param self::GITHUB_APP_* $githubApp
103107
*/

src/DeveloperConnect/SecureSourceManagerInstanceConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
class SecureSourceManagerInstanceConfig extends \Google\Model
2121
{
2222
/**
23-
* Required. Immutable. SSM instance resource, formatted as
23+
* Required. Immutable. Secure Source Manager instance resource, formatted as
2424
* `projects/locations/instances`
2525
*
2626
* @var string
2727
*/
2828
public $instance;
2929

3030
/**
31-
* Required. Immutable. SSM instance resource, formatted as
31+
* Required. Immutable. Secure Source Manager instance resource, formatted as
3232
* `projects/locations/instances`
3333
*
3434
* @param string $instance

0 commit comments

Comments
 (0)