@maxim_mazurok/gapi.client.securesourcemanager-v1 0.21.0 → 0.22.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +19 -19
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -79,7 +79,7 @@ declare namespace gapi.client {
79
79
  minimumApprovalsCount?: number;
80
80
  /** Optional. The minimum number of reviews required for the branch rule to be matched. */
81
81
  minimumReviewsCount?: number;
82
- /** Identifier. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
82
+ /** Optional. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
83
83
  name?: string;
84
84
  /** Optional. Determines if require comments resolved before merging to the branch. */
85
85
  requireCommentsResolved?: boolean;
@@ -210,7 +210,7 @@ declare namespace gapi.client {
210
210
  kmsKey?: string;
211
211
  /** Optional. Labels as key value pairs. Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. For more information, see [Requirements for labels](https://cloud.google.com/resource-manager/docs/best-practices-labels#label_encoding). */
212
212
  labels?: {[P in string]: string};
213
- /** Identifier. A unique identifier for an instance. The name should be of the format: `projects/{project_number}/locations/{location_id}/instances/{instance_id}` `project_number`: Maps to a unique int64 id assigned to each project. `location_id`: Refers to the region where the instance will be deployed. Since Secure Source Manager is a regional service, it must be one of the valid GCP regions. `instance_id`: User provided name for the instance, must be unique for a project_number and location_id combination. */
213
+ /** Optional. A unique identifier for an instance. The name should be of the format: `projects/{project_number}/locations/{location_id}/instances/{instance_id}` `project_number`: Maps to a unique int64 id assigned to each project. `location_id`: Refers to the region where the instance will be deployed. Since Secure Source Manager is a regional service, it must be one of the valid GCP regions. `instance_id`: User provided name for the instance, must be unique for a project_number and location_id combination. */
214
214
  name?: string;
215
215
  /** Optional. Private settings for private instance. */
216
216
  privateConfig?: PrivateConfig;
@@ -406,7 +406,7 @@ declare namespace gapi.client {
406
406
  createTime?: string;
407
407
  /** Immutable. The branch containing the changes to be merged. */
408
408
  head?: Branch;
409
- /** Output only. Identifier. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request_id}` */
409
+ /** Output only. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request_id}` */
410
410
  name?: string;
411
411
  /** Output only. State of the pull request (open, closed or merged). */
412
412
  state?: string;
@@ -444,7 +444,7 @@ declare namespace gapi.client {
444
444
  initialConfig?: InitialConfig;
445
445
  /** Optional. The name of the instance in which the repository is hosted, formatted as `projects/{project_number}/locations/{location_id}/instances/{instance_id}` When creating repository via securesourcemanager.googleapis.com, this field is used as input. When creating repository via *.sourcemanager.dev, this field is output only. */
446
446
  instance?: string;
447
- /** Identifier. A unique identifier for a repository. The name should be of the format: `projects/{project}/locations/{location_id}/repositories/{repository_id}` */
447
+ /** Optional. A unique identifier for a repository. The name should be of the format: `projects/{project}/locations/{location_id}/repositories/{repository_id}` */
448
448
  name?: string;
449
449
  /** Output only. Unique identifier of the repository. */
450
450
  uid?: string;
@@ -693,17 +693,17 @@ declare namespace gapi.client {
693
693
  callback?: string;
694
694
  /** Selector specifying which fields to include in a partial response. */
695
695
  fields?: string;
696
- /** Optional. Filter for filtering results. */
696
+ /** Filter for filtering results. */
697
697
  filter?: string;
698
698
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
699
699
  key?: string;
700
700
  /** OAuth 2.0 token for the current user. */
701
701
  oauth_token?: string;
702
- /** Optional. Hint for how to order the results. */
702
+ /** Hint for how to order the results. */
703
703
  orderBy?: string;
704
- /** Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
704
+ /** Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. */
705
705
  pageSize?: number;
706
- /** Optional. A token identifying a page of results the server should return. */
706
+ /** A token identifying a page of results the server should return. */
707
707
  pageToken?: string;
708
708
  /** Required. Parent value for ListInstancesRequest. */
709
709
  parent: string;
@@ -1084,7 +1084,7 @@ declare namespace gapi.client {
1084
1084
  fields?: string;
1085
1085
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1086
1086
  key?: string;
1087
- /** Identifier. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
1087
+ /** Optional. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
1088
1088
  name: string;
1089
1089
  /** OAuth 2.0 token for the current user. */
1090
1090
  oauth_token?: string;
@@ -1092,7 +1092,7 @@ declare namespace gapi.client {
1092
1092
  prettyPrint?: boolean;
1093
1093
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1094
1094
  quotaUser?: string;
1095
- /** Optional. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1095
+ /** Required. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1096
1096
  updateMask?: string;
1097
1097
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1098
1098
  upload_protocol?: string;
@@ -1117,7 +1117,7 @@ declare namespace gapi.client {
1117
1117
  fields?: string;
1118
1118
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
1119
1119
  key?: string;
1120
- /** Identifier. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
1120
+ /** Optional. A unique identifier for a BranchRule. The name should be of the format: `projects/{project}/locations/{location}/repositories/{repository}/branchRules/{branch_rule}` */
1121
1121
  name: string;
1122
1122
  /** OAuth 2.0 token for the current user. */
1123
1123
  oauth_token?: string;
@@ -1125,7 +1125,7 @@ declare namespace gapi.client {
1125
1125
  prettyPrint?: boolean;
1126
1126
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1127
1127
  quotaUser?: string;
1128
- /** Optional. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1128
+ /** Required. Field mask is used to specify the fields to be overwritten in the branchRule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1129
1129
  updateMask?: string;
1130
1130
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1131
1131
  upload_protocol?: string;
@@ -1307,7 +1307,7 @@ declare namespace gapi.client {
1307
1307
  prettyPrint?: boolean;
1308
1308
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1309
1309
  quotaUser?: string;
1310
- /** Optional. Field mask is used to specify the fields to be overwritten in the hook resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1310
+ /** Required. Field mask is used to specify the fields to be overwritten in the hook resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1311
1311
  updateMask?: string;
1312
1312
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1313
1313
  upload_protocol?: string;
@@ -1338,7 +1338,7 @@ declare namespace gapi.client {
1338
1338
  prettyPrint?: boolean;
1339
1339
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
1340
1340
  quotaUser?: string;
1341
- /** Optional. Field mask is used to specify the fields to be overwritten in the hook resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1341
+ /** Required. Field mask is used to specify the fields to be overwritten in the hook resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. The special value "*" means full replacement. */
1342
1342
  updateMask?: string;
1343
1343
  /** Upload protocol for media (e.g. "raw", "multipart"). */
1344
1344
  upload_protocol?: string;
@@ -2600,7 +2600,7 @@ declare namespace gapi.client {
2600
2600
  fields?: string;
2601
2601
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2602
2602
  key?: string;
2603
- /** Output only. Identifier. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request_id}` */
2603
+ /** Output only. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request_id}` */
2604
2604
  name: string;
2605
2605
  /** OAuth 2.0 token for the current user. */
2606
2606
  oauth_token?: string;
@@ -2631,7 +2631,7 @@ declare namespace gapi.client {
2631
2631
  fields?: string;
2632
2632
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2633
2633
  key?: string;
2634
- /** Output only. Identifier. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request_id}` */
2634
+ /** Output only. A unique identifier for a PullRequest. The number appended at the end is generated by the server. Format: `projects/{project}/locations/{location}/repositories/{repository}/pullRequests/{pull_request_id}` */
2635
2635
  name: string;
2636
2636
  /** OAuth 2.0 token for the current user. */
2637
2637
  oauth_token?: string;
@@ -2884,7 +2884,7 @@ declare namespace gapi.client {
2884
2884
  oauth_token?: string;
2885
2885
  /** Optional. Requested page size. If unspecified, a default size of 30 will be used. The maximum value is 100; values above 100 will be coerced to 100. */
2886
2886
  pageSize?: number;
2887
- /** Optional. A token identifying a page of results the server should return. */
2887
+ /** A token identifying a page of results the server should return. */
2888
2888
  pageToken?: string;
2889
2889
  /** Required. Parent value for ListRepositoriesRequest. */
2890
2890
  parent: string;
@@ -2911,7 +2911,7 @@ declare namespace gapi.client {
2911
2911
  fields?: string;
2912
2912
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2913
2913
  key?: string;
2914
- /** Identifier. A unique identifier for a repository. The name should be of the format: `projects/{project}/locations/{location_id}/repositories/{repository_id}` */
2914
+ /** Optional. A unique identifier for a repository. The name should be of the format: `projects/{project}/locations/{location_id}/repositories/{repository_id}` */
2915
2915
  name: string;
2916
2916
  /** OAuth 2.0 token for the current user. */
2917
2917
  oauth_token?: string;
@@ -2944,7 +2944,7 @@ declare namespace gapi.client {
2944
2944
  fields?: string;
2945
2945
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2946
2946
  key?: string;
2947
- /** Identifier. A unique identifier for a repository. The name should be of the format: `projects/{project}/locations/{location_id}/repositories/{repository_id}` */
2947
+ /** Optional. A unique identifier for a repository. The name should be of the format: `projects/{project}/locations/{location_id}/repositories/{repository_id}` */
2948
2948
  name: string;
2949
2949
  /** OAuth 2.0 token for the current user. */
2950
2950
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.securesourcemanager-v1",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "TypeScript typings for Secure Source Manager API v1",
5
5
  "repository": {
6
6
  "type": "git",