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

feat: Change description for GCP ProvisionedService.provisioning_id value feat: Update year from 2021 to 2022 #254

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -158,7 +159,8 @@ public java.lang.String getProvisioningId() {
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -632,7 +634,8 @@ public Builder mergeFrom(
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -655,7 +658,8 @@ public java.lang.String getProvisioningId() {
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -678,7 +682,8 @@ public com.google.protobuf.ByteString getProvisioningIdBytes() {
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -700,7 +705,8 @@ public Builder setProvisioningId(java.lang.String value) {
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -718,7 +724,8 @@ public Builder clearProvisioningId() {
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ public interface ProvisionedServiceOrBuilder
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -41,7 +42,8 @@ public interface ProvisionedServiceOrBuilder
*
* <pre>
* Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
* underlying Subscription ID.
* underlying Subscription ID. For Google Cloud Platform, this would be the
* Billing Account ID of the billing subaccount."
* </pre>
*
* <code>string provisioning_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -154,7 +154,8 @@ message AssociationInfo {
// Service provisioned for an entitlement.
message ProvisionedService {
// Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the
// underlying Subscription ID.
// underlying Subscription ID. For Google Cloud Platform, this would be the
// Billing Account ID of the billing subaccount."
string provisioning_id = 1 [(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The product pertaining to the provisioning resource as specified in the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down