public override int GetHashCode() { int hash = 1; if (PluginName.Length != 0) { hash ^= PluginName.GetHashCode(); } if (PluginPort != 0) { hash ^= PluginPort.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Name.Length != 0) { hash ^= Name.GetHashCode(); } if (DisplayName.Length != 0) { hash ^= DisplayName.GetHashCode(); } if (Description.Length != 0) { hash ^= Description.GetHashCode(); } if (ValueType != global::Google.Cloud.AIPlatform.V1.TensorboardTimeSeries.Types.ValueType.Unspecified) { hash ^= ValueType.GetHashCode(); } if (createTime_ != null) { hash ^= CreateTime.GetHashCode(); } if (updateTime_ != null) { hash ^= UpdateTime.GetHashCode(); } if (Etag.Length != 0) { hash ^= Etag.GetHashCode(); } if (PluginName.Length != 0) { hash ^= PluginName.GetHashCode(); } if (PluginData.Length != 0) { hash ^= PluginData.GetHashCode(); } if (metadata_ != null) { hash ^= Metadata.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }