|
@@ -23,9 +23,9 @@ goog.exportSymbol('proto.OpeningMetadata.ApplicationFormQuestion.InputType', nul
|
|
|
goog.exportSymbol('proto.RemoveUpcomingOpening', null, global);
|
|
|
goog.exportSymbol('proto.SetGroupMetadata', null, global);
|
|
|
goog.exportSymbol('proto.UpcomingOpeningMetadata', null, global);
|
|
|
+goog.exportSymbol('proto.WorkingGroupMetadata', null, global);
|
|
|
goog.exportSymbol('proto.WorkingGroupMetadataAction', null, global);
|
|
|
goog.exportSymbol('proto.WorkingGroupMetadataAction.ActionCase', null, global);
|
|
|
-goog.exportSymbol('proto.WorkingGroupStatusMetadata', null, global);
|
|
|
/**
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -120,16 +120,16 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
* @extends {jspb.Message}
|
|
|
* @constructor
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata = function(opt_data) {
|
|
|
+proto.WorkingGroupMetadata = function(opt_data) {
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
|
};
|
|
|
-goog.inherits(proto.WorkingGroupStatusMetadata, jspb.Message);
|
|
|
+goog.inherits(proto.WorkingGroupMetadata, jspb.Message);
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
/**
|
|
|
* @public
|
|
|
* @override
|
|
|
*/
|
|
|
- proto.WorkingGroupStatusMetadata.displayName = 'proto.WorkingGroupStatusMetadata';
|
|
|
+ proto.WorkingGroupMetadata.displayName = 'proto.WorkingGroupMetadata';
|
|
|
}
|
|
|
/**
|
|
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1286,8 +1286,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
* http://goto/soy-param-migration
|
|
|
* @return {!Object}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.toObject = function(opt_includeInstance) {
|
|
|
- return proto.WorkingGroupStatusMetadata.toObject(opt_includeInstance, this);
|
|
|
+proto.WorkingGroupMetadata.prototype.toObject = function(opt_includeInstance) {
|
|
|
+ return proto.WorkingGroupMetadata.toObject(opt_includeInstance, this);
|
|
|
};
|
|
|
|
|
|
|
|
@@ -1296,11 +1296,11 @@ proto.WorkingGroupStatusMetadata.prototype.toObject = function(opt_includeInstan
|
|
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
|
* the JSPB instance for transitional soy proto support:
|
|
|
* http://goto/soy-param-migration
|
|
|
- * @param {!proto.WorkingGroupStatusMetadata} msg The msg instance to transform.
|
|
|
+ * @param {!proto.WorkingGroupMetadata} msg The msg instance to transform.
|
|
|
* @return {!Object}
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.toObject = function(includeInstance, msg) {
|
|
|
+proto.WorkingGroupMetadata.toObject = function(includeInstance, msg) {
|
|
|
var f, obj = {
|
|
|
description: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
|
|
|
about: (f = jspb.Message.getField(msg, 2)) == null ? undefined : f,
|
|
@@ -1319,23 +1319,23 @@ proto.WorkingGroupStatusMetadata.toObject = function(includeInstance, msg) {
|
|
|
/**
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata}
|
|
|
+ * @return {!proto.WorkingGroupMetadata}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.deserializeBinary = function(bytes) {
|
|
|
+proto.WorkingGroupMetadata.deserializeBinary = function(bytes) {
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
- var msg = new proto.WorkingGroupStatusMetadata;
|
|
|
- return proto.WorkingGroupStatusMetadata.deserializeBinaryFromReader(msg, reader);
|
|
|
+ var msg = new proto.WorkingGroupMetadata;
|
|
|
+ return proto.WorkingGroupMetadata.deserializeBinaryFromReader(msg, reader);
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
* given reader into the given message object.
|
|
|
- * @param {!proto.WorkingGroupStatusMetadata} msg The message object to deserialize into.
|
|
|
+ * @param {!proto.WorkingGroupMetadata} msg The message object to deserialize into.
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata}
|
|
|
+ * @return {!proto.WorkingGroupMetadata}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
+proto.WorkingGroupMetadata.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
while (reader.nextField()) {
|
|
|
if (reader.isEndGroup()) {
|
|
|
break;
|
|
@@ -1371,9 +1371,9 @@ proto.WorkingGroupStatusMetadata.deserializeBinaryFromReader = function(msg, rea
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
* @return {!Uint8Array}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.serializeBinary = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.serializeBinary = function() {
|
|
|
var writer = new jspb.BinaryWriter();
|
|
|
- proto.WorkingGroupStatusMetadata.serializeBinaryToWriter(this, writer);
|
|
|
+ proto.WorkingGroupMetadata.serializeBinaryToWriter(this, writer);
|
|
|
return writer.getResultBuffer();
|
|
|
};
|
|
|
|
|
@@ -1381,11 +1381,11 @@ proto.WorkingGroupStatusMetadata.prototype.serializeBinary = function() {
|
|
|
/**
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
- * @param {!proto.WorkingGroupStatusMetadata} message
|
|
|
+ * @param {!proto.WorkingGroupMetadata} message
|
|
|
* @param {!jspb.BinaryWriter} writer
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.serializeBinaryToWriter = function(message, writer) {
|
|
|
+proto.WorkingGroupMetadata.serializeBinaryToWriter = function(message, writer) {
|
|
|
var f = undefined;
|
|
|
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
|
if (f != null) {
|
|
@@ -1422,25 +1422,25 @@ proto.WorkingGroupStatusMetadata.serializeBinaryToWriter = function(message, wri
|
|
|
* optional string description = 1;
|
|
|
* @return {string}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.getDescription = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.getDescription = function() {
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* @param {string} value
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.setDescription = function(value) {
|
|
|
+proto.WorkingGroupMetadata.prototype.setDescription = function(value) {
|
|
|
return jspb.Message.setField(this, 1, value);
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* Clears the field making it undefined.
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.clearDescription = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.clearDescription = function() {
|
|
|
return jspb.Message.setField(this, 1, undefined);
|
|
|
};
|
|
|
|
|
@@ -1449,7 +1449,7 @@ proto.WorkingGroupStatusMetadata.prototype.clearDescription = function() {
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.hasDescription = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.hasDescription = function() {
|
|
|
return jspb.Message.getField(this, 1) != null;
|
|
|
};
|
|
|
|
|
@@ -1458,25 +1458,25 @@ proto.WorkingGroupStatusMetadata.prototype.hasDescription = function() {
|
|
|
* optional string about = 2;
|
|
|
* @return {string}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.getAbout = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.getAbout = function() {
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* @param {string} value
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.setAbout = function(value) {
|
|
|
+proto.WorkingGroupMetadata.prototype.setAbout = function(value) {
|
|
|
return jspb.Message.setField(this, 2, value);
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* Clears the field making it undefined.
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.clearAbout = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.clearAbout = function() {
|
|
|
return jspb.Message.setField(this, 2, undefined);
|
|
|
};
|
|
|
|
|
@@ -1485,7 +1485,7 @@ proto.WorkingGroupStatusMetadata.prototype.clearAbout = function() {
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.hasAbout = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.hasAbout = function() {
|
|
|
return jspb.Message.getField(this, 2) != null;
|
|
|
};
|
|
|
|
|
@@ -1494,25 +1494,25 @@ proto.WorkingGroupStatusMetadata.prototype.hasAbout = function() {
|
|
|
* optional string status = 3;
|
|
|
* @return {string}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.getStatus = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.getStatus = function() {
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* @param {string} value
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.setStatus = function(value) {
|
|
|
+proto.WorkingGroupMetadata.prototype.setStatus = function(value) {
|
|
|
return jspb.Message.setField(this, 3, value);
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* Clears the field making it undefined.
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.clearStatus = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.clearStatus = function() {
|
|
|
return jspb.Message.setField(this, 3, undefined);
|
|
|
};
|
|
|
|
|
@@ -1521,7 +1521,7 @@ proto.WorkingGroupStatusMetadata.prototype.clearStatus = function() {
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.hasStatus = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.hasStatus = function() {
|
|
|
return jspb.Message.getField(this, 3) != null;
|
|
|
};
|
|
|
|
|
@@ -1530,25 +1530,25 @@ proto.WorkingGroupStatusMetadata.prototype.hasStatus = function() {
|
|
|
* optional string status_message = 4;
|
|
|
* @return {string}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.getStatusMessage = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.getStatusMessage = function() {
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* @param {string} value
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.setStatusMessage = function(value) {
|
|
|
+proto.WorkingGroupMetadata.prototype.setStatusMessage = function(value) {
|
|
|
return jspb.Message.setField(this, 4, value);
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
* Clears the field making it undefined.
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata} returns this
|
|
|
+ * @return {!proto.WorkingGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.clearStatusMessage = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.clearStatusMessage = function() {
|
|
|
return jspb.Message.setField(this, 4, undefined);
|
|
|
};
|
|
|
|
|
@@ -1557,7 +1557,7 @@ proto.WorkingGroupStatusMetadata.prototype.clearStatusMessage = function() {
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupStatusMetadata.prototype.hasStatusMessage = function() {
|
|
|
+proto.WorkingGroupMetadata.prototype.hasStatusMessage = function() {
|
|
|
return jspb.Message.getField(this, 4) != null;
|
|
|
};
|
|
|
|
|
@@ -1594,7 +1594,7 @@ proto.SetGroupMetadata.prototype.toObject = function(opt_includeInstance) {
|
|
|
*/
|
|
|
proto.SetGroupMetadata.toObject = function(includeInstance, msg) {
|
|
|
var f, obj = {
|
|
|
- newmetadata: (f = msg.getNewmetadata()) && proto.WorkingGroupStatusMetadata.toObject(includeInstance, f)
|
|
|
+ newMetadata: (f = msg.getNewMetadata()) && proto.WorkingGroupMetadata.toObject(includeInstance, f)
|
|
|
};
|
|
|
|
|
|
if (includeInstance) {
|
|
@@ -1632,9 +1632,9 @@ proto.SetGroupMetadata.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
var field = reader.getFieldNumber();
|
|
|
switch (field) {
|
|
|
case 1:
|
|
|
- var value = new proto.WorkingGroupStatusMetadata;
|
|
|
- reader.readMessage(value,proto.WorkingGroupStatusMetadata.deserializeBinaryFromReader);
|
|
|
- msg.setNewmetadata(value);
|
|
|
+ var value = new proto.WorkingGroupMetadata;
|
|
|
+ reader.readMessage(value,proto.WorkingGroupMetadata.deserializeBinaryFromReader);
|
|
|
+ msg.setNewMetadata(value);
|
|
|
break;
|
|
|
default:
|
|
|
reader.skipField();
|
|
@@ -1665,32 +1665,32 @@ proto.SetGroupMetadata.prototype.serializeBinary = function() {
|
|
|
*/
|
|
|
proto.SetGroupMetadata.serializeBinaryToWriter = function(message, writer) {
|
|
|
var f = undefined;
|
|
|
- f = message.getNewmetadata();
|
|
|
+ f = message.getNewMetadata();
|
|
|
if (f != null) {
|
|
|
writer.writeMessage(
|
|
|
1,
|
|
|
f,
|
|
|
- proto.WorkingGroupStatusMetadata.serializeBinaryToWriter
|
|
|
+ proto.WorkingGroupMetadata.serializeBinaryToWriter
|
|
|
);
|
|
|
}
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * required WorkingGroupStatusMetadata newMetadata = 1;
|
|
|
- * @return {!proto.WorkingGroupStatusMetadata}
|
|
|
+ * required WorkingGroupMetadata new_metadata = 1;
|
|
|
+ * @return {!proto.WorkingGroupMetadata}
|
|
|
*/
|
|
|
-proto.SetGroupMetadata.prototype.getNewmetadata = function() {
|
|
|
- return /** @type{!proto.WorkingGroupStatusMetadata} */ (
|
|
|
- jspb.Message.getWrapperField(this, proto.WorkingGroupStatusMetadata, 1, 1));
|
|
|
+proto.SetGroupMetadata.prototype.getNewMetadata = function() {
|
|
|
+ return /** @type{!proto.WorkingGroupMetadata} */ (
|
|
|
+ jspb.Message.getWrapperField(this, proto.WorkingGroupMetadata, 1, 1));
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * @param {!proto.WorkingGroupStatusMetadata} value
|
|
|
+ * @param {!proto.WorkingGroupMetadata} value
|
|
|
* @return {!proto.SetGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.SetGroupMetadata.prototype.setNewmetadata = function(value) {
|
|
|
+proto.SetGroupMetadata.prototype.setNewMetadata = function(value) {
|
|
|
return jspb.Message.setWrapperField(this, 1, value);
|
|
|
};
|
|
|
|
|
@@ -1699,7 +1699,7 @@ proto.SetGroupMetadata.prototype.setNewmetadata = function(value) {
|
|
|
* Clears the field making it undefined.
|
|
|
* @return {!proto.SetGroupMetadata} returns this
|
|
|
*/
|
|
|
-proto.SetGroupMetadata.prototype.clearNewmetadata = function() {
|
|
|
+proto.SetGroupMetadata.prototype.clearNewMetadata = function() {
|
|
|
return jspb.Message.setField(this, 1, undefined);
|
|
|
};
|
|
|
|
|
@@ -1708,7 +1708,7 @@ proto.SetGroupMetadata.prototype.clearNewmetadata = function() {
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.SetGroupMetadata.prototype.hasNewmetadata = function() {
|
|
|
+proto.SetGroupMetadata.prototype.hasNewMetadata = function() {
|
|
|
return jspb.Message.getField(this, 1) != null;
|
|
|
};
|
|
|
|
|
@@ -2028,9 +2028,9 @@ proto.WorkingGroupMetadataAction.oneofGroups_ = [[1,2,3]];
|
|
|
*/
|
|
|
proto.WorkingGroupMetadataAction.ActionCase = {
|
|
|
ACTION_NOT_SET: 0,
|
|
|
- SETGROUPMETADATA: 1,
|
|
|
- ADDUPCOMINGOPENING: 2,
|
|
|
- REMOVEUPCOMINGOPENING: 3
|
|
|
+ SET_GROUP_METADATA: 1,
|
|
|
+ ADD_UPCOMING_OPENING: 2,
|
|
|
+ REMOVE_UPCOMING_OPENING: 3
|
|
|
};
|
|
|
|
|
|
/**
|
|
@@ -2071,9 +2071,9 @@ proto.WorkingGroupMetadataAction.prototype.toObject = function(opt_includeInstan
|
|
|
*/
|
|
|
proto.WorkingGroupMetadataAction.toObject = function(includeInstance, msg) {
|
|
|
var f, obj = {
|
|
|
- setgroupmetadata: (f = msg.getSetgroupmetadata()) && proto.SetGroupMetadata.toObject(includeInstance, f),
|
|
|
- addupcomingopening: (f = msg.getAddupcomingopening()) && proto.AddUpcomingOpening.toObject(includeInstance, f),
|
|
|
- removeupcomingopening: (f = msg.getRemoveupcomingopening()) && proto.RemoveUpcomingOpening.toObject(includeInstance, f)
|
|
|
+ setGroupMetadata: (f = msg.getSetGroupMetadata()) && proto.SetGroupMetadata.toObject(includeInstance, f),
|
|
|
+ addUpcomingOpening: (f = msg.getAddUpcomingOpening()) && proto.AddUpcomingOpening.toObject(includeInstance, f),
|
|
|
+ removeUpcomingOpening: (f = msg.getRemoveUpcomingOpening()) && proto.RemoveUpcomingOpening.toObject(includeInstance, f)
|
|
|
};
|
|
|
|
|
|
if (includeInstance) {
|
|
@@ -2113,17 +2113,17 @@ proto.WorkingGroupMetadataAction.deserializeBinaryFromReader = function(msg, rea
|
|
|
case 1:
|
|
|
var value = new proto.SetGroupMetadata;
|
|
|
reader.readMessage(value,proto.SetGroupMetadata.deserializeBinaryFromReader);
|
|
|
- msg.setSetgroupmetadata(value);
|
|
|
+ msg.setSetGroupMetadata(value);
|
|
|
break;
|
|
|
case 2:
|
|
|
var value = new proto.AddUpcomingOpening;
|
|
|
reader.readMessage(value,proto.AddUpcomingOpening.deserializeBinaryFromReader);
|
|
|
- msg.setAddupcomingopening(value);
|
|
|
+ msg.setAddUpcomingOpening(value);
|
|
|
break;
|
|
|
case 3:
|
|
|
var value = new proto.RemoveUpcomingOpening;
|
|
|
reader.readMessage(value,proto.RemoveUpcomingOpening.deserializeBinaryFromReader);
|
|
|
- msg.setRemoveupcomingopening(value);
|
|
|
+ msg.setRemoveUpcomingOpening(value);
|
|
|
break;
|
|
|
default:
|
|
|
reader.skipField();
|
|
@@ -2154,7 +2154,7 @@ proto.WorkingGroupMetadataAction.prototype.serializeBinary = function() {
|
|
|
*/
|
|
|
proto.WorkingGroupMetadataAction.serializeBinaryToWriter = function(message, writer) {
|
|
|
var f = undefined;
|
|
|
- f = message.getSetgroupmetadata();
|
|
|
+ f = message.getSetGroupMetadata();
|
|
|
if (f != null) {
|
|
|
writer.writeMessage(
|
|
|
1,
|
|
@@ -2162,7 +2162,7 @@ proto.WorkingGroupMetadataAction.serializeBinaryToWriter = function(message, wri
|
|
|
proto.SetGroupMetadata.serializeBinaryToWriter
|
|
|
);
|
|
|
}
|
|
|
- f = message.getAddupcomingopening();
|
|
|
+ f = message.getAddUpcomingOpening();
|
|
|
if (f != null) {
|
|
|
writer.writeMessage(
|
|
|
2,
|
|
@@ -2170,7 +2170,7 @@ proto.WorkingGroupMetadataAction.serializeBinaryToWriter = function(message, wri
|
|
|
proto.AddUpcomingOpening.serializeBinaryToWriter
|
|
|
);
|
|
|
}
|
|
|
- f = message.getRemoveupcomingopening();
|
|
|
+ f = message.getRemoveUpcomingOpening();
|
|
|
if (f != null) {
|
|
|
writer.writeMessage(
|
|
|
3,
|
|
@@ -2182,10 +2182,10 @@ proto.WorkingGroupMetadataAction.serializeBinaryToWriter = function(message, wri
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * optional SetGroupMetadata setGroupMetadata = 1;
|
|
|
+ * optional SetGroupMetadata set_group_metadata = 1;
|
|
|
* @return {?proto.SetGroupMetadata}
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.getSetgroupmetadata = function() {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.getSetGroupMetadata = function() {
|
|
|
return /** @type{?proto.SetGroupMetadata} */ (
|
|
|
jspb.Message.getWrapperField(this, proto.SetGroupMetadata, 1));
|
|
|
};
|
|
@@ -2195,7 +2195,7 @@ proto.WorkingGroupMetadataAction.prototype.getSetgroupmetadata = function() {
|
|
|
* @param {?proto.SetGroupMetadata|undefined} value
|
|
|
* @return {!proto.WorkingGroupMetadataAction} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.setSetgroupmetadata = function(value) {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.setSetGroupMetadata = function(value) {
|
|
|
return jspb.Message.setOneofWrapperField(this, 1, proto.WorkingGroupMetadataAction.oneofGroups_[0], value);
|
|
|
};
|
|
|
|
|
@@ -2204,8 +2204,8 @@ proto.WorkingGroupMetadataAction.prototype.setSetgroupmetadata = function(value)
|
|
|
* Clears the message field making it undefined.
|
|
|
* @return {!proto.WorkingGroupMetadataAction} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.clearSetgroupmetadata = function() {
|
|
|
- return this.setSetgroupmetadata(undefined);
|
|
|
+proto.WorkingGroupMetadataAction.prototype.clearSetGroupMetadata = function() {
|
|
|
+ return this.setSetGroupMetadata(undefined);
|
|
|
};
|
|
|
|
|
|
|
|
@@ -2213,16 +2213,16 @@ proto.WorkingGroupMetadataAction.prototype.clearSetgroupmetadata = function() {
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.hasSetgroupmetadata = function() {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.hasSetGroupMetadata = function() {
|
|
|
return jspb.Message.getField(this, 1) != null;
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * optional AddUpcomingOpening addUpcomingOpening = 2;
|
|
|
+ * optional AddUpcomingOpening add_upcoming_opening = 2;
|
|
|
* @return {?proto.AddUpcomingOpening}
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.getAddupcomingopening = function() {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.getAddUpcomingOpening = function() {
|
|
|
return /** @type{?proto.AddUpcomingOpening} */ (
|
|
|
jspb.Message.getWrapperField(this, proto.AddUpcomingOpening, 2));
|
|
|
};
|
|
@@ -2232,7 +2232,7 @@ proto.WorkingGroupMetadataAction.prototype.getAddupcomingopening = function() {
|
|
|
* @param {?proto.AddUpcomingOpening|undefined} value
|
|
|
* @return {!proto.WorkingGroupMetadataAction} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.setAddupcomingopening = function(value) {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.setAddUpcomingOpening = function(value) {
|
|
|
return jspb.Message.setOneofWrapperField(this, 2, proto.WorkingGroupMetadataAction.oneofGroups_[0], value);
|
|
|
};
|
|
|
|
|
@@ -2241,8 +2241,8 @@ proto.WorkingGroupMetadataAction.prototype.setAddupcomingopening = function(valu
|
|
|
* Clears the message field making it undefined.
|
|
|
* @return {!proto.WorkingGroupMetadataAction} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.clearAddupcomingopening = function() {
|
|
|
- return this.setAddupcomingopening(undefined);
|
|
|
+proto.WorkingGroupMetadataAction.prototype.clearAddUpcomingOpening = function() {
|
|
|
+ return this.setAddUpcomingOpening(undefined);
|
|
|
};
|
|
|
|
|
|
|
|
@@ -2250,16 +2250,16 @@ proto.WorkingGroupMetadataAction.prototype.clearAddupcomingopening = function()
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.hasAddupcomingopening = function() {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.hasAddUpcomingOpening = function() {
|
|
|
return jspb.Message.getField(this, 2) != null;
|
|
|
};
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * optional RemoveUpcomingOpening removeUpcomingOpening = 3;
|
|
|
+ * optional RemoveUpcomingOpening remove_upcoming_opening = 3;
|
|
|
* @return {?proto.RemoveUpcomingOpening}
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.getRemoveupcomingopening = function() {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.getRemoveUpcomingOpening = function() {
|
|
|
return /** @type{?proto.RemoveUpcomingOpening} */ (
|
|
|
jspb.Message.getWrapperField(this, proto.RemoveUpcomingOpening, 3));
|
|
|
};
|
|
@@ -2269,7 +2269,7 @@ proto.WorkingGroupMetadataAction.prototype.getRemoveupcomingopening = function()
|
|
|
* @param {?proto.RemoveUpcomingOpening|undefined} value
|
|
|
* @return {!proto.WorkingGroupMetadataAction} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.setRemoveupcomingopening = function(value) {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.setRemoveUpcomingOpening = function(value) {
|
|
|
return jspb.Message.setOneofWrapperField(this, 3, proto.WorkingGroupMetadataAction.oneofGroups_[0], value);
|
|
|
};
|
|
|
|
|
@@ -2278,8 +2278,8 @@ proto.WorkingGroupMetadataAction.prototype.setRemoveupcomingopening = function(v
|
|
|
* Clears the message field making it undefined.
|
|
|
* @return {!proto.WorkingGroupMetadataAction} returns this
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.clearRemoveupcomingopening = function() {
|
|
|
- return this.setRemoveupcomingopening(undefined);
|
|
|
+proto.WorkingGroupMetadataAction.prototype.clearRemoveUpcomingOpening = function() {
|
|
|
+ return this.setRemoveUpcomingOpening(undefined);
|
|
|
};
|
|
|
|
|
|
|
|
@@ -2287,7 +2287,7 @@ proto.WorkingGroupMetadataAction.prototype.clearRemoveupcomingopening = function
|
|
|
* Returns whether this field is set.
|
|
|
* @return {boolean}
|
|
|
*/
|
|
|
-proto.WorkingGroupMetadataAction.prototype.hasRemoveupcomingopening = function() {
|
|
|
+proto.WorkingGroupMetadataAction.prototype.hasRemoveUpcomingOpening = function() {
|
|
|
return jspb.Message.getField(this, 3) != null;
|
|
|
};
|
|
|
|