@@ -12593,8 +12593,7 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
1259312593 obj = {
1259412594 name : jspb . Message . getFieldWithDefault ( msg , 1 , '' ) ,
1259512595 urlCode : jspb . Message . getFieldWithDefault ( msg , 2 , '' ) ,
12596- ownerEmail : jspb . Message . getFieldWithDefault ( msg , 3 , '' ) ,
12597- description : jspb . Message . getFieldWithDefault ( msg , 4 , '' )
12596+ description : jspb . Message . getFieldWithDefault ( msg , 3 , '' )
1259812597 } ;
1259912598
1260012599 if ( includeInstance ) {
@@ -12643,10 +12642,6 @@ proto.bucketeer.environment.CreateDemoOrganizationRequest.deserializeBinaryFromR
1264312642 msg . setUrlCode ( value ) ;
1264412643 break ;
1264512644 case 3 :
12646- var value = /** @type {string } */ ( reader . readString ( ) ) ;
12647- msg . setOwnerEmail ( value ) ;
12648- break ;
12649- case 4 :
1265012645 var value = /** @type {string } */ ( reader . readString ( ) ) ;
1265112646 msg . setDescription ( value ) ;
1265212647 break ;
@@ -12690,13 +12685,9 @@ proto.bucketeer.environment.CreateDemoOrganizationRequest.serializeBinaryToWrite
1269012685 if ( f . length > 0 ) {
1269112686 writer . writeString ( 2 , f ) ;
1269212687 }
12693- f = message . getOwnerEmail ( ) ;
12694- if ( f . length > 0 ) {
12695- writer . writeString ( 3 , f ) ;
12696- }
1269712688 f = message . getDescription ( ) ;
1269812689 if ( f . length > 0 ) {
12699- writer . writeString ( 4 , f ) ;
12690+ writer . writeString ( 3 , f ) ;
1270012691 }
1270112692 } ;
1270212693
@@ -12741,33 +12732,13 @@ proto.bucketeer.environment.CreateDemoOrganizationRequest.prototype.setUrlCode =
1274112732 } ;
1274212733
1274312734/**
12744- * optional string owner_email = 3;
12745- * @return {string }
12746- */
12747- proto . bucketeer . environment . CreateDemoOrganizationRequest . prototype . getOwnerEmail =
12748- function ( ) {
12749- return /** @type {string } */ (
12750- jspb . Message . getFieldWithDefault ( this , 3 , '' )
12751- ) ;
12752- } ;
12753-
12754- /**
12755- * @param {string } value
12756- * @return {!proto.bucketeer.environment.CreateDemoOrganizationRequest } returns this
12757- */
12758- proto . bucketeer . environment . CreateDemoOrganizationRequest . prototype . setOwnerEmail =
12759- function ( value ) {
12760- return jspb . Message . setProto3StringField ( this , 3 , value ) ;
12761- } ;
12762-
12763- /**
12764- * optional string description = 4;
12735+ * optional string description = 3;
1276512736 * @return {string }
1276612737 */
1276712738proto . bucketeer . environment . CreateDemoOrganizationRequest . prototype . getDescription =
1276812739 function ( ) {
1276912740 return /** @type {string } */ (
12770- jspb . Message . getFieldWithDefault ( this , 4 , '' )
12741+ jspb . Message . getFieldWithDefault ( this , 3 , '' )
1277112742 ) ;
1277212743 } ;
1277312744
@@ -12777,7 +12748,7 @@ proto.bucketeer.environment.CreateDemoOrganizationRequest.prototype.getDescripti
1277712748 */
1277812749proto . bucketeer . environment . CreateDemoOrganizationRequest . prototype . setDescription =
1277912750 function ( value ) {
12780- return jspb . Message . setProto3StringField ( this , 4 , value ) ;
12751+ return jspb . Message . setProto3StringField ( this , 3 , value ) ;
1278112752 } ;
1278212753
1278312754if ( jspb . Message . GENERATE_TO_OBJECT ) {
0 commit comments