...

Source file src/google.golang.org/genproto/googleapis/ccc/hosted/marketplace/v2/resources.pb.go

Documentation: google.golang.org/genproto/googleapis/ccc/hosted/marketplace/v2

     1  // Copyright 2024 Google LLC
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // Code generated by protoc-gen-go. DO NOT EDIT.
    16  // versions:
    17  // 	protoc-gen-go v1.26.0
    18  // 	protoc        v4.24.4
    19  // source: google/apps/market/v2/resources.proto
    20  
    21  package marketplace
    22  
    23  import (
    24  	reflect "reflect"
    25  	sync "sync"
    26  
    27  	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
    28  	protoimpl "google.golang.org/protobuf/runtime/protoimpl"
    29  )
    30  
    31  const (
    32  	// Verify that this generated code is sufficiently up-to-date.
    33  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    34  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    35  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    36  )
    37  
    38  type CustomerLicense struct {
    39  	state         protoimpl.MessageState
    40  	sizeCache     protoimpl.SizeCache
    41  	unknownFields protoimpl.UnknownFields
    42  
    43  	// The type of API resource. This is always appsmarket#customerLicense.
    44  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
    45  	// The customer's license status. One of:
    46  	//
    47  	// - `ACTIVE`: The customer has a valid license.
    48  	// - `UNLICENSED`: There is no license: either this customer has never
    49  	// installed your application, or else has deleted it.
    50  	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
    51  	// The ID of the application corresponding to this license query.
    52  	ApplicationId string `protobuf:"bytes,3,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
    53  	// (Deprecated)
    54  	//
    55  	// Deprecated: Do not use.
    56  	Editions []*CustomerLicense_Editions `protobuf:"bytes,4,rep,name=editions,proto3" json:"editions,omitempty"`
    57  	// The ID of the customer license.
    58  	Id string `protobuf:"bytes,101,opt,name=id,proto3" json:"id,omitempty"`
    59  	// The domain name of the customer.
    60  	CustomerId string `protobuf:"bytes,102,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
    61  }
    62  
    63  func (x *CustomerLicense) Reset() {
    64  	*x = CustomerLicense{}
    65  	if protoimpl.UnsafeEnabled {
    66  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[0]
    67  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    68  		ms.StoreMessageInfo(mi)
    69  	}
    70  }
    71  
    72  func (x *CustomerLicense) String() string {
    73  	return protoimpl.X.MessageStringOf(x)
    74  }
    75  
    76  func (*CustomerLicense) ProtoMessage() {}
    77  
    78  func (x *CustomerLicense) ProtoReflect() protoreflect.Message {
    79  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[0]
    80  	if protoimpl.UnsafeEnabled && x != nil {
    81  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
    82  		if ms.LoadMessageInfo() == nil {
    83  			ms.StoreMessageInfo(mi)
    84  		}
    85  		return ms
    86  	}
    87  	return mi.MessageOf(x)
    88  }
    89  
    90  // Deprecated: Use CustomerLicense.ProtoReflect.Descriptor instead.
    91  func (*CustomerLicense) Descriptor() ([]byte, []int) {
    92  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{0}
    93  }
    94  
    95  func (x *CustomerLicense) GetKind() string {
    96  	if x != nil {
    97  		return x.Kind
    98  	}
    99  	return ""
   100  }
   101  
   102  func (x *CustomerLicense) GetState() string {
   103  	if x != nil {
   104  		return x.State
   105  	}
   106  	return ""
   107  }
   108  
   109  func (x *CustomerLicense) GetApplicationId() string {
   110  	if x != nil {
   111  		return x.ApplicationId
   112  	}
   113  	return ""
   114  }
   115  
   116  // Deprecated: Do not use.
   117  func (x *CustomerLicense) GetEditions() []*CustomerLicense_Editions {
   118  	if x != nil {
   119  		return x.Editions
   120  	}
   121  	return nil
   122  }
   123  
   124  func (x *CustomerLicense) GetId() string {
   125  	if x != nil {
   126  		return x.Id
   127  	}
   128  	return ""
   129  }
   130  
   131  func (x *CustomerLicense) GetCustomerId() string {
   132  	if x != nil {
   133  		return x.CustomerId
   134  	}
   135  	return ""
   136  }
   137  
   138  type LicenseNotification struct {
   139  	state         protoimpl.MessageState
   140  	sizeCache     protoimpl.SizeCache
   141  	unknownFields protoimpl.UnknownFields
   142  
   143  	// The ID of the license notification.
   144  	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
   145  	// The ID of the application according to this notification.
   146  	ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
   147  	// The time the event occurred, measuring in milliseconds since the UNIX
   148  	// epoch.
   149  	Timestamp int64 `protobuf:"varint,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
   150  	// The domain name of the customer corresponding to this notification.
   151  	CustomerId string `protobuf:"bytes,4,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
   152  	// The type of API resource. This is always appsmarket#licenseNotification.
   153  	Kind string `protobuf:"bytes,5,opt,name=kind,proto3" json:"kind,omitempty"`
   154  	// The list of provisioning notifications.
   155  	Provisions []*LicenseNotification_Provisions `protobuf:"bytes,6,rep,name=provisions,proto3" json:"provisions,omitempty"`
   156  	// The list of expiry notifications.
   157  	Expiries []*LicenseNotification_Expiries `protobuf:"bytes,7,rep,name=expiries,proto3" json:"expiries,omitempty"`
   158  	// The list of reassignment notifications.
   159  	Reassignments []*LicenseNotification_Reassignments `protobuf:"bytes,8,rep,name=reassignments,proto3" json:"reassignments,omitempty"`
   160  	// The list of deletion notifications.
   161  	Deletes []*LicenseNotification_Deletes `protobuf:"bytes,9,rep,name=deletes,proto3" json:"deletes,omitempty"`
   162  }
   163  
   164  func (x *LicenseNotification) Reset() {
   165  	*x = LicenseNotification{}
   166  	if protoimpl.UnsafeEnabled {
   167  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[1]
   168  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   169  		ms.StoreMessageInfo(mi)
   170  	}
   171  }
   172  
   173  func (x *LicenseNotification) String() string {
   174  	return protoimpl.X.MessageStringOf(x)
   175  }
   176  
   177  func (*LicenseNotification) ProtoMessage() {}
   178  
   179  func (x *LicenseNotification) ProtoReflect() protoreflect.Message {
   180  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[1]
   181  	if protoimpl.UnsafeEnabled && x != nil {
   182  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   183  		if ms.LoadMessageInfo() == nil {
   184  			ms.StoreMessageInfo(mi)
   185  		}
   186  		return ms
   187  	}
   188  	return mi.MessageOf(x)
   189  }
   190  
   191  // Deprecated: Use LicenseNotification.ProtoReflect.Descriptor instead.
   192  func (*LicenseNotification) Descriptor() ([]byte, []int) {
   193  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1}
   194  }
   195  
   196  func (x *LicenseNotification) GetId() string {
   197  	if x != nil {
   198  		return x.Id
   199  	}
   200  	return ""
   201  }
   202  
   203  func (x *LicenseNotification) GetApplicationId() string {
   204  	if x != nil {
   205  		return x.ApplicationId
   206  	}
   207  	return ""
   208  }
   209  
   210  func (x *LicenseNotification) GetTimestamp() int64 {
   211  	if x != nil {
   212  		return x.Timestamp
   213  	}
   214  	return 0
   215  }
   216  
   217  func (x *LicenseNotification) GetCustomerId() string {
   218  	if x != nil {
   219  		return x.CustomerId
   220  	}
   221  	return ""
   222  }
   223  
   224  func (x *LicenseNotification) GetKind() string {
   225  	if x != nil {
   226  		return x.Kind
   227  	}
   228  	return ""
   229  }
   230  
   231  func (x *LicenseNotification) GetProvisions() []*LicenseNotification_Provisions {
   232  	if x != nil {
   233  		return x.Provisions
   234  	}
   235  	return nil
   236  }
   237  
   238  func (x *LicenseNotification) GetExpiries() []*LicenseNotification_Expiries {
   239  	if x != nil {
   240  		return x.Expiries
   241  	}
   242  	return nil
   243  }
   244  
   245  func (x *LicenseNotification) GetReassignments() []*LicenseNotification_Reassignments {
   246  	if x != nil {
   247  		return x.Reassignments
   248  	}
   249  	return nil
   250  }
   251  
   252  func (x *LicenseNotification) GetDeletes() []*LicenseNotification_Deletes {
   253  	if x != nil {
   254  		return x.Deletes
   255  	}
   256  	return nil
   257  }
   258  
   259  type LicenseNotificationList struct {
   260  	state         protoimpl.MessageState
   261  	sizeCache     protoimpl.SizeCache
   262  	unknownFields protoimpl.UnknownFields
   263  
   264  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
   265  	// The list of notifications. One or more of:
   266  	//
   267  	// - `provisions`: A new license of the application has been provisioned.
   268  	// - `expiries`: A license of the application has expired.
   269  	// - `deletions`: An application has been deleted from a domain.
   270  	// - `reassignments`: An administrator has assigned or revoked a seat license
   271  	// for the application on the provided domain.
   272  	Notifications []*LicenseNotification `protobuf:"bytes,1007,rep,name=notifications,proto3" json:"notifications,omitempty"`
   273  	// The token used to continue querying for notifications after the final
   274  	// notification in the current result set.
   275  	NextPageToken string `protobuf:"bytes,100602,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
   276  }
   277  
   278  func (x *LicenseNotificationList) Reset() {
   279  	*x = LicenseNotificationList{}
   280  	if protoimpl.UnsafeEnabled {
   281  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[2]
   282  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   283  		ms.StoreMessageInfo(mi)
   284  	}
   285  }
   286  
   287  func (x *LicenseNotificationList) String() string {
   288  	return protoimpl.X.MessageStringOf(x)
   289  }
   290  
   291  func (*LicenseNotificationList) ProtoMessage() {}
   292  
   293  func (x *LicenseNotificationList) ProtoReflect() protoreflect.Message {
   294  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[2]
   295  	if protoimpl.UnsafeEnabled && x != nil {
   296  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   297  		if ms.LoadMessageInfo() == nil {
   298  			ms.StoreMessageInfo(mi)
   299  		}
   300  		return ms
   301  	}
   302  	return mi.MessageOf(x)
   303  }
   304  
   305  // Deprecated: Use LicenseNotificationList.ProtoReflect.Descriptor instead.
   306  func (*LicenseNotificationList) Descriptor() ([]byte, []int) {
   307  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{2}
   308  }
   309  
   310  func (x *LicenseNotificationList) GetKind() string {
   311  	if x != nil {
   312  		return x.Kind
   313  	}
   314  	return ""
   315  }
   316  
   317  func (x *LicenseNotificationList) GetNotifications() []*LicenseNotification {
   318  	if x != nil {
   319  		return x.Notifications
   320  	}
   321  	return nil
   322  }
   323  
   324  func (x *LicenseNotificationList) GetNextPageToken() string {
   325  	if x != nil {
   326  		return x.NextPageToken
   327  	}
   328  	return ""
   329  }
   330  
   331  type UserLicense struct {
   332  	state         protoimpl.MessageState
   333  	sizeCache     protoimpl.SizeCache
   334  	unknownFields protoimpl.UnknownFields
   335  
   336  	// The type of API resource. This is always appsmarket#userLicense.
   337  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
   338  	// The domain administrator has activated the application for this domain.
   339  	Enabled bool `protobuf:"varint,2,opt,name=enabled,proto3" json:"enabled,omitempty"`
   340  	// The user's licensing status. One of:
   341  	//
   342  	// - `ACTIVE`: The user has a valid license and should be permitted to use the
   343  	// application.
   344  	// - `UNLICENSED`: The administrator of this user's domain never assigned a
   345  	// seat for the application to this user.
   346  	// - `EXPIRED`: The administrator assigned a seat to this user, but the
   347  	// license is expired.
   348  	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
   349  	// (Deprecated)
   350  	//
   351  	// Deprecated: Do not use.
   352  	EditionId string `protobuf:"bytes,4,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
   353  	// The domain name of the user.
   354  	CustomerId string `protobuf:"bytes,5,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
   355  	// The ID of the application corresponding to the license query.
   356  	ApplicationId string `protobuf:"bytes,6,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"`
   357  	// The ID of user license.
   358  	Id string `protobuf:"bytes,101,opt,name=id,proto3" json:"id,omitempty"`
   359  	// The email address of the user.
   360  	UserId string `protobuf:"bytes,102,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
   361  }
   362  
   363  func (x *UserLicense) Reset() {
   364  	*x = UserLicense{}
   365  	if protoimpl.UnsafeEnabled {
   366  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[3]
   367  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   368  		ms.StoreMessageInfo(mi)
   369  	}
   370  }
   371  
   372  func (x *UserLicense) String() string {
   373  	return protoimpl.X.MessageStringOf(x)
   374  }
   375  
   376  func (*UserLicense) ProtoMessage() {}
   377  
   378  func (x *UserLicense) ProtoReflect() protoreflect.Message {
   379  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[3]
   380  	if protoimpl.UnsafeEnabled && x != nil {
   381  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   382  		if ms.LoadMessageInfo() == nil {
   383  			ms.StoreMessageInfo(mi)
   384  		}
   385  		return ms
   386  	}
   387  	return mi.MessageOf(x)
   388  }
   389  
   390  // Deprecated: Use UserLicense.ProtoReflect.Descriptor instead.
   391  func (*UserLicense) Descriptor() ([]byte, []int) {
   392  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{3}
   393  }
   394  
   395  func (x *UserLicense) GetKind() string {
   396  	if x != nil {
   397  		return x.Kind
   398  	}
   399  	return ""
   400  }
   401  
   402  func (x *UserLicense) GetEnabled() bool {
   403  	if x != nil {
   404  		return x.Enabled
   405  	}
   406  	return false
   407  }
   408  
   409  func (x *UserLicense) GetState() string {
   410  	if x != nil {
   411  		return x.State
   412  	}
   413  	return ""
   414  }
   415  
   416  // Deprecated: Do not use.
   417  func (x *UserLicense) GetEditionId() string {
   418  	if x != nil {
   419  		return x.EditionId
   420  	}
   421  	return ""
   422  }
   423  
   424  func (x *UserLicense) GetCustomerId() string {
   425  	if x != nil {
   426  		return x.CustomerId
   427  	}
   428  	return ""
   429  }
   430  
   431  func (x *UserLicense) GetApplicationId() string {
   432  	if x != nil {
   433  		return x.ApplicationId
   434  	}
   435  	return ""
   436  }
   437  
   438  func (x *UserLicense) GetId() string {
   439  	if x != nil {
   440  		return x.Id
   441  	}
   442  	return ""
   443  }
   444  
   445  func (x *UserLicense) GetUserId() string {
   446  	if x != nil {
   447  		return x.UserId
   448  	}
   449  	return ""
   450  }
   451  
   452  type CustomerLicense_Editions struct {
   453  	state         protoimpl.MessageState
   454  	sizeCache     protoimpl.SizeCache
   455  	unknownFields protoimpl.UnknownFields
   456  
   457  	// (Deprecated)
   458  	//
   459  	// Deprecated: Do not use.
   460  	EditionId string `protobuf:"bytes,405,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
   461  	// (Deprecated)
   462  	//
   463  	// Deprecated: Do not use.
   464  	SeatCount int32 `protobuf:"varint,406,opt,name=seat_count,json=seatCount,proto3" json:"seat_count,omitempty"`
   465  	// (Deprecated)
   466  	//
   467  	// Deprecated: Do not use.
   468  	AssignedSeats int32 `protobuf:"varint,409,opt,name=assigned_seats,json=assignedSeats,proto3" json:"assigned_seats,omitempty"`
   469  }
   470  
   471  func (x *CustomerLicense_Editions) Reset() {
   472  	*x = CustomerLicense_Editions{}
   473  	if protoimpl.UnsafeEnabled {
   474  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[4]
   475  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   476  		ms.StoreMessageInfo(mi)
   477  	}
   478  }
   479  
   480  func (x *CustomerLicense_Editions) String() string {
   481  	return protoimpl.X.MessageStringOf(x)
   482  }
   483  
   484  func (*CustomerLicense_Editions) ProtoMessage() {}
   485  
   486  func (x *CustomerLicense_Editions) ProtoReflect() protoreflect.Message {
   487  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[4]
   488  	if protoimpl.UnsafeEnabled && x != nil {
   489  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   490  		if ms.LoadMessageInfo() == nil {
   491  			ms.StoreMessageInfo(mi)
   492  		}
   493  		return ms
   494  	}
   495  	return mi.MessageOf(x)
   496  }
   497  
   498  // Deprecated: Use CustomerLicense_Editions.ProtoReflect.Descriptor instead.
   499  func (*CustomerLicense_Editions) Descriptor() ([]byte, []int) {
   500  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{0, 0}
   501  }
   502  
   503  // Deprecated: Do not use.
   504  func (x *CustomerLicense_Editions) GetEditionId() string {
   505  	if x != nil {
   506  		return x.EditionId
   507  	}
   508  	return ""
   509  }
   510  
   511  // Deprecated: Do not use.
   512  func (x *CustomerLicense_Editions) GetSeatCount() int32 {
   513  	if x != nil {
   514  		return x.SeatCount
   515  	}
   516  	return 0
   517  }
   518  
   519  // Deprecated: Do not use.
   520  func (x *CustomerLicense_Editions) GetAssignedSeats() int32 {
   521  	if x != nil {
   522  		return x.AssignedSeats
   523  	}
   524  	return 0
   525  }
   526  
   527  type LicenseNotification_Deletes struct {
   528  	state         protoimpl.MessageState
   529  	sizeCache     protoimpl.SizeCache
   530  	unknownFields protoimpl.UnknownFields
   531  
   532  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
   533  	// (Deprecated)
   534  	//
   535  	// Deprecated: Do not use.
   536  	EditionId string `protobuf:"bytes,901,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
   537  }
   538  
   539  func (x *LicenseNotification_Deletes) Reset() {
   540  	*x = LicenseNotification_Deletes{}
   541  	if protoimpl.UnsafeEnabled {
   542  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[5]
   543  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   544  		ms.StoreMessageInfo(mi)
   545  	}
   546  }
   547  
   548  func (x *LicenseNotification_Deletes) String() string {
   549  	return protoimpl.X.MessageStringOf(x)
   550  }
   551  
   552  func (*LicenseNotification_Deletes) ProtoMessage() {}
   553  
   554  func (x *LicenseNotification_Deletes) ProtoReflect() protoreflect.Message {
   555  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[5]
   556  	if protoimpl.UnsafeEnabled && x != nil {
   557  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   558  		if ms.LoadMessageInfo() == nil {
   559  			ms.StoreMessageInfo(mi)
   560  		}
   561  		return ms
   562  	}
   563  	return mi.MessageOf(x)
   564  }
   565  
   566  // Deprecated: Use LicenseNotification_Deletes.ProtoReflect.Descriptor instead.
   567  func (*LicenseNotification_Deletes) Descriptor() ([]byte, []int) {
   568  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 0}
   569  }
   570  
   571  func (x *LicenseNotification_Deletes) GetKind() string {
   572  	if x != nil {
   573  		return x.Kind
   574  	}
   575  	return ""
   576  }
   577  
   578  // Deprecated: Do not use.
   579  func (x *LicenseNotification_Deletes) GetEditionId() string {
   580  	if x != nil {
   581  		return x.EditionId
   582  	}
   583  	return ""
   584  }
   585  
   586  type LicenseNotification_Expiries struct {
   587  	state         protoimpl.MessageState
   588  	sizeCache     protoimpl.SizeCache
   589  	unknownFields protoimpl.UnknownFields
   590  
   591  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
   592  	// (Deprecated)
   593  	//
   594  	// Deprecated: Do not use.
   595  	EditionId string `protobuf:"bytes,701,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
   596  }
   597  
   598  func (x *LicenseNotification_Expiries) Reset() {
   599  	*x = LicenseNotification_Expiries{}
   600  	if protoimpl.UnsafeEnabled {
   601  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[6]
   602  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   603  		ms.StoreMessageInfo(mi)
   604  	}
   605  }
   606  
   607  func (x *LicenseNotification_Expiries) String() string {
   608  	return protoimpl.X.MessageStringOf(x)
   609  }
   610  
   611  func (*LicenseNotification_Expiries) ProtoMessage() {}
   612  
   613  func (x *LicenseNotification_Expiries) ProtoReflect() protoreflect.Message {
   614  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[6]
   615  	if protoimpl.UnsafeEnabled && x != nil {
   616  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   617  		if ms.LoadMessageInfo() == nil {
   618  			ms.StoreMessageInfo(mi)
   619  		}
   620  		return ms
   621  	}
   622  	return mi.MessageOf(x)
   623  }
   624  
   625  // Deprecated: Use LicenseNotification_Expiries.ProtoReflect.Descriptor instead.
   626  func (*LicenseNotification_Expiries) Descriptor() ([]byte, []int) {
   627  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 1}
   628  }
   629  
   630  func (x *LicenseNotification_Expiries) GetKind() string {
   631  	if x != nil {
   632  		return x.Kind
   633  	}
   634  	return ""
   635  }
   636  
   637  // Deprecated: Do not use.
   638  func (x *LicenseNotification_Expiries) GetEditionId() string {
   639  	if x != nil {
   640  		return x.EditionId
   641  	}
   642  	return ""
   643  }
   644  
   645  type LicenseNotification_Provisions struct {
   646  	state         protoimpl.MessageState
   647  	sizeCache     protoimpl.SizeCache
   648  	unknownFields protoimpl.UnknownFields
   649  
   650  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
   651  	// (Deprecated)
   652  	//
   653  	// Deprecated: Do not use.
   654  	EditionId string `protobuf:"bytes,601,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
   655  	// The number of seats that were provisioned.
   656  	SeatCount int64 `protobuf:"varint,602,opt,name=seat_count,json=seatCount,proto3" json:"seat_count,omitempty"`
   657  }
   658  
   659  func (x *LicenseNotification_Provisions) Reset() {
   660  	*x = LicenseNotification_Provisions{}
   661  	if protoimpl.UnsafeEnabled {
   662  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[7]
   663  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   664  		ms.StoreMessageInfo(mi)
   665  	}
   666  }
   667  
   668  func (x *LicenseNotification_Provisions) String() string {
   669  	return protoimpl.X.MessageStringOf(x)
   670  }
   671  
   672  func (*LicenseNotification_Provisions) ProtoMessage() {}
   673  
   674  func (x *LicenseNotification_Provisions) ProtoReflect() protoreflect.Message {
   675  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[7]
   676  	if protoimpl.UnsafeEnabled && x != nil {
   677  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   678  		if ms.LoadMessageInfo() == nil {
   679  			ms.StoreMessageInfo(mi)
   680  		}
   681  		return ms
   682  	}
   683  	return mi.MessageOf(x)
   684  }
   685  
   686  // Deprecated: Use LicenseNotification_Provisions.ProtoReflect.Descriptor instead.
   687  func (*LicenseNotification_Provisions) Descriptor() ([]byte, []int) {
   688  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 2}
   689  }
   690  
   691  func (x *LicenseNotification_Provisions) GetKind() string {
   692  	if x != nil {
   693  		return x.Kind
   694  	}
   695  	return ""
   696  }
   697  
   698  // Deprecated: Do not use.
   699  func (x *LicenseNotification_Provisions) GetEditionId() string {
   700  	if x != nil {
   701  		return x.EditionId
   702  	}
   703  	return ""
   704  }
   705  
   706  func (x *LicenseNotification_Provisions) GetSeatCount() int64 {
   707  	if x != nil {
   708  		return x.SeatCount
   709  	}
   710  	return 0
   711  }
   712  
   713  type LicenseNotification_Reassignments struct {
   714  	state         protoimpl.MessageState
   715  	sizeCache     protoimpl.SizeCache
   716  	unknownFields protoimpl.UnknownFields
   717  
   718  	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
   719  	// The email address of the reassigned user.
   720  	UserId string `protobuf:"bytes,801,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
   721  	Type   string `protobuf:"bytes,802,opt,name=type,proto3" json:"type,omitempty"`
   722  	// (Deprecated)
   723  	//
   724  	// Deprecated: Do not use.
   725  	EditionId string `protobuf:"bytes,803,opt,name=edition_id,json=editionId,proto3" json:"edition_id,omitempty"`
   726  }
   727  
   728  func (x *LicenseNotification_Reassignments) Reset() {
   729  	*x = LicenseNotification_Reassignments{}
   730  	if protoimpl.UnsafeEnabled {
   731  		mi := &file_google_apps_market_v2_resources_proto_msgTypes[8]
   732  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   733  		ms.StoreMessageInfo(mi)
   734  	}
   735  }
   736  
   737  func (x *LicenseNotification_Reassignments) String() string {
   738  	return protoimpl.X.MessageStringOf(x)
   739  }
   740  
   741  func (*LicenseNotification_Reassignments) ProtoMessage() {}
   742  
   743  func (x *LicenseNotification_Reassignments) ProtoReflect() protoreflect.Message {
   744  	mi := &file_google_apps_market_v2_resources_proto_msgTypes[8]
   745  	if protoimpl.UnsafeEnabled && x != nil {
   746  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
   747  		if ms.LoadMessageInfo() == nil {
   748  			ms.StoreMessageInfo(mi)
   749  		}
   750  		return ms
   751  	}
   752  	return mi.MessageOf(x)
   753  }
   754  
   755  // Deprecated: Use LicenseNotification_Reassignments.ProtoReflect.Descriptor instead.
   756  func (*LicenseNotification_Reassignments) Descriptor() ([]byte, []int) {
   757  	return file_google_apps_market_v2_resources_proto_rawDescGZIP(), []int{1, 3}
   758  }
   759  
   760  func (x *LicenseNotification_Reassignments) GetKind() string {
   761  	if x != nil {
   762  		return x.Kind
   763  	}
   764  	return ""
   765  }
   766  
   767  func (x *LicenseNotification_Reassignments) GetUserId() string {
   768  	if x != nil {
   769  		return x.UserId
   770  	}
   771  	return ""
   772  }
   773  
   774  func (x *LicenseNotification_Reassignments) GetType() string {
   775  	if x != nil {
   776  		return x.Type
   777  	}
   778  	return ""
   779  }
   780  
   781  // Deprecated: Do not use.
   782  func (x *LicenseNotification_Reassignments) GetEditionId() string {
   783  	if x != nil {
   784  		return x.EditionId
   785  	}
   786  	return ""
   787  }
   788  
   789  var File_google_apps_market_v2_resources_proto protoreflect.FileDescriptor
   790  
   791  var file_google_apps_market_v2_resources_proto_rawDesc = []byte{
   792  	0x0a, 0x25, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x70, 0x73, 0x2f, 0x6d, 0x61,
   793  	0x72, 0x6b, 0x65, 0x74, 0x2f, 0x76, 0x32, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
   794  	0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x19, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73,
   795  	0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e,
   796  	0x76, 0x32, 0x22, 0xe8, 0x02, 0x0a, 0x0f, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4c,
   797  	0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01,
   798  	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74,
   799  	0x61, 0x74, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65,
   800  	0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
   801  	0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63,
   802  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x53, 0x0a, 0x08, 0x65, 0x64, 0x69, 0x74, 0x69,
   803  	0x6f, 0x6e, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x63, 0x63, 0x63, 0x2e,
   804  	0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61,
   805  	0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x4c, 0x69,
   806  	0x63, 0x65, 0x6e, 0x73, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x02,
   807  	0x18, 0x01, 0x52, 0x08, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x0e, 0x0a, 0x02,
   808  	0x69, 0x64, 0x18, 0x65, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1f, 0x0a, 0x0b,
   809  	0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x66, 0x20, 0x01, 0x28,
   810  	0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x1a, 0x7e, 0x0a,
   811  	0x08, 0x45, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69,
   812  	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x95, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02,
   813  	0x18, 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x22, 0x0a,
   814  	0x0a, 0x73, 0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x96, 0x03, 0x20, 0x01,
   815  	0x28, 0x05, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x73, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75, 0x6e,
   816  	0x74, 0x12, 0x2a, 0x0a, 0x0e, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x5f, 0x73, 0x65,
   817  	0x61, 0x74, 0x73, 0x18, 0x99, 0x03, 0x20, 0x01, 0x28, 0x05, 0x42, 0x02, 0x18, 0x01, 0x52, 0x0d,
   818  	0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x65, 0x64, 0x53, 0x65, 0x61, 0x74, 0x73, 0x22, 0xea, 0x06,
   819  	0x0a, 0x13, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63,
   820  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
   821  	0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61,
   822  	0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61,
   823  	0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09,
   824  	0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52,
   825  	0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x75,
   826  	0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52,
   827  	0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6b,
   828  	0x69, 0x6e, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12,
   829  	0x59, 0x0a, 0x0a, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x06, 0x20,
   830  	0x03, 0x28, 0x0b, 0x32, 0x39, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64,
   831  	0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e,
   832  	0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74,
   833  	0x69, 0x6f, 0x6e, 0x2e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x0a,
   834  	0x70, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x53, 0x0a, 0x08, 0x65, 0x78,
   835  	0x70, 0x69, 0x72, 0x69, 0x65, 0x73, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x37, 0x2e, 0x63,
   836  	0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74,
   837  	0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65,
   838  	0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x45, 0x78, 0x70,
   839  	0x69, 0x72, 0x69, 0x65, 0x73, 0x52, 0x08, 0x65, 0x78, 0x70, 0x69, 0x72, 0x69, 0x65, 0x73, 0x12,
   840  	0x62, 0x0a, 0x0d, 0x72, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x73,
   841  	0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x3c, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73,
   842  	0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e,
   843  	0x76, 0x32, 0x2e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69,
   844  	0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x52, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d,
   845  	0x65, 0x6e, 0x74, 0x73, 0x52, 0x0d, 0x72, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65,
   846  	0x6e, 0x74, 0x73, 0x12, 0x50, 0x0a, 0x07, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x18, 0x09,
   847  	0x20, 0x03, 0x28, 0x0b, 0x32, 0x36, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65,
   848  	0x64, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32,
   849  	0x2e, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61,
   850  	0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73, 0x52, 0x07, 0x64, 0x65,
   851  	0x6c, 0x65, 0x74, 0x65, 0x73, 0x1a, 0x41, 0x0a, 0x07, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x73,
   852  	0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04,
   853  	0x6b, 0x69, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
   854  	0x69, 0x64, 0x18, 0x85, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65,
   855  	0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x1a, 0x42, 0x0a, 0x08, 0x45, 0x78, 0x70, 0x69,
   856  	0x72, 0x69, 0x65, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01,
   857  	0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74,
   858  	0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0xbd, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18,
   859  	0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x1a, 0x64, 0x0a, 0x0a,
   860  	0x50, 0x72, 0x6f, 0x76, 0x69, 0x73, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69,
   861  	0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x22,
   862  	0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0xd9, 0x04, 0x20,
   863  	0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
   864  	0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x65, 0x61, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
   865  	0x18, 0xda, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x73, 0x65, 0x61, 0x74, 0x43, 0x6f, 0x75,
   866  	0x6e, 0x74, 0x1a, 0x76, 0x0a, 0x0d, 0x52, 0x65, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65,
   867  	0x6e, 0x74, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
   868  	0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f,
   869  	0x69, 0x64, 0x18, 0xa1, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49,
   870  	0x64, 0x12, 0x13, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0xa2, 0x06, 0x20, 0x01, 0x28, 0x09,
   871  	0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x22, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f,
   872  	0x6e, 0x5f, 0x69, 0x64, 0x18, 0xa3, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52,
   873  	0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x22, 0xae, 0x01, 0x0a, 0x17, 0x4c,
   874  	0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
   875  	0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x01,
   876  	0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x55, 0x0a, 0x0d, 0x6e, 0x6f,
   877  	0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0xef, 0x07, 0x20, 0x03,
   878  	0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e,
   879  	0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x2e, 0x4c,
   880  	0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x4e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69,
   881  	0x6f, 0x6e, 0x52, 0x0d, 0x6e, 0x6f, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   882  	0x73, 0x12, 0x28, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74,
   883  	0x6f, 0x6b, 0x65, 0x6e, 0x18, 0xfa, 0x91, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65,
   884  	0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xe5, 0x01, 0x0a, 0x0b,
   885  	0x55, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x63, 0x65, 0x6e, 0x73, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b,
   886  	0x69, 0x6e, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12,
   887  	0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08,
   888  	0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x73, 0x74, 0x61,
   889  	0x74, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12,
   890  	0x21, 0x0a, 0x0a, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20,
   891  	0x01, 0x28, 0x09, 0x42, 0x02, 0x18, 0x01, 0x52, 0x09, 0x65, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e,
   892  	0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65, 0x72, 0x5f, 0x69,
   893  	0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x65,
   894  	0x72, 0x49, 0x64, 0x12, 0x25, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x6c, 0x69, 0x63, 0x61, 0x74, 0x69,
   895  	0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x61, 0x70, 0x70,
   896  	0x6c, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64,
   897  	0x18, 0x65, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73,
   898  	0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x66, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x75, 0x73, 0x65,
   899  	0x72, 0x49, 0x64, 0x42, 0x9d, 0x01, 0x0a, 0x24, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67,
   900  	0x6c, 0x65, 0x2e, 0x63, 0x63, 0x63, 0x2e, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64, 0x2e, 0x6d, 0x61,
   901  	0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x32, 0x42, 0x0e, 0x52, 0x65,
   902  	0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x4b,
   903  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x67, 0x6f, 0x6c, 0x61, 0x6e, 0x67, 0x2e, 0x6f, 0x72,
   904  	0x67, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x6f, 0x67, 0x6c,
   905  	0x65, 0x61, 0x70, 0x69, 0x73, 0x2f, 0x63, 0x63, 0x63, 0x2f, 0x68, 0x6f, 0x73, 0x74, 0x65, 0x64,
   906  	0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2f, 0x76, 0x32, 0x3b,
   907  	0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0xca, 0x02, 0x15, 0x47, 0x6f,
   908  	0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x41, 0x70, 0x70, 0x73, 0x5c, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74,
   909  	0x5c, 0x56, 0x32, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   910  }
   911  
   912  var (
   913  	file_google_apps_market_v2_resources_proto_rawDescOnce sync.Once
   914  	file_google_apps_market_v2_resources_proto_rawDescData = file_google_apps_market_v2_resources_proto_rawDesc
   915  )
   916  
   917  func file_google_apps_market_v2_resources_proto_rawDescGZIP() []byte {
   918  	file_google_apps_market_v2_resources_proto_rawDescOnce.Do(func() {
   919  		file_google_apps_market_v2_resources_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_apps_market_v2_resources_proto_rawDescData)
   920  	})
   921  	return file_google_apps_market_v2_resources_proto_rawDescData
   922  }
   923  
   924  var file_google_apps_market_v2_resources_proto_msgTypes = make([]protoimpl.MessageInfo, 9)
   925  var file_google_apps_market_v2_resources_proto_goTypes = []interface{}{
   926  	(*CustomerLicense)(nil),                   // 0: ccc.hosted.marketplace.v2.CustomerLicense
   927  	(*LicenseNotification)(nil),               // 1: ccc.hosted.marketplace.v2.LicenseNotification
   928  	(*LicenseNotificationList)(nil),           // 2: ccc.hosted.marketplace.v2.LicenseNotificationList
   929  	(*UserLicense)(nil),                       // 3: ccc.hosted.marketplace.v2.UserLicense
   930  	(*CustomerLicense_Editions)(nil),          // 4: ccc.hosted.marketplace.v2.CustomerLicense.Editions
   931  	(*LicenseNotification_Deletes)(nil),       // 5: ccc.hosted.marketplace.v2.LicenseNotification.Deletes
   932  	(*LicenseNotification_Expiries)(nil),      // 6: ccc.hosted.marketplace.v2.LicenseNotification.Expiries
   933  	(*LicenseNotification_Provisions)(nil),    // 7: ccc.hosted.marketplace.v2.LicenseNotification.Provisions
   934  	(*LicenseNotification_Reassignments)(nil), // 8: ccc.hosted.marketplace.v2.LicenseNotification.Reassignments
   935  }
   936  var file_google_apps_market_v2_resources_proto_depIdxs = []int32{
   937  	4, // 0: ccc.hosted.marketplace.v2.CustomerLicense.editions:type_name -> ccc.hosted.marketplace.v2.CustomerLicense.Editions
   938  	7, // 1: ccc.hosted.marketplace.v2.LicenseNotification.provisions:type_name -> ccc.hosted.marketplace.v2.LicenseNotification.Provisions
   939  	6, // 2: ccc.hosted.marketplace.v2.LicenseNotification.expiries:type_name -> ccc.hosted.marketplace.v2.LicenseNotification.Expiries
   940  	8, // 3: ccc.hosted.marketplace.v2.LicenseNotification.reassignments:type_name -> ccc.hosted.marketplace.v2.LicenseNotification.Reassignments
   941  	5, // 4: ccc.hosted.marketplace.v2.LicenseNotification.deletes:type_name -> ccc.hosted.marketplace.v2.LicenseNotification.Deletes
   942  	1, // 5: ccc.hosted.marketplace.v2.LicenseNotificationList.notifications:type_name -> ccc.hosted.marketplace.v2.LicenseNotification
   943  	6, // [6:6] is the sub-list for method output_type
   944  	6, // [6:6] is the sub-list for method input_type
   945  	6, // [6:6] is the sub-list for extension type_name
   946  	6, // [6:6] is the sub-list for extension extendee
   947  	0, // [0:6] is the sub-list for field type_name
   948  }
   949  
   950  func init() { file_google_apps_market_v2_resources_proto_init() }
   951  func file_google_apps_market_v2_resources_proto_init() {
   952  	if File_google_apps_market_v2_resources_proto != nil {
   953  		return
   954  	}
   955  	if !protoimpl.UnsafeEnabled {
   956  		file_google_apps_market_v2_resources_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   957  			switch v := v.(*CustomerLicense); i {
   958  			case 0:
   959  				return &v.state
   960  			case 1:
   961  				return &v.sizeCache
   962  			case 2:
   963  				return &v.unknownFields
   964  			default:
   965  				return nil
   966  			}
   967  		}
   968  		file_google_apps_market_v2_resources_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   969  			switch v := v.(*LicenseNotification); i {
   970  			case 0:
   971  				return &v.state
   972  			case 1:
   973  				return &v.sizeCache
   974  			case 2:
   975  				return &v.unknownFields
   976  			default:
   977  				return nil
   978  			}
   979  		}
   980  		file_google_apps_market_v2_resources_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   981  			switch v := v.(*LicenseNotificationList); i {
   982  			case 0:
   983  				return &v.state
   984  			case 1:
   985  				return &v.sizeCache
   986  			case 2:
   987  				return &v.unknownFields
   988  			default:
   989  				return nil
   990  			}
   991  		}
   992  		file_google_apps_market_v2_resources_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   993  			switch v := v.(*UserLicense); i {
   994  			case 0:
   995  				return &v.state
   996  			case 1:
   997  				return &v.sizeCache
   998  			case 2:
   999  				return &v.unknownFields
  1000  			default:
  1001  				return nil
  1002  			}
  1003  		}
  1004  		file_google_apps_market_v2_resources_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  1005  			switch v := v.(*CustomerLicense_Editions); i {
  1006  			case 0:
  1007  				return &v.state
  1008  			case 1:
  1009  				return &v.sizeCache
  1010  			case 2:
  1011  				return &v.unknownFields
  1012  			default:
  1013  				return nil
  1014  			}
  1015  		}
  1016  		file_google_apps_market_v2_resources_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  1017  			switch v := v.(*LicenseNotification_Deletes); i {
  1018  			case 0:
  1019  				return &v.state
  1020  			case 1:
  1021  				return &v.sizeCache
  1022  			case 2:
  1023  				return &v.unknownFields
  1024  			default:
  1025  				return nil
  1026  			}
  1027  		}
  1028  		file_google_apps_market_v2_resources_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  1029  			switch v := v.(*LicenseNotification_Expiries); i {
  1030  			case 0:
  1031  				return &v.state
  1032  			case 1:
  1033  				return &v.sizeCache
  1034  			case 2:
  1035  				return &v.unknownFields
  1036  			default:
  1037  				return nil
  1038  			}
  1039  		}
  1040  		file_google_apps_market_v2_resources_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  1041  			switch v := v.(*LicenseNotification_Provisions); i {
  1042  			case 0:
  1043  				return &v.state
  1044  			case 1:
  1045  				return &v.sizeCache
  1046  			case 2:
  1047  				return &v.unknownFields
  1048  			default:
  1049  				return nil
  1050  			}
  1051  		}
  1052  		file_google_apps_market_v2_resources_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  1053  			switch v := v.(*LicenseNotification_Reassignments); i {
  1054  			case 0:
  1055  				return &v.state
  1056  			case 1:
  1057  				return &v.sizeCache
  1058  			case 2:
  1059  				return &v.unknownFields
  1060  			default:
  1061  				return nil
  1062  			}
  1063  		}
  1064  	}
  1065  	type x struct{}
  1066  	out := protoimpl.TypeBuilder{
  1067  		File: protoimpl.DescBuilder{
  1068  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  1069  			RawDescriptor: file_google_apps_market_v2_resources_proto_rawDesc,
  1070  			NumEnums:      0,
  1071  			NumMessages:   9,
  1072  			NumExtensions: 0,
  1073  			NumServices:   0,
  1074  		},
  1075  		GoTypes:           file_google_apps_market_v2_resources_proto_goTypes,
  1076  		DependencyIndexes: file_google_apps_market_v2_resources_proto_depIdxs,
  1077  		MessageInfos:      file_google_apps_market_v2_resources_proto_msgTypes,
  1078  	}.Build()
  1079  	File_google_apps_market_v2_resources_proto = out.File
  1080  	file_google_apps_market_v2_resources_proto_rawDesc = nil
  1081  	file_google_apps_market_v2_resources_proto_goTypes = nil
  1082  	file_google_apps_market_v2_resources_proto_depIdxs = nil
  1083  }
  1084  

View as plain text