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

Commit

Permalink
feat: Change description for enum default value (#120)
Browse files Browse the repository at this point in the history
* feat: Change description for enum default value

PiperOrigin-RevId: 422930709

Source-Link: googleapis/googleapis@9fe00a1

Source-Link: https://github.com/googleapis/googleapis-gen/commit/bb9cf59fd1e0bfe0913fc0f8c84898b8d34e9d7c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmI5Y2Y1OWZkMWUwYmZlMDkxM2ZjMGY4Yzg0ODk4YjhkMzRlOWQ3YyJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people authored Jan 21, 2022
1 parent 7c5c836 commit 3b23a95
Show file tree
Hide file tree
Showing 11 changed files with 1,359 additions and 1,359 deletions.
4 changes: 2 additions & 2 deletions protos/google/cloud/channel/v1/channel_partner_links.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/cloud/channel/v1/common.proto";
import "google/protobuf/timestamp.proto";
import "google/api/annotations.proto";

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

// ChannelPartnerLinkState represents state of a channel partner link.
enum ChannelPartnerLinkState {
// The state is not specified.
// Not used.
CHANNEL_PARTNER_LINK_STATE_UNSPECIFIED = 0;

// An invitation has been sent to the reseller to create a channel partner
Expand Down
8 changes: 4 additions & 4 deletions protos/google/cloud/channel/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/protobuf/any.proto";
import "google/api/annotations.proto";

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

// Elementary/Secondary Schools & Districts
Expand All @@ -41,7 +41,7 @@ message EduData {

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

// 1 - 100
Expand Down Expand Up @@ -80,7 +80,7 @@ message EduData {
message CloudIdentityInfo {
// CustomerType of the customer
enum CustomerType {
// Default value. This state doesn't show unless an error occurs.
// Not used.
CUSTOMER_TYPE_UNSPECIFIED = 0;

// Domain-owning customer which needs domain verification to use services.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/cloud/channel/v1/customers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/cloud/channel/v1/common.proto";
import "google/protobuf/timestamp.proto";
import "google/type/postal_address.proto";
import "google/api/annotations.proto";

option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
option java_multiple_files = true;
Expand Down
8 changes: 4 additions & 4 deletions protos/google/cloud/channel/v1/entitlements.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/cloud/channel/v1/common.proto";
import "google/cloud/channel/v1/offers.proto";
import "google/cloud/channel/v1/products.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/wrappers.proto";
import "google/api/annotations.proto";

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

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

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

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

// Entitlement was manually suspended by the Reseller.
Expand Down Expand Up @@ -226,7 +226,7 @@ message TransferableSku {
message TransferEligibility {
// Reason of ineligibility.
enum Reason {
// Reason is not available.
// Not used.
REASON_UNSPECIFIED = 0;

// Reseller needs to accept TOS before transferring the SKU.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/cloud/channel/v1/offers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/cloud/channel/v1/common.proto";
import "google/cloud/channel/v1/products.proto";
import "google/protobuf/timestamp.proto";
import "google/type/money.proto";
import "google/api/annotations.proto";

option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
option java_multiple_files = true;
Expand Down
2 changes: 1 addition & 1 deletion protos/google/cloud/channel/v1/operations.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ option java_package = "com.google.cloud.channel.v1";
message OperationMetadata {
// RPCs that return a Long Running Operation.
enum OperationType {
// Default value. This state doesn't show unless an error occurs.
// Not used.
OPERATION_TYPE_UNSPECIFIED = 0;

// Long Running Operation was triggered by CreateEntitlement.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/cloud/channel/v1/products.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/resource.proto";
import "google/api/annotations.proto";
import "google/api/resource.proto";

option go_package = "google.golang.org/genproto/googleapis/cloud/channel/v1;channel";
option java_multiple_files = true;
Expand Down
6 changes: 3 additions & 3 deletions protos/google/cloud/channel/v1/subscriber_event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ syntax = "proto3";

package google.cloud.channel.v1;

import "google/api/resource.proto";
import "google/api/annotations.proto";
import "google/api/resource.proto";

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

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

// A new entitlement was created.
Expand Down
Loading

0 comments on commit 3b23a95

Please sign in to comment.