Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9eb360f

Browse files
feat: Change description for GCP ProvisionedService.provisioning_id value feat: Update year from 2021 to 2022 (#254)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 426206624 Source-Link: googleapis/googleapis@4eca5ca Source-Link: https://github.com/googleapis/googleapis-gen/commit/a33af8c2c0af6bf67829f880fe516d8c288caaf1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTMzYWY4YzJjMGFmNmJmNjc4MjlmODgwZmU1MTZkOGMyODhjYWFmMSJ9
1 parent e7d5cdd commit 9eb360f

File tree

11 files changed

+29
-19
lines changed

11 files changed

+29
-19
lines changed

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ProvisionedService.java

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
134134
*
135135
* <pre>
136136
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
137-
* underlying Subscription ID.
137+
* underlying Subscription ID. For Google Cloud Platform, this would be the
138+
* Billing Account ID of the billing subaccount."
138139
* </pre>
139140
*
140141
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -158,7 +159,8 @@ public java.lang.String getProvisioningId() {
158159
*
159160
* <pre>
160161
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
161-
* underlying Subscription ID.
162+
* underlying Subscription ID. For Google Cloud Platform, this would be the
163+
* Billing Account ID of the billing subaccount."
162164
* </pre>
163165
*
164166
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -632,7 +634,8 @@ public Builder mergeFrom(
632634
*
633635
* <pre>
634636
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
635-
* underlying Subscription ID.
637+
* underlying Subscription ID. For Google Cloud Platform, this would be the
638+
* Billing Account ID of the billing subaccount."
636639
* </pre>
637640
*
638641
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -655,7 +658,8 @@ public java.lang.String getProvisioningId() {
655658
*
656659
* <pre>
657660
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
658-
* underlying Subscription ID.
661+
* underlying Subscription ID. For Google Cloud Platform, this would be the
662+
* Billing Account ID of the billing subaccount."
659663
* </pre>
660664
*
661665
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -678,7 +682,8 @@ public com.google.protobuf.ByteString getProvisioningIdBytes() {
678682
*
679683
* <pre>
680684
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
681-
* underlying Subscription ID.
685+
* underlying Subscription ID. For Google Cloud Platform, this would be the
686+
* Billing Account ID of the billing subaccount."
682687
* </pre>
683688
*
684689
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -700,7 +705,8 @@ public Builder setProvisioningId(java.lang.String value) {
700705
*
701706
* <pre>
702707
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
703-
* underlying Subscription ID.
708+
* underlying Subscription ID. For Google Cloud Platform, this would be the
709+
* Billing Account ID of the billing subaccount."
704710
* </pre>
705711
*
706712
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -718,7 +724,8 @@ public Builder clearProvisioningId() {
718724
*
719725
* <pre>
720726
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
721-
* underlying Subscription ID.
727+
* underlying Subscription ID. For Google Cloud Platform, this would be the
728+
* Billing Account ID of the billing subaccount."
722729
* </pre>
723730
*
724731
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ProvisionedServiceOrBuilder.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ public interface ProvisionedServiceOrBuilder
2828
*
2929
* <pre>
3030
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
31-
* underlying Subscription ID.
31+
* underlying Subscription ID. For Google Cloud Platform, this would be the
32+
* Billing Account ID of the billing subaccount."
3233
* </pre>
3334
*
3435
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -41,7 +42,8 @@ public interface ProvisionedServiceOrBuilder
4142
*
4243
* <pre>
4344
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
44-
* underlying Subscription ID.
45+
* underlying Subscription ID. For Google Cloud Platform, this would be the
46+
* Billing Account ID of the billing subaccount."
4547
* </pre>
4648
*
4749
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/channel_partner_links.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/customers.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/entitlements.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -154,7 +154,8 @@ message AssociationInfo {
154154
// Service provisioned for an entitlement.
155155
message ProvisionedService {
156156
// Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
157-
// underlying Subscription ID.
157+
// underlying Subscription ID. For Google Cloud Platform, this would be the
158+
// Billing Account ID of the billing subaccount."
158159
string provisioning_id = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
159160

160161
// Output only. The product pertaining to the provisioning resource as specified in the

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/offers.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/operations.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/products.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2021 Google LLC
1+
// Copyright 2022 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)