Skip to content

Commit 9fe00a1

Browse files
Google APIscopybara-github
authored andcommitted
feat: Change description for enum default value
PiperOrigin-RevId: 422930709
1 parent 12c0a1f commit 9fe00a1

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

google/cloud/channel/v1/channel_partner_links.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/channel/v1/common.proto";
2223
import "google/protobuf/timestamp.proto";
23-
import "google/api/annotations.proto";
2424

2525
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2626
option java_multiple_files = true;
@@ -43,7 +43,7 @@ enum ChannelPartnerLinkView {
4343

4444
// ChannelPartnerLinkState represents state of a channel partner link.
4545
enum ChannelPartnerLinkState {
46-
// The state is not specified.
46+
// Not used.
4747
CHANNEL_PARTNER_LINK_STATE_UNSPECIFIED = 0;
4848

4949
// An invitation has been sent to the reseller to create a channel partner

google/cloud/channel/v1/common.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/protobuf/any.proto";
21-
import "google/api/annotations.proto";
2222

2323
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2424
option java_multiple_files = true;
@@ -29,7 +29,7 @@ option java_package = "com.google.cloud.channel.v1";
2929
message EduData {
3030
// Enum to specify the institute type.
3131
enum InstituteType {
32-
// Default value. This state doesn't show unless an error occurs.
32+
// Not used.
3333
INSTITUTE_TYPE_UNSPECIFIED = 0;
3434

3535
// Elementary/Secondary Schools & Districts
@@ -41,7 +41,7 @@ message EduData {
4141

4242
// Number of students and staff the institute has.
4343
enum InstituteSize {
44-
// Default value. This state doesn't show unless an error occurs.
44+
// Not used.
4545
INSTITUTE_SIZE_UNSPECIFIED = 0;
4646

4747
// 1 - 100
@@ -80,7 +80,7 @@ message EduData {
8080
message CloudIdentityInfo {
8181
// CustomerType of the customer
8282
enum CustomerType {
83-
// Default value. This state doesn't show unless an error occurs.
83+
// Not used.
8484
CUSTOMER_TYPE_UNSPECIFIED = 0;
8585

8686
// Domain-owning customer which needs domain verification to use services.

google/cloud/channel/v1/customers.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/channel/v1/common.proto";
2223
import "google/protobuf/timestamp.proto";
2324
import "google/type/postal_address.proto";
24-
import "google/api/annotations.proto";
2525

2626
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2727
option java_multiple_files = true;

google/cloud/channel/v1/entitlements.proto

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/channel/v1/common.proto";
2223
import "google/cloud/channel/v1/offers.proto";
2324
import "google/cloud/channel/v1/products.proto";
2425
import "google/protobuf/timestamp.proto";
2526
import "google/protobuf/wrappers.proto";
26-
import "google/api/annotations.proto";
2727

2828
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2929
option java_multiple_files = true;
@@ -39,7 +39,7 @@ message Entitlement {
3939

4040
// Indicates the current provisioning state of the entitlement.
4141
enum ProvisioningState {
42-
// Default value. This state doesn't show unless an error occurs.
42+
// Not used.
4343
PROVISIONING_STATE_UNSPECIFIED = 0;
4444

4545
// The entitlement is currently active.
@@ -51,7 +51,7 @@ message Entitlement {
5151

5252
// Suspension reason for an entitlement if [provisioning_state][google.cloud.channel.v1.Entitlement.provisioning_state] = SUSPENDED.
5353
enum SuspensionReason {
54-
// Default value. This state doesn't show unless an error occurs.
54+
// Not used.
5555
SUSPENSION_REASON_UNSPECIFIED = 0;
5656

5757
// Entitlement was manually suspended by the Reseller.
@@ -226,7 +226,7 @@ message TransferableSku {
226226
message TransferEligibility {
227227
// Reason of ineligibility.
228228
enum Reason {
229-
// Reason is not available.
229+
// Not used.
230230
REASON_UNSPECIFIED = 0;
231231

232232
// Reseller needs to accept TOS before transferring the SKU.

google/cloud/channel/v1/offers.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19+
import "google/api/annotations.proto";
1920
import "google/api/field_behavior.proto";
2021
import "google/api/resource.proto";
2122
import "google/cloud/channel/v1/common.proto";
2223
import "google/cloud/channel/v1/products.proto";
2324
import "google/protobuf/timestamp.proto";
2425
import "google/type/money.proto";
25-
import "google/api/annotations.proto";
2626

2727
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2828
option java_multiple_files = true;

google/cloud/channel/v1/operations.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ option java_package = "com.google.cloud.channel.v1";
2727
message OperationMetadata {
2828
// RPCs that return a Long Running Operation.
2929
enum OperationType {
30-
// Default value. This state doesn't show unless an error occurs.
30+
// Not used.
3131
OPERATION_TYPE_UNSPECIFIED = 0;
3232

3333
// Long Running Operation was triggered by CreateEntitlement.

google/cloud/channel/v1/products.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19-
import "google/api/resource.proto";
2019
import "google/api/annotations.proto";
20+
import "google/api/resource.proto";
2121

2222
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2323
option java_multiple_files = true;

google/cloud/channel/v1/subscriber_event.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ syntax = "proto3";
1616

1717
package google.cloud.channel.v1;
1818

19-
import "google/api/resource.proto";
2019
import "google/api/annotations.proto";
20+
import "google/api/resource.proto";
2121

2222
option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
2323
option java_multiple_files = true;
@@ -28,7 +28,7 @@ option java_package = "com.google.cloud.channel.v1";
2828
message CustomerEvent {
2929
// Type of customer event.
3030
enum Type {
31-
// Default value. This state doesn't show unless an error occurs.
31+
// Not used.
3232
TYPE_UNSPECIFIED = 0;
3333

3434
// Primary domain for customer was changed.
@@ -52,7 +52,7 @@ message CustomerEvent {
5252
message EntitlementEvent {
5353
// Type of entitlement event.
5454
enum Type {
55-
// Default value. This state doesn't show unless an error occurs.
55+
// Not used.
5656
TYPE_UNSPECIFIED = 0;
5757

5858
// A new entitlement was created.

0 commit comments

Comments
 (0)