proto_docs/google/cloud/channel/v1/common.rb in google-cloud-channel-v1-0.9.3 vs proto_docs/google/cloud/channel/v1/common.rb in google-cloud-channel-v1-0.9.4

- old
+ new

@@ -35,11 +35,11 @@ include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum to specify the institute type. module InstituteType - # Default value. This state doesn't show unless an error occurs. + # Not used. INSTITUTE_TYPE_UNSPECIFIED = 0 # Elementary/Secondary Schools & Districts K12 = 1 @@ -47,11 +47,11 @@ UNIVERSITY = 2 end # Number of students and staff the institute has. module InstituteSize - # Default value. This state doesn't show unless an error occurs. + # Not used. INSTITUTE_SIZE_UNSPECIFIED = 0 # 1 - 100 SIZE_1_100 = 1 @@ -108,10 +108,10 @@ include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # CustomerType of the customer module 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. DOMAIN = 1